html,body{height:100%;overflow:hidden}.scroll-progress{display:none}.gate{position:relative;isolation:isolate;height:100dvh;min-height:560px;display:grid;grid-template-rows:auto 1fr auto;padding:32px clamp(28px,7vw,120px) 28px;background:var(--bg-deep,#0f172a);color:#fff;overflow:hidden}.gate-head,.gate-body,.gate-foot{width:100%;max-width:1280px;margin-inline:auto}.gate-bg{position:absolute;inset:0;z-index:-2;display:block;overflow:hidden}.gate-bg-img{width:100%;height:100%;object-fit:cover;object-position:70% center}.gate-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,23,42,.8) 0%,rgb(15 23 42/66%) 35%,rgba(15,23,42,.48) 62%,rgba(15,23,42,.32) 100%),linear-gradient(180deg,rgb(30 64 175/12%) 0%,rgba(15,23,42,.22) 100%)}.gate-head{display:flex;align-items:center;justify-content:space-between;gap:24px}.gate-logo{height:clamp(46px,4.6vw,64px);width:auto;display:block}.gate-login.btn-nav--ghost{background:#fff;color:var(--blue-700,#1d4ed8);border-color:#fff;box-shadow:0 18px 38px -16px rgba(15,23,42,.55)}.gate-login.btn-nav--ghost:hover{background:#f8fafc;color:var(--blue-800,#1e40af);border-color:#f8fafc;box-shadow:0 24px 48px -16px rgba(15,23,42,.65)}.gate-login.btn-nav--ghost:focus-visible{outline:2px solid #fff;outline-offset:3px}.gate-body{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:48px;padding:clamp(16px,4vh,56px) 0;min-height:0}.gate-pitch{max-width:660px}.gate-headline{font-family:var(--sans);font-weight:700;font-size:clamp(38px,min(5.4vw,8.2vh),74px);line-height:1.02;letter-spacing:-.035em;color:#fff;margin:0}.gate-headline strong{font-weight:700;color:var(--blue-400,#60a5fa)}.gate-sub{margin-top:clamp(12px,2vh,22px);font-family:var(--sans);font-weight:400;font-size:clamp(19px,min(2.2vw,3.4vh),30px);line-height:1.25;letter-spacing:-.015em;color:rgba(255,255,255,.92)}.gate-deck{margin-top:clamp(14px,2.4vh,28px);max-width:620px;font-family:var(--sans);font-weight:400;font-size:clamp(14px,min(1.15vw,1.95vh),17px);line-height:1.62;color:rgba(255,255,255,.72);text-wrap:pretty}.gate-roles{margin-top:clamp(16px,2.8vh,30px);max-width:620px;font-family:var(--sans);font-weight:400;font-size:clamp(13.5px,min(1.05vw,1.8vh),16px);line-height:1.7;color:rgba(255,255,255,.6);text-wrap:pretty}.gate-roles strong{color:#fff;font-weight:600}.gate-routes{display:flex;flex-direction:column;gap:14px;width:clamp(260px,26vw,360px)}.gate-route{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px 28px;border-radius:999px;border:1px solid transparent;font-family:var(--sans);font-size:clamp(15px,1.15vw,17px);font-weight:600;letter-spacing:-.005em;text-decoration:none;transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out),background .25s var(--ease-out)}.gate-route svg{width:17px;height:17px;transition:transform .25s var(--ease-out)}.gate-route:hover{transform:translateY(-2px)}.gate-route:hover svg{transform:translateX(3px)}.gate-route.is-public{background:var(--blue-600,#2563eb);color:#fff;box-shadow:0 18px 38px -14px rgba(37,99,235,.75)}.gate-route.is-public:hover{background:#3b82f6;box-shadow:0 24px 48px -14px rgba(37,99,235,.85)}.gate-route.is-private{background:#fff;color:var(--blue-700,#1d4ed8);box-shadow:0 18px 38px -16px rgba(15,23,42,.55)}.gate-route.is-private:hover{background:#f8fafc;box-shadow:0 24px 48px -16px rgba(15,23,42,.65)}.gate-route:focus-visible,.gate-login:focus-visible,.gate-social a:focus-visible{outline:2px solid #fff;outline-offset:3px}.gate-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:16px}.gate-copy{font-family:var(--sans);font-size:13px;color:rgba(255,255,255,.6)}.gate-social{display:flex;gap:8px;list-style:none;margin:0;padding:0}.gate-social a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:28px;border-radius:7px;background:rgba(255,255,255,.12);color:#fff;text-decoration:none;transition:background .25s var(--ease-out),color .25s var(--ease-out)}.gate-social a svg{width:15px;height:15px;display:block}.gate-social a:hover{background:#fff;color:var(--blue-700,#1d4ed8)}@media(max-width:900px){.gate-body{grid-template-columns:1fr;align-content:center;gap:clamp(24px,5vh,44px)}.gate-routes{width:100%;max-width:420px}.gate-route{padding:17px 24px}.gate-bg-img{object-position:62% center}}@media(max-height:620px),(max-width:420px){html,body{overflow:auto}.gate{height:auto;min-height:100dvh;overflow:visible}}.js [data-pageload]{opacity:0;transform:translateY(14px);animation:gate-in 700ms var(--ease-out,cubic-bezier(.22,1,.36,1)) forwards}.js [data-pageload="1"]{animation-delay:80ms}.js [data-pageload="2"]{animation-delay:180ms}.js [data-pageload="3"]{animation-delay:270ms}.js [data-pageload="4"]{animation-delay:360ms}.js [data-pageload="5"]{animation-delay:430ms}@keyframes gate-in{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.js [data-pageload]{opacity:1;transform:none;animation:none}}