@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap";
:root{--color-bg-primary:#09090b;--color-bg-secondary:#121218;--color-bg-tertiary:#1a1a20;--color-border:#27272e;--color-text-primary:#fafafa;--color-text-secondary:#a1a1a6;--color-text-tertiary:#72727a;--color-accent:#3b82f6;--color-accent-hover:#2563eb;--color-accent-light:#60a5fa;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--color-bg-primary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.6}.app-nav{background:#111827;border-bottom:1px solid #243044;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.app-nav a{color:#e5e7eb;border-radius:8px;padding:.5rem .75rem;font-size:.92rem;font-weight:700}.app-nav a:hover{color:#fff;background:#243044}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:2rem}h2{letter-spacing:-.01em;font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.container{width:100%;max-width:1280px;padding-left:var(--space-md);padding-right:var(--space-md);margin-left:auto;margin-right:auto}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.text-center{text-align:center}.text-muted{color:var(--color-text-secondary)}::selection{background-color:var(--color-accent);color:var(--color-text-primary)}
