@import "https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&family=Work+Sans:wght@400;500;600&family=Inter:wght@400;500;600&display=swap";
:root{--color-bg-primary:#f7f3ed;--color-bg-secondary:#ede8de;--color-bg-card:#fdfcf9;--color-bg-card-hover:#ede8e0;--color-bg-overlay:#ede8d8f2;--color-bg-elevated:#ede8de;--color-border:#c8c3bc;--color-border-subtle:#d9d4cd;--color-border-accent:#3a6b4a66;--color-accent-blue:#3a6b4a;--color-accent-blue-hover:#4d8a61;--color-accent-green:#3a6b4a;--color-accent-green-dim:#3a6b4a1f;--color-accent-red:#ef4444;--color-accent-red-dim:#ef444426;--color-accent-yellow:#f59e0b;--color-accent-yellow-dim:#f59e0b26;--color-accent-purple:#a855f7;--color-text-primary:#1c1c1c;--color-text-secondary:#4a4a4a;--color-text-muted:#9a9488;--color-text-inverse:#fff;--color-pos-gk:#d4a017;--color-pos-cb:#2a5a92;--color-pos-fb:#3b82f6;--color-pos-dm:#7450a1;--color-pos-cm:#9d81c1;--color-pos-am:#b54e7f;--color-pos-wm:#68a37c;--color-pos-lw:#4d8a61;--color-pos-rw:#4d8a61;--color-pos-st:#a62626;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif:"Noto Serif", Georgia, serif;--font-mono:"JetBrains Mono", "Fira Code", "Courier New", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--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;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px #1c1c1c14;--shadow-md:0 4px 12px #1c1c1c1a;--shadow-lg:0 8px 24px #1c1c1c24;--shadow-xl:0 16px 48px #1c1c1c2e;--shadow-glow-blue:0 0 20px #3a6b4a26;--shadow-glow-green:0 0 20px #3a6b4a26;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--nav-height:52px;--content-max-width:1280px}[data-theme=dark]{--color-bg-primary:#0a0c10;--color-bg-secondary:#161b22;--color-bg-card:#0d1117;--color-bg-card-hover:#21262d;--color-bg-overlay:#0d1117f2;--color-bg-elevated:#21262d;--color-border:#30363d;--color-border-subtle:#21262d;--color-border-accent:#4d8a6166;--color-text-primary:#e8eaf0;--color-text-secondary:#b1babf;--color-text-muted:#8b949e;--color-text-inverse:#0a0c10;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--shadow-xl:0 16px 48px #0009}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-size:16px}body{font-family:var(--font-sans);background-color:var(--color-bg-primary);color:var(--color-text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:var(--color-accent-blue);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-blue-hover)}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,select,textarea{font-family:inherit;font-size:inherit}img,svg{max-width:100%;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:var(--content-max-width);padding:0 var(--space-6);margin:0 auto}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
