:root{--bg:#b8d9f0;--nav:#0a1628;--white:#fff;--ink:#0a1628;--muted:#2a5080;--accent:#90c4e8;--green:#1d9e75;--red:#ba3333;--border:rgba(10,22,40,.15)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-family:Nunito,ui-rounded,system-ui,sans-serif;font-weight:400}.topbar{height:48px;min-height:48px;padding:0 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:var(--nav);color:#fff;overflow:hidden}.top-brand{grid-column:2;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;text-decoration:none;font-size:.875rem;line-height:1}.top-brand img{display:block;width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;object-fit:cover;border-radius:50%}.top-label{grid-column:3;justify-self:end;font-size:.82rem}.page{padding:34px 16px 70px}.wrap{width:min(980px,100%);margin:auto}.narrow{width:min(560px,100%);margin:auto}.hero{text-align:center;margin-bottom:24px}.hero h1{margin:0 0 8px;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:500}.hero p{margin:0;color:var(--muted)}.card{padding:22px;margin-bottom:18px;background:#fff;border:1.5px solid var(--border);border-radius:14px;box-shadow:0 3px 14px rgba(10,22,40,.08)}h1,h2,h3{font-weight:500}h2{margin-top:0;font-size:1.25rem}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{display:grid;gap:6px;margin:14px 0}.field label{color:var(--muted);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}.input,select{width:100%;padding:11px 12px;border:1.5px solid #b9cad8;border-radius:9px;background:#f8fbfd;color:var(--ink);font:inherit}.input:focus,select:focus,button:focus-visible,a:focus-visible{outline:3px solid #f5c451;outline-offset:2px}.button{display:inline-flex;justify-content:center;align-items:center;padding:11px 17px;border:0;border-radius:8px;background:var(--green);color:#fff;text-decoration:none;font:inherit;cursor:pointer}.button.secondary{background:var(--nav)}.button.ghost{background:#fff;color:var(--ink);border:1.5px solid var(--border)}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.notice,.error,.success{padding:12px 14px;border-radius:9px;margin:12px 0}.notice{background:#eef7fd}.error{background:#fff0f0;color:#8e2222}.success{background:#e8f6ef;color:#0f6e56}.small{font-size:.85rem;color:var(--muted)}table{width:100%;border-collapse:collapse}th,td{padding:10px;border-bottom:1px solid var(--border);text-align:left;font-size:.9rem}th{color:var(--muted);font-weight:500}.pill{display:inline-block;padding:4px 9px;border-radius:14px;background:#eef7fd;font-size:.78rem}.section-head{display:flex;align-items:center;gap:12px;justify-content:space-between}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:720px){.grid{grid-template-columns:1fr}.top-label{display:none}.topbar{grid-template-columns:1fr auto 1fr}.page{padding-top:22px}.card{padding:18px}th:nth-child(n+4),td:nth-child(n+4){display:none}}
