:root{
  font-family:Inter,Pretendard,"Noto Sans KR","Apple SD Gothic Neo",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#172033;
  background:#f5f7fb;
  line-height:1.45;
  font-synthesis:none;
  --ink:#172033;
  --muted:#667085;
  --soft:#98a2b3;
  --line:#e4e8ef;
  --line-strong:#d5dae3;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --navy:#0f172a;
  --blue:#2563eb;
  --blue-soft:#eff6ff;
  --green:#16835f;
  --green-soft:#ecfdf5;
  --amber:#b7791f;
  --amber-soft:#fff8e6;
  --shadow:0 1px 2px rgba(15,23,42,.03),0 8px 24px rgba(15,23,42,.045);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:linear-gradient(180deg,#f8fafc 0,#f5f7fb 420px);color:var(--ink)}
button,input,select{font:inherit}
button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(37,99,235,.2);outline-offset:2px}
.skip-link{position:absolute;left:12px;top:-60px;z-index:999;background:var(--navy);color:white;padding:10px 14px;border-radius:8px;text-decoration:none}.skip-link:focus{top:12px}

.topbar{background:linear-gradient(130deg,#0f172a 0%,#172554 100%);color:#fff;display:flex;justify-content:space-between;gap:28px;align-items:center;padding:24px max(28px,calc((100vw - 1540px)/2));box-shadow:0 10px 30px rgba(15,23,42,.08)}
.brand-wrap{display:flex;align-items:center;gap:15px;min-width:0}.brand-mark{width:46px;height:46px;flex:0 0 46px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.08);display:grid;place-items:center}.brand-mark svg{width:25px;height:25px;fill:none;stroke:#dbeafe;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:750;color:#93c5fd;margin-bottom:3px}.topbar h1{font-size:24px;line-height:1.25;letter-spacing:-.04em;margin:0}.topbar p{margin:5px 0 0;color:#cbd5e1;font-size:13px}.header-status{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.trust-badge{height:32px;padding:0 11px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#dbeafe;background:rgba(255,255,255,.06);font-size:12px;white-space:nowrap}.trust-dot{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 4px rgba(52,211,153,.12)}
.status-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;font-size:12px;font-weight:650;white-space:nowrap;border:1px solid transparent}.status-pill.ok{background:rgba(16,185,129,.13);border-color:rgba(52,211,153,.18);color:#a7f3d0}.status-pill.warn{background:var(--amber-soft);border-color:#f4d79b;color:#8a5a16}.status-pill.neutral{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#cbd5e1}

main{max-width:1584px;margin:0 auto;padding:24px 22px 34px}.filter-shell,.panel,.card{background:rgba(255,255,255,.98);border:1px solid var(--line);box-shadow:var(--shadow)}.filter-shell{border-radius:16px;padding:18px 18px 14px}.filter-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px}.section-kicker{display:block;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:3px}.filter-heading h2,.panel-head h2{font-size:17px;letter-spacing:-.025em;margin:0}.filter-heading h2{font-size:18px}.reset-button{border:1px solid var(--line-strong);background:#fff;color:#475467;border-radius:9px;height:36px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;cursor:pointer;font-size:12px;font-weight:650;transition:.15s ease}.reset-button:hover{background:#f8fafc;border-color:#b9c0cb;color:var(--ink)}.reset-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.filter-grid{display:grid;grid-template-columns:repeat(8,minmax(120px,1fr));gap:10px}.field{display:block;min-width:0}.field>span{display:block;font-size:11px;font-weight:700;color:#667085;margin:0 0 6px 2px}.field input,.field select{appearance:none;width:100%;height:42px;border:1px solid var(--line-strong);border-radius:9px;background-color:#fff;color:#344054;padding:0 34px 0 11px;font-size:13px;transition:.15s ease}.field input{padding-right:10px}.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center}.field input:hover,.field select:hover{border-color:#aeb6c4}.field input:focus,.field select:focus{border-color:#7aa6f8;box-shadow:0 0 0 3px rgba(37,99,235,.08);outline:none}.active-filter-row{display:flex;gap:10px;align-items:flex-start;border-top:1px solid #eef1f5;margin-top:14px;padding-top:12px}.active-filter-label{font-size:11px;font-weight:750;color:#667085;white-space:nowrap;line-height:26px}.filter-chips{display:flex;gap:6px;flex-wrap:wrap;min-height:26px}.filter-chip{background:#f8fafc;border:1px solid #e2e8f0;color:#475467;border-radius:999px;padding:4px 9px;font-size:11px;line-height:16px}.filter-chip.strong{background:var(--blue-soft);border-color:#cfe1ff;color:#1d4ed8;font-weight:700}
.quality-banner{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;margin:12px 0;padding:12px 14px;border:1px solid #cfe6dd;background:linear-gradient(90deg,#f3fbf8,#fbfefd);border-radius:12px;color:#35554a}.quality-icon{width:30px;height:30px;border-radius:9px;background:#e5f7f0;color:var(--green);display:grid;place-items:center}.quality-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.quality-banner strong{display:block;font-size:12px;margin-bottom:1px;color:#265a49}.quality-banner span{font-size:11px;color:#5b746c}.quality-banner b{color:#265a49}.quality-tag{font-size:9px!important;letter-spacing:.1em;font-weight:850;color:#2f6f5a!important;border:1px solid #bae0d2;background:#fff;border-radius:999px;padding:5px 8px;white-space:nowrap}

.cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin:12px 0}.card{border-radius:13px;padding:15px 15px 14px;min-height:126px;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#e7ebf1}.metric-card.primary-card:before{background:var(--blue)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.card h2{font-size:12px;font-weight:750;margin:0;color:#667085}.metric-icon{min-width:28px;height:23px;border-radius:7px;background:#f2f4f7;color:#667085;display:grid;place-items:center;font-size:9px;font-weight:800;letter-spacing:-.02em}.primary-card .metric-icon{background:var(--blue-soft);color:var(--blue)}.metric{font-size:29px;font-weight:780;letter-spacing:-.04em;line-height:1.15;margin-top:9px;color:#101828;font-variant-numeric:tabular-nums}.card small{display:block;margin-top:6px;color:#98a2b3;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.dashboard-grid{display:grid;gap:12px;margin-bottom:12px}.dashboard-grid-main{grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr)}.dashboard-grid-secondary{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}.panel{border-radius:14px;padding:16px;min-width:0}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:12px}.panel-head>div{min-width:0}.panel-head h2{color:#1d2939}.panel-head p{font-size:10px;color:#98a2b3;margin:3px 0 0}.unit-badge{flex:0 0 auto;display:inline-flex;align-items:center;min-height:27px;padding:0 8px;border:1px solid #e3e7ed;background:#f8fafc;border-radius:7px;font-size:10px;font-weight:700;color:#667085;font-variant-numeric:tabular-nums}.metric-tabs{display:flex;gap:5px;flex-wrap:wrap;margin:-2px 0 10px}.metric-tab{border:1px solid #e0e5ec;background:#fff;color:#667085;border-radius:8px;height:30px;padding:0 9px;font-size:10px;font-weight:700;cursor:pointer;transition:.15s}.metric-tab:hover{background:#f8fafc;color:#344054}.metric-tab.active{background:#172554;color:#fff;border-color:#172554}
.map-wrap,.chart-wrap{height:430px;position:relative;overflow:hidden;border:1px solid #edf0f4;border-radius:11px;background:linear-gradient(180deg,#fbfcfe,#f8fafc)}.chart-wrap{height:390px}.empty-state{height:100%;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:#98a2b3}.empty-state.compact{min-height:118px;padding:20px}.empty-state strong{font-size:12px;color:#667085;margin:10px 0 4px}.empty-state span{font-size:10px;max-width:380px;line-height:1.6}.empty-icon{width:44px;height:44px;border-radius:13px;background:#fff;border:1px solid #e7ebf0;display:grid;place-items:center;box-shadow:0 5px 16px rgba(15,23,42,.04)}.empty-icon svg{width:22px;height:22px;fill:none;stroke:#98a2b3;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.map-wrap svg,.chart-wrap svg{width:100%;height:100%;display:block}.region{stroke:#fff;stroke-width:.75;vector-effect:non-scaling-stroke;cursor:pointer;transition:opacity .12s,stroke .12s}.region:hover{stroke:#0f172a;stroke-width:1.6;opacity:.9}.legend{display:flex;min-height:24px;align-items:center;font-size:10px;color:#98a2b3;margin-top:7px}

.table-wrap{max-height:430px;overflow:auto;border:1px solid #edf0f4;border-radius:10px}table{width:100%;border-collapse:separate;border-spacing:0;font-size:11px}th,td{text-align:left;padding:10px 11px;border-bottom:1px solid #eef1f5}th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#667085;font-size:10px;font-weight:750}td{color:#475467;background:#fff}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fbfcfe}.num-col{text-align:right}.rank-col{width:54px;text-align:center}.rank-num{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#f2f4f7;color:#667085;font-size:10px;font-weight:800}.value-cell{text-align:right;font-variant-numeric:tabular-nums;font-weight:700;color:#344054}.verified-label{display:inline-flex;align-items:center;gap:5px;color:#2f725b;font-size:9px;font-weight:800}.verified-label:before{content:"";width:6px;height:6px;border-radius:50%;background:#34a77b}.empty-cell{text-align:center!important;color:#98a2b3!important;padding:44px 16px!important;background:#fff!important}

.source-list{display:grid;gap:7px}.source-item{border:1px solid #e7eaf0;border-radius:10px;padding:10px 11px;background:#fff;transition:.15s}.source-item:hover{border-color:#d6dce5;box-shadow:0 3px 12px rgba(15,23,42,.035)}.source-item .row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.source-item strong{font-size:10.5px;line-height:1.4;color:#344054}.source-item small{display:block;color:#98a2b3;margin-top:5px;font-size:9.5px;line-height:1.5}.source-item .status-pill{min-height:23px;padding:0 7px;font-size:8.5px;background:#f8fafc;color:#667085;border-color:#e1e6ed;max-width:150px;overflow:hidden;text-overflow:ellipsis}.source-item .status-pill.ok{background:var(--green-soft);border-color:#c8eadf;color:#2e735c}.source-item .status-pill.warn{background:var(--amber-soft);border-color:#f3ddaa;color:#8c641e}

.provenance-panel{margin-bottom:0}.provenance{font-size:11px}.prov-row{display:grid;grid-template-columns:minmax(150px,210px) 1fr;gap:16px;padding:10px 2px;border-bottom:1px solid #eef1f5}.prov-row:last-child{border-bottom:0}.prov-row strong{font-size:10.5px;color:#344054}.prov-row>div{min-width:0;overflow-wrap:anywhere;color:#667085}.prov-row small{color:#98a2b3;font-size:9.5px}

footer{max-width:1584px;margin:0 auto;padding:0 22px 28px;color:#98a2b3;font-size:10px;display:flex;justify-content:space-between;gap:20px;align-items:flex-start}footer div{display:flex;gap:10px;flex-wrap:wrap}footer strong{color:#667085}.footer-policy{font-weight:700;color:#667085;white-space:nowrap}

@media(max-width:1280px){.filter-grid{grid-template-columns:repeat(4,minmax(140px,1fr))}.dashboard-grid-main,.dashboard-grid-secondary{grid-template-columns:1fr 1fr}.cards{grid-template-columns:repeat(5,1fr)}}
@media(max-width:980px){.topbar{padding:21px 22px}.filter-grid{grid-template-columns:repeat(3,1fr)}.cards{grid-template-columns:repeat(3,1fr)}.dashboard-grid-main,.dashboard-grid-secondary{grid-template-columns:1fr}.map-wrap{height:440px}.chart-wrap{height:350px}}
@media(max-width:700px){.topbar{align-items:flex-start;flex-direction:column;gap:16px}.header-status{justify-content:flex-start}.brand-mark{width:42px;height:42px;flex-basis:42px}.topbar h1{font-size:21px}main{padding:16px 12px 26px}.filter-shell{padding:15px 13px 12px;border-radius:13px}.filter-grid{grid-template-columns:1fr 1fr}.field-period{grid-column:span 1}.cards{grid-template-columns:1fr 1fr}.card{min-height:116px}.metric{font-size:26px}.quality-banner{grid-template-columns:auto 1fr}.quality-tag{display:none}.panel{padding:14px 12px}.map-wrap{height:370px}.chart-wrap{height:320px}.prov-row{grid-template-columns:1fr;gap:3px}.source-item .row{align-items:flex-start}.footer-policy{white-space:normal}footer{padding:0 12px 22px;flex-direction:column}}
@media(max-width:460px){.filter-heading h2{font-size:16px}.filter-grid{grid-template-columns:1fr}.field-period{grid-column:span 1}.active-filter-row{flex-direction:column;gap:5px}.active-filter-label{line-height:1.4}.cards{grid-template-columns:1fr}.card{min-height:108px}.quality-banner{align-items:flex-start}.panel-head{gap:10px}.map-wrap{height:320px}.chart-wrap{height:280px}.metric-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.metric-tab{white-space:nowrap}.table-wrap{max-height:380px}th,td{padding:9px 8px}.source-item .status-pill{max-width:110px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.source-link,.inline-source{color:#2563eb;text-decoration:none}.source-link{display:inline-flex;align-items:center;gap:4px;margin-top:7px;font-size:9.5px;font-weight:700}.source-link:hover,.inline-source:hover{text-decoration:underline}.inline-source{overflow-wrap:anywhere}

/* v0.2.0 view/raw tabs */
.view-tabs{max-width:1440px;margin:18px auto 0;padding:0 28px;display:flex;gap:8px}.view-tab,.raw-tab{border:1px solid var(--line,#dfe4ea);background:#fff;color:#475467;border-radius:10px;padding:10px 16px;font-weight:700;cursor:pointer}.view-tab.active,.raw-tab.active{background:#0f172a;color:#fff;border-color:#0f172a}.view-panel[hidden],.raw-subpanel[hidden]{display:none!important}.raw-panel{margin-top:18px}.raw-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.raw-note,.raw-status-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#f8fafc;border:1px solid #e4e7ec;border-radius:12px;margin-bottom:14px}.raw-note span,.raw-status-card p,.raw-status-card small{color:#667085}.raw-status-card{display:block}.raw-status-card p{margin:8px 0}.raw-table{max-height:640px}.raw-table table{min-width:1100px}.raw-table th{position:sticky;top:0;z-index:1;background:#f8fafc}.region{cursor:pointer;stroke:#fff;stroke-width:.45;transition:opacity .15s,stroke-width .15s}.region:hover,.region:focus{opacity:.78;outline:none;stroke:#0f172a;stroke-width:1.3}.region.selected{stroke:#0f172a;stroke-width:1.8}.filter-grid{grid-template-columns:repeat(9,minmax(120px,1fr))}
@media(max-width:1200px){.filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.view-tabs{padding:0 16px}.filter-grid{grid-template-columns:1fr 1fr}.raw-note{align-items:flex-start;flex-direction:column}}
@media(max-width:480px){.filter-grid{grid-template-columns:1fr}.view-tab,.raw-tab{flex:1}}

/* v0.3.0 trend-first analytics */
.trend-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:8px}.trend-stat{border:1px solid #edf0f4;background:#fbfcfe;border-radius:9px;padding:8px 10px;min-width:0}.trend-stat span{display:block;color:#98a2b3;font-size:9px;font-weight:700;margin-bottom:2px}.trend-stat strong{display:block;color:#344054;font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.comparison-panel{margin-bottom:12px}.comparison-chart{height:360px}.chart-legend{display:flex;gap:10px;flex-wrap:wrap;min-height:26px;align-items:center;margin:-3px 0 8px}.legend-item{display:inline-flex;align-items:center;gap:5px;color:#667085;font-size:10px;font-weight:650}.legend-item i{display:block;width:18px;height:3px;border-radius:999px;background:var(--legend-color)}.dashboard-grid-analytics{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}.coverage-list{display:grid;gap:8px}.coverage-item{border:1px solid #e7eaf0;border-radius:10px;background:#fff;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.coverage-item>div{min-width:0}.coverage-item strong{display:block;color:#344054;font-size:11px}.coverage-item span,.coverage-item small{display:block;color:#98a2b3;font-size:9.5px;line-height:1.5;margin-top:2px}.coverage-item>b{flex:0 0 auto;font-size:16px;color:#1d2939;font-variant-numeric:tabular-nums;text-align:right}.coverage-item>b small{font-size:8.5px;font-weight:650;margin-top:0}.change-up{color:#b42318!important}.change-down{color:#16794e!important}.change-flat{color:#667085!important}
@media(max-width:980px){.dashboard-grid-analytics{grid-template-columns:1fr}.comparison-chart{height:330px}}
@media(max-width:700px){.trend-summary{grid-template-columns:1fr 1fr}.comparison-chart{height:300px}}
@media(max-width:460px){.trend-summary{grid-template-columns:1fr}.comparison-chart{height:270px}.chart-legend{gap:7px}.coverage-item{align-items:flex-start}.coverage-item>b{font-size:14px}}

/* v0.4.0 data-quality center */
.filter-actions{display:flex;gap:7px;align-items:center}.secondary-button{border:1px solid #d8dee8;background:#fff;color:#344054;border-radius:9px;padding:8px 11px;font-size:10px;font-weight:750;cursor:pointer}.secondary-button:hover{background:#f8fafc}.quality-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.quality-kpi{border:1px solid #e7eaf0;border-radius:12px;background:#fff;padding:14px 15px;min-height:104px}.quality-kpi span{display:block;color:#667085;font-size:10px;font-weight:750}.quality-kpi strong{display:block;color:#1d2939;font-size:23px;line-height:1.1;margin:11px 0 5px;font-variant-numeric:tabular-nums}.quality-kpi small{display:block;color:#98a2b3;font-size:9.5px;line-height:1.45}.quality-kpi.ok{border-top:3px solid #34a77b}.quality-kpi.warn{border-top:3px solid #d6a334}.quality-kpi.bad{border-top:3px solid #d45b5b}.quality-kpi.neutral{border-top:3px solid #98a2b3}.dashboard-grid-quality{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);margin-bottom:12px}.quality-detail{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.quality-detail>div{border:1px solid #edf0f4;border-radius:9px;background:#fbfcfe;padding:9px 10px}.quality-detail strong{display:block;color:#344054;font-size:10px}.quality-detail span{display:block;color:#98a2b3;font-size:9px;line-height:1.5;margin-top:3px}.quality-gap-table{max-height:360px}.methodology-panel{margin-top:12px}.methodology-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.methodology-grid>div{border:1px solid #edf0f4;background:#fbfcfe;border-radius:10px;padding:11px}.methodology-grid strong{display:block;color:#344054;font-size:10.5px;margin-bottom:4px}.methodology-grid span{display:block;color:#667085;font-size:9.5px;line-height:1.5}.drill-row{cursor:pointer}.drill-row:hover td{background:#f5f8ff}.status-pill.bad{background:#fef3f2;border-color:#fecdca;color:#b42318}
@media(max-width:1100px){.quality-overview{grid-template-columns:1fr 1fr}.dashboard-grid-quality{grid-template-columns:1fr}.methodology-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.filter-actions{width:100%;justify-content:flex-end}.quality-overview{grid-template-columns:1fr}.quality-detail{grid-template-columns:1fr}.methodology-grid{grid-template-columns:1fr}.secondary-button,.reset-button{flex:1}}
