@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-dark: #09090b;--bg-surface: #18181b;--bg-surface-light: #27272a;--bg-surface-glass: rgba(24, 24, 27, .7);--bg-document: #101114;--text-primary: #f4f4f5;--text-secondary: #a1a1aa;--text-muted: #71717a;--accent-cyan: #22d3ee;--accent-cyan-hover: #06b6d4;--accent-cyan-alpha: rgba(34, 211, 238, .15);--accent-green: #4ade80;--accent-green-alpha: rgba(74, 222, 128, .15);--error-red: #f87171;--error-red-alpha: rgba(248, 113, 113, .15);--border-color: #27272a;--border-highlight: #3f3f46;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-glow: 0 0 15px rgba(34, 211, 238, .15);--accent-contrast: #041317;--theme-toggle-shadow: 0 14px 36px rgba(0, 0, 0, .35)}:root[data-theme=light]{--bg-dark: #ccd7de;--bg-surface: #e3ebf0;--bg-surface-light: #c6d2da;--bg-surface-glass: rgba(227, 235, 240, .82);--bg-document: #d7e1e7;--text-primary: #13212d;--text-secondary: #51606c;--text-muted: #70808d;--accent-cyan: #0f7f98;--accent-cyan-hover: #0a677b;--accent-cyan-alpha: rgba(15, 127, 152, .12);--accent-green: #1f8f61;--accent-green-alpha: rgba(31, 143, 97, .12);--error-red: #c44848;--error-red-alpha: rgba(196, 72, 72, .12);--border-color: #a9bac6;--border-highlight: #8799a7;--shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, .08);--shadow-md: 0 16px 30px -18px rgba(15, 23, 42, .22), 0 12px 24px -24px rgba(15, 23, 42, .16);--shadow-lg: 0 30px 58px -30px rgba(15, 23, 42, .3), 0 22px 42px -36px rgba(15, 23, 42, .22);--shadow-glow: 0 0 14px rgba(15, 127, 152, .08);--accent-contrast: #f6fbfd;--theme-toggle-shadow: 0 12px 26px rgba(15, 23, 42, .16)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}#root{height:100vh}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-surface-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
