:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif; color: #202522; background: #fafbfa; letter-spacing: 0; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; }
.brand { display: flex; align-items: center; gap: 10px; padding: 28px 36px; font-size: 15px; font-weight: 600; }
.brand-symbol { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #dfe5e1; border-radius: 8px; background: #fff; font-size: 18px; }
main { flex: 1; display: grid; place-items: center; padding: 32px 24px 80px; }
.login-panel { width: min(100%, 384px); }
.intro { margin-bottom: 36px; }
h1 { font-size: 28px; line-height: 1.35; font-weight: 600; margin: 0 0 10px; }
.intro p { color: #758078; font-size: 14px; margin: 0; }
form { display: flex; flex-direction: column; }
label { font-size: 13px; font-weight: 500; margin-bottom: 9px; }
input:not([type=checkbox]) { width: 100%; height: 44px; border: 1px solid #dce2dd; border-radius: 6px; padding: 0 13px; font: inherit; font-size: 14px; background: white; color: #202522; margin-bottom: 22px; outline: none; }
input::placeholder { color: #9aa19c; }
input:focus-visible { border-color: #458761; box-shadow: 0 0 0 3px #15803d14; }
.remember { display: flex; align-items: center; gap: 8px; color: #69716c; white-space: nowrap; font-weight: 400; margin: 0; }
.remember input { accent-color: #15803d; width: 15px; height: 15px; margin: 0; }
#loginError { min-height: 36px; padding: 8px 0; margin: 0; color: #b43a36; font-size: 13px; line-height: 20px; }
button { width: 100%; height: 40px; flex-shrink: 0; white-space: nowrap; border: none; border-radius: 6px; background: #15803d; color: #fff; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
button:hover { background: #166534; }
button:disabled { opacity: .65; cursor: wait; }
button:focus-visible { outline: 3px solid #15803d40; outline-offset: 3px; }
footer { text-align: center; padding: 24px; font-size: 12px; color: #9ba39e; }
@media (max-width: 480px) { .brand { padding: 22px 24px; } main { padding-bottom: 48px; } h1 { font-size: 26px; } }
