@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--color-bg-primary:#0f1117;--color-bg-secondary:#161820;--color-bg-tertiary:#1c1e28;--color-bg-elevated:#22242f;--color-bg-hover:#282a36;--color-bg-active:#2e3140;--color-surface:#1a1c26;--color-surface-hover:#23252f;--color-surface-border:#2a2d3a;--color-text-primary:#f0f0f2;--color-text-secondary:#a0a3b1;--color-text-tertiary:#6b6f7e;--color-text-muted:#4a4d5a;--color-accent:#c9a96e;--color-accent-hover:#d4b87e;--color-accent-subtle:#c9a96e1f;--color-accent-text:#e8d5a8;--color-success:#34d399;--color-success-bg:#34d3991a;--color-warning:#fbbf24;--color-warning-bg:#fbbf241a;--color-danger:#f87171;--color-danger-bg:#f871711a;--color-info:#60a5fa;--color-info-bg:#60a5fa1a;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:"SF Mono","Fira Code","Fira Mono",monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--weight-light:300;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--sidebar-width:260px;--sidebar-collapsed-width:72px;--header-height:64px;--border-color:#2a2d3a;--border-color-hover:#3a3d4a;--border-radius-sm:6px;--border-radius-md:8px;--border-radius-lg:12px;--border-radius-xl:16px;--border-radius-full:9999px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0000004d;--shadow-lg:0 8px 24px #0006;--shadow-xl:0 16px 48px #00000080;--shadow-glow:0 0 20px #c9a96e26;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--transition-smooth:.35s cubic-bezier(.4,0,.2,1)}[data-theme=light]{--color-bg-primary:#f5f3ef;--color-bg-secondary:#edeae4;--color-bg-tertiary:#e5e2db;--color-bg-elevated:#fff;--color-bg-hover:#ddd9d1;--color-bg-active:#d5d1c8;--color-surface:#fff;--color-surface-hover:#f8f7f4;--color-surface-border:#d8d5ce;--color-text-primary:#1a1815;--color-text-secondary:#5a564e;--color-text-tertiary:#8a857c;--color-text-muted:#b0ab9f;--color-accent:#a88a4e;--color-accent-hover:#9a7d44;--color-accent-subtle:#a88a4e1a;--color-accent-text:#7a6535;--color-success:#16a34a;--color-success-bg:#16a34a14;--color-warning:#d97706;--color-warning-bg:#d9770614;--color-danger:#dc2626;--color-danger-bg:#dc262614;--color-info:#2563eb;--color-info-bg:#2563eb14;--border-color:#d8d5ce;--border-color-hover:#c5c1b8;--shadow-sm:0 1px 2px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a;--shadow-xl:0 16px 48px #0000001f;--shadow-glow:0 0 20px #a88a4e1a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--weight-normal);line-height:var(--leading-normal);color:var(--color-text-primary);background-color:var(--color-bg-primary);min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-bg-hover);border-radius:var(--border-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::selection{background:var(--color-accent-subtle);color:var(--color-accent-text)}
