:root{--ink:#142018;--muted:#748079;--line:#e4eae5;--green:#153e2a;--cream:#f7faf7}*{box-sizing:border-box}html,body,#hotel-login-root{min-height:100%}body{color:var(--ink);background:linear-gradient(#f7faf7,#eef5ef);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.hlPage{place-items:center;min-height:100vh;padding:24px;display:grid;position:relative}.hlBack{border:1px solid var(--line);height:42px;color:var(--ink);background:#fffffff0;border-radius:13px;align-items:center;gap:7px;padding:0 14px;font-weight:800;display:flex;position:fixed;top:18px;left:18px}.hlCard{border:1px solid var(--line);background:#fffffffa;border-radius:28px;width:min(100%,430px);padding:28px;box-shadow:0 22px 60px #163d2a1f}.hlLogo{place-items:center;height:92px;margin-bottom:10px;display:grid;overflow:hidden}.hlLogo img{object-fit:contain;width:auto;max-width:220px;height:auto;max-height:82px}.hlEyebrow{color:#9a7742;letter-spacing:.12em;justify-content:center;align-items:center;gap:6px;font-size:10px;font-weight:900;display:flex}.hlCard h1{text-align:center;letter-spacing:-.035em;margin:10px 0 8px;font-size:31px;line-height:1.1}.hlCard>p{text-align:center;color:var(--muted);margin:0 0 22px;font-size:13px;line-height:1.5}.hlCard form{gap:14px;display:grid}.hlCard label{gap:7px;font-size:12px;font-weight:800;display:grid}.hlCard input{border:1px solid var(--line);background:#fff;border-radius:14px;outline:0;height:50px;padding:0 14px}.hlCard input:focus{border-color:#8ab19a;box-shadow:0 0 0 3px #153e2a14}.hlSubmit{color:#fff;background:linear-gradient(135deg,#153e2a,#1f6c45);border:0;border-radius:15px;justify-content:center;align-items:center;gap:8px;height:52px;font-weight:900;display:flex;box-shadow:0 12px 24px #153e2a2e}.hlSubmit:disabled{opacity:.7}.hlError{color:#9b3838;background:#fff1f1;border:1px solid #efcccc;border-radius:12px;padding:11px 12px;font-size:12px}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=480px){.hlPage{padding:18px}.hlCard{border-radius:24px;padding:24px 18px}.hlCard h1{font-size:28px}.hlBack{top:12px;left:12px}.hlLogo{height:80px}.hlLogo img{max-width:190px;max-height:72px}}
