/*
WARNING:
This website's styles, UI design, and assets are protected under copyright law.
Unauthorized copying or redistribution is strictly prohibited.
Legal action may be taken against violators.
*/
.nav{display:flex;align-items:center;justify-content:space-between;
  padding:18px 22px;border-bottom:1px solid var(--line);
  background:rgba(7,7,7,.85);backdrop-filter:blur(14px);position:sticky;top:0;z-index:30}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.3px;font-size:18px}
.brand .dot{width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 18px #fff}
.nav-links{display:flex;gap:8px;flex-wrap:wrap}
.nav-links a{padding:8px 14px;border-radius:10px;color:var(--muted);font-size:14px;font-weight:500}
.nav-links a:hover,.nav-links a.active{color:#fff;background:#161618}
