/* Password gate for the trust page. Same tokens as style.css; only the form is new. */
.hero.gate { padding-bottom:64px; }
.hero.gate form { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-top:28px; }
.hero.gate input { font:inherit; font-size:16px; padding:.6em 1.1em; min-width:240px; border:1px solid rgba(255,255,255,.35); border-radius:100em; background:#fff; color:var(--dark-blue); }
.hero.gate input:focus { outline:2px solid #36ebff; outline-offset:2px; }
.hero.gate .btn { background:#fff; }
.err { color:#ffd3d3; margin-top:16px; }
.sr { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
