.Navbar-module__cJzEcG__nav{z-index:100;background-color:#0000;width:100%;height:80px;transition:all .4s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 20px;display:flex}.Navbar-module__cJzEcG__scrolled{background-color:var(--surface);opacity:.95;-webkit-backdrop-filter:blur(60px);border-bottom:1px solid var(--border);box-shadow:0 4px 30px #0000001a}.Navbar-module__cJzEcG__brand{font-family:var(--font-body),sans-serif;color:var(--fg);letter-spacing:-.03em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__cJzEcG__links{align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__link{font-family:var(--font-body),sans-serif;color:var(--nav-link);background-color:#0000;border-radius:999px;padding:.6rem 1.25rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .4s}.Navbar-module__cJzEcG__link:hover{background-color:var(--surface)}.Navbar-module__cJzEcG__linkActive{background-color:var(--fg);font-weight:700;color:var(--nav-active-text)!important}.Navbar-module__cJzEcG__themeToggle{color:var(--fg);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.Navbar-module__cJzEcG__themeToggle:hover{background-color:var(--surface)}.Navbar-module__cJzEcG__mobileActions{align-items:center;gap:1.5rem;display:none}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:20px;padding:0;display:none}.Navbar-module__cJzEcG__bar{background-color:var(--fg);transform-origin:1px;border-radius:10px;width:24px;height:2px;transition:all .3s linear;position:relative}.Navbar-module__cJzEcG__barOpenTop{transform:rotate(45deg)}.Navbar-module__cJzEcG__barOpenMid{opacity:0;transform:translate(20px)}.Navbar-module__cJzEcG__barOpenBot{transform:rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;width:100%;padding:1rem 0;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 20px #0000001a}.Navbar-module__cJzEcG__mobileMenu a{font-family:var(--font-body),sans-serif;color:var(--nav-link);text-transform:uppercase;padding:1rem 20px;font-size:1rem;font-weight:600;text-decoration:none}.Navbar-module__cJzEcG__mobileMenu a:hover{color:var(--neon-green)}@media (max-width:768px){.Navbar-module__cJzEcG__nav{height:80px}.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__mobileActions,.Navbar-module__cJzEcG__hamburger{display:flex}}
:root{--bg:#fff;--fg:#1b1b36;--text-primary:#1b1b36;--muted:#5c5c77;--faint:#8e8ea8;--surface:#f4f6fb;--border:#e0e4ed;--accent-orange:#fde8cd;--accent-pink:#ffd1d4;--accent-blue:#d3e0ff;--accent-cyan:#d5efff;--neon-green:#1b1b36;--text-muted:#5c5c77;--text-light:#8e8ea8;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--nav-link:var(--muted);--nav-active-text:#fff;--transition-theme:background-color .4s ease,color .4s ease,border-color .4s ease,box-shadow .4s ease}[data-theme=dark]{--bg:#151515;--fg:#fff;--text-primary:#fff;--muted:#a0a0c0;--faint:#5c5c77;--surface:#222;--border:#ffffff1a;--text-muted:#a0a0c0;--text-light:#5c5c77;--accent-orange:#2c1f10;--accent-blue:#101b30;--accent-cyan:#0e222e;--accent-pink:#2e1517;--nav-link:#fff9;--nav-active-text:#151515}html,body{background-color:var(--bg);max-width:100vw;color:var(--fg);font-family:var(--font-body),"PingFang SC","Microsoft YaHei",sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:var(--transition-theme);overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-body),"PingFang SC","Microsoft YaHei",sans-serif;color:var(--fg);font-weight:800;line-height:1.15}p{line-height:1.75}img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;display:block}.allow-download img{-webkit-user-select:auto!important;user-select:auto!important;-webkit-user-drag:auto!important;user-drag:auto!important;pointer-events:auto!important}
