.gate{min-height:100vh;display:grid;place-items:center;padding:2rem;background:var(--bg-page)}.gate-card{width:100%;max-width:22rem;background:var(--bg-surface);border:1px solid var(--rule);border-radius:14px;padding:2rem 1.75rem}.gate-card h1{margin:0 0 .375rem;font-size:1.25rem;font-weight:640;letter-spacing:-.02em}.gate-note{margin:0 0 1.25rem}.gate-note,.gate-sub{font-size:.875rem;color:var(--text-cap)}.gate-sub{margin:0}.gate-form{display:grid;grid-gap:.625rem;gap:.625rem}.gate-form input{padding:.5625rem .75rem;border:1px solid var(--rule);border-radius:8px;background:var(--bg-page);color:var(--text-body);font:inherit;font-size:.875rem}.gate-form input:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}.gate-form .cta{border:0;cursor:pointer;text-align:center}.gate-form .cta:disabled{opacity:.45;cursor:not-allowed}.gate-link{margin-top:1rem;padding:0;border:0;background:none;color:var(--accent);font:inherit;font-size:.8125rem;cursor:pointer;text-decoration:underline}.gate-link:disabled{opacity:.45;cursor:not-allowed}.gate-error{margin-top:1rem;font-size:.8125rem;color:var(--crit)}.gate-connected{padding:.75rem .875rem;border-left:2px solid var(--accent);background:var(--bg-tint);border-radius:0 8px 8px 0;color:var(--text-body);line-height:1.55}.gate-card a{color:var(--accent);font-weight:600;text-decoration:none}.gate-card a:hover{text-decoration:underline}.gate-inline{padding:0;border:0;background:none;font:inherit;font-weight:600;color:var(--accent);cursor:pointer;text-decoration:none}.gate-inline:hover{text-decoration:underline}.gate-inline:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}.gate-forgot{margin:.875rem 0 0;font-size:.8125rem}.cta{padding:.5rem 1rem;border-radius:8px;background:var(--cta-fill);color:var(--cta-on);font-size:.875rem;font-weight:600;text-decoration:none;transition:background .12s}.cta:hover{background:var(--cta-hover)}