.articles-filters{display:flex;flex-wrap:wrap;gap:6px;padding:8px 4px 4px}.articles-search{flex:1 1 220px;min-width:0;padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--fg);font:inherit;font-size:.9rem}.articles-search::placeholder{color:var(--muted)}.articles-search:focus{outline:none;border-color:var(--accent)}.articles-empty{padding:26px 4px 40px;text-align:center;color:var(--muted);font-size:.95rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:14px 4px 30px}.articles-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:12px;background:var(--card);overflow:hidden;transition:border-color .15s ease,transform .15s ease}.articles-card:hover{border-color:var(--accent);transform:translateY(-1px)}.articles-card-media{display:block;aspect-ratio:1200 / 630;background:var(--thead)}.articles-card-media img{width:100%;height:100%;object-fit:cover;display:block}.articles-card-body{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px}.articles-card h2{margin:0;font-size:1.12rem;line-height:1.3;letter-spacing:-.01em}.articles-card h2 a{color:inherit;text-decoration:none}.articles-card h2 a:hover{color:var(--accent)}.articles-card p{margin:0;color:var(--muted);font-size:.9rem}.articles-tags{display:flex;flex-wrap:wrap;gap:5px}.articles-tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:2px 8px;text-decoration:none}.articles-tag:hover{text-decoration:underline}.articles-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:var(--muted);font-size:.8rem}[hidden]{display:none!important}.articles-breaking{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:16px 4px 0;padding:10px 14px;border:1px solid var(--bad);border-left-width:4px;border-radius:10px;background:var(--card)}.articles-breaking-pill{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--bad);border-radius:999px;padding:3px 9px;white-space:nowrap}.articles-breaking-link{flex:1 1 auto;min-width:0;color:var(--fg);font-weight:700;text-decoration:none}.articles-breaking-link:hover{color:var(--accent)}.articles-breaking time{color:var(--muted);font-size:.78rem;white-space:nowrap}.articles-featured{margin:0 4px 16px;border-color:var(--accent)}.articles-featured .articles-featured-media{display:block;aspect-ratio:1200 / 630;background:var(--thead)}.articles-featured .articles-featured-media img{width:100%;height:100%;object-fit:cover;display:block}.articles-featured .articles-card-body{padding:18px 20px 20px;gap:10px}.articles-featured h2{font-size:clamp(1.3rem,3vw,1.7rem)}.articles-featured p{font-size:.98rem}@media(min-width:760px){.articles-featured{display:grid;grid-template-columns:1.1fr 1fr}.articles-featured .articles-featured-media{aspect-ratio:auto;min-height:240px}.articles-featured .articles-card-body{justify-content:center}}.articles-pills{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.articles-pill-featured{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:2px 9px}.articles-pill-breaking{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--bad);border-radius:999px;padding:3px 9px}.articles-featured-carousel{margin:0 4px 16px}.articles-featured-carousel .articles-featured{margin:0 0 12px}.articles-article{max-width:780px;margin:0 auto;padding:26px 4px 40px}.articles-article-head{margin-bottom:18px}.articles-article-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 18px}.articles-article .articles-lede{max-width:none}.articles-article-head h1{margin:10px 0 12px;font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.15;letter-spacing:-.025em}.articles-cover{width:100%;height:auto;border-radius:12px;border:1px solid var(--border);margin:4px 0 22px}.articles-toc{border:1px solid var(--border);border-radius:10px;background:var(--card);padding:12px 16px;margin:0 0 26px;font-size:.9rem}.articles-toc-title{font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:6px}.articles-toc ul{list-style:none;margin:0;padding:0}.articles-toc li{margin:3px 0}.articles-toc .toc-l3{padding-left:14px}.articles-toc a{color:var(--fg);text-decoration:none}.articles-toc a:hover{color:var(--accent)}.articles-body{font-size:1.05rem;line-height:1.7}.articles-body>*+*{margin-top:1.1em}.articles-body h2{font-size:1.5rem;letter-spacing:-.015em;margin-top:1.8em;scroll-margin-top:20px}.articles-body h3{font-size:1.2rem;margin-top:1.5em;scroll-margin-top:20px}.articles-body a{color:var(--accent);text-decoration:none}.articles-body a:hover{text-decoration:underline}.articles-body ul,.articles-body ol{padding-left:1.4em}.articles-body li+li{margin-top:.35em}.articles-body img{max-width:100%;height:auto;border-radius:10px}.articles-body .articles-figure{margin:1.4em 0}.articles-body .articles-figure img{display:block;width:100%;border:1px solid var(--border)}.articles-body figcaption{margin-top:8px;color:var(--muted);font-size:.85rem;line-height:1.45;text-align:center}.articles-body blockquote{margin:1.4em 0;padding:2px 16px;border-left:3px solid var(--accent);color:var(--muted);background:var(--accent-soft);border-radius:0 8px 8px 0}.articles-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88em;background:var(--thead);padding:.12em .4em;border-radius:5px}.articles-body pre{background:var(--thead);border:1px solid var(--border);border-radius:10px;padding:14px 16px;overflow-x:auto}.articles-body pre code{background:none;padding:0}.articles-body table{width:100%;border-collapse:collapse;font-size:.95rem}.articles-body th,.articles-body td{border:1px solid var(--border);padding:7px 10px;text-align:left}.articles-body th{background:var(--thead)}.header-anchor{color:var(--muted);text-decoration:none;margin-left:-1.1em;padding-right:.25em;opacity:0}.articles-body h2:hover .header-anchor,.articles-body h3:hover .header-anchor{opacity:1}.articles-article-foot{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:40px;padding-top:16px;border-top:1px solid var(--border);font-size:.9rem}.articles-article-foot-links{display:flex;flex-wrap:wrap;gap:6px 18px}.articles-article-foot a{color:var(--accent);text-decoration:none}.articles-article-foot a:hover{text-decoration:underline}.articles-widget{margin:1.6em 0}.articles-widget-title{font-weight:700;font-size:.95rem;margin-bottom:8px}.articles-widget-empty{color:var(--muted);font-size:.9rem;font-style:italic}@media(max-width:640px){.articles-article{padding:18px 2px 30px}.articles-grid{grid-template-columns:1fr;padding:12px 0 24px}}.pcc-bars{display:flex;flex-direction:column;gap:2px;margin-top:10px}.pcc-bar-row{display:grid;grid-template-columns:minmax(120px,1.4fr) 3fr minmax(52px,.6fr);align-items:center;gap:10px;padding:4px 0}.pcc-bar-name{font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcc-bar-track{display:block;height:8px;border-radius:4px;background:var(--border);overflow:hidden}.pcc-bar-track i{display:block;height:100%;border-radius:4px;background:var(--accent)}.pcc-bar-val{font-size:.86rem;text-align:right;font-variant-numeric:tabular-nums}.pcc-illo{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--card)}.pcc-illo-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-size:.86rem;font-weight:600;border-bottom:1px solid var(--border);padding-bottom:8px;margin-bottom:10px}.pcc-illo-head b{color:var(--accent);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.pcc-illo-note-body{margin:10px 0 0;font-size:.82rem;color:var(--muted)}.pcc-mrow{display:grid;grid-template-columns:66px 1fr 46px 92px;align-items:center;gap:10px;margin:7px 0}.pcc-mrow-pct{font-size:.78rem;font-weight:700;color:var(--accent);text-align:right;font-variant-numeric:tabular-nums}.pcc-mrow-name{font-size:.82rem;font-weight:600}.pcc-mrow-track{height:18px}.pcc-mrow-bar{display:block;height:100%;min-width:6px;border-radius:5px;background:var(--thead);overflow:hidden}.pcc-mrow-bar i{display:block;height:100%;background:var(--accent)}.pcc-mrow-val{font-size:.78rem;text-align:right;font-variant-numeric:tabular-nums}.pcc-mrow-val em{font-style:normal;color:var(--muted)}.pcc-split{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pcc-split-panel{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--card)}.pcc-split-head{display:flex;justify-content:space-between;align-items:baseline;font-size:.86rem;font-weight:600;margin-bottom:10px}.pcc-split-mark{font-weight:700}.pcc-split-panel.ok .pcc-split-mark{color:var(--accent)}.pcc-split-panel.bad .pcc-split-mark{color:var(--bad)}.pcc-split-pools{display:grid;gap:8px}.pcc-pool{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.pcc-pool-bar{height:18px;min-width:8px;border-radius:5px;background:var(--bad);opacity:.35}.pcc-pool-lab{font-size:.8rem;color:var(--muted)}.pcc-split-bar{display:flex;gap:3px;height:34px}.pcc-seg{display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.78rem;font-weight:700;color:#fff;min-width:0}.pcc-seg.a{background:var(--accent)}.pcc-seg.b{background:var(--ok)}.pcc-seg.c{background:var(--accent);opacity:.55}.pcc-split-key{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:8px;font-size:.8rem;color:var(--muted)}.pcc-split-key i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:5px}.pcc-split-key i.a{background:var(--accent)}.pcc-split-key i.b{background:var(--ok)}.pcc-split-key i.c{background:var(--accent);opacity:.55}.pcc-split-note{margin:10px 0 0;font-size:.82rem;color:var(--muted)}.pcc-vpd-row{display:grid;grid-template-columns:110px 1fr 52px 44px;align-items:center;gap:10px;margin:9px 0}.pcc-vpd-name{font-size:.82rem;font-weight:600}.pcc-vpd-track{display:block;height:20px;border-radius:5px;background:var(--thead);overflow:hidden}.pcc-vpd-bar{display:block;height:100%}.pcc-vpd-bar.ok{background:var(--accent)}.pcc-vpd-bar.a{background:var(--ok)}.pcc-vpd-val{font-size:.78rem;text-align:right;font-variant-numeric:tabular-nums}.pcc-vpd-x{font-size:.86rem;font-weight:700;color:var(--accent);text-align:right;font-variant-numeric:tabular-nums}.pcc-vpd-note{grid-column:2 / -1;font-size:.76rem;color:var(--muted);margin-top:-4px}.pcc-illo-note{margin:10px 0 0;font-size:.7rem;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);opacity:.8}.pcc-consume-lead{margin:0 0 4px;font-size:.9rem}.pcc-consume-block{border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:var(--card);margin-top:12px}.pcc-consume-cap{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;font-size:.86rem}.pcc-consume-cap span{font-size:.76rem;color:var(--muted)}.pcc-consume-bar{display:inline-block;width:72px;height:10px;border-radius:4px;background:var(--thead);overflow:hidden;margin-right:8px;vertical-align:middle}.pcc-consume-bar i{display:block;height:100%;background:var(--accent)}.pcc-zones svg{width:100%;height:auto;display:block}.pcc-zone-mute{fill:var(--row-alt)}.pcc-zone-bad{fill:var(--bad);opacity:.08}.pcc-zone-win{fill:var(--accent-soft)}.pcc-zone-sweet{fill:var(--accent);opacity:.16}.pcc-zline{stroke:var(--muted);stroke-width:1;stroke-dasharray:5 4;opacity:.85}.pcc-zline-payg{stroke:var(--orange);stroke-dasharray:2 3}.pcc-zlimit{stroke:var(--accent);stroke-width:1.4;stroke-dasharray:6 4}.pcc-zaxis{stroke:var(--border);stroke-width:1.2}.pcc-zcurve{fill:none;stroke:var(--accent);stroke-width:2.6;stroke-linejoin:round;stroke-linecap:round}.pcc-zdot{fill:var(--card);stroke:var(--accent);stroke-width:2}.pcc-zdot-n{font-size:10px;font-weight:700;fill:var(--accent)}.pcc-zmin{fill:var(--accent);stroke:var(--card);stroke-width:2}.pcc-zlab{font-size:11px;fill:var(--muted)}.pcc-zlab-win{font-size:12px;font-weight:700;fill:var(--accent)}.pcc-zlegend{list-style:none;margin:10px 0 0;padding:0;font-size:.82rem;color:var(--muted)}.pcc-zlegend li{margin:3px 0}.pcc-zlegend i{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;border:1.5px solid var(--accent);color:var(--accent);font-size:10px;font-style:normal;font-weight:700;margin-right:4px}.pcc-zlegend b{color:var(--fg)}.pcc-zlegend-legend{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px}.pcc-zsw{display:inline-block;width:18px;height:0}.pcc-zsw.curve{border-top:2.5px solid var(--accent)}.pcc-zsw.listed{border-top:2.5px dashed var(--muted)}.pcc-zsw.payg{border-top:2.5px dashed var(--orange)}.pcc-zsw.limit{border-top:2px dashed var(--accent)}.pcc-zsw.sweet{height:12px;border-radius:3px;background:var(--accent);opacity:.2}@media(max-width:640px){.pcc-split{grid-template-columns:1fr}.pcc-mrow{grid-template-columns:52px 1fr 40px 74px}.pcc-vpd-row{grid-template-columns:88px 1fr 46px 40px}}
