:root{color:#18252f;background:#e8f0ef;font-family:Segoe UI,Malgun Gothic,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input{font:inherit}.login-shell{background:linear-gradient(135deg,#dceeea,#f8f3e9);place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{background:#fffdf9;border:1px solid #cbd9d4;border-radius:8px;width:min(100%,430px);padding:38px;box-shadow:0 20px 45px #1b3a3129}.login-kicker{color:#087f6a;letter-spacing:1.5px;margin:0 0 9px;font-size:12px;font-weight:700}.login-panel h1{margin:0;font-size:28px}.login-copy{color:#56646a;margin:12px 0 28px;line-height:1.55}.login-form{gap:17px;display:grid}.login-form label{color:#33434a;gap:7px;font-size:14px;font-weight:600;display:grid}.login-form input{color:#18252f;background:#fff;border:1px solid #afc0bb;border-radius:5px;outline:none;width:100%;min-height:44px;padding:10px 12px}.login-form input:focus{border-color:#087f6a;box-shadow:0 0 0 3px #087f6a26}.phone-fields{grid-template-columns:110px 1fr;gap:12px;display:grid}.login-form button{color:#fff;cursor:pointer;background:#087f6a;border:0;border-radius:5px;min-height:46px;font-weight:700}.login-form button:disabled{cursor:wait;opacity:.55}.login-form .secondary-button{color:#19564a;background:#e1ebe7}.login-form .text-button{color:#526664;background:0 0;min-height:auto;padding:3px;font-size:14px;text-decoration:underline}.login-status,.login-error{margin:20px 0 0;font-size:14px;line-height:1.5}.login-status{color:#087f6a}.login-error{color:#b42318}@media (width<=480px){.login-panel{padding:28px 22px}.phone-fields{grid-template-columns:1fr}}
