:root{--ink:#16201d;--muted:#66716d;--cream:#f4f1e9;--paper:#fffefa;--forest:#244c3e;--line:#deded5;--red:#a63a34}*{box-sizing:border-box}body{background:var(--cream);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}.centered{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;width:min(100%,420px);padding:40px;box-shadow:0 20px 50px #25382b14}.brand-mark,.bank-icon{background:var(--forest);color:#fff;place-items:center;font-weight:800;display:grid}.brand-mark{border-radius:14px;width:48px;height:48px;margin-bottom:30px}.eyebrow{letter-spacing:.16em;color:var(--forest);margin:0 0 8px;font-size:12px;font-weight:800}h1{margin:0;font-family:Georgia,serif;font-size:42px;line-height:1}.muted,.biller-heading p,.summary-card p{color:var(--muted)}form{gap:18px;margin-top:30px;display:grid}label{gap:8px;font-size:13px;font-weight:700;display:grid}input{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:10px;padding:13px 14px}button{background:var(--forest);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:13px 18px;font-weight:800}.error{color:var(--red)}.dashboard-shell{max-width:1050px;margin:auto;padding:48px 24px}.dashboard-shell header{justify-content:space-between;align-items:center;display:flex}.dashboard-shell header form{margin:0}.secondary{color:var(--forest);background:0 0;border:1px solid #9aaba5}.summary-card{background:var(--forest);color:#fff;border-radius:20px;justify-content:space-between;align-items:end;margin:34px 0 24px;padding:26px 30px;display:flex}.summary-card div{gap:5px;display:grid}.summary-card span{opacity:.75;font-size:13px}.summary-card strong{font:42px Georgia,serif}.summary-card p{color:#dce6e2;margin:0}.biller-grid{gap:20px;display:grid}.biller-card,.notice{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:24px}.notice{margin-bottom:20px}.biller-heading{align-items:center;gap:14px;display:flex}.bank-icon{border-radius:12px;width:42px;height:42px}.biller-heading h2{margin:0;font:25px Georgia,serif}.biller-heading p{margin:4px 0 0;font-size:13px}.account-list{border-top:1px solid var(--line);margin-top:20px}.account-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 0;display:flex}.account-row:last-child{border:0}.account-row div{gap:5px;display:grid}.account-row span{color:var(--muted);font-size:13px}.status{background:#e4efe9;border-radius:999px;padding:6px 9px;font-weight:700;color:var(--forest)!important}@media (max-width:600px){.login-card{padding:28px}.dashboard-shell{padding:32px 18px}h1{font-size:34px}.summary-card{flex-direction:column;align-items:start;gap:20px}.dashboard-shell header{align-items:start}.account-row{gap:12px}}
