@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--color-bg-primary:#121218;--color-bg-secondary:#1a1a24;--color-bg-tertiary:#242432;--color-surface:#2a2a3a;--color-text-primary:#e8e8ed;--color-text-secondary:#a0a0b0;--color-text-tertiary:#6a6a7a;--color-accent:#e84057;--color-accent-hover:#ff5068;--color-accent-muted:#e8405720;--color-success:#4caf8b;--color-warning:#e8a040;--color-error:#e84057;--color-border:#2e2e40;--color-border-hover:#3e3e50;--font-heading:"Inter", -apple-system, sans-serif;--font-body:"Inter", -apple-system, sans-serif;--font-mono:"JetBrains Mono", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--max-width:1200px;--header-height:64px;--border-radius:8px;--border-radius-lg:12px;--transition-fast:.15s ease;--transition-base:.25s ease}[data-theme=light]{--color-bg-primary:#f5f5f8;--color-bg-secondary:#fff;--color-bg-tertiary:#eeeef2;--color-surface:#e8e8ed;--color-text-primary:#1a1a24;--color-text-secondary:#4a4a5a;--color-text-tertiary:#8a8a9a;--color-border:#d0d0d8;--color-border-hover:#b0b0b8}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizespeed;min-height:100vh;line-height:1.5;font-family:var(--font-body);background-color:var(--color-bg-primary);color:var(--color-text-primary);transition:background-color var(--transition-base), color var(--transition-base)}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text-primary);font-weight:600}a{color:var(--color-text-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent)}.container{max-width:var(--max-width);padding-inline:var(--space-md);margin-inline:auto}.visually-hidden{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.flex-center{justify-content:center;align-items:center;display:flex}
