:root{--color-brand: #7C3AED;--color-brand-light: #A78BFA;--color-brand-dark: #5B21B6;--color-bg-base: #0F0F0F;--color-bg-surface: #1A1A1A;--color-bg-elevated: #222222;--color-bg-overlay: rgba(0, 0, 0, .7);--color-bg-nav: #0d0d14;--color-bg-deeper: #0d0d14;--color-text-primary: #FAFAFA;--color-text-secondary: #A1A1AA;--color-text-muted: #52525B;--color-border: #2A2A2A;--color-border-subtle: #1E1E1E;--color-success: #22C55E;--color-warning: #F59E0B;--color-error: #EF4444;--color-error-text: #FCA5A5;--color-info: #3B82F6;--color-info-text: #93C5FD;--color-success-text: #86EFAC;--color-warning-text: #FDE047;--color-brand-text: #A78BFA;--font-sans: "Inter", "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Cascadia Code", monospace;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--transition-fast: .1s ease;--transition-base: .2s ease;--transition-slow: .35s ease}[data-theme=light]{--color-bg-base: #F1F1F4;--color-bg-surface: #FFFFFF;--color-bg-elevated: #E8E8EC;--color-bg-nav: #F8F8FA;--color-bg-deeper: #EDEDF0;--color-text-primary: #09090B;--color-text-secondary: #52525B;--color-text-muted: #6B7280;--color-border: #D4D4D8;--color-border-subtle: #E4E4E7;--color-error-text: #B42318;--color-info-text: #1D4ED8;--color-success-text: #166534;--color-warning-text: #854D0E;--color-brand-text: #5B21B6}html.tauri{--color-bg-base: rgba(10, 10, 16, .72);--color-bg-surface: rgba(16, 16, 26, .76);--color-bg-elevated: rgba(24, 24, 36, .82);--color-bg-nav: rgba(8, 8, 16, .65);--color-bg-deeper: rgba(6, 6, 12, .6)}html.tauri body{background:transparent}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--color-bg-base);color:var(--color-text-primary);min-height:100vh;min-height:100dvh;overflow-x:hidden}a{color:var(--color-brand-light);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
