:root{--line:#dedede;--muted:#686868;--red:#e31837;font-family:Arial,sans-serif;color:#171717;background:#f5f5f6}*{box-sizing:border-box}body{margin:0}.topbar{height:72px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--red);font-weight:900;border-radius:9px}.brand-words{display:grid}.brand-name{font-weight:900}.brand-sub{font-size:12px;color:#bbb}.topbar-end,.row{display:flex;align-items:center;gap:9px}.page{max-width:1280px;margin:auto;padding:34px 24px}.dashboard-head,.section-title{display:flex;justify-content:space-between;align-items:center;gap:18px}.dashboard-head h1{font-size:42px;margin:4px 0}.card{background:#fff;border:1px solid var(--line);border-radius:16px}.card-pad{padding:22px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--red);font-size:12px;font-weight:900}.subtle{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:9px;padding:10px 14px;background:#fff;color:#171717;text-decoration:none;font-weight:800;cursor:pointer}.btn-primary{background:var(--red);border-color:var(--red);color:#fff}.btn-ghost{background:transparent;color:inherit}.btn-small{padding:7px 10px;font-size:12px}.status{font-size:10px;text-transform:uppercase;font-weight:900;background:#eee;padding:5px 7px;border-radius:99px}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#0008;display:grid;place-items:center;padding:18px}.modal{width:min(680px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;padding:24px}.grid{display:grid;gap:12px}.grid-2{grid-template-columns:repeat(2,1fr)}.field{display:grid;gap:6px;margin:12px 0;font-weight:800}.field input,.field textarea{width:100%;padding:11px;border:1px solid #bbb;border-radius:9px;font:inherit}.field textarea{min-height:90px}.check{display:flex;gap:8px;margin:14px 0}.form-actions{display:flex;justify-content:flex-end;margin-top:18px}.login-shell{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(480px,100%)}.loading{min-height:70vh;display:grid;place-items:center}.hp{display:none!important}@media(max-width:700px){.dashboard-head,.section-title{align-items:flex-start;flex-direction:column}.grid-2{grid-template-columns:1fr}.page{padding:22px 14px}.topbar{padding:0 14px}}
