/* =====================================================================
   Макет «Коли переобуватися». Кольори, радіуси й тіні — змінні сайту.
   Власні сітки .pv-* з явною кількістю колонок: базові .grid--N у
   контейнері 1188 px дають зайві колонки.
   ===================================================================== */
.pv { padding-bottom: 56px; --pv-cold: #2563eb; --pv-cold-soft: #eff6ff; --pv-warm: #f59e0b; --pv-warm-soft: #fffbeb; }
.pv-h1 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin: 6px 0 6px; line-height: 1.15; letter-spacing: -.01em; }
.pv-lead { color: var(--text-muted); font-size: 1.05rem; margin: 0; }
.pv-top { display: flex; gap: 20px; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; margin-bottom: 22px; }
.pv-sec { margin-top: 28px; }
.pv-sec h2 { font-size: 1.35rem; margin: 0 0 10px; }
.pv-sec h3 { font-size: 1rem; margin: 18px 0 4px; }
.pv-sec__h { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 6px; }
.pv-sec__h h2 { margin: 0; }
.pv-card-lg { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.pv-muted { color: var(--text-muted); font-size: .92rem; margin: 0 0 12px; }
.pv-small { font-size: .82rem; }
.pv-src { margin-top: 36px; font-size: .8rem; color: var(--text-muted); }
.pv-ic { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* --- вибір міста --- */
.pv-select { display: flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--border); border-radius: 999px;
             padding: 6px 14px; box-shadow: var(--shadow-sm); color: var(--accent); }
.pv-select select { border: 0; background: none; font: inherit; font-weight: 600; color: var(--text); padding: 4px 2px; cursor: pointer; }

/* --- головний блок --- */
.pv-hero { display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr); padding: 26px; border-radius: var(--radius-lg); color: var(--text);
           background: linear-gradient(135deg, var(--white) 0%, var(--graphite-50) 100%); border: 1px solid var(--border); box-shadow: var(--shadow); }
