:root{color-scheme:dark;--blue: #4c8eff;--green: #4ade80;--amber: #e8a45e;--red: #ff6363;--window: #131214;--sidebar: #0f0e10;--card: #1c1b1e;--text: #f5f5f7;--text2: #a8a7ae;--muted: #6b6a72;--line: rgba(255, 255, 255, .05)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--window);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,system-ui,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased;overflow:hidden;padding:0}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit;color:inherit}textarea{resize:none}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.scroll-y{overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.scroll-y::-webkit-scrollbar{width:8px}.scroll-y::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:8px}@keyframes caretBlink{0%,49%{opacity:1}50%,to{opacity:0}}.caret{display:inline-block;width:2px;height:1.1em;background:var(--blue);vertical-align:-2px;margin-left:1px;animation:caretBlink 1.1s steps(1) infinite}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes toastInMobile{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hover-row:hover{background:#ffffff0a}.hover-soft:hover{background:#ffffff0f}::selection{background:#4c8eff59}
