:root { color-scheme: light; font-family: system-ui, sans-serif; color: #183c2e; background: #f5f5f0; }
body { margin: 0; padding: 24px; }
main { max-width: 420px; margin: 8vh auto; padding: 32px; background: white; border-radius: 16px; box-shadow: 0 8px 30px #183c2e12; }
.brand { font-size: 30px; font-weight: 800; text-decoration: none; }
h1 { font-size: 26px; margin-top: 32px; }
p { line-height: 1.6; }
a { color: #285d46; }
label { display: block; margin: 20px 0 8px; font-weight: 600; }
input, button { box-sizing: border-box; width: 100%; min-height: 48px; border-radius: 8px; font: inherit; padding: 12px; }
input { border: 1px solid #82988b; }
button { margin-top: 24px; background: #285d46; color: white; border: 0; font-weight: 600; cursor: pointer; }
button:disabled { opacity: .6; cursor: wait; }
:focus-visible { outline: 3px solid #b28a3e; outline-offset: 3px; }
#password-help { font-size: 13px; }
#message { overflow-wrap: anywhere; }
[hidden] { display: none !important; }
@media (max-width: 480px) { body { padding: 16px; } main { margin: 24px auto; padding: 24px; } }
