@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Outfit:wght@300;400;500;600;700&display=swap");:root{--font-display:"Bricolage Grotesque",serif;--font-body:"Outfit",sans-serif;--sidebar-bg:#1c2433;--sidebar-hover:#252f42;--sidebar-active:#2d3a52;--sidebar-text:#94a3b8;--sidebar-text-active:#f1f5f9;--sidebar-accent:#6ee7b7;--surface:#f8f7f4;--surface-card:#ffffff;--surface-raised:#f0eeea;--ink:#1a1a1a;--ink-secondary:#6b7280;--ink-muted:#9ca3af;--accent:#2d6a4f;--accent-light:#d1fae5;--accent-hover:#1b4332;--danger:#dc2626;--danger-light:#fef2f2;--danger-border:#fca5a5;--warning:#d97706;--warning-light:#fffbeb;--border:#e5e2dc;--border-strong:#d1cdc4;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 2px 8px rgba(0,0,0,0.06);--shadow-lg:0 4px 16px rgba(0,0,0,0.08);--sidebar-width:260px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--ink);background:var(--surface);line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;background:none;font-size:inherit}input,select,textarea{font-family:var(--font-body);font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.fade-in{animation:fadeIn .3s ease-out both}.slide-in{animation:slideIn .3s ease-out both}.delay-1{animation-delay:.05s}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.15s}.delay-4{animation-delay:.2s}.delay-5{animation-delay:.25s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--ink-muted)}