@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#162945;--muted:#627187;--blue:#315ce8;--blue-light:#edf1ff;--line:#e1e7ef;--bg:#f5f7fb;--white:#fff;--green:#17795e;--amber:#9b5c17;--radius:14px;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #93aafa;outline-offset:4px}a:hover{color:var(--blue)}button{color:inherit}svg{display:block}h1,h2,h3,p{margin:0}.skip{position:fixed;top:-100px;left:20px;background:white;padding:12px;z-index:100}.skip:focus{top:12px}
.header{height:84px;background:#fff;border-bottom:1px solid var(--line)}.header-inner{max-width:1360px;padding:0 40px;margin:auto;height:100%;display:flex;align-items:center;gap:42px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:18px;line-height:1.1;letter-spacing:-.45px}.brand small{display:block;font-size:11px;letter-spacing:3px;font-weight:650;margin-top:5px}.brand-mark{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:37px}.brand-mark i{display:block;background:var(--blue);height:4px;border-radius:1px}.brand-mark i:nth-child(1){width:20px}.brand-mark i:nth-child(2){width:29px}.nav{display:flex;gap:28px;height:100%;align-items:center;font-size:14px;font-weight:650}.nav a{height:100%;display:flex;align-items:center;border-bottom:3px solid transparent;padding-top:3px}.nav a.active{border-color:var(--blue);color:var(--blue)}.header-note{margin-left:auto;font-size:13px;color:var(--muted)}.header-note span{display:inline-block;background:var(--blue-light);color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.5px;padding:3px 7px;margin-left:8px;border-radius:5px}
.container{max-width:1360px;margin:0 auto;padding:40px}.eyebrow{font-size:12px;color:var(--blue);font-weight:800;letter-spacing:1.8px;margin-bottom:9px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:29px}h1{font-size:38px;line-height:1.2;letter-spacing:-1.55px;font-weight:750}.lead{margin-top:12px;color:var(--muted);font-size:15px;max-width:760px}.pill{display:inline-flex;align-items:center;gap:6px;border-radius:7px;padding:6px 10px;background:white;border:1px solid var(--line);font-size:12px;white-space:nowrap}.pill.blue{background:var(--blue-light);border:0;color:var(--blue)}.pill.amber{background:#fff6e9;border:0;color:var(--amber)}.headline-stats{display:flex;gap:0;border-top:1px solid var(--line);padding-top:22px;margin-top:24px}.headline-stat{padding-right:36px;margin-right:36px;border-right:1px solid var(--line)}.headline-stat:last-child{border:0;margin-right:0;padding-right:0}.headline-stat b{font-size:22px;letter-spacing:-.6px;font-weight:750}.headline-stat span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:24px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.catalog-controls{padding:22px 22px 18px;border-bottom:1px solid var(--line)}.search-line{display:flex;gap:12px}.search-wrap{position:relative;flex:1;min-width:0}.search-wrap svg{position:absolute;top:15px;left:15px;color:#8a97ab;pointer-events:none}.search-wrap input{width:100%;height:48px;padding:0 14px 0 43px;border:1px solid #d7deeb;border-radius:8px;background:#fff;color:var(--ink);font-size:14px}.search-wrap input::placeholder{color:#7c899b}.select-control{border:1px solid #d7deeb;border-radius:8px;height:44px;padding:0 30px 0 12px;background:#fff;min-width:0;color:var(--ink);font-size:13px;max-width:100%}.month-control{height:48px;width:164px;font-weight:650;background:#f7f9fc}.filter-line{display:flex;gap:9px;margin-top:12px;align-items:center}.filter-line select{flex:1;width:20px;height:38px;font-size:12px}.reset{border:0;background:none;font-size:12px;color:var(--muted);padding:8px 1px;white-space:nowrap}.reset:hover{color:var(--blue)}.catalog-count{padding:17px 22px 11px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}.catalog-count b{color:var(--ink)}.table-wrap{overflow-x:auto}.catalog-table{width:100%;border-collapse:collapse;table-layout:fixed}.catalog-table th{font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#718096;text-align:left;font-weight:650;padding:10px 16px;background:#fafbfd;border-bottom:1px solid var(--line)}.catalog-table th:first-child{width:39%;padding-left:22px}.catalog-table th:nth-child(2){width:21%}.catalog-table th:nth-child(3){width:14%;text-align:right}.catalog-table th:nth-child(4){width:13%;text-align:right}.catalog-table th:nth-child(5){width:13%;text-align:right;padding-right:22px}.catalog-table td{padding:17px 16px;border-bottom:1px solid #edf0f5;vertical-align:middle}.catalog-table td:first-child{padding-left:22px}.catalog-table td:nth-child(3),.catalog-table td:nth-child(4){text-align:right}.catalog-table tr:last-child td{border-bottom:0}.catalog-table tbody tr:hover{background:#f8faff}.project-cell{display:flex;gap:11px;align-items:center}.project-monogram{width:36px;height:40px;flex:none;background:#edf1f8;border-radius:8px;color:#5b6d8a;display:flex;align-items:center;justify-content:center;font-weight:750;font-size:13px}.project-name{font-size:14px;font-weight:750;line-height:1.35;display:block}.developer{font-size:11px;color:var(--muted);display:block;margin-top:4px}.location{font-size:12px;line-height:1.4}.location small{font-size:11px;display:block;color:var(--muted);margin-top:4px}.value{font-size:20px;font-weight:750;letter-spacing:-.5px;line-height:1.2;font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.status-value{font-size:11px;font-weight:500;letter-spacing:0;display:block;color:var(--muted)}.change{font-size:12px;font-weight:650;font-variant-numeric:tabular-nums}.positive{color:var(--green)}.negative{color:#8b5b41}.spark{width:72px;height:27px;margin-left:auto;display:flex;align-items:end;gap:3px}.spark i{flex:1;background:#d9e2fb;border-radius:2px 2px 0 0;min-height:2px}.spark i:last-child{background:var(--blue)}.spark i.missing{background:none;border-bottom:2px dotted #b7c0d0}.pagination{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:17px 22px;font-size:12px;color:var(--muted)}.page-buttons{display:flex;align-items:center;gap:8px}.page-buttons button{background:#fff;border:1px solid var(--line);border-radius:6px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:16px}.page-buttons button:hover:not(:disabled){background:var(--blue-light)}.empty{padding:60px 20px;text-align:center}.empty h3{font-size:18px;margin-bottom:8px}.empty p{font-size:14px;color:var(--muted)}.empty button{margin-top:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);padding:9px 14px;border-radius:7px;background:white;font-size:13px;font-weight:650}.btn:hover{background:var(--blue-light)}.btn.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.sidebar{display:grid;gap:18px}.aside-box{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.aside-label{font-size:11px;letter-spacing:1.4px;font-weight:750;color:var(--muted);text-transform:uppercase;margin-bottom:14px}.aside-box h2{font-size:17px;line-height:1.4;letter-spacing:-.3px}.aside-box p{font-size:13px;color:var(--muted);line-height:1.75;margin-top:12px}.aside-box .text-link{font-size:13px;font-weight:750;color:var(--blue);display:flex;align-items:center;justify-content:space-between;margin-top:22px}.aside-box.ink{background:var(--ink);color:white;border:0}.ink .aside-label{color:#b3c5e3}.ink p{color:#b7c7de}.ink .big{font-size:37px;font-weight:650;letter-spacing:-1.7px;margin:3px 0}.archive-strip{height:40px;display:flex;gap:3px;align-items:end;margin:23px 0 13px}.archive-strip i{flex:1;height:100%;background:#5377d2;border-radius:2px}.archive-strip i:nth-child(3n){background:#7899e9}.archive-strip i:nth-child(4n){height:75%}.archive-strip i:nth-child(5n){height:60%}.archive-strip i:nth-child(8n){height:90%}.archive-strip i.gap{background:#344764;height:20%}.aside-dates{display:flex;justify-content:space-between;font-size:11px;color:#acbfdc}.aside-note{font-size:12px;color:var(--muted);padding:0 4px;line-height:1.7}.legend-dot{display:inline-block;width:7px;height:7px;border-radius:2px;background:var(--blue);margin-right:7px}.footer{max-width:1280px;margin:25px auto 0;border-top:1px solid var(--line);padding:24px 0 30px;display:flex;justify-content:space-between;gap:24px;font-size:12px;color:var(--muted)}.footer a{font-weight:650}.footer p{max-width:650px}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:26px;display:flex;gap:10px;align-items:center}.breadcrumb a{color:var(--blue)}.title-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:24px}.stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.stat-card{padding:21px 22px;border:1px solid var(--line);border-radius:var(--radius);background:white}.stat-card .stat-title{font-size:12px;color:var(--muted);margin-bottom:12px}.stat-card .stat-number{font-size:34px;font-weight:750;letter-spacing:-1.2px;line-height:1.2}.stat-card .stat-caption{font-size:12px;color:var(--muted);margin-top:8px}.chart-panel{padding:24px;margin-bottom:24px}.panel-top{display:flex;justify-content:space-between;gap:16px;align-items:center}.panel-top h2{font-size:18px;font-weight:750;letter-spacing:-.4px}.section-subtitle{font-size:12px;color:var(--muted);margin-top:5px}.segmented{display:flex;background:#f1f4f9;border:1px solid #e7ecf4;border-radius:8px;padding:3px;gap:2px}.segmented button{border:0;background:none;border-radius:5px;padding:7px 12px;white-space:nowrap;font-size:12px;color:var(--muted)}.segmented button.active{background:white;box-shadow:0 1px 4px #16294515;color:var(--ink);font-weight:750}.chart-scroll{overflow-x:auto;margin-top:24px}.chart{display:flex;height:260px;min-width:530px;position:relative;padding:26px 8px 33px 34px;gap:6px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to top,transparent 0,transparent calc(25% - 1px),#eef1f6 calc(25% - 1px),#eef1f6 25%);background-origin:content-box}.chart-bar-cell{display:flex;flex:1;min-width:18px;position:relative;align-items:end;justify-content:center}.bar{position:relative;background:#9fb6f6;width:min(100%,45px);min-height:3px;border-radius:4px 4px 0 0;border:0;padding:0;transition:background .2s}.bar:hover,.bar:focus-visible{background:var(--blue)}.bar.latest{background:var(--blue)}.bar.zero{background:transparent;border-bottom:3px solid #567ce9;border-radius:0}.bar.no-data{background:repeating-linear-gradient(135deg,#dce3ef 0,#dce3ef 3px,transparent 3px,transparent 6px);height:8px!important;border-radius:2px}.bar-value{position:absolute;bottom:calc(100% + 7px);font-size:11px;font-weight:750;left:50%;transform:translateX(-50%);white-space:nowrap;pointer-events:none}.bar-label{position:absolute;bottom:-26px;font-size:10px;color:var(--muted);white-space:nowrap}.bar-label.year{font-weight:750;color:var(--ink)}.chart-y{position:absolute;left:0;top:15px;font-size:10px;color:var(--muted)}.chart-legend{display:flex;flex-wrap:wrap;gap:15px;font-size:11px;color:var(--muted);margin-top:15px}.chart-legend span{display:flex;gap:6px;align-items:center}.chart-legend i{width:8px;height:8px;background:#9fb6f6;border-radius:2px;display:block}.chart-legend i.hatched{background:repeating-linear-gradient(135deg,#c8d1e2 0,#c8d1e2 2px,white 2px,white 4px)}.method-boundary{border-left:2px dashed #a7b3cb;padding-left:5px}.chart-notice{font-size:12px;color:var(--muted);padding:12px 14px;background:#f5f7fc;margin-top:18px;border-radius:7px}.history-table{width:100%;border-collapse:collapse}.history-table th{text-align:left;font-size:11px;color:var(--muted);font-weight:650;background:#fafbfd;padding:13px 24px;border-bottom:1px solid var(--line)}.history-table td{padding:14px 24px;border-bottom:1px solid #edf0f5;font-size:13px;vertical-align:top}.history-table td:nth-child(2){font-variant-numeric:tabular-nums;font-weight:750}.history-table .source-ref{font-size:11px;color:var(--muted);font-weight:400;display:block}.source-details{font-size:12px;color:var(--muted);max-width:320px;overflow-wrap:anywhere}.source-details summary{cursor:pointer;color:var(--blue)}.source-details p{margin-top:6px}.section-heading{padding:22px 24px 15px;display:flex;align-items:center;justify-content:space-between}.section-heading h2{font-size:18px}.definition-list{margin:0;display:grid;gap:16px}.definition-list dt{font-size:11px;color:var(--muted);margin-bottom:4px}.definition-list dd{margin:0;font-size:13px;line-height:1.5;font-weight:650}.note{padding:16px 20px;border:1px solid #dce5fa;background:#f0f4ff;border-radius:9px;font-size:13px;line-height:1.7;color:#455e8c}.article{max-width:870px;margin:auto}.article h2{font-size:23px;margin:32px 0 13px;letter-spacing:-.6px}.article h3{font-size:17px;margin:24px 0 9px}.article p,.article li{color:#4d5f77;font-size:15px;line-height:1.85}.article p+p{margin-top:14px}.article ul{padding-left:22px}.article code{font-size:13px;background:#eef2fa;border-radius:4px;padding:2px 5px}.article .panel{padding:32px;margin-top:28px}.coverage-grid{display:grid;grid-template-columns:55px repeat(12,1fr);gap:5px;font-size:11px;text-align:center;margin-top:18px;min-width:540px}.coverage-cell{padding:8px 0;border-radius:4px;background:#edf2ff;color:var(--blue)}.coverage-cell.absent{background:#f1f3f7;color:#9aa6b7}.coverage-cell.label{background:none;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}
@media(min-width:1450px){.container{padding-top:46px}}
@media(max-width:1100px){.workspace,.detail-layout{grid-template-columns:minmax(0,1fr)}.sidebar{grid-template-columns:1fr 1fr}.sidebar .aside-note{grid-column:1/-1}.aside-box.ink{display:none}.container{padding:30px}.header-inner{padding:0 30px}.footer{margin-left:30px;margin-right:30px}.catalog-table th:first-child{width:36%}.catalog-table th:nth-child(2){width:25%}}
@media(max-width:700px){.header{height:72px}.header-inner{padding:0 20px;gap:24px}.brand{font-size:15px;gap:8px}.brand small{font-size:9px;letter-spacing:2.7px}.brand-mark{width:28px}.brand-mark i:nth-child(2){width:25px}.header-note{display:none}.nav{gap:18px;margin-left:auto;font-size:12px}.nav a.active{border-bottom-width:2px}.container{padding:27px 18px}.page-heading{align-items:start;margin-bottom:23px;gap:10px}.page-heading>.pill{display:none}h1{font-size:30px;letter-spacing:-1px}.lead{font-size:13px;line-height:1.75}.eyebrow{font-size:10px;letter-spacing:1.4px}.headline-stats{padding-top:18px;margin-top:21px;gap:0}.headline-stat{padding-right:18px;margin-right:18px}.headline-stat b{font-size:19px}.headline-stat span{font-size:10px}.catalog-controls{padding:15px}.search-line{flex-wrap:wrap;gap:9px}.search-wrap{flex-basis:100%}.search-wrap input{height:45px;font-size:13px}.search-wrap svg{top:13px}.month-control{height:39px;width:100%;font-size:13px}.filter-line{flex-wrap:wrap;margin-top:9px;gap:7px}.filter-line select{flex:1 1 40%;width:auto;font-size:11px}.filter-line .reset{padding:6px 10px;flex:1}.catalog-count{padding:15px;font-size:11px}.catalog-count span:last-child{display:none}.catalog-table thead{display:none}.catalog-table tbody{display:block}.catalog-table tr{display:grid;grid-template-columns:minmax(0,1fr) 65px 59px;padding:18px 15px;border-bottom:1px solid var(--line);column-gap:10px}.catalog-table td{padding:0!important;border:0!important}.catalog-table td:first-child{grid-column:1;grid-row:1/3}.catalog-table td:nth-child(2){grid-column:1;grid-row:3;padding-left:45px!important;margin-top:4px}.catalog-table td:nth-child(2) small{display:inline;margin:0}.catalog-table td:nth-child(2) small:before{content:' · '}.catalog-table td:nth-child(3){grid-column:2;grid-row:1;align-self:center}.catalog-table td:nth-child(4){grid-column:3;grid-row:1;align-self:center}.catalog-table td:nth-child(5){grid-column:2/4;grid-row:2/4;align-self:end;margin-top:7px}.project-monogram{width:34px;height:36px;font-size:12px}.project-cell{gap:10px;align-items:start}.project-name{font-size:13px}.developer{font-size:11px;margin-top:4px}.location{font-size:10px}.location small{font-size:10px}.value{font-size:19px}.change{font-size:11px}.spark{height:18px;width:87px}.status-value{font-size:10px;white-space:normal}.pagination{padding:15px;font-size:10px}.sidebar{grid-template-columns:1fr;gap:15px}.aside-box{padding:20px}.sidebar .aside-note{grid-column:auto}.aside-box p{font-size:13px}.footer{margin:5px 18px 0;padding:20px 0;flex-direction:column;gap:10px;font-size:11px}.breadcrumb{margin-bottom:20px;font-size:12px}.stat-cards{gap:9px}.stat-card{padding:15px 12px}.stat-card .stat-title{font-size:10px;min-height:32px;margin-bottom:6px}.stat-card .stat-number{font-size:24px;letter-spacing:-.6px}.stat-card .stat-caption{font-size:10px}.panel-top{align-items:flex-start;flex-direction:column;gap:12px}.chart-panel{padding:18px 15px}.panel-top h2,.section-heading h2{font-size:16px}.segmented{width:100%}.segmented button{flex:1;font-size:11px;padding:7px 5px}.chart{height:230px}.chart-scroll{margin-top:10px}.chart-notice{font-size:11px}.chart-legend{font-size:10px}.section-heading{padding:18px 15px 12px}.history-table th{padding:11px 12px;font-size:10px}.history-table td{padding:12px;font-size:12px}.history-table th:first-child,.history-table td:first-child{padding-left:15px}.history-table .source-ref,.source-details{font-size:10px}.title-meta{gap:6px}.pill{font-size:11px;padding:5px 8px}.article .panel{padding:22px 18px}.article h2{font-size:21px}.article p,.article li{font-size:14px}.article h1{font-size:28px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
.spark i.zero{height:2px!important;min-height:2px;background:#7b8db1!important;border-radius:0}
.snapshot{margin:19px 0 0;display:grid;gap:15px}.snapshot div{display:flex;justify-content:space-between;align-items:center;gap:15px}.snapshot dt{font-size:12px;color:var(--muted);max-width:160px;line-height:1.6}.snapshot dd{margin:0;font-weight:750;font-size:22px;letter-spacing:-.6px}.chart-inspector{font-size:12px;color:#465b7d;padding-top:17px;min-height:50px;line-height:1.7}.load-message{padding:16px 22px;color:#9b5c17;font-size:14px}.sources-register{border-top:1px solid var(--line);margin-top:28px;padding-top:20px}.sources-register summary{cursor:pointer;color:var(--blue);font-size:15px;font-weight:650}.sources-register li{font-size:13px;overflow-wrap:anywhere}.method-updated{margin-top:24px!important;font-size:13px!important}.noscript-list{padding:20px;font-size:14px}.brand small,.header-note span,.eyebrow,.aside-label,.catalog-table th,.developer,.location small,.status-value,.catalog-count,.pagination,.aside-dates,.bar-value,.bar-label,.chart-y,.chart-legend,.history-table th,.history-table .source-ref,.source-details,.definition-list dt,.coverage-grid,.headline-stat span{font-size:12px}.select-control,.filter-line select,.reset,.segmented button,.nav{font-size:14px}.search-wrap input{font-size:14px}.project-name{font-size:14px}.location{font-size:13px}.brand small{letter-spacing:2px}.history-table{min-width:590px}.footer{line-height:1.8}
@media(max-width:700px){.brand small{font-size:10px}.nav{font-size:12px;gap:15px}.headline-stat{padding-right:13px;margin-right:13px}.headline-stat span{font-size:12px;max-width:107px;line-height:1.55}.headline-stat b{font-size:18px}.headline-stats{align-items:start}.filter-line select,.filter-line .reset{font-size:13px}.catalog-table tr{grid-template-columns:minmax(0,1fr) 59px 57px;gap:8px}.project-name{font-size:14px;overflow-wrap:anywhere}.project-monogram{display:none}.catalog-table td:nth-child(2){padding-left:0!important;margin-top:6px}.developer,.location,.location small{font-size:12px}.change{font-size:12px}.status-value{font-size:12px}.stat-card .stat-title,.stat-card .stat-caption{font-size:12px}.stat-card .stat-title{min-height:38px}.stat-card .stat-number{font-size:25px}.stat-cards{grid-template-columns:1fr 1fr}.stat-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:12px}.stat-card:last-child .stat-title{min-height:0;margin:0}.stat-card:last-child .stat-caption{grid-column:1/-1;margin-top:5px}.segmented button{font-size:13px}.coverage-grid{font-size:12px}.footer{font-size:12px}.chart-inspector{font-size:12px}.page-heading>.pill{display:none}.page-heading:has(#detail-month){flex-direction:column}.page-heading:has(#detail-month)>label{width:100%}.history-table th,.history-table td{font-size:12px}.bar-label{font-size:12px}.article .panel{border-radius:10px}}

.catalog-table th,.history-table th{color:var(--muted)}.search-wrap input::placeholder{color:var(--muted)}

.detail-layout{align-items:start}

/* Source-aware history. Keep partial snapshots separate from monthly registrations. */
[hidden]{display:none!important}.history-main{min-width:0}.history-toolbar{padding:22px 26px;margin-bottom:24px;overflow:visible}.history-toolbar-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.history-toolbar .section-subtitle{margin-top:13px}.source-switch{display:flex;gap:6px;background:#f0f3f8;padding:5px;border-radius:10px}.source-switch button{display:flex;align-items:center;gap:9px;border:1px solid transparent;background:transparent;padding:12px 18px;border-radius:7px;font-size:14px;font-weight:750;white-space:nowrap}.source-switch button.active{background:white;border-color:#dde4ee;box-shadow:0 2px 4px #1629450a}.source-switch small{font-size:12px;font-weight:500;color:var(--muted)}.source-dot{width:7px;height:7px;background:var(--blue);border-radius:50%}.source-dot.teal{background:#178a80}.history-filters{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.end-filter{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted)}.end-filter select{min-width:174px}.domrf-controls{display:flex;gap:18px;margin-top:20px}.domrf-controls label{display:grid;gap:6px;font-size:12px;color:var(--muted)}.domrf-controls label:last-child{flex:1}.domrf-controls select{width:100%;min-width:210px}.domrf-quality{font-size:13px;line-height:1.8;color:#516780;padding:0 2px 18px}.price-stat .stat-number{color:#087a71;font-size:29px;letter-spacing:-1px}.price-stat small{font-size:18px}.history-chart-scroll{overflow:auto;margin:20px -4px 0}.history-svg{width:100%;min-width:640px;height:auto;overflow:visible}.history-svg text{font:12px Manrope,Arial,sans-serif;fill:#627187}.chart-grid{stroke:#e8edf4;stroke-width:1}.zero-line{stroke:#bdc9db;stroke-width:1}.price-line{stroke:#168b80;stroke-width:2.6;fill:none;stroke-linejoin:round}.history-point{fill:#4e71e9;cursor:pointer}.history-point:hover,.history-point:focus-visible{fill:#142e81;stroke:#142e81;stroke-width:2;outline:none}.price-point{fill:white;stroke:#168b80;stroke-width:2}.price-point:hover,.price-point:focus-visible{fill:#168b80;stroke:#075951;stroke-width:3}.negative-point{fill:#b9793b}.missing-mark{stroke:#9daaba;stroke-width:1.4}.teal-pill{background:#eaf7f4;border-color:#d3ece5;color:#13796f}.price-panel .eyebrow{color:#13877b}.price-method,.snapshot-note,.price-unavailable{font-size:13px;line-height:1.8;color:var(--muted)}.price-method{border-top:1px solid var(--line);padding-top:15px}.snapshot-note{margin:18px 2px}.price-unavailable{padding:0 2px 20px}.chart-empty{padding:60px 25px;text-align:center;color:var(--muted);font-size:14px;background:#f8fafc;border-radius:9px}.domrf-table{min-width:780px}.domrf-table td{vertical-align:top}.domrf-table .source-ref{max-width:170px;line-height:1.6}.domrf-table th{font-size:12px}.domrf-table .source-details{min-width:140px;max-width:240px;white-space:normal;overflow-wrap:anywhere}.domrf-table .source-details a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.domrf-table .source-details div{margin:7px 0}.domrf-badge{display:inline-block;margin:4px 0 0 8px;font-size:10px!important;line-height:1.7;font-weight:650;color:#147e72;background:#eaf7f4;border-radius:4px;padding:0 5px;vertical-align:middle;white-space:nowrap}.filter-line{flex-wrap:wrap}.filter-line select{flex:1 1 125px}.history-toolbar .text-link{font-size:12px}.history-toolbar a{white-space:nowrap}#domrf-empty .btn{display:inline-block;margin-top:22px}.price-panel{margin-top:22px}.history-main .chart-panel{margin-bottom:22px}.domrf-table caption{font-size:12px}.domrf-controls select:disabled{color:var(--muted)}
@media(max-width:1050px){.source-switch button{padding:10px 12px}.history-toolbar-top{align-items:start}.history-toolbar-top>.text-link{display:none}.price-stat .stat-number{font-size:26px}.history-toolbar{padding:20px}.history-filters .segmented{flex-shrink:0}}
@media(max-width:700px){.history-toolbar{padding:14px;margin-bottom:18px}.history-toolbar-top{display:block}.source-switch{width:100%;gap:3px}.source-switch button{justify-content:center;flex:1;padding:11px 7px;font-size:13px;gap:6px}.source-switch small{display:none}.history-filters{flex-wrap:wrap;gap:12px;margin-top:15px;padding-top:14px}.history-filters .segmented{width:100%}.end-filter{width:100%;justify-content:space-between}.end-filter select{flex:1;max-width:230px}.domrf-controls{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}.domrf-controls select{min-width:0}.history-toolbar .section-subtitle{font-size:12px;line-height:1.7}.domrf-quality{font-size:12px}.domrf-badge{margin-left:0;margin-right:5px}.history-svg{min-width:590px}.history-main .price-stat .stat-number{font-size:27px}.price-method,.snapshot-note,.price-unavailable{font-size:12px}.domrf-table{min-width:710px}.price-panel .panel-top{flex-direction:row;gap:8px}.price-panel .teal-pill{font-size:10px;white-space:normal;text-align:center}.history-main .eyebrow{font-size:10px}.history-main .chart-inspector{min-height:65px}}

.history-svg text{font-size:16px}
@media(max-width:700px){.history-chart-scroll:after{content:"Прокрутите график вправо →";display:block;position:sticky;left:0;padding:5px 0;font-size:11px;color:var(--muted)}.history-chart-scroll:has(.chart-empty):after{display:none}}

/* One large monthly chart; each axis stays visible while the time axis scrolls. */
.wide-history{grid-template-columns:minmax(0,1fr)}.wide-history>.sidebar{display:grid;grid-template-columns:1fr 1fr;gap:24px}.wide-history>.sidebar>.aside-note{grid-column:1/-1}.wide-history .chart{height:400px}.combined-axis-head{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted);margin:26px 0 8px}.combined-axis-head>span:last-child{color:#087a71;text-align:right}.combined-chart-shell{display:grid;grid-template-columns:66px minmax(0,1fr) 86px;align-items:start}.combined-axis{height:460px;position:relative;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.combined-axis span{position:absolute;right:12px;transform:translateY(-50%);white-space:nowrap}.combined-axis.price-axis{color:#087a71}.combined-axis.price-axis span{right:auto;left:12px}.combined-plot-scroll{min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-color:#8ca0b9 #edf1f6;scrollbar-width:auto;padding-bottom:8px}.combined-plot-scroll:focus-visible{outline:2px solid #93aafa;outline-offset:3px}.combined-svg{display:block;width:100%;height:460px;overflow:visible}.combined-svg text{font:12px Manrope,Arial,sans-serif;fill:var(--muted)}.combined-svg .combined-bar-value{font-size:13px;font-weight:650;fill:#455b80;stroke:none}.combined-svg .history-point:focus-visible .combined-bar-value{fill:var(--ink)}.combined-svg .history-point rect{fill-opacity:.8}.combined-svg .price-line{stroke-width:3}.combined-svg .price-point{fill:#fff;stroke-width:2.5}.combined-svg .price-point:focus-visible{fill:#168b80;stroke:#075951;stroke-width:4}.combined-legend{display:flex;flex-wrap:wrap;gap:14px 28px;font-size:13px;color:var(--muted);margin-top:15px}.combined-legend span{display:flex;align-items:center;gap:9px}.legend-bars{height:12px;width:12px;border-radius:3px;background:#4e71e9}.legend-line{height:3px;width:22px;background:#168b80;position:relative}.legend-line:after{content:'';height:7px;width:7px;border:2px solid #168b80;background:white;border-radius:50%;position:absolute;left:7px;top:-2px}.scroll-chart-hint{font-size:12px;color:var(--muted);margin-top:14px}.combined-no-price{font-size:13px;color:var(--muted);margin:12px 0}.no-price-axis{padding:20px 0 0 12px}.wide-history .chart-inspector{font-size:14px;line-height:1.8;padding:17px 0}.wide-history .stat-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:700px){.wide-history>.sidebar{grid-template-columns:1fr}.wide-history .chart-panel{padding:18px 12px}.wide-history .chart{height:360px}.combined-chart-shell{grid-template-columns:38px minmax(0,1fr) 62px}.combined-axis{font-size:10px}.combined-axis span{right:5px}.combined-axis.price-axis span{left:5px}.combined-axis-head{font-size:11px;gap:14px}.combined-legend{font-size:12px;gap:10px}.wide-history .chart-inspector{font-size:12px}.wide-history .stat-cards{grid-template-columns:1fr 1fr}.combined-no-price{font-size:12px}.scroll-chart-hint{font-size:11px}}
