.password-gate{display:flex;flex-direction:column;background:#010642;color:#fff;font-family:"Exo 2.0",sans-serif}.password-gate,.password-gate--loading{min-height:100vh}.password-gate__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 28px;border-bottom:1px solid rgba(3,213,232,.18);background:rgba(0,8,40,.78)}.password-gate__brand{flex:0 0 auto;min-width:52px}.password-gate__brand img{display:block;width:52px;height:auto;max-height:48px;object-fit:contain}.password-gate__legacy{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid rgba(3,213,232,.65);border-radius:999px;color:#03d5e8;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap}.password-gate__legacy svg{width:14px;height:14px}.password-gate__legacy:hover{background:rgba(3,213,232,.12);color:#5effff}.password-gate__stage{flex:1 1;display:grid;place-items:center;padding:24px}.password-gate__card{width:min(100%,420px);padding:32px;border:1px solid rgba(3,213,232,.55);border-radius:12px;background:rgba(0,17,51,.9);box-shadow:0 18px 60px rgba(0,0,0,.35),inset 0 0 24px rgba(3,213,232,.08)}.password-gate__heading{display:flex;align-items:center;gap:10px;margin-bottom:8px}.password-gate__heading h1{margin:0;font-size:24px;font-weight:700}.password-gate__card>p:not(.password-gate__hint){margin:0 0 24px;color:rgba(255,255,255,.75);font-size:15px}.password-gate__error{margin-bottom:16px;padding:10px 12px;border:1px solid rgba(178,34,34,.85);border-radius:6px;background:rgba(178,34,34,.2);color:#fff;font-size:14px}.password-gate form{display:grid;gap:8px}.password-gate label{color:rgba(255,255,255,.85);font-size:14px;font-weight:700}.password-gate input{width:100%;min-height:44px;padding:10px 12px;border:1px solid rgba(255,255,255,.25);border-radius:6px;background:rgba(1,6,66,.8);color:#fff;font:inherit}.password-gate input::placeholder{color:rgba(255,255,255,.48)}.password-gate a:focus-visible,.password-gate button:focus-visible,.password-gate input:focus-visible{outline:2px solid #03d5e8;outline-offset:2px}.password-gate button[type=submit]{min-height:44px;margin-top:8px;border:1px solid #03d5e8;border-radius:6px;background:#03d5e8;color:#010642;font:inherit;font-weight:700;cursor:pointer}.password-gate button[type=submit]:hover:not(:disabled){background:#5effff}.password-gate button[type=submit]:disabled{cursor:not-allowed;opacity:.55}.password-gate__hint{margin:20px 0 0;padding-top:16px;border-top:1px solid rgba(3,213,232,.16);color:rgba(255,255,255,.62);font-size:13px;line-height:1.5;text-align:center}.password-gate__hint a{color:#03d5e8;font-weight:700;text-decoration:none}.password-gate__hint a:hover{color:#5effff;text-decoration:underline}@media(max-width:480px){.password-gate__bar{padding:12px 16px}.password-gate__stage{padding:16px}.password-gate__card{padding:24px}}