*{box-sizing:border-box}body{color:#17191c;background:#f6f7f9;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.5}main{place-items:center;min-height:100vh;padding:20px;display:grid}form{background:#fff;border:1px solid #dfe3e8;border-radius:18px;width:min(440px,100%);padding:24px;box-shadow:0 10px 32px #14192314}.top-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.brand{font-weight:800}.language-select{background:#fff;border:1px solid #dfe3e8;border-radius:999px;max-width:150px;padding:8px 10px}h1{letter-spacing:-.035em;margin:0 0 8px;font-size:clamp(1.7rem,6vw,2.2rem);line-height:1.08}label{margin:18px 0 6px;font-size:.9rem;font-weight:750;display:block}input,button,select{font:inherit}input,button{border-radius:10px;width:100%;min-height:46px;padding:11px 12px}input{border:1px solid #dfe3e8;font-size:16px}button{color:#fff;cursor:pointer;background:#1f5eff;border:1px solid #1f5eff;margin-top:12px;font-weight:750}.muted{color:#68707a;margin:0}.error{color:#9c2c2c;background:#fff0f0;border:1px solid #e5b7b7;border-radius:10px;margin:14px 0 0;padding:10px 11px}@media (width<=480px){main{padding:10px}form{border-radius:14px;padding:20px}.top-row{align-items:flex-start}.language-select{max-width:128px}}