@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--slate-950:#0a1510;--slate-900:#111f18;--slate-800:#1a2e24;--slate-700:#2a3f33;--slate-600:#3f5448;--slate-500:#64796d;--slate-400:#94a89b;--slate-300:#c2cec6;--slate-200:#e0e6e2;--slate-100:#f0f3f1;--slate-50:#f7f9f8;--primary-50:#f0faf0;--primary-100:#d4f0d4;--primary-200:#a8e0a8;--primary-300:#6cc96c;--primary-400:#3da63d;--primary-500:#2d8b2d;--primary-600:#237023;--primary-700:#1a5c1a;--dark-green-900:#0d2818;--dark-green-800:#143d24;--dark-green-700:#1a5230;--green-500:#22c55e;--green-600:#16a34a;--green-50:#f0fdf4;--green-100:#dcfce7;--red-500:#ef4444;--red-600:#dc2626;--red-50:#fef2f2;--red-100:#fee2e2;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-50:#eff6ff;--blue-100:#dbeafe;--amber-400:#f59e0b;--amber-500:#d97706;--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-600:#b45309;--amber-700:#92400e;--color-bg:var(--slate-50);--color-bg-elevated:#fff;--color-bg-sunken:var(--slate-100);--color-bg-sidebar:var(--dark-green-900);--color-text:var(--slate-900);--color-text-muted:var(--slate-500);--color-text-inverse:#fff;--color-border:var(--slate-200);--color-border-focus:var(--primary-400);--color-primary:var(--primary-500);--color-primary-hover:var(--primary-600);--color-success:var(--green-500);--color-danger:var(--red-500);--color-info:var(--blue-500);--color-warning:var(--amber-500);--font-display:"Urbanist",sans-serif;--font-body:"Inter",sans-serif;--font-mono:"JetBrains 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:1.875rem;--text-4xl:2.25rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--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:6px;--radius-lg:8px;--radius-xl:12px;--radius-full:9999px;--shadow-xs:0 1px 2px rgba(10,21,16,.05);--shadow-sm:0 1px 3px rgba(10,21,16,.08),0 1px 2px rgba(10,21,16,.04);--shadow-md:0 4px 6px -1px rgba(10,21,16,.08),0 2px 4px -2px rgba(10,21,16,.04);--shadow-lg:0 10px 15px -3px rgba(10,21,16,.08),0 4px 6px -4px rgba(10,21,16,.04);--shadow-xl:0 20px 25px -5px rgba(10,21,16,.1),0 8px 10px -6px rgba(10,21,16,.06);--shadow-glow:0 0 0 3px rgba(45,139,45,.25);--ease-out:cubic-bezier(.16,1,.3,1);--duration-fast:.12s;--duration-normal:.2s;--duration-slow:.35s;--sidebar-width:260px;--header-height:56px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal)}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;line-height:var(--leading-tight);text-transform:uppercase}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}code,pre{font-family:var(--font-mono);font-size:var(--text-sm)}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--slate-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--slate-400)}::-moz-selection{background:var(--primary-200);color:var(--slate-900)}::selection{background:var(--primary-200);color:var(--slate-900)}
