@font-face{font-family:Inter;src:url('/static/fonts/Inter-Variable.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;font-family:Inter,system-ui,sans-serif;color:#1f2a36;background:linear-gradient(145deg,#e5edf3,#f7f9fa)}
.review-auth{min-height:100vh;display:grid;place-items:center;padding:24px}
.review-auth__card{width:min(460px,100%);padding:28px;border:1px solid #d5dee5;border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(17,48,75,.12)}
.review-auth__brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}
.review-auth__brand img{width:42px;height:42px;object-fit:contain}
.review-auth__brand strong,.review-auth__brand span{display:block}
.review-auth__brand strong{font-weight:650}
.review-auth__brand span{margin-top:3px;color:#6e7c87;font-size:13px}
h1{margin:0 0 10px;font-size:26px;line-height:1.2}
p{margin:0 0 20px;color:#5f6f7d;line-height:1.55}
form{display:grid;gap:15px}
label{display:grid;gap:6px;font-size:13px;font-weight:650}
input{width:100%;padding:11px 12px;border:1px solid #bdc9d3;border-radius:10px;font:inherit;color:inherit;background:#fff}
input:focus{outline:3px solid rgba(47,142,220,.2);border-color:#2f8edc}
button{min-height:42px;margin-top:4px;padding:0 16px;border:0;border-radius:10px;color:#fff;background:#0b4f8a;font:inherit;font-weight:650;cursor:pointer}
button:hover{background:#0a4578}
.review-auth__error{margin-bottom:16px;padding:11px 12px;border-left:4px solid #b42318;background:#fff0ee;color:#7a271a;line-height:1.45}
