:root{--navBg:#000028;--panelBg:#000028;--line:hsla(0,0%,100%,.15);--muted:hsla(0,0%,100%,.7);--text:hsla(0,0%,100%,.92);--accent:#00e6b8;--max:1200px;--topH:72px;--navH:60px;--headerH:calc(var(--topH) + var(--navH))}*{box-sizing:border-box}body{background:#fafafa;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;margin:0}a-darkmode{color:inherit;text-decoration:none}button-darkmode{font:inherit}.header-darkmode{background:var(--navBg);border-bottom:1px solid var(--line);position:relative;z-index:50}.container-darkmode{margin:0 auto;max-width:var(--max);padding:0 18px}.topbar-darkmode{height:var(--topH)}.top-flex-darkmode{align-items:center;display:flex;gap:18px;height:100%;justify-content:space-between}.left-wrap-darkmode{align-items:center;display:flex;gap:12px;min-width:0}.logo-darkmode{color:#fff;font-size:26px;font-weight:800;letter-spacing:.1em;user-select:none;white-space:nowrap}.header-darkmode a{color:inherit;text-decoration:none}.secondary-menu-darkmode{align-items:center;color:#fff;display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-end}.secondary-menu-darkmode a{color:#fff;font-size:16px;font-weight:400;opacity:.9;text-decoration:none!important;white-space:nowrap}.secondary-menu-darkmode a:hover{color:#fff!important;text-decoration:none!important}.drawer-secondary-darkmode a{color:inherit;text-decoration:none}.drawer-secondary-darkmode a:hover{opacity:1}.try-btn-darkmode{background:linear-gradient(90deg,#00feba,#00e7db);border-radius:0;color:#000028!important;font-weight:600!important;padding:8px 16px;transition:.2s}.try-btn-darkmode:hover{background:#fff}.navrow-darkmode{border-bottom:1px solid var(--line);height:var(--navH)}.nav-flex-darkmode{align-items:center;display:flex;height:100%}.primary-darkmode{display:flex;gap:30px}.primary-darkmode button{background:none;border:none;color:#fff;cursor:pointer;font-size:18px;font-weight:450;padding:0;position:relative;white-space:nowrap}.primary-darkmode .active-darkmode:after{background:var(--accent);bottom:-10px;content:"";height:2px;left:0;position:absolute;right:0}.dropdown-darkmode{background:var(--panelBg);border-top:1px solid var(--line);height:25dvh;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:var(--headerH);transform:translateY(-8px);transition:opacity .5s ease,transform .5s ease}.dropdown-darkmode.is-open-darkmode{opacity:1;pointer-events:auto;transform:translateY(0)}.drop-inner-darkmode{margin:0 auto;max-width:var(--max);padding:24px 18px 30px;position:relative}.drop-title-darkmode{font-size:12px;letter-spacing:.12em;margin:0 0 14px;opacity:.6;text-transform:uppercase}.drop-list-darkmode{list-style:none;margin:0;max-width:520px;padding:0}.drop-item-darkmode{font-size:16px;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease}.dropdown-darkmode.is-open-darkmode .drop-item-darkmode{opacity:1;transform:translateY(0)}.drop-item-darkmode a{align-items:center;border-radius:6px;color:var(--muted);display:flex;gap:12px;justify-content:space-between;padding:12px 8px 12px 20px;position:relative;text-decoration:none!important;transition:background .2s ease,color .2s ease}.drop-item-darkmode a:before{background:var(--accent);border-radius:2px;bottom:8px;content:"";left:0;opacity:0;position:absolute;top:8px;transform:scaleY(.6);transition:opacity .2s ease,transform .2s ease;width:3px}.drop-item-darkmode a:hover{background:hsla(0,0%,100%,.06);color:#fff;text-decoration:none!important}.drop-item-darkmode a:hover:before{opacity:1;transform:scaleY(1)}.chev-darkmode{color:hsla(0,0%,100%,.6);height:18px;opacity:.9;transition:color .2s ease;width:18px}.drop-item-darkmode a:hover .chev-darkmode{color:var(--accent)}.badge-new-darkmode{background-color:#b40056;border-radius:3px;color:#fff!important;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;line-height:1.2;margin-left:8px;padding:1px 4px;text-decoration:none;vertical-align:middle}.drop-close-darkmode{background:transparent;border:none;cursor:pointer;display:grid;height:32px;padding:0;place-items:center;position:absolute;right:18px;top:18px;width:32px;z-index:5}.drop-close-darkmode:hover{opacity:.75}.drop-close-darkmode svg{height:24px;pointer-events:none;stroke:#fff;stroke-width:2.5;width:24px}.burger-darkmode{background:transparent;border:none;cursor:pointer;display:none;height:28px;padding:0;width:36px}.burger-darkmode span{background:#fff;border-radius:2px;display:block;height:2px;margin:6px 0}.drawer-darkmode{background:rgba(0,0,0,.45);inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .18s ease;z-index:80}.drawer-darkmode.is-open-darkmode{opacity:1;pointer-events:auto}.drawer-panel-darkmode{background:var(--navBg);border-right:1px solid var(--line);bottom:0;left:0;overflow:auto;position:absolute;top:0;transform:translateX(-102%);transition:transform .22s ease;width:min(420px,90vw)}.drawer-darkmode.is-open-darkmode .drawer-panel-darkmode{transform:translateX(0)}.drawer-top-darkmode{align-items:center;border-bottom:1px solid var(--line);display:flex;height:var(--topH);justify-content:space-between;padding:0 16px}.drawer-top-darkmode .logo-darkmode{font-size:22px}.drawer-close-darkmode{background:transparent;border:none;cursor:pointer;display:grid;height:34px;padding:0;place-items:center;width:34px}.drawer-close-darkmode:hover{opacity:.75}.drawer-close-darkmode svg{height:24px;pointer-events:none;stroke:#fff;stroke-width:2.5;width:24px}.drawer-content-darkmode{padding:14px 16px 18px}.drawer-secondary-darkmode{border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;flex-wrap:wrap;gap:12px 16px;padding:8px 0 14px}.drawer-secondary-darkmode a{font-size:14px;font-weight:650;opacity:.9}.drawer-secondary-darkmode .try-btn-darkmode{display:inline-block}.drawer-nav-darkmode{padding:14px 0}.acc-btn-darkmode{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:750;gap:12px;justify-content:space-between;padding:12px 0;width:100%}.acc-btn-darkmode .chev-darkmode{height:18px;transform:rotate(0deg);transition:transform .16s ease;width:18px}.acc-btn-darkmode[aria-expanded=true] .chev-darkmode{transform:rotate(90deg)}.acc-panel-darkmode{display:none;padding:0 0 10px}.acc-panel-darkmode.is-open-darkmode{display:block}.acc-panel-darkmode a{align-items:center;color:var(--muted);display:flex;font-weight:600;gap:12px;justify-content:space-between;padding:10px 0}.acc-panel-darkmode a:hover{color:#fff}@media (max-width:980px){.burger-darkmode{display:inline-block}.navrow-darkmode{display:none}.topbar-darkmode{height:64px}.logo-darkmode{font-size:22px}.secondary-menu-darkmode{display:none}:root{--topH:64px;--headerH:64px}.dropdown-darkmode{display:none!important}}