:root{--surface: #ffffff;--surface-low: #f6f8fb;--surface-container: #edf2f7;--text: #171b22;--muted: #586274;--outline: #c5ccd8;--primary: #005bbf;--primary-hover: #004493;--danger-bg: #fff1f2;--danger-text: #9f1239;--success-bg: #dcfce7;--success-text: #166534}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--surface-low)}button,a{font:inherit}.admin-shell.centered{min-height:100vh;display:grid;place-items:center;padding:24px}.login-panel,.status-panel{width:min(440px,100%);border:1px solid var(--outline);border-radius:8px;padding:32px;background:var(--surface);box-shadow:0 8px 24px #171b2214}.status-panel{display:flex;align-items:center;gap:12px;color:var(--primary);font-weight:700}.admin-mark{width:56px;height:56px;display:grid;place-items:center;border-radius:999px;color:var(--primary);background:var(--surface-container)}.eyebrow{margin:20px 0 8px;color:var(--primary);font-size:12px;line-height:16px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}h1,h2,p{margin:0}h1{font-size:32px;line-height:40px;font-weight:650;letter-spacing:0}h2{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0}.login-copy{margin:8px 0 24px;color:var(--muted);font-size:15px;line-height:23px}.login-panel h1{margin-bottom:24px}.form-error,.dashboard-error{border:1px solid rgba(159,18,57,.22);border-radius:8px;margin:0 0 16px;padding:10px 12px;background:var(--danger-bg);color:var(--danger-text);font-size:14px;line-height:20px;font-weight:700}.google-button{width:100%;min-height:44px;border:1px solid var(--outline);border-radius:999px;display:flex;align-items:center;justify-content:center;padding:8px 14px;background:#f7f8fb;color:#5e5e62;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none}.google-button-content{display:inline-flex;align-items:center;justify-content:center;gap:10px}.google-button:hover{border-color:#005bbf59;background:#fff;text-decoration:none}.google-logo{width:24px;height:24px;flex:0 0 auto}.dashboard-shell{width:min(1280px,100%);margin:0 auto;padding:24px}.topbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.topbar .eyebrow{margin-top:0}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.signed-in{color:var(--muted);font-size:14px;line-height:20px;font-weight:700}.icon-button{width:38px;height:38px;border:1px solid var(--outline);border-radius:999px;display:inline-grid;place-items:center;background:var(--surface);color:var(--primary);cursor:pointer}.icon-button:hover{border-color:#005bbf59;background:var(--surface-container)}.icon-button:disabled{opacity:.55;cursor:wait}.charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.chart-panel,.data-section{border:1px solid var(--outline);border-radius:8px;background:var(--surface);box-shadow:0 2px 10px #171b220a}.chart-panel{padding:18px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.section-heading span{color:var(--muted);font-size:13px;line-height:18px;font-weight:700}.chart-area{height:220px;display:grid;grid-template-columns:34px 1fr;gap:8px}.y-axis{height:100%;color:var(--muted);font-size:11px;line-height:14px;font-weight:800;text-align:right}.y-axis span{display:block}.bar-chart{min-width:0;height:100%;display:grid;grid-template-columns:repeat(24,minmax(8px,1fr));gap:7px;align-items:end}.bar-slot{min-width:0;height:100%;display:grid;grid-template-rows:1fr 18px;gap:6px}.bar-track{min-height:0;display:flex;align-items:flex-end;border-radius:6px;background:#e7ebf1;overflow:hidden}.bar-fill{width:100%;min-height:0;border-radius:6px 6px 0 0;background:var(--primary)}.bar-slot span{color:var(--muted);font-size:10px;line-height:14px;text-align:center}.data-section{margin-top:16px;padding:18px}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{border-bottom:1px solid #e1e6ee;padding:10px 12px;text-align:left;vertical-align:top;font-size:13px;line-height:19px}th{color:var(--muted);background:#f8fafc;font-weight:800}td{color:var(--text);font-weight:600}tbody tr:last-child td{border-bottom:0}.search-terms{max-width:520px;white-space:normal;font-weight:650}.status-pill{display:inline-flex;align-items:center;min-height:22px;border-radius:999px;padding:2px 9px;font-size:12px;line-height:16px;font-weight:800;text-transform:capitalize}.status-pill.success{background:var(--success-bg);color:var(--success-text)}.status-pill.error{background:var(--danger-bg);color:var(--danger-text)}.empty-cell{padding:22px 12px;color:var(--muted);text-align:center}@media(max-width:860px){.dashboard-shell{padding:18px}.topbar{align-items:flex-start;flex-direction:column}.top-actions{width:100%;justify-content:flex-start}.charts-grid{grid-template-columns:1fr}}@media(max-width:520px){.admin-shell.centered,.dashboard-shell{padding:14px}.login-panel{padding:24px}h1{font-size:28px;line-height:36px}.bar-chart{gap:4px}.bar-slot span{font-size:9px}}
