.header-row{display:flex;justify-content:space-between;align-items:center;gap:20px}.header-actions{display:flex;align-items:center;gap:9px}.logout,.refresh{padding:9px 14px;border:1px solid rgba(255,255,255,.45);border-radius:999px;color:#fff;text-decoration:none;font-weight:700}.refresh{border-color:#d7ead9;background:#fff;color:#294d31}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#193221,#416b49)}.login-card{width:min(430px,100%);padding:36px;border-radius:22px;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.25)}.login-card h1{margin:0;font-size:2rem}.login-card>p:not(.eyebrow):not(.login-error){color:#697369}.login-card form{display:grid;gap:10px;margin-top:24px}.login-card label{font-weight:700}.login-card input{width:100%;min-height:48px;border:1px solid #cbd2ca;border-radius:10px;padding:9px 12px;font-size:1rem}.login-card button{min-height:48px;border:0;border-radius:10px;background:#345b3b;color:#fff;font-weight:750;cursor:pointer}.login-error{padding:10px 12px;border-radius:9px;background:#fce8e8;color:#a92f2f;font-weight:700}@media(max-width:600px){.header-row{align-items:flex-start;flex-direction:column}.header-actions{width:100%;justify-content:space-between}.logout,.refresh{padding:7px 10px;font-size:.82rem}.login-card{padding:26px}}