@media (min-width: 900px) { .pv-hero { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); } }
.pv-hero--wide { grid-template-columns: minmax(0, 1fr) !important; }
.pv-hero--early { background: linear-gradient(135deg, #fff 0%, var(--pv-warm-soft) 100%); }
.pv-hero--soon  { background: linear-gradient(135deg, #fff 0%, #fef3c7 100%); border-color: #fcd34d; }
.pv-hero--now   { background: linear-gradient(135deg, #fff 0%, #dbeafe 100%); border-color: #93c5fd; }
.pv-hero__why { font-size: 1.15rem; line-height: 1.5; margin: 14px 0 16px; }
.pv-upd { margin: 14px 0 0; font-size: .8rem; color: var(--text-muted); }
.pv-badge { display: inline-block; padding: 5px 12px; border-radius: 999px; font-weight: 700; font-size: .85rem; white-space: nowrap; }
.pv-badge--lg { font-size: 1rem; padding: 8px 16px; }
.pv-badge--now   { background: var(--pv-cold); color: #fff; }
.pv-badge--soon  { background: var(--pv-warm); color: #1f2937; }
.pv-badge--early { background: var(--graphite-800); color: #fff; }
.pv-hero__weekt { font-size: .9rem; color: var(--text-muted); margin-bottom: 8px; }
.pv-wks { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; max-width: 460px; }
.pv-wk { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.pv-wkbar { display: block; width: 100%; height: 56px; border-radius: 6px; background: var(--graphite-100); position: relative; overflow: hidden; }
.pv-wk i { position: absolute; left: 0; right: 0; bottom: 0; background: var(--pv-warm); border-radius: 6px 6px 0 0; }
.pv-wk--cold i { background: var(--pv-cold); }
.pv-wk small { font-size: .72rem; color: var(--text-muted); white-space: nowrap; }
.pv-hero__side { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.pv-ring { --p: 0; width: 148px; height: 148px; border-radius: 50%; flex: none; display: grid; place-items: center;
           background: conic-gradient(var(--pv-cold) calc(var(--p) * 1%), var(--graphite-100) 0); }
.pv-ring > div { width: 116px; height: 116px; border-radius: 50%; background: var(--white); display: flex; flex-direction: column;
                 align-items: center; justify-content: center; text-align: center; padding: 10px; }
.pv-ring b { font-size: 1.8rem; line-height: 1; }
.pv-ring small { font-size: .68rem; color: var(--text-muted); line-height: 1.25; margin-top: 4px; }
.pv-keys { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; flex: 1; min-width: 220px; }
.pv-keys li { display: flex; gap: 10px; align-items: center; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 10px 12px; }
.pv-keys .pv-ic { color: var(--accent); }
.pv-keys b { display: block; }
.pv-keys small { color: var(--text-muted); font-size: .8rem; }
.pv-kpis { display: grid; gap: 12px; grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 760px) { .pv-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.pv-kpis > div { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 16px; }
.pv-kpis b { display: block; font-size: 1.3rem; }
.pv-kpis small { color: var(--text-muted); }

/* --- графіки --- */
.pv-chart { width: 100%; height: auto; display: block; overflow: visible; }
.pv-c-grid { stroke: var(--graphite-100); }
.pv-c-lbl { font-size: 12px; fill: var(--graphite-500); }
.pv-c-day { font-size: 13px; font-weight: 700; fill: var(--text); text-transform: uppercase; }
.pv-c-val { font-size: 12px; font-weight: 700; fill: #b45309; }
.pv-c-val--min { fill: var(--pv-cold); }
.pv-c-icon { font-size: 18px; fill: var(--graphite-400); }
.pv-c-band { fill: rgba(245, 158, 11, .18); stroke: none; }
.pv-c-mean { fill: none; stroke: var(--graphite-800); stroke-width: 2.5; stroke-linejoin: round; }
.pv-c-seven { stroke: var(--danger); stroke-width: 1.5; stroke-dasharray: 6 5; }
.pv-c-sevenlbl { font-size: 12px; fill: var(--danger); font-weight: 600; }
.pv-c-frost { fill: rgba(37, 99, 235, .07); }
.pv-c-winter { fill: rgba(37, 99, 235, .06); }
.pv-c-zone { font-size: 12px; fill: var(--pv-cold); font-weight: 600; }
.pv-c-dot { fill: var(--pv-warm); stroke: #fff; stroke-width: 2; }
.pv-c-dot--cold { fill: var(--pv-cold); }
.pv-c-hit { fill: transparent; cursor: crosshair; }
.pv-c-hover { stroke: var(--graphite-400); stroke-dasharray: 3 3; }
.pv-c-today { stroke: var(--accent); stroke-width: 2; }
.pv-c-todaylbl { font-size: 12px; font-weight: 700; fill: var(--accent-dark); }
.pv-c-todaydot { fill: var(--accent); stroke: #fff; stroke-width: 2; }
.pv-c-cdf { fill: rgba(37, 99, 235, .12); }
.pv-c-cdfline { fill: none; stroke: var(--pv-cold); stroke-width: 2.5; }
.pv-c-hist { fill: var(--graphite-400); stroke: #fff; stroke-width: 2; cursor: pointer; }
.pv-c-hist:hover { fill: var(--graphite-800); }
.pv-c-hist--early { fill: var(--pv-cold); }
.pv-c-hist--late { fill: var(--pv-warm); }
.pv-c-trend { stroke: var(--graphite-800); stroke-width: 2; }
.pv-c-med { stroke: var(--accent); stroke-dasharray: 6 5; }
.pv-legend { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; font-size: .8rem; color: var(--text-muted); }
.pv-lg { display: inline-block; width: 18px; height: 10px; border-radius: 3px; vertical-align: middle; margin-right: 4px; }
.pv-lg--band { background: rgba(245, 158, 11, .35); }
.pv-lg--mean { height: 3px; background: var(--graphite-800); }
.pv-lg--seven { height: 0; border-top: 2px dashed var(--danger); }
.pv-lg--win { background: rgba(37, 99, 235, .18); }
.pv-duo { display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr); margin-top: 8px; }
@media (min-width: 900px) { .pv-duo { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.pv-tip { position: fixed; z-index: 200; pointer-events: none; background: var(--graphite-900); color: #fff; font-size: .82rem; line-height: 1.45;
          padding: 8px 11px; border-radius: 8px; box-shadow: var(--shadow-lg); max-width: 260px; }
.pv-tip--cold { color: #93c5fd; }
.pv-tip--warm { color: #fcd34d; }

/* --- вкладки --- */
.pv-tabs { display: inline-flex; background: var(--graphite-100); border-radius: 999px; padding: 4px; gap: 2px; flex-wrap: wrap; }
.pv-tab { border: 0; background: none; font: inherit; font-size: .88rem; font-weight: 600; color: var(--graphite-600); padding: 7px 14px; border-radius: 999px; cursor: pointer; }
.pv-tab small { font-weight: 500; opacity: .7; }
.pv-tab[aria-selected="true"] { background: var(--white); color: var(--text); box-shadow: var(--shadow-sm); }

/* --- зима --- */
.pv-grid4 { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 900px) { .pv-grid4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.pv-stat { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 16px; box-shadow: var(--shadow-sm); }
.pv-stat .pv-ic { color: var(--pv-cold); width: 26px; height: 26px; }
.pv-stat b { display: block; font-size: 2rem; line-height: 1.1; margin-top: 6px; }
.pv-stat > span { display: block; font-size: .85rem; color: var(--text-muted); min-height: 2.6em; }
.pv-scale { position: relative; height: 6px; border-radius: 3px; margin: 12px 0 6px; background: linear-gradient(90deg, #bfdbfe, var(--pv-cold)); }
.pv-scale i { position: absolute; top: 50%; width: 14px; height: 14px; border-radius: 50%; background: var(--white); border: 3px solid var(--graphite-900); transform: translate(-50%, -50%); }
.pv-scale__t { font-size: .75rem; color: var(--text-muted); }

/* --- шини --- */
.pv-type { display: flex; gap: 12px; align-items: flex-start; border-radius: var(--radius); padding: 14px 16px; margin: 12px 0; background: var(--pv-cold-soft); }
.pv-type .pv-ic { color: var(--pv-cold); margin-top: 2px; }
.pv-type--mild { background: var(--pv-warm-soft); }
.pv-type--mild .pv-ic { color: var(--pv-warm); }
.pv-tires { display: grid; gap: 12px; grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 640px) { .pv-tires { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .pv-tires { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.pv-tire { display: flex; gap: 12px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 12px; color: var(--text);
           text-decoration: none; transition: border-color .15s, box-shadow .15s, transform .15s; }
.pv-tire:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-2px); }
.pv-tire__img { width: 76px; height: 76px; flex: none; border-radius: 8px; background: var(--graphite-50); display: grid; place-items: center; overflow: hidden; color: var(--graphite-300); }
.pv-tire__img img { width: 100%; height: 100%; object-fit: contain; }
.pv-tire__img .pv-ic { width: 40px; height: 40px; }
.pv-tire__body { min-width: 0; }
.pv-tire__n { font-size: .98rem; }
.pv-tire__m { font-size: .8rem; color: var(--text-muted); margin: 2px 0 6px; }
.pv-tire__eu { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; font-size: .78rem; color: var(--text-muted); }
.pv-tire__eu .pdp-eu__b { width: 22px; height: 22px; font-size: .75rem; }
.pv-tire__p { font-weight: 800; margin-top: 6px; }
.pv-tire__p small { font-weight: 500; color: var(--text-muted); }
.pv-more { margin: 14px 0 0; display: flex; gap: 10px; flex-wrap: wrap; }

/* --- карта --- */
.pv-map { width: 100%; height: auto; display: block; max-height: 640px; }
.pv-map__land { fill: var(--graphite-50); stroke: var(--graphite-300); stroke-width: 1.5; }
.pv-map__dot { stroke: #fff; stroke-width: 3; cursor: pointer; filter: drop-shadow(0 2px 3px rgba(0,0,0,.18)); }
.pv-map a:hover .pv-map__dot { stroke: var(--graphite-900); }
.pv-map__dot--cur { stroke: var(--graphite-900); stroke-width: 4; }
.pv-map__d { font-size: 12px; letter-spacing: -.02em; font-weight: 800; fill: #fff; pointer-events: none; }
.pv-map__n { font-size: 13px; font-weight: 600; fill: var(--graphite-700); pointer-events: none; paint-order: stroke; stroke: #fff; stroke-width: 4px; }
.pv-map__n--cur { font-weight: 800; fill: var(--text); font-size: 15px; }
.pv-maplg { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--text-muted); }
.pv-maplg i { display: block; width: 140px; height: 10px; border-radius: 5px; background: linear-gradient(90deg, rgb(29,78,216), rgb(14,165,233), rgb(234,179,8), rgb(234,88,12)); }

/* --- інструменти --- */
.pv-tools { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 900px) { .pv-tools { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); } }
.pv-tools--one { grid-template-columns: minmax(0, 1fr) !important; }
.pv-check, .pv-calc { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 20px; box-shadow: var(--shadow-sm); }
.pv-check__head { display: flex; justify-content: space-between; align-items: center; }
.pv-check__head span { font-size: .85rem; color: var(--text-muted); font-weight: 600; }
.pv-check__bar { height: 6px; border-radius: 3px; background: var(--graphite-100); margin: 10px 0 12px; overflow: hidden; }
.pv-check__bar i { display: block; height: 100%; width: 0; background: #16a34a; transition: width .25s; }
.pv-check__i { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-top: 1px solid var(--graphite-100); cursor: pointer; position: relative; }
.pv-check__i input { position: absolute; opacity: 0; pointer-events: none; }
.pv-check__box { width: 24px; height: 24px; flex: none; border: 2px solid var(--graphite-300); border-radius: 7px; display: grid; place-items: center; color: transparent; transition: .15s; }
.pv-check__box .pv-ic { width: 16px; height: 16px; stroke-width: 3; }
.pv-check__i input:checked + .pv-check__box { background: #16a34a; border-color: #16a34a; color: #fff; }
.pv-check__i input:focus-visible + .pv-check__box { outline: 2px solid var(--accent); outline-offset: 2px; }
.pv-check__i input:checked ~ span b { text-decoration: line-through; color: var(--text-muted); }
.pv-check__i b { display: block; }
.pv-check__i small { display: block; color: var(--text-muted); font-size: .84rem; line-height: 1.45; margin-top: 2px; }
.pv-calc { align-self: start; }
.pv-calc > .pv-ic { color: var(--accent); width: 28px; height: 28px; display: block; margin-bottom: 6px; }
.pv-calc__row { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pv-calc__row label { font-size: .78rem; color: var(--text-muted); display: flex; flex-direction: column; gap: 4px; }
.pv-calc__row input { font: inherit; font-size: 1.05rem; font-weight: 700; padding: 8px 10px; border: 1px solid var(--border); border-radius: 8px; width: 100%; color: var(--text); }
.pv-calc__out { margin-top: 14px; padding: 12px 14px; background: var(--pv-cold-soft); border-radius: var(--radius); font-size: .95rem; }

/* --- таблиця, FAQ, міста, правило --- */
.pv-tablewrap { overflow-x: auto; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.pv-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.pv-table th { text-align: left; font-size: .78rem; color: var(--text-muted); font-weight: 600; background: var(--graphite-50); cursor: pointer; user-select: none; }
.pv-table th:hover { color: var(--text); }
.pv-table th[data-dir="asc"]::after { content: " ▲"; }
.pv-table th[data-dir="desc"]::after { content: " ▼"; }
.pv-table th, .pv-table td { padding: 10px 14px; border-bottom: 1px solid var(--graphite-100); white-space: nowrap; }
.pv-table tr:last-child td { border-bottom: 0; }
.pv-table td:nth-child(n+3), .pv-table th:nth-child(n+3) { text-align: right; }
.pv-table .pv-badge { font-size: .74rem; padding: 3px 9px; }
.pv-table tbody tr:hover td { background: var(--graphite-50); }
.pv-cur td { background: var(--accent-soft) !important; font-weight: 700; }
.pv-faq { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 18px; margin-bottom: 8px; }
.pv-faq summary { cursor: pointer; font-weight: 700; }
.pv-faq[open] summary { color: var(--accent-dark); }
.pv-faq p { margin: 10px 0 0; line-height: 1.6; }
.pv-cities { display: grid; gap: 12px; grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 560px) { .pv-cities { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .pv-cities { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.pv-city { display: flex; flex-direction: column; gap: 3px; padding: 14px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
           color: var(--text); text-decoration: none; transition: border-color .15s, box-shadow .15s, transform .15s; }
.pv-city:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-2px); }
.pv-city__top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.pv-city .pv-badge { font-size: .7rem; padding: 3px 8px; }
.pv-city__date { font-size: 1.25rem; font-weight: 800; margin-top: 8px; }
.pv-city small { color: var(--text-muted); font-size: .76rem; }
.pv-city__bar { height: 5px; border-radius: 3px; background: var(--graphite-100); overflow: hidden; margin-top: 8px; }
.pv-city__bar i { display: block; height: 100%; background: var(--pv-cold); }
.pv-rule { background: var(--pv-cold-soft); border-radius: var(--radius-lg); padding: 18px 20px; }
.pv-rule .pv-ic { color: var(--pv-cold); width: 28px; height: 28px; }
.pv-rule b { display: block; font-size: 1.1rem; margin: 4px 0 6px; }
.pv-rule ol { margin: 0; padding-left: 1.2em; line-height: 1.6; }

@media (max-width: 640px) {
    .pv-card-lg { padding: 16px; }
    .pv-hero { padding: 18px; }
    .pv-ring { width: 120px; height: 120px; }
    .pv-ring > div { width: 94px; height: 94px; }
    .pv-ring b { font-size: 1.4rem; }
    .pv-calc__row { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

.pv-spark { width: 100%; height: 36px; margin: 8px 0 2px; display: block; }
.pv-spark__a { fill: rgba(37, 99, 235, .12); }
.pv-spark__l { fill: none; stroke: var(--pv-cold); stroke-width: 2; vector-effect: non-scaling-stroke; }
.pv-spark__t { stroke: var(--accent); stroke-width: 2; vector-effect: non-scaling-stroke; }

/* ===================== головна розділу ===================== */
.pv-dash { display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr); padding: 32px; border-radius: var(--radius-lg); margin-top: 8px;
           background: radial-gradient(circle at 85% 20%, rgba(59,130,246,.35), transparent 45%), linear-gradient(135deg, var(--graphite-900), #1e293b);
           color: #fff; box-shadow: var(--shadow-lg); }
@media (min-width: 960px) { .pv-dash { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: center; } }
.pv-dash__h1 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); line-height: 1.12; margin: 0 0 10px; color: #fff; letter-spacing: -.01em; }
.pv-dash__lead { color: #cbd5e1; font-size: 1.05rem; margin: 0 0 18px; max-width: 48ch; }
.pv-dash .pv-select { display: inline-flex; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: none; }
.pv-dash .pv-select select { color: #fff; }
.pv-dash .pv-select option { color: #111; }
.pv-dash__stat { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; max-width: 460px; }
.pv-dash__s { border-radius: var(--radius); padding: 12px 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.pv-dash__s b { display: block; font-size: 2.1rem; line-height: 1; }
.pv-dash__s small { color: #cbd5e1; }
.pv-dash__s--now b { color: #60a5fa; }
.pv-dash__s--soon b { color: #fbbf24; }
.pv-dash__s--early b { color: #e2e8f0; }
.pv-dash__note { color: #94a3b8; font-size: .85rem; margin: 14px 0 0; }
.pv-dash__wave { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 18px 20px; }
.pv-dash__wave > b { display: block; font-size: 1.1rem; }
.pv-dash__wave > small { color: #94a3b8; }
.pv-wave { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 14px; align-items: end; }
.pv-wave__i { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; }
.pv-wave__bar { display: block; width: 100%; height: 120px; border-radius: 8px; background: rgba(255,255,255,.06); position: relative; overflow: hidden; }
.pv-wave__bar i { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, #2563eb, #60a5fa); border-radius: 8px 8px 0 0; }
.pv-wave__i b { font-size: 1.2rem; }
.pv-wave__i small { color: #94a3b8; font-size: .72rem; line-height: 1.2; }

.pv-mapgrid { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); align-items: start; }
@media (min-width: 1000px) { .pv-mapgrid { grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr); } }
.pv-side { display: grid; gap: 16px; align-content: start; }
.pv-side h3 { margin: 0 0 8px; font-size: 1rem; }
.pv-list { list-style: none; margin: 0; padding: 0; }
.pv-list a { display: grid; grid-template-columns: 1fr auto; gap: 0 8px; padding: 9px 0; border-top: 1px solid var(--graphite-100); color: var(--text); text-decoration: none; }
.pv-list li:first-child a { border-top: 0; }
.pv-list a:hover b { color: var(--accent); }
.pv-list span { font-weight: 700; }
.pv-list small { grid-column: 1 / -1; color: var(--text-muted); font-size: .78rem; }
.pv-side__gap b { display: block; font-size: 1.8rem; }
.pv-side__gap small { color: var(--text-muted); }
.pv-tl__n { font-size: 12px; font-weight: 600; fill: var(--graphite-700); paint-order: stroke; stroke: #fff; stroke-width: 3px; pointer-events: none; }
.pv-lg--today { width: 3px; height: 14px; background: var(--accent); border-radius: 1px; }

.pv-heatwrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); }
.pv-heat { width: 100%; border-collapse: separate; border-spacing: 2px; font-size: .85rem; background: var(--white); }
.pv-heat thead th { font-size: .74rem; font-weight: 600; color: var(--text-muted); padding: 6px 4px; text-align: center; white-space: nowrap; }
.pv-heat thead th span { display: block; text-transform: uppercase; }
.pv-heat thead th:first-child { text-align: left; }
.pv-heat tbody th { text-align: left; padding: 6px 10px 6px 6px; white-space: nowrap; font-weight: 700; }
.pv-heat tbody th a { color: var(--text); text-decoration: none; }
.pv-heat tbody th a:hover { color: var(--accent); }
.pv-heat tbody th small { display: block; font-weight: 500; font-size: .72rem; color: var(--text-muted); }
.pv-heat td { text-align: center; font-weight: 700; padding: 8px 4px; border-radius: 6px; min-width: 46px; position: relative; }
.pv-heat td i { position: absolute; top: 1px; right: 3px; font-style: normal; font-size: .65rem; }
.pv-heat td.pv-heat__st { background: none; padding-left: 8px; }
.pv-heat .pv-badge { font-size: .7rem; padding: 3px 8px; }
.pv-heatlg { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-size: .78rem; color: var(--text-muted); }
.pv-heatlg span { display: inline-block; width: 14px; height: 14px; border-radius: 4px; margin-left: 6px; }

.pv-regs { display: grid; gap: 14px; grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 700px) { .pv-regs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .pv-regs { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.pv-reg { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 16px 18px; box-shadow: var(--shadow-sm); }
.pv-reg__h { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.pv-reg__h b { font-size: 1.1rem; }
.pv-reg__h small { color: var(--text-muted); font-size: .78rem; }
.pv-reg ul { list-style: none; margin: 0; padding: 0; }
.pv-reg a { display: grid; grid-template-columns: 9.5em minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 7px 0; border-top: 1px solid var(--graphite-100); color: var(--text); text-decoration: none; font-size: .9rem; }
.pv-reg a:hover .pv-reg__n { color: var(--accent); }
.pv-reg__n { font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pv-reg__line { position: relative; height: 4px; border-radius: 2px; background: linear-gradient(90deg, rgb(29,78,216), rgb(14,165,233), rgb(234,179,8), rgb(234,88,12)); }
.pv-reg__line i { position: absolute; top: 50%; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 3px solid var(--graphite-900); transform: translate(-50%, -50%); }
.pv-reg__d { font-size: .8rem; color: var(--text-muted); white-space: nowrap; }
@media (max-width: 640px) { .pv-dash { padding: 20px; } .pv-wave__bar { height: 80px; } }

.pv-rng__zebra { fill: var(--graphite-50); }
.pv-rng__n { font-size: 13px; font-weight: 600; fill: var(--graphite-700); }
.pv-rng__all { stroke: #bfdbfe; stroke-width: 6; stroke-linecap: round; }
.pv-rng__iqr { stroke: #3b82f6; stroke-width: 10; stroke-linecap: round; }
.pv-rng__med { fill: var(--graphite-900); stroke: #fff; stroke-width: 2; }
.pv-chart a { cursor: pointer; }
.pv-chart a:hover .pv-rng__n { fill: var(--accent); }
.pv-lg--rng { background: #bfdbfe; height: 6px; }
.pv-lg--iqr { background: #3b82f6; height: 8px; }
.pv-lg--dot { width: 10px; height: 10px; border-radius: 50%; background: var(--graphite-900); }

.pv-reg--cta { display: flex; flex-direction: column; gap: 8px; justify-content: center; text-decoration: none; color: #fff;
               background: linear-gradient(135deg, var(--accent), #ea580c); border: 0; }
.pv-reg--cta .pv-ic { width: 36px; height: 36px; }
.pv-reg--cta b { font-size: 1.2rem; line-height: 1.25; }
.pv-reg--cta span { opacity: .9; font-size: .9rem; }
.pv-reg--cta em { font-style: normal; font-weight: 700; margin-top: 6px; }
.pv-reg--cta:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
