.login-body { background: var(--bg); }
.login { display: grid; grid-template-columns: minmax(360px, 46%) 1fr; min-height: 100vh; }
.login-art { position: relative; background: #0f2a21 url("/login-art.jpg") center/cover no-repeat; color: #fff; overflow: hidden; }
.login-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,28,21,.25) 0%, rgba(10,28,21,.05) 40%, rgba(10,28,21,.75) 100%); }
.login-art-inner { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 36px 40px; }
.login-brand { display: flex; align-items: center; gap: 12px; font: 600 18px var(--font-display); color: #fff; letter-spacing: -.01em; }
.login-claim h2 { font-size: 30px; line-height: 1.15; max-width: 440px; margin-bottom: 12px; color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.login-claim p { color: rgba(255,255,255,.8); max-width: 440px; font-size: 14.5px; }
.login-points { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 8px; color: rgba(255,255,255,.85); font-size: 13.5px; } .login-points li { padding-left: 20px; position: relative; } .login-points li::before { content: ""; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: #d7eab6; box-shadow: 0 0 10px #d7eab6; }
.login-main { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 24px; }
.login-card { width: 100%; max-width: 420px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-2); padding: 30px 32px 26px; }
.login-card h1 { font-size: 22px; margin-bottom: 4px; } .login-card .lead { color: var(--muted); margin-bottom: 20px; font-size: 13.5px; }
.login-card .btn.large { width: 100%; margin-top: 4px; }
.login-alt { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-2); font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.login-alt button { background: none; border: 0; color: var(--green); font: inherit; font-weight: 600; cursor: pointer; padding: 0; }
.login-foot { margin-top: 18px; font-size: 12px; color: var(--faint); text-align: center; max-width: 420px; }
.login-sso { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-bottom: 14px; }
.login-or { display: flex; align-items: center; gap: 10px; color: var(--faint); font-size: 12px; margin: 6px 0 14px; } .login-or::before, .login-or::after { content: ""; flex: 1; height: 1px; background: var(--line-2); }
.pw-meter { height: 4px; border-radius: 2px; background: var(--sub-2); margin: -8px 0 12px; overflow: hidden; } .pw-meter i { display: block; height: 100%; width: 0; background: var(--err-dot); transition: width .2s, background .2s; } .pw-meter.mid i { background: var(--warn-dot); } .pw-meter.good i { background: var(--ok-dot); }
@media (max-width: 860px) { .login { grid-template-columns: 1fr; } .login-art { min-height: 220px; } .login-art-inner { padding: 22px 24px; } .login-claim h2 { font-size: 20px; } .login-points, .login-claim p { display: none; } }
