:root{--accent: #1e3a5f;--accent-dark: #152a47;--accent-light: rgba(30, 58, 95, .08);--accent-rgb: 30, 58, 95;--tertiary: #3b5d82;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--bg: linear-gradient(180deg, #e8eff8 0%, #c8d5ea 100%);--bg-solid: #dce6f3;--bg-card: #ffffff;--bg-input: #ffffff;--border: #c2cfe0;--header-bg: linear-gradient(180deg, #edf3fb 0%, #e4edf8 100%);--border-focus: var(--accent);--text: #0f1a2b;--text-secondary: #475569;--text-muted: #8a93a3;--shadow: 0 1px 3px rgba(15,26,43,.06), 0 1px 2px rgba(15,26,43,.04);--shadow-md: 0 4px 6px -1px rgba(15,26,43,.08), 0 2px 4px -1px rgba(15,26,43,.04);--shadow-lg: 0 10px 15px -3px rgba(15,26,43,.1), 0 4px 6px -2px rgba(15,26,43,.04)}[data-theme=dark],[data-theme=system].dark-resolved{--bg: linear-gradient(180deg, #0f1623 0%, #1a2436 100%);--bg-solid: #131b2a;--bg-card: #1a2436;--header-bg: linear-gradient(180deg, #141e2e 0%, #1a2436 100%);--bg-input: #1f2a3d;--border: #2d3a51;--text: #e6ebf2;--text-secondary: #97a3b6;--text-muted: #b4bfd0;--shadow: 0 1px 3px rgba(0,0,0,.4);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.4);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.4);--accent: #6fa3d8;--accent-dark: #4a78ad;--accent-light: rgba(111, 163, 216, .15);--accent-rgb: 111, 163, 216;--danger: #f87171}@media (prefers-color-scheme: dark){[data-theme=system]{--bg: linear-gradient(180deg, #0f1623 0%, #1a2436 100%);--bg-solid: #131b2a;--bg-card: #1a2436;--header-bg: linear-gradient(180deg, #141e2e 0%, #1a2436 100%);--bg-input: #1f2a3d;--border: #2d3a51;--text: #e6ebf2;--text-secondary: #97a3b6;--text-muted: #b4bfd0;--shadow: 0 1px 3px rgba(0,0,0,.4);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.4);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.4);--accent: #6fa3d8;--accent-dark: #4a78ad;--accent-light: rgba(111, 163, 216, .15);--accent-rgb: 111, 163, 216;--danger: #f87171}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Aptos,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);background-attachment:fixed;color:var(--text);line-height:1.6;min-height:100vh;transition:color .2s;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:64px}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1rem;min-width:0}.container>*,.card,.form-group,.page-wrapper,.main-content{min-width:0}@media (min-width: 768px){.container{padding:0 2rem}}@media (max-width: 480px){.container{padding:0 .75rem}}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;background:var(--header-bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.logo{font-family:Aptos,Segoe UI,system-ui,-apple-system,sans-serif;font-weight:800;font-size:1.25rem;color:var(--accent);text-decoration:none;letter-spacing:-.02em;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.logo-img{width:36px;height:36px;object-fit:contain;flex-shrink:0}.logo:hover{text-decoration:none;opacity:.85}.header-inflation-card{position:relative;display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0;min-height:34px;padding:.35rem .65rem;border:1px solid rgba(var(--accent-rgb),.22);border-radius:8px;background:rgba(var(--accent-rgb),.08);color:var(--text-secondary);box-shadow:0 1px 2px #0f1a2b0a;white-space:nowrap}.header-inflation-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.header-inflation-label{font-size:.65rem;font-weight:800;letter-spacing:.04em;color:var(--accent)}.header-inflation-date{font-size:.75rem;font-weight:600;color:var(--text-secondary)}.header-inflation-value{font-size:.95rem;font-weight:800;line-height:1;color:var(--success)}.header-inflation-tooltip{position:absolute;top:calc(100% + .5rem);left:50%;z-index:120;width:max-content;max-width:min(280px,calc(100vw - 2rem));padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text);box-shadow:var(--shadow-md);font-size:.75rem;font-weight:600;line-height:1.35;text-align:center;white-space:normal;opacity:0;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .15s,transform .15s}.header-inflation-card:hover .header-inflation-tooltip,.header-inflation-card:focus-visible .header-inflation-tooltip{opacity:1;transform:translate(-50%)}.main-nav{display:flex;align-items:center;gap:.25rem;flex:1;min-width:0;position:relative}.nav-measure-layer{position:absolute;left:0;top:0;display:flex;gap:.25rem;align-items:center;visibility:hidden;pointer-events:none;white-space:nowrap}.nav-hamburger-sentinel{display:inline-flex;width:36px;height:36px;flex-shrink:0}.nav-hamburger{display:flex}.nav-overflow-menu{display:flex;flex-direction:column;background:var(--header-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.5rem 0}.nav-link{font-size:.875rem;font-weight:500;color:var(--text-secondary);padding:.375rem .625rem;border-radius:6px;white-space:nowrap;transition:color .15s,background .15s;text-decoration:none}.nav-link:hover{color:var(--text);background:var(--bg-solid);text-decoration:none}.nav-link.active{color:var(--accent);background:var(--accent-light)}.header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--bg-card);cursor:pointer;padding:0;flex-shrink:0}.hamburger span{display:block;width:18px;height:2px;background:var(--text-secondary);border-radius:2px;transition:transform .2s,opacity .2s;transform-origin:center}.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;background:var(--header-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.5rem 0}.mobile-nav-link{font-size:.9375rem;font-weight:500;color:var(--text-secondary);padding:.75rem 1.25rem;text-decoration:none;transition:color .15s,background .15s}.mobile-nav-link:hover{color:var(--text);background:var(--bg-solid);text-decoration:none}.mobile-nav-link.active{color:var(--accent);background:var(--accent-light)}.bottom-nav,.bottom-more-menu{display:none}@media (max-width: 767px){.main-content{padding-bottom:calc(5.6rem + env(safe-area-inset-bottom))}.main-nav,.nav-overflow-menu,.header-inflation-label{display:none}.bottom-more-menu{position:fixed;right:.75rem;bottom:calc(4.75rem + env(safe-area-inset-bottom));z-index:130;display:inline-flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);box-shadow:var(--shadow-lg);padding:.35rem;width:max-content;min-width:0;max-width:calc(100vw - 1.5rem)}.mobile-nav-link{display:inline-grid;grid-auto-flow:column;grid-template-columns:auto 1fr;align-items:center;justify-content:start;gap:.55rem;border-radius:6px;padding:.7rem .85rem;font-size:.9rem;font-weight:650;white-space:nowrap}.mobile-nav-icon{display:inline-grid;width:1.1rem;height:1.1rem;place-items:center;color:currentColor;flex-shrink:0}.mobile-nav-icon svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:120;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:calc(4.6rem + env(safe-area-inset-bottom));padding:.35rem .35rem calc(.35rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--header-bg);box-shadow:0 -8px 18px #0f1a2b14}.bottom-nav-link{display:grid;min-width:0;min-height:4rem;grid-template-rows:1.9rem 1.45rem;align-content:center;justify-items:center;gap:.22rem;border-radius:8px;color:var(--text-secondary);text-decoration:none;font-size:.68rem;font-weight:700;line-height:1.05;transition:background .15s,color .15s}.bottom-nav-link>span:last-child{min-height:1.42rem;display:flex;align-items:flex-start;justify-content:center;text-align:center;white-space:pre-line}.bottom-nav-link:hover,.bottom-nav-link:focus-visible{color:var(--text);text-decoration:none;background:var(--bg-solid)}.bottom-nav-link.active{color:var(--accent);background:var(--accent-light)}.bottom-nav-icon{display:grid;width:1.9rem;height:1.9rem;place-items:center}.bottom-nav-link svg{width:1.75rem;height:1.75rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom-more-button{border:0;background:transparent;font-family:inherit}.bottom-more-icon{position:relative;display:inline-flex;width:1.9rem;height:1.9rem;align-items:center;justify-content:center}.bottom-more-icon svg{width:1.75rem;height:1.75rem}}@media (min-width: 768px) and (max-width: 1040px){.logo{font-size:1.05rem}.header-inflation-card{gap:.35rem;padding-inline:.5rem}.header-inflation-label{display:none}.nav-link{padding-inline:.45rem}}@media (max-width: 420px){.header-inner{gap:.5rem}.logo{font-size:1.05rem}.logo-img{width:32px;height:32px}}@media (min-width: 1120px){.container.header-inner{max-width:1280px}}.theme-toggle{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);font-size:1rem;transition:all .15s;cursor:pointer}.theme-toggle:hover{background:var(--bg-solid);color:var(--text)}.site-footer{background:var(--bg-card);border-top:1px solid var(--border);padding:2.5rem 0 1.5rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand .logo{font-size:1.1rem;margin-bottom:.5rem}.footer-desc{font-size:.8rem;color:var(--text-muted);margin-top:.5rem;line-height:1.5}.footer-heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.75rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-links a{font-size:.875rem;color:var(--text-secondary);text-decoration:none}.footer-links a:hover{color:var(--accent);text-decoration:none}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.footer-disclaimer{font-size:.7rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.footer-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.footer-credits{font-size:.75rem;color:var(--text-muted)}.footer-legal-links{display:flex;gap:1rem}.footer-legal-links a{font-size:.75rem;color:var(--text-muted)}.footer-legal-links a:hover{color:var(--accent)}.footer-credits a{text-decoration:underline;text-underline-offset:.15em}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow)}@media (max-width: 480px){.card{padding:1rem}}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text-secondary)}.form-input,.form-select{width:100%;min-width:0;padding:.625rem .875rem;border:1.5px solid var(--border);border-radius:8px;background:var(--bg-input);color:var(--text);font-size:1rem;transition:border-color .15s,box-shadow .15s;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.date-picker-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(5.5rem,.72fr);gap:.5rem;min-width:0}.date-picker-controls>.form-select{min-width:0}@media (max-width: 340px){.date-picker-controls{grid-template-columns:1fr}}.form-input:focus,.form-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.15)}.form-input::placeholder{color:var(--text-muted)}.live-result{margin-top:1.25rem;border:1.5px solid rgba(var(--accent-rgb),.35);border-radius:12px;background:radial-gradient(circle at 20% 0%,rgba(var(--accent-rgb),.16),transparent 32%),var(--accent-light);padding:1rem}.live-result--empty{border-color:var(--border);background:var(--bg-solid)}.live-result-eyebrow{color:var(--text-secondary);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.live-result-value{color:var(--accent);font-family:Aptos,Segoe UI,system-ui,-apple-system,sans-serif;font-size:clamp(1.5rem,7vw,2.15rem);font-weight:850;letter-spacing:0;line-height:1.05;margin-top:.35rem;overflow-wrap:anywhere}.live-result-detail,.live-result-placeholder{color:var(--text-secondary);font-size:.86rem;line-height:1.4;margin-top:.35rem}.result-quick-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;min-width:0}.result-icon-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:34px;padding:.35rem .6rem;border:1px solid rgba(var(--accent-rgb),.24);border-radius:8px;background:rgba(var(--accent-rgb),.08);color:var(--accent);font-size:.78rem;font-weight:700;transition:background .15s,border-color .15s,transform .15s}.result-icon-button:hover{border-color:rgba(var(--accent-rgb),.5);background:rgba(var(--accent-rgb),.14);transform:translateY(-1px)}.result-icon-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.result-icon-button svg{width:15px;height:15px;stroke-width:2}.share-buttons{display:flex;flex-direction:column;gap:.75rem;min-width:0}.share-label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.share-actions{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0}.share-actions .btn{flex:1 1 8.5rem;min-width:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;transition:all .15s;text-decoration:none;white-space:nowrap;max-width:100%;border:none;cursor:pointer}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:var(--shadow-md);text-decoration:none;color:#fff}.btn-secondary{background:var(--bg-solid);color:var(--text);border:1.5px solid var(--border)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--bg-solid);color:var(--text);text-decoration:none}.btn-lg{padding:.875rem 1.75rem;font-size:1rem;border-radius:10px}.btn-sm{padding:.375rem .75rem;font-size:.8rem}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge-warning{background:#fef3c7;color:#92400e}.result-banner{background:var(--accent-light);border:1.5px solid rgba(var(--accent-rgb),.3);border-radius:12px;padding:1.5rem}.result-number{font-family:Aptos,Segoe UI,system-ui,-apple-system,sans-serif;font-weight:800;font-size:1.875rem;color:var(--accent);line-height:1.1;letter-spacing:-.02em}@media (min-width: 768px){.result-number{font-size:2.5rem}}.result-label{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.projection-banner{position:relative;display:flex;align-items:flex-start;gap:.75rem;background:#fffbeb;border:1.5px solid #fcd34d;border-radius:10px;padding:.875rem 1rem;font-size:.8rem;color:#78350f}.projection-banner--with-tooltip{cursor:help}.projection-banner:focus-visible{outline:2px solid #d97706;outline-offset:2px}.projection-tooltip{position:absolute;left:0;top:calc(100% + .5rem);z-index:80;width:min(360px,calc(100vw - 2rem));max-height:min(420px,calc(100vh - 8rem));overflow:auto;padding:.85rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s,transform .15s}.projection-banner:hover .projection-tooltip,.projection-banner:focus-within .projection-tooltip{opacity:1;pointer-events:auto;transform:translateY(0)}.projection-tooltip-title{margin:0;color:var(--text);font-size:.85rem;font-weight:800;line-height:1.25}.projection-tooltip-copy{margin:.35rem 0 0;color:var(--text-secondary);font-size:.75rem;line-height:1.4}.projection-tooltip-table{display:grid;gap:.25rem;margin-top:.75rem}.projection-tooltip-row{display:grid;grid-template-columns:minmax(5.5rem,1fr) minmax(3.5rem,auto) minmax(2.75rem,auto);align-items:center;gap:.5rem;padding:.35rem .45rem;border-radius:6px;background:var(--bg-solid);font-size:.75rem}.projection-tooltip-row strong{color:var(--text);font-weight:800;text-align:right}.projection-tooltip-row em{justify-self:end;min-width:2.4rem;padding:.05rem .35rem;border-radius:4px;background:rgba(var(--accent-rgb),.1);color:var(--accent);font-style:normal;font-size:.68rem;font-weight:800;text-align:center}[data-theme=dark] .projection-banner,[data-theme=system].dark-resolved .projection-banner{background:#fbbf241a;border-color:#fbbf2466;color:#fde68a}@media (max-width: 480px){.projection-tooltip{width:min(320px,calc(100vw - 1.5rem))}}.seo-section{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--border)}.seo-section h2{font-family:Aptos,Segoe UI,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:1rem}.seo-section h3{font-size:1rem;font-weight:700;color:var(--text);margin-top:1.5rem;margin-bottom:.5rem}.seo-section p{color:var(--text-secondary);font-size:.9375rem;line-height:1.7;margin-bottom:.75rem}.seo-section strong{color:var(--text)}.seo-section a{text-decoration:underline;text-underline-offset:.15em}#data-sheets,#data-api{scroll-margin-top:5.5rem}.page-loading{padding-top:3rem;min-height:calc(100vh - 64px);color:var(--text-secondary)}.app-update-notice{position:fixed;right:1rem;bottom:1rem;z-index:200;display:flex;align-items:center;gap:.75rem;max-width:min(420px,calc(100vw - 2rem));padding:.75rem;border:1px solid rgba(var(--accent-rgb),.28);border-radius:10px;background:var(--bg-card);color:var(--text);box-shadow:var(--shadow-lg)}.app-update-notice span{min-width:0;font-size:.875rem;font-weight:600;line-height:1.35}@media (max-width: 480px){.app-update-notice{left:1rem;right:1rem;align-items:stretch;flex-direction:column}}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.faq-item{border:1px solid var(--border);border-radius:10px;overflow:hidden}.faq-question{font-weight:600;font-size:.9375rem;padding:1rem 1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--text);background:var(--bg-card);border:none;width:100%;text-align:left;transition:background .15s}.faq-question:hover{background:var(--bg-solid)}.faq-question[aria-expanded=true]{color:var(--accent)}.faq-answer{font-size:.875rem;color:var(--text-secondary);line-height:1.7;padding:0 1.25rem 1rem;background:var(--bg-card)}.disclaimer-small{font-size:.7rem;color:var(--text-muted);line-height:1.5;margin-top:.75rem}.page-hero{padding:3rem 0 2rem}@media (max-width: 480px){.page-hero{padding:2rem 0 1.25rem}}.page-hero h1{font-family:Aptos,Segoe UI,system-ui,-apple-system,sans-serif;font-weight:800;font-size:clamp(1.375rem,3vw,1.875rem);color:var(--text);line-height:1.15;letter-spacing:-.02em;margin-bottom:.75rem}.page-hero p{font-size:1rem;color:var(--text-secondary);max-width:600px;line-height:1.6}.placeholder-page{padding:4rem 0;text-align:center}.placeholder-icon{font-size:3rem;margin-bottom:1rem}.placeholder-page h1{font-family:Aptos,Segoe UI,system-ui,-apple-system,sans-serif;font-weight:800;font-size:1.5rem;color:var(--text);margin-bottom:.75rem}.placeholder-page p{color:var(--text-secondary);margin-bottom:2rem}.news-kicker{display:inline-flex;width:fit-content;margin-bottom:.75rem;padding:.2rem .55rem;border:1px solid rgba(var(--accent-rgb),.25);border-radius:6px;background:var(--accent-light);color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.news-list{display:grid;grid-template-columns:1fr;gap:1rem}.news-card{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem;border:1px solid var(--border);border-radius:10px;background:var(--bg-card);box-shadow:var(--shadow)}.news-card h2{font-size:1.15rem;line-height:1.25;color:var(--text)}.news-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.news-card{border-radius:10px;background:var(--bg-card);box-shadow:var(--shadow);display:flex;flex-direction:row;overflow:hidden;align-items:stretch}.news-card>a{flex:0 0 35%;max-width:250px;border-right:1px solid var(--border);overflow:hidden}.news-card-image{width:100%;height:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.news-card-content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.news-card-meta,.article-meta,.article-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.78rem;font-weight:700}.news-card h2{font-size:1rem;line-height:1.25;color:var(--text);margin-bottom:.5rem}.news-card h2 a{color:inherit}.news-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 600px){.news-card>a{flex:0 0 250px}.news-card-content{padding:1.5rem}.news-card h2{font-size:1.25rem}.news-card p{font-size:.95rem;-webkit-line-clamp:4}}@media (max-width: 599px){.news-card{flex-direction:column}.news-card>a{flex:none;width:100%;max-width:none;aspect-ratio:16 / 9;border-right:0;border-bottom:1px solid var(--border)}.news-card-image{height:100%;aspect-ratio:16 / 9}}.news-card.vertical{flex-direction:column}.news-card.vertical>a{flex:none;width:100%;max-width:none;border-right:0;border-bottom:1px solid var(--border);aspect-ratio:16 / 9}.news-card.vertical .news-card-image{height:100%;aspect-ratio:16 / 9}.article-container{max-width:820px;padding-top:2rem}.article-breadcrumb{margin-bottom:2rem}.article-header{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.article-hero-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px;margin-top:1.5rem;box-shadow:var(--shadow)}.article-infographic{margin:1.5rem 0 0}.article-infographic img{width:100%;height:auto;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);background:var(--bg-card)}.article-infographic figcaption{margin-top:.5rem;color:var(--text-muted);font-size:.78rem;line-height:1.45}.article-inline-image{margin:1.5rem 0}.article-inline-image img{width:100%;height:auto;border:1px solid var(--border);border-radius:10px;background:var(--bg-card);box-shadow:var(--shadow)}.article-inline-image figcaption{margin-top:.5rem;color:var(--text-muted);font-size:.78rem;line-height:1.45}.article-header h1{max-width:780px;margin-bottom:1rem;color:var(--text);font-size:clamp(1.65rem,5vw,2.8rem);font-weight:850;letter-spacing:-.02em;line-height:1.08}.article-lede{max-width:720px;margin-bottom:1rem;color:var(--text-secondary);font-size:1.05rem;line-height:1.65}.article-summary,.article-cta{margin-top:1.5rem;padding:1.25rem;border:1px solid rgba(var(--accent-rgb),.28);border-radius:10px;background:var(--accent-light)}.article-summary h2,.article-cta h2{margin-bottom:.75rem;color:var(--text);font-size:1rem}.article-summary ul,.article-body ul{padding-left:1.25rem}.article-summary li,.article-body li{margin-bottom:.45rem;color:var(--text-secondary);line-height:1.6}.article-body{margin-top:2rem}.article-body h2{margin:2rem 0 .75rem;color:var(--text);font-size:1.35rem;line-height:1.2}.article-body p{margin-bottom:1rem;color:var(--text-secondary);font-size:1rem;line-height:1.8}.article-body strong{color:var(--text)}.article-body a{text-decoration:underline;text-underline-offset:.15em}.article-cta p{margin-bottom:1rem;color:var(--text-secondary);line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes countUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-in{animation:fadeIn .35s ease-out both}.count-up{animation:countUp .4s cubic-bezier(.34,1.56,.64,1) both}.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}.text-accent{color:var(--accent)}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.text-danger{color:var(--danger)}.text-muted{color:var(--text-muted)}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.grid{display:grid}.w-full{width:100%}.article-header-grid{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.article-header-grid .article-header-main{flex:1}@media (min-width: 768px){.article-header-grid{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}}@media (max-width: 767px){.article-container{width:calc(100vw - 1.5rem);padding-left:0;padding-right:0}.article-header-grid,.article-header-main,.article-header-side,.article-header-grid h1,.article-lede,.article-hero-image,.article-infographic,.article-infographic img,.article-summary,.article-body,.article-cta{width:100%;max-width:calc(100vw - 1.5rem);box-sizing:border-box}.article-header-grid h1,.article-lede,.article-body p,.article-body li{overflow-wrap:anywhere}}.chart-export-card{position:relative}.chart-export-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:1px dashed var(--border);padding-bottom:.5rem}.chart-export-title{font-size:.85rem;font-weight:700;color:var(--text);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-export-watermark{font-size:.75rem;font-weight:800;color:var(--accent);opacity:.7}.chart-footer-export{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;font-size:.7rem;color:var(--text-muted);border-top:1px dashed var(--border);padding-top:.5rem}.live-result-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.live-result-format-toolbar{display:inline-flex;gap:.25rem;background:var(--bg-solid);padding:.15rem;border-radius:6px;border:1px solid var(--border);pointer-events:auto}.format-tool-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:4px;color:var(--text-secondary);transition:all .15s;cursor:pointer;background:transparent;border:none;padding:0}.format-tool-btn:hover{background:var(--bg-card);color:var(--accent)}.format-tool-btn.active{background:var(--accent);color:#fff}.format-tool-btn svg{width:15px;height:15px}.format-tool-btn .tooltip-text{visibility:hidden;width:max-content;max-width:180px;background-color:var(--text);color:var(--bg-card);text-align:center;border-radius:6px;padding:4px 8px;position:absolute;z-index:150;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .15s,transform .15s;font-size:.7rem;font-weight:600;box-shadow:var(--shadow-md);pointer-events:none;white-space:nowrap}.format-tool-btn .tooltip-text:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:4px;border-style:solid;border-color:var(--text) transparent transparent transparent}.format-tool-btn:hover .tooltip-text{visibility:visible;opacity:1;transform:translate(-50%) translateY(-2px)}
