.coverage-gap-panel{padding:0;overflow:hidden}.coverage-gap-head{margin:0;padding:22px 24px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff,#fffaf0)}.coverage-gap-head h2{margin-bottom:6px}.coverage-gap-count{display:grid;place-items:center;min-width:38px;height:38px;padding:0 11px;border-radius:999px;background:#fff0c7;color:#8b5b00;font-weight:900}.coverage-gap-table{margin:0;border:0;border-radius:0;box-shadow:none}.coverage-gap-table table{min-width:760px}.coverage-gap-table tbody tr:hover{background:#fafbff}.coverage-gap-table time{font-variant-numeric:tabular-nums;font-weight:750;white-space:nowrap}.coverage-gap-table td:nth-child(3){min-width:190px}.coverage-gap-table td:last-child{min-width:250px}
.report-picker-steps{display:grid;gap:14px}.report-picker-step{display:grid;grid-template-columns:42px minmax(180px,.7fr) minmax(260px,1.3fr);align-items:center;gap:16px;padding:16px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(135deg,#fff,#f8f9ff)}.report-step-number{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--primary);color:#fff;font-size:1rem;font-weight:900;box-shadow:0 6px 15px rgba(82,105,232,.22)}.report-step-copy{display:grid;gap:3px}.report-step-copy strong{color:var(--ink);font-size:.92rem}.report-step-copy small{color:var(--muted);font-size:.76rem;font-weight:500}.report-picker-step select{margin:0}
.report-picker-step:has(select:disabled){opacity:.58;background:#f5f6f9}.report-picker-step select:disabled{cursor:not-allowed;background:#eef0f4}.report-picker-steps button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none;transform:none}
@media(max-width:850px){.coverage-gap-head{align-items:flex-start}.report-picker-step{grid-template-columns:42px 1fr}.report-picker-step select{grid-column:1/-1}.coverage-gap-table{max-height:70dvh}}
.on-time-chart-panel{overflow-x:auto}.on-time-chart{display:flex;align-items:flex-end;gap:18px;min-height:300px;padding:24px 12px 4px;border-bottom:1px solid var(--line)}.on-time-chart-item{display:grid;grid-template-rows:auto 220px auto;gap:8px;justify-items:center;min-width:74px;flex:1}.on-time-chart-item strong{font-size:.82rem;font-variant-numeric:tabular-nums}.on-time-chart-track{display:flex;align-items:flex-end;width:46px;height:220px;border-radius:10px 10px 3px 3px;background:#eef0f8;overflow:hidden}.on-time-chart-track span{display:block;width:100%;min-height:2px;border-radius:10px 10px 0 0;background:linear-gradient(180deg,#6f80ee,var(--primary));transition:height .25s ease}.on-time-chart-item small{font-weight:800;color:var(--muted)}
