*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#eef3f8}.page{min-height:100vh;display:grid;place-items:center;padding:20px}.panel{width:min(100%,420px);padding:28px;border:1px solid #dce6ef;border-radius:8px;background:#fff;box-shadow:0 18px 50px #2333481f;text-align:center}.brand{margin-bottom:20px;font-weight:800;color:#0f766e}h1{margin:0 0 10px;font-size:24px;line-height:1.2}p{margin:0;color:#607089;line-height:1.55}.loader{width:42px;height:42px;margin:0 auto 18px;border:4px solid #dce6ef;border-top-color:#0f766e;border-radius:50%;animation:spin .8s linear infinite}.actions{display:grid;gap:10px;margin-top:22px}a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border-radius:7px;font-weight:700;text-decoration:none}.primary{color:#fff;background:#0f766e}.secondary{color:#172033;border:1px solid #c8d4e0;background:#fff}@keyframes spin{to{transform:rotate(360deg)}}
