:root{--background:#ffffff;--foreground:#171717;--primary:#2563eb;--primary-foreground:#ffffff;--muted:#f5f5f5;--muted-foreground:#737373;--border:#e5e5e5;--radius:0.5rem;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--primary:#3b82f6;--primary-foreground:#ffffff;--muted:#262626;--muted-foreground:#a3a3a3;--border:#404040}}*{box-sizing:border-box;padding:0;margin:0}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}.Navbar_header__vG7Lu{border-bottom:1px solid var(--border);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.Navbar_logo__UM0Ax{font-weight:700;font-size:1.25rem}.Navbar_nav__A66_N{display:flex;gap:1.5rem}.Navbar_link__9Nm3x{color:var(--muted-foreground);transition:color .2s;font-size:.95rem}.Navbar_active__ZTgb8,.Navbar_link__9Nm3x:hover{color:var(--foreground)}.Navbar_active__ZTgb8{font-weight:500}