:root{font-family:Inter,Arial,sans-serif;color:#172c3e;background:#f2f5f8}*{box-sizing:border-box}body{margin:0}header{background:#123a5a;color:white;padding:24px 5%;display:flex;justify-content:space-between;align-items:center;gap:20px}h1{margin:5px 0;font-size:28px}small{letter-spacing:2px}main{max-width:1250px;margin:24px auto;padding:0 22px}h2{font-size:21px}button,.button{font:inherit;cursor:pointer;border:0;border-radius:8px;padding:11px 15px;background:#123a5a;color:white;text-decoration:none;display:inline-block}header .button{background:#fff;color:#123a5a}button:disabled{opacity:.5;cursor:wait}.secondary{background:#e9eef2;color:#172c3e}.actions{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.card,section#activation{background:white;padding:22px;border:1px solid #dce3ea;border-radius:12px}.card h3{margin:0 0 8px}.muted{color:#657583;font-size:14px}.profile-row{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid #edf0f3}.profile-row button{font-size:12px;padding:6px 10px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;background:white}td,th{text-align:left;padding:12px;border-bottom:1px solid #dce3ea;font-size:14px}td button{font-size:12px;margin:3px}dialog{border:1px solid #dae1e8;border-radius:14px;max-width:760px;width:calc(100vw - 30px);max-height:90vh;padding:26px}dialog::backdrop{background:#122a4266}.fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:flex;flex-direction:column;gap:6px;font-size:14px}input,select,textarea{font:inherit;min-width:0;width:100%;border:1px solid #b9c8d4;border-radius:6px;padding:9px;background:white}select[multiple]{min-height:130px}.wide{grid-column:1/-1}#message,#formMessage{white-space:pre-wrap}#message.error,#formMessage{color:#9d2828}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#edf2f6;padding:20px}details{margin:10px 0}summary{cursor:pointer}a{color:#164b76}.badge{font-size:12px;border-radius:5px;background:#e6edf4;padding:3px 7px}.recurring-row{background:white;padding:20px;border-radius:12px;margin:12px 0;display:flex;justify-content:space-between;gap:20px}.recurring-row.overdue{border-left:4px solid #bd7023}@media(max-width:600px){.fields{grid-template-columns:1fr}header{align-items:flex-start}.cards{grid-template-columns:1fr}}
