@font-face { font-family: Inter; src: url('/assets/inter-medium.ttf') format('truetype'); font-weight: 500; font-display: swap; }
:root { color-scheme: light; font-family: Inter, sans-serif; font-weight: 500; font-synthesis: none; color: #191919; background: #f4f4f4; }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { background: #f4f4f4 url('/assets/grain.svg'); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: .25em; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid #191919; outline-offset: 4px; }
.gate-page { min-height: 100svh; display: flex; flex-direction: column; padding: 32px clamp(24px, 4.5vw, 80px) 26px; }
.gate-header, .gate-footer { display: flex; justify-content: space-between; gap: 24px; font-size: 14px; line-height: 1.5; }
.gate-footer { color: #666; justify-content: flex-end; }
.gate-main { flex: 1; display: flex; flex-direction: column; justify-content: center; padding-block: 100px; width: min(100%, 900px); }
.gate-form { margin: 0; width: min(100%, 540px); }
.gate-form label { display: block; margin-bottom: 12px; font-size: 14px; }
.gate-input { display: flex; align-items: stretch; border-bottom: 1px solid #191919; }
.gate-input input { min-width: 0; flex: 1; padding: 13px 0 16px; border: 0; background: transparent; font: inherit; font-size: 21px; letter-spacing: .08em; color: #191919; }
.gate-input input:focus { outline: none; }
.gate-input:focus-within { border-bottom-width: 2px; }
.gate-input button { border: 0; background: transparent; color: #191919; font: inherit; font-size: 15px; cursor: pointer; padding: 0 0 0 24px; transition: opacity 200ms ease; }
.gate-input button:hover { opacity: .5; }
.gate-error { margin: 16px 0 0; font-size: 14px; color: #4d4d4d; }
.gate-footer nav { display: flex; gap: 28px; }
@media (max-width: 600px) { .gate-page { padding-block: 24px; } .gate-header, .gate-footer { font-size: 13px; } .gate-main { padding-block: 80px; } .gate-footer { align-items: flex-start; } .gate-footer nav { flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; } }
@media (prefers-reduced-motion: reduce) { .gate-input button { transition: none; } }
