:root{--bg:#000;--bg2:#050506;--surface:#111214;--surface2:#16181c;--border:#32343a;--border2:#525660;--text:#fff;--text2:#e6e8ed;--muted:#c8cdd6;--accent:#7c8cff;--accent2:#a5b1ff;--accentGlow:rgba(124,140,255,.18);--green:#6aaa64;--yellow:#c9b458;--header-h:64px;--max:1200px;--r:16px;--rs:10px;--pill:999px;--shadow:0 8px 32px rgba(0,0,0,.35);--font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html[data-theme=light],body.light-mode{--bg:#f7f7f8;--bg2:#fff;--surface:#fff;--surface2:#f2f4f7;--border:#d3d6da;--border2:#bcc2ca;--text:#1a1a1b;--text2:#43464d;--muted:#676b74;--accentGlow:rgba(124,140,255,.1)}*,:before,:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;overflow-x:hidden;padding-bottom:max(env(safe-area-inset-bottom),0)}body.body--menu-open{overflow:hidden}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 800px 600px at 20% 10%,rgba(76,175,80,.07),transparent),radial-gradient(ellipse 600px 800px at 80% 90%,rgba(124,140,255,.07),transparent),radial-gradient(ellipse 500px 500px at 60% 40%,rgba(201,162,39,.04),transparent)}a{color:var(--accent2);text-decoration:underline;text-underline-offset:.14em;text-decoration-thickness:.08em}a:hover{color:var(--accent)}.header{position:sticky;top:0;z-index:100;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.5rem;background:#000000e0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}html[data-theme=light] .header,body.light-mode .header{background:#ffffffdb}.header__logo{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 auto;color:var(--text);text-decoration:none;font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.header__logo:hover{color:var(--text);text-decoration:none}.header__logo-icon{display:flex;gap:3px}.header__logo-tile{width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:800}.header__logo-tile:nth-child(1),.header__logo-tile:nth-child(3),.header__logo-tile:nth-child(5){background:var(--green)}.header__logo-tile:nth-child(2){background:var(--yellow)}.header__logo-tile:nth-child(4){background:#565758}.nav{display:flex;align-items:center;gap:.25rem}.nav__dropdown{position:relative}.nav__link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.5rem 1rem;border-radius:10px;color:var(--text2);text-decoration:none;font-size:.92rem;font-weight:600;white-space:nowrap}.nav__link:hover,.nav__dropdown--open>.nav__dropdown-toggle{background:var(--surface2);color:var(--text)}.nav__link--active{color:var(--accent2);background:var(--accentGlow)}.nav__dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:220px;padding:.4rem;border:1px solid var(--border);border-radius:14px;background:#0a0b0df5;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.nav__dropdown--open .nav__dropdown-menu{opacity:1;visibility:visible;transform:none}html[data-theme=light] .nav__dropdown-menu,body.light-mode .nav__dropdown-menu{background:#fffffffa}.nav__dropdown-menu .nav__link{display:flex;justify-content:flex-start}.nav__dropdown-chevron{display:inline-block;width:8px;height:8px;margin-left:.35rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-1px) rotate(45deg);opacity:.72}.header>div[style]{display:flex!important;align-items:center;gap:8px}.theme-toggle{min-width:96px;height:40px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:0 .85rem;cursor:pointer}.theme-toggle__icon{display:inline-flex;align-items:center;justify-content:center}.theme-toggle__icon svg,.theme-toggle svg{width:1rem;height:1rem;display:block;fill:none}.theme-toggle__label{min-width:3.8ch;text-align:left;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mobile-toggle,.nav-mobile-close{display:none}.hero{text-align:center;max-width:var(--max);margin:0 auto;padding:4rem 1.5rem 2rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 1rem;border-radius:999px;background:var(--accentGlow);border:1px solid rgba(124,140,255,.28);color:var(--accent2);font-size:.8rem;font-weight:700;letter-spacing:.03em;margin-bottom:1.5rem}.hero__badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.hero__title{margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.08;letter-spacing:-.03em}.hero__title-gradient{background:linear-gradient(135deg,var(--green),var(--accent2));-webkit-background-clip:text;background-clip:text;color:transparent}.hero__subtitle{max-width:42rem;margin:0 auto;font-size:1.125rem;color:var(--text2)}.main{max-width:var(--max);margin:0 auto;padding:0 1.5rem 4rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:0 auto 1.5rem;max-width:860px;color:var(--muted);font-size:.9rem}.breadcrumb a{color:var(--text2);text-decoration:none}.page-content,.content-section{max-width:860px;margin:0 auto}.page-content h2,.section-header__title{margin:0 0 .75rem;font-size:clamp(1.35rem,3vw,2rem);line-height:1.15;letter-spacing:-.02em}.page-content p,.page-content li,.section-header__desc{color:var(--text2)}.page-content ul{padding-left:1.25rem}.page-content>:last-child,.footer__brand p,.quick-links__item:last-child{margin-bottom:0}.content-section{margin-top:3rem;padding-top:1rem}.section-header{margin-bottom:1rem}.section-header__desc{margin:0}.quick-links{display:flex;flex-wrap:wrap;gap:.75rem}.quick-links__item{display:inline-flex;align-items:center;min-height:40px;padding:.75rem 1rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text2);text-decoration:none;font-size:.94rem;font-weight:600;transition:background .15s ease,border-color .15s ease,color .15s ease}.quick-links__item:hover{background:var(--surface2);border-color:var(--border2);color:var(--text);text-decoration:none}.footer{max-width:var(--max);margin:0 auto;padding:0 1.5rem 2rem}.footer__inner{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:1.25rem;padding:1.5rem;border:1px solid var(--border);border-radius:24px;background:#111214cc}html[data-theme=light] .footer__inner,body.light-mode .footer__inner{background:#ffffffe6}.footer__brand-title,.footer__col-title{margin-bottom:.5rem;font-weight:800}.footer__links{display:flex;flex-direction:column;gap:.35rem}.footer__link{text-decoration:none;color:var(--text2)}.footer__link:hover{color:var(--text)}.footer__bottom{padding:1rem .25rem 0;color:var(--muted);font-size:.9rem}.toast{position:fixed;left:50%;bottom:1rem;transform:translate(-50%,120%);padding:.75rem 1rem;border-radius:999px;background:#111827;color:#fff;box-shadow:var(--shadow);opacity:0;transition:transform .2s ease,opacity .2s ease;z-index:220}.toast--visible{opacity:1;transform:translate(-50%)}.nav-backdrop{position:fixed;inset:var(--header-h) 0 0;background:#080a0e9e;backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:98}.nav-backdrop--visible{opacity:1;visibility:visible}@media(max-width:1100px){.header{padding:0 1rem}.nav{position:fixed;top:calc(var(--header-h) + 8px);left:1rem;right:1rem;z-index:120;display:flex;flex-direction:column;align-items:stretch;gap:.5rem;padding:1rem;max-height:min(34rem,calc(100dvh - var(--header-h) - 20px));overflow:auto;border:1px solid var(--border);border-radius:20px;background:#0a0b0dfa;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}html[data-theme=light] .nav,body.light-mode .nav{background:#fffffffa}.nav--open{opacity:1;visibility:visible;transform:none;pointer-events:auto}.nav__link,.nav__dropdown-toggle{width:100%;justify-content:flex-start;min-height:48px}.nav__dropdown,.nav__dropdown-menu{position:static}.nav__dropdown-menu{display:block;min-width:0;max-height:0;padding:0;border:none;background:transparent;box-shadow:none;overflow:hidden;opacity:0;visibility:visible;transform:none}.nav__dropdown--mobile-open .nav__dropdown-menu{max-height:24rem;opacity:1;margin-top:.25rem}.nav__dropdown-menu .nav__link{margin-top:.35rem;border:1px solid rgba(255,255,255,.08);background:#ffffff08;border-radius:14px}html[data-theme=light] .nav__dropdown-menu .nav__link,body.light-mode .nav__dropdown-menu .nav__link{border-color:#0f172a14;background:#f7f8fb}.nav-mobile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.nav-mobile-title{font-weight:800}.nav-mobile-close,.mobile-toggle{display:flex;align-items:center;justify-content:center}.nav-mobile-close{width:40px;height:40px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);font-size:1.5rem;cursor:pointer}.mobile-toggle{flex-direction:column;gap:5px;width:44px;height:44px;border:1px solid var(--border);border-radius:999px;background:var(--surface);padding:0;cursor:pointer}.mobile-toggle span{width:22px;height:2px;border-radius:2px;background:currentColor}.nav__dropdown-chevron{margin-left:auto}.footer__inner{grid-template-columns:1fr 1fr}.theme-toggle{min-width:88px}}@media(max-width:720px){.hero{padding:2.5rem 1rem 1.5rem}.hero__subtitle{font-size:1rem}.main,.footer{padding-left:1rem;padding-right:1rem}.page-content h2,.section-header__title{font-size:1.4rem}.quick-links{flex-direction:column}.quick-links__item{width:100%}.footer__inner{grid-template-columns:1fr}.header__logo{font-size:1.05rem}.header__logo span:last-child{display:none}}
