.gate{min-height:100dvh;display:grid;place-items:center;padding:40px 24px;background:radial-gradient(1100px 640px at 78% -8%,rgba(37,99,235,.3),transparent 64%),radial-gradient(760px 480px at -8% 34%,rgba(34,211,238,.1),transparent 60%),#060d1f;color:#eaf0fb;font-family:var(--font-sans,system-ui,sans-serif);-webkit-font-smoothing:antialiased}.gate__well{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;margin-bottom:4vh;opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease;animation:gate-fade-in .6s ease both}.gate__wordmark{display:inline-flex;align-items:baseline;justify-content:center;font-size:52px;font-weight:600;letter-spacing:-.01em;line-height:1;color:#f4f8ff;margin-bottom:10px}.gate__gauge{width:.82em;height:.82em;margin:0 .012em;transform:translateY(.12em);color:inherit}.gate__eyebrow{margin:0;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#7f92b6}.gate__headline{margin:0;font-size:25px;font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#f4f8ff}.gate__subline{margin:0 0 8px;max-width:40ch;font-size:15px;line-height:1.55;color:#a4b4d1}.gate__card{width:100%;display:flex;flex-direction:column;gap:8px;text-align:left;padding:24px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.09);border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(2px)}.gate__label{font-size:12px;font-weight:500;letter-spacing:.01em;color:#a4b4d1}.gate__input{width:100%;margin-top:2px;padding:12px 14px;font-family:var(--font-mono,ui-monospace,monospace);font-size:16px;letter-spacing:.06em;color:#f4f8ff;background:rgba(6,13,31,.6);border:1px solid rgba(255,255,255,.16);border-radius:10px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.gate__input::-moz-placeholder{color:#5f7091;letter-spacing:.04em}.gate__input::placeholder{color:#5f7091;letter-spacing:.04em}.gate__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.32)}.gate__input:-moz-read-only{opacity:.75}.gate__input:read-only{opacity:.75}.gate[data-status=error] .gate__input{border-color:#e6a552}.gate__error{min-height:18px;margin:2px 0 0;font-size:13px;line-height:1.4;color:#f0b877;opacity:0;transition:opacity .25s ease}.gate[data-status=error] .gate__error{opacity:1}.gate__btn{position:relative;width:100%;margin-top:10px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;font-family:inherit;font-size:15px;font-weight:600;color:#fff;background:#2563eb;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease,opacity .2s ease}.gate__btn:hover:not(:disabled){background:#1d4fd7}.gate__btn:disabled{opacity:.5;cursor:default}.gate__btn-ring{display:none;width:18px;height:18px}.gate[data-status=pending] .gate__btn-ring,.gate[data-status=success] .gate__btn-ring{display:inline-flex}.gate__btn-ring svg{width:18px;height:18px;transform:rotate(-90deg)}.gate__btn-ring-track{stroke:rgba(255,255,255,.28)}.gate__btn-ring-arc{stroke:#fff;stroke-dasharray:94.25;stroke-dashoffset:94.25}.gate[data-status=pending] .gate__btn-ring-arc{animation:gate-sweep .7s linear forwards}.gate[data-status=success] .gate__btn-ring-arc{stroke-dashoffset:0}.gate[data-status=success] .gate__well{opacity:0;transform:translateY(-6px)}.gate__fallback{margin:4px 0 0;max-width:38ch;font-size:13px;line-height:1.5;color:#8ea0be}.gate__fallback a{color:#a4b4d1;text-decoration:underline;text-underline-offset:2px}.gate__fallback a:hover{color:#f4f8ff}@keyframes gate-sweep{0%{stroke-dashoffset:94.25}to{stroke-dashoffset:0}}@keyframes gate-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (max-width:420px){.gate{padding:28px 18px}.gate__wordmark{font-size:42px}.gate__headline{font-size:22px}.gate__card{padding:20px}}@media (prefers-reduced-motion:reduce){.gate__btn-ring-arc,.gate__well{animation:none;transition:none}}