@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300..900;1,14..32,300..900&display=swap";.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.app-spinner{width:28px;height:28px;border:2.5px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:root{--bg: #f8f9fb;--surface: #ffffff;--surface2: #f1f3f5;--surface3: #e9ecef;--border: #e0e2e7;--border2: #cdd1d8;--accent: #7c5cfc;--accent-hover: #6a4ce6;--accent-soft: rgba(124,92,252,.08);--accent-ring: rgba(124,92,252,.2);--text: #1a1a2e;--text2: #5c5f6a;--text3: #8b8fa3;--red: #e03e3e;--red-soft: rgba(224,62,62,.08);--green: #1a9d4a;--green-soft: rgba(26,157,74,.08);--r: 10px;--r-lg: 14px;--sidebar-w: 240px;--mobile-nav-h: 64px;--shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.04);--nav-bg: rgba(248,249,251,.75);--nav-bg-solid: rgba(248,249,251,.95);--overlay-bg: rgba(0,0,0,.25);--checker-color: #e9ecef;color-scheme:light}[data-theme=dark]{--bg: #09090b;--surface: #111113;--surface2: #18181b;--surface3: #1f1f23;--border: #27272a;--border2: #303036;--accent: #7c5cfc;--accent-hover: #6a4ce6;--accent-soft: rgba(124,92,252,.1);--accent-ring: rgba(124,92,252,.25);--text: #fafafa;--text2: #a1a1aa;--text3: #52525b;--red: #ef4444;--red-soft: rgba(239,68,68,.1);--green: #22c55e;--green-soft: rgba(34,197,94,.1);--shadow-sm: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.15);--shadow-md: 0 4px 12px rgba(0,0,0,.25), 0 1px 3px rgba(0,0,0,.15);--nav-bg: rgba(9,9,11,.5);--nav-bg-solid: rgba(9,9,11,.9);--overlay-bg: rgba(0,0,0,.5);--checker-color: #1f1f23;color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6;overflow-x:hidden;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s ease,color .2s ease}#app{height:100%}a{text-decoration:none;color:inherit}input,textarea,select,button{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}::selection{background:var(--accent-ring)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.theme-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--surface2);border:1px solid var(--border);cursor:pointer;transition:all .15s;color:var(--text2);flex-shrink:0}.theme-toggle:hover{background:var(--surface3);border-color:var(--border2);color:var(--text)}.theme-toggle svg{width:16px;height:16px}
