@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--cm-bg: #EDF5F5;--cm-border: rgba(15, 42, 46, .09);--cm-surface: #FFFFFF;--cm-text: #0E2A30;--cm-faint: #93A9AE}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--cm-bg);color:var(--cm-text);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--cm-border);border-radius:10px}::-webkit-scrollbar-track{background:transparent}select option{background:var(--cm-surface);color:var(--cm-text)}input::placeholder,textarea::placeholder{color:var(--cm-faint)}@keyframes cmFloat{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}@keyframes cmIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cmPop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.cm-view{animation:cmIn .35s ease}@media (max-width: 900px){.cm-two,.cm-three,.cm-kanban,.cm-msg{grid-template-columns:1fr!important}.cm-burger{display:inline-flex!important}}@media (max-width: 640px){.cm-sidebar{position:fixed!important;z-index:70}}
