/* Copyright (c) 2026 Tao Hong Wei. Tel: 13351435266 */
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;color:#172033;background:linear-gradient(180deg,#fffaf5,#eef5ff)}
.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px}
.login-card{width:min(420px,94vw);background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.8);border-radius:26px;box-shadow:0 22px 56px rgba(42,58,92,.12);padding:30px}
.login-header{text-align:center;margin-bottom:24px}.login-logo{width:64px;height:64px;margin:0 auto 14px;border-radius:20px;background:linear-gradient(135deg,#7dd3fc,#86efac 58%,#facc15);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:#10213b;overflow:hidden}.login-logo img{width:100%;height:100%;object-fit:cover;display:block}
.login-title{font-size:25px;margin:0 0 8px}.login-subtitle{margin:0;color:#6c7a92}.form-group{margin-bottom:16px}.form-label{display:block;margin-bottom:8px;color:#475569;font-weight:700}
.form-input{width:100%;height:44px;border:1px solid #dbe4f0;border-radius:14px;padding:0 14px;font-size:15px;background:#fff}.form-input:focus{outline:none;border-color:#7c9cff;box-shadow:0 0 0 3px rgba(79,116,255,.14)}
.btn{width:100%;height:46px;border:0;border-radius:16px;cursor:pointer;font-weight:800}.btn-primary{color:#fff;background:linear-gradient(135deg,#4f74ff,#6d8cff 55%,#7dd3fc);box-shadow:0 14px 28px rgba(79,116,255,.22)}
.error{display:flex;gap:8px;align-items:center;margin-bottom:16px;padding:10px 12px;border-radius:14px;background:#fff1f2;color:#dc2626}
.login-footer{margin-top:20px;text-align:center;color:#7a879b;font-size:13px;line-height:1.8}.login-footer-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.login-footer-links span:not(:last-child)::after{content:"|";margin-left:8px;color:#c0cad8}
