:root{--ink:#17313a;--muted:#60747a;--teal:#0f766e;--teal-dark:#0b4f4a;--aqua:#dff2ee;--paper:#f5f7f5;--card:#fff;--line:#d8e2df;--danger:#a12626;--amber:#9a6700;--shadow:0 16px 40px rgba(20,49,58,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% 0,#dcefeb 0,transparent 28rem),var(--paper)}button,input,select{font:inherit}button,.button-link{border:0;border-radius:5px;background:var(--teal);color:#fff;padding:.72rem 1rem;font-weight:700;cursor:pointer;text-decoration:none}button:hover,.button-link:hover{background:var(--teal-dark)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,tr[tabindex]:focus-visible{outline:3px solid #57b8ae;outline-offset:3px}.button-secondary{color:var(--ink);background:#fff;border:1px solid var(--line)}.button-secondary:hover{background:var(--aqua)}label{display:block;margin-bottom:.35rem;color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}input,select{min-height:42px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);padding:.55rem .7rem}.eyebrow{margin:0 0 .35rem;color:var(--teal);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.muted{color:var(--muted)}.error{min-height:1.3rem;color:var(--danger);font-weight:650}.auth-shell{display:grid;min-height:100vh;place-items:center;padding:1.5rem}.auth-panel{width:min(100%,430px);padding:2.3rem;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:var(--shadow)}.brand-mark{display:grid;width:48px;height:48px;margin-bottom:1.5rem;place-items:center;background:var(--ink);color:#fff;font-weight:900}.auth-panel h1{margin:.2rem 0 .6rem;font-family:Georgia,serif;font-size:2.15rem}.auth-panel form{display:grid;gap:.55rem;margin-top:1.5rem}.auth-panel button{margin-top:.8rem}.dashboard{width:min(1500px,100%);margin:auto;padding:1.4rem clamp(1rem,3vw,3rem) 4rem}.topbar,.control-bar,.section-heading,.table-actions,.report-controls,.account,.freshness{display:flex;align-items:center}.topbar{justify-content:space-between;padding:1.2rem 0 1.8rem}.topbar h1{margin:0;font:700 clamp(1.8rem,4vw,3.1rem)/1 Georgia,serif}.account{gap:1rem;color:var(--muted);font-size:.88rem}.control-bar{min-height:76px;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;background:var(--ink);color:#fff}.control-bar label{color:#b9d4d0}.custom-dates{display:flex;align-items:end;gap:.7rem}.freshness{gap:.5rem;flex-wrap:wrap}.status-pill{padding:.35rem .6rem;border-radius:999px;background:#31515a;color:#e8f5f3;font-size:.72rem;font-weight:800}.status-pill.unavailable{background:#7a3f2f}.collected-since{margin:.7rem 0 1.2rem;color:var(--muted);font-size:.78rem}.kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-bottom:1rem;background:var(--line);border:1px solid var(--line)}.kpi-grid article{min-height:128px;padding:1.2rem;background:var(--card)}.kpi-grid span{display:block;color:var(--muted);font-size:.78rem;font-weight:750;text-transform:uppercase}.kpi-grid strong{display:block;margin-top:1.2rem;font:700 clamp(1.7rem,3vw,2.7rem) Georgia,serif}.section-card{margin-top:1rem;padding:clamp(1rem,2.4vw,2rem);background:var(--card);border:1px solid var(--line);box-shadow:0 8px 25px rgba(20,49,58,.04)}.section-heading,.table-actions{justify-content:space-between;gap:1rem}.section-heading h2{margin:.1rem 0 1rem;font:700 clamp(1.45rem,3vw,2.2rem) Georgia,serif}.map-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(250px,.65fr);gap:1rem}.map{min-height:480px;border:1px solid var(--line);background:#f9fbfa}.country-detail{padding:1.2rem;background:var(--ink);color:#fff}.country-detail h3{font:700 1.6rem Georgia,serif}.country-detail dl{display:grid;grid-template-columns:1fr auto;gap:.7rem;margin-top:1.4rem}.country-detail dt{color:#bdd4d0}.country-detail dd{margin:0;font-weight:800}.table-actions{margin-top:1.6rem}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:.8rem .7rem;border-bottom:1px solid var(--line);text-align:right;white-space:nowrap}th{color:var(--muted);font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}th:first-child,td:first-child{text-align:left}tbody tr[data-country]{cursor:pointer}tbody tr[data-country]:hover{background:#eef8f5}.report-controls{align-items:end;gap:.7rem;flex-wrap:wrap}.report-preview{min-height:110px;margin-top:1rem;padding:1rem;overflow:auto;background:#13282f;color:#dcedea;white-space:pre-wrap}.button-link{display:inline-block}.dashboard[hidden],.auth-shell[hidden]{display:none!important}@media (max-width:1000px){.kpi-grid{grid-template-columns:repeat(3,1fr)}.map-layout{grid-template-columns:1fr}.country-detail{min-height:240px}}@media (max-width: 760px){.dashboard{padding-inline:.75rem}.topbar{align-items:flex-start;gap:1rem}.account{align-items:flex-end;flex-direction:column}.control-bar{align-items:stretch;flex-direction:column}.custom-dates{align-items:stretch;flex-direction:column}.kpi-grid{grid-template-columns:1fr 1fr}.kpi-grid article{min-height:105px}.map{min-height:360px}.section-heading{align-items:flex-start;flex-direction:column}.report-controls{align-items:stretch;flex-direction:column}th,td{padding:.7rem .55rem}}@media (max-width:440px){.kpi-grid{grid-template-columns:1fr}.auth-panel{padding:1.4rem}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
