@keyframes slideThumb{0%{transform:translate(0)}to{transform:translate(1.5rem)}}@keyframes slideThumbReverse{0%{transform:translate(1.5rem)}to{transform:translate(0)}}@keyframes fadeTrack{0%{background-color:var(--clr-primary)}to{background-color:var(--clr-surface-dark)}}@keyframes fadeTrackReverse{0%{background-color:var(--clr-surface-dark)}to{background-color:var(--clr-primary)}}.toggle{align-items:center;gap:.5rem;display:flex}.toggle .toggle-track{background-color:var(--clr-primary);cursor:pointer;border-radius:6px;width:3rem;height:1.5rem;transition:background-color .25s;animation:.25s ease-in-out forwards fadeTrack;position:relative}.toggle .toggle-thumb{background-color:var(--clr-surface);width:1.25rem;height:1.25rem;top:.125rem;left:.125rem;right:unset;border-radius:4.25px;transition:transform .25s ease-in-out;animation:.25s ease-in-out forwards slideThumbReverse;position:absolute}.toggle.checked .toggle-track{animation:.25s ease-in-out forwards fadeTrackReverse}.toggle.checked .toggle-thumb{animation:.25s ease-in-out forwards slideThumb}.unified-trend-chart-header.title{align-items:center;gap:8px;margin:0;font-size:18px;font-weight:600;display:flex}.unified-trend-chart-header.subtitle{font-size:12px;font-weight:400}.unified-trend-chart-header.controls-wrapper{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;display:flex}.unified-trend-chart-header.controls-wrapper .controls{flex-wrap:wrap;flex:1;align-items:center;gap:1rem;display:flex}@media (pointer:coarse) and (aspect-ratio<=3/4),(width<=35rem){.unified-trend-chart-header.controls-wrapper .controls{gap:.5rem}.unified-trend-chart-header.controls-wrapper .controls>*{width:calc(50% - .25rem)}.unified-trend-chart-header.controls-wrapper .controls>*>*{width:100%}.unified-trend-chart-header.controls-wrapper .controls:not(.expanded)>*{display:none}}.unified-trend-chart-header.controls-wrapper .controls .tab-selector{--padding:2px;background:var(--clr-surface-dark);padding:var(--padding);border-radius:.5rem;display:flex}@media (pointer:coarse) and (aspect-ratio<=3/4),(width<=35rem){.unified-trend-chart-header.controls-wrapper .controls .tab-selector{justify-content:space-between;width:100%}}.unified-trend-chart-header.controls-wrapper .controls .tab-selector .tab-button{border-radius:calc(.5rem - var(--padding));color:var(--clr-text);background:0 0;border:none;padding:.375rem .75rem;font-size:.8rem;font-weight:200;transition:all .2s}.unified-trend-chart-header.controls-wrapper .controls .tab-selector .tab-button.active{background:var(--clr-primary);color:var(--clr-text-llight);font-weight:600}.unified-trend-chart-header.controls-wrapper .controls .show-more-button-container{display:none}@media (pointer:coarse) and (aspect-ratio<=3/4),(width<=35rem){.unified-trend-chart-header.controls-wrapper .controls .show-more-button-container{display:flex}}.unified-trend-chart-header.controls-wrapper .controls .show-more-button-container{justify-content:center;align-items:center;width:100%}.unified-trend-chart-header.controls-wrapper .controls .show-more-button-container .show-more-button{color:var(--clr-text);background:0 0;border:none;padding:.5rem 2rem}.unified-trend-chart-header.controls-wrapper .controls .show-more-button-container .show-more-button>*{font-size:1.25rem;transition:transform .3s}.unified-trend-chart-header.controls-wrapper .controls.expanded .show-more-button-container .show-more-button>*{transform:rotate(180deg)}.unified-trend-chart-header.controls-wrapper .controls .toggle-container{font-size:.9rem}.context-menu{border-radius:8px;min-width:200px;padding:8px 0;font-size:14px;animation:.15s ease-out slideIn;overflow:visible;box-shadow:0 10px 25px #0003;z-index:100!important;position:absolute!important}.context-menu.context-menu-light{color:#1f2937;background-color:#fff;border:1px solid #e5e7eb}.context-menu.context-menu-dark{color:#e2e8f0;background-color:#1e293b;border:1px solid #334155}.context-menu .context-menu-item{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;transition:background-color .15s;display:flex;position:relative}.context-menu .context-menu-item .item-label{flex:1}.context-menu-light .context-menu .context-menu-item:hover{background-color:#f3f4f6}.context-menu-dark .context-menu .context-menu-item:hover{background-color:#334155}.context-menu .context-menu-item.has-submenu .submenu-arrow{opacity:.6;font-size:16px}.context-menu .context-menu-item.toggle-item .toggle{border-radius:10px;justify-content:flex-start;align-items:center;width:36px;height:20px;padding:2px;transition:all .2s;display:flex}.context-menu-light .context-menu .context-menu-item.toggle-item .toggle{background-color:#d1d5db}.context-menu-light .context-menu .context-menu-item.toggle-item .toggle.on{background-color:#10b981;justify-content:flex-end}.context-menu-dark .context-menu .context-menu-item.toggle-item .toggle{background-color:#475569}.context-menu-dark .context-menu .context-menu-item.toggle-item .toggle.on{background-color:#10b981;justify-content:flex-end}.context-menu .context-menu-item.toggle-item .toggle:after{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;display:block}.context-menu .divider{height:1px;margin:8px 0}.context-menu-light .context-menu .divider{background-color:#e5e7eb}.context-menu-dark .context-menu .divider{background-color:#334155}.context-menu .submenu{z-index:101;border-radius:8px;min-width:180px;padding:8px 0;animation:.15s ease-out slideIn;box-shadow:0 10px 25px #0003}.context-menu .submenu.context-menu-light{color:#1f2937;background-color:#fff;border:1px solid #e5e7eb}.context-menu .submenu.context-menu-dark{color:#e2e8f0;background-color:#1e293b;border:1px solid #334155}.context-menu .submenu .submenu-item{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;transition:background-color .15s;display:flex}.context-menu .submenu .submenu-item .item-label{flex:1}.context-menu .submenu .submenu-item .checkmark{opacity:.8;font-weight:700}.context-menu-light .context-menu .submenu .submenu-item:hover{background-color:#f3f4f6}.context-menu-dark .context-menu .submenu .submenu-item:hover{background-color:#334155}.context-menu-light .context-menu .submenu .submenu-item.active{color:#3b82f6;font-weight:600}.context-menu-dark .context-menu .submenu .submenu-item.active{color:#60a5fa;font-weight:600}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tooltip{border-radius:var(--radius-xl);padding:var(--spacing-md) var(--spacing-sm);box-shadow:var(--shadow-lg);pointer-events:none;z-index:102;contain:layout style;min-width:180px;font-size:12px;line-height:1.4;position:absolute}@media (pointer:coarse) and (aspect-ratio<=3/4),(width<=35rem){.tooltip.tooltip-in-modal{max-width:20rem;margin-left:auto;margin-right:auto;transform:translateY(50%);left:0!important;right:0!important}}.tooltip.light,.tooltip.dark{background:var(--clr-surface);border:1px solid var(--clr-border);color:var(--clr-text)}.tooltip .tooltip-date{margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:1px solid var(--clr-border);font-weight:700}.tooltip .tooltip-series{flex-direction:column;display:flex}.tooltip .tooltip-item{justify-content:space-between;align-items:center;gap:var(--spacing-md);display:flex}.tooltip .tooltip-item:not(:last-child){margin-bottom:var(--spacing-sm)}.tooltip .tooltip-item-content{align-items:center;gap:var(--spacing-sm);display:flex}.tooltip .tooltip-color-dot{width:var(--spacing-xs);height:var(--spacing-xs);border-radius:999px;flex-shrink:0;display:inline-block}.tooltip .tooltip-item-name{opacity:.9}.tooltip .tooltip-item-name .forecast{font-style:italic}.tooltip .tooltip-item-value{font-weight:700}.tooltip .tooltip-events{margin-top:var(--spacing-md)}.tooltip .tooltip-events-divider{border-top:1px solid var(--clr-border);margin-bottom:var(--spacing-sm)}.tooltip .tooltip-event-item{align-items:center;gap:var(--spacing-sm);opacity:.85;font-size:11px;display:flex}.tooltip .tooltip-event-item:not(:last-child){margin-bottom:var(--spacing-xs)}.tooltip .tooltip-event-icon{flex-shrink:0;font-size:10px}.tooltip .tooltip-event-label{line-height:1.3}.unified-trend-chart.news-style.light{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffffff2 0%,#f8fafce6 25%,#f1f5f9d9 50%,#f8fafce6 75%,#fffffff2 100%);border:1px solid #cbd5e166;position:relative;box-shadow:0 8px 32px #64748b26,inset 0 1px 2px #fffc}.unified-trend-chart.news-style.light:before{content:"";opacity:.8;pointer-events:none;background:radial-gradient(circle,#fff9 0%,#f8fafc4d 40%,#0000 65%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.unified-trend-chart.news-style.dark{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1e293bf2 0%,#0f172ae6 25%,#020617d9 50%,#0f172ae6 75%,#1e293bf2 100%);border:1px solid #cbd5e140;position:relative;box-shadow:0 8px 32px #0006,inset 0 1px 2px #e2e8f026}.unified-trend-chart.news-style.dark:before{content:"";opacity:.6;pointer-events:none;background:radial-gradient(circle,#e2e8f040 0%,#cbd5e11f 40%,#0000 65%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.unified-trend-chart.news-style>*{z-index:1;position:relative}.unified-trend-chart.news-style .js-plotly-plot .gridlayer path{stroke-width:1.5px!important}.unified-trend-chart.news-style.light .js-plotly-plot .gridlayer path{filter:drop-shadow(1px 1px #ffffffe6)drop-shadow(-1px -1px #00000040);opacity:.5!important}.unified-trend-chart.news-style.dark .js-plotly-plot .gridlayer path{filter:drop-shadow(1px 1px #ffffff26)drop-shadow(-1px -1px #00000080);opacity:.4!important}.unified-trend-chart.news-style .js-plotly-plot .shapelayer path[data-index="0"]{stroke-width:1.5px!important}.unified-trend-chart.news-style.light .js-plotly-plot .shapelayer path[data-index="0"]{opacity:.5!important;filter:drop-shadow(1px 1px #ffffffe6)drop-shadow(-1px -1px #00000040)!important}.unified-trend-chart.news-style.dark .js-plotly-plot .shapelayer path[data-index="0"]{opacity:.4!important;filter:drop-shadow(1px 1px #ffffff26)drop-shadow(-1px -1px #00000080)!important}.unified-trend-chart.news-style .js-plotly-plot .scatterlayer .trace path.js-line{filter:drop-shadow(2px 3px 1px #0000001a)drop-shadow(4px 6px 3px #0000001f)drop-shadow(6px 9px 5px #00000014)}.unified-trend-chart.news-style .js-plotly-plot .scatterlayer .trace path:not(.js-line){filter:drop-shadow(2px 3px 2px #00000014)drop-shadow(4px 6px 4px #0000001a)drop-shadow(6px 9px 6px #0000000f)}.unified-trend-chart.news-style .js-plotly-plot .scatterlayer .trace .point{filter:drop-shadow(2px 3px 1px #0000001f)drop-shadow(4px 6px 3px #00000024)drop-shadow(6px 8px 5px #00000014)}.unified-trend-chart.news-style.dark .js-plotly-plot .scatterlayer .trace path.js-line{filter:drop-shadow(2px 4px 2px #00000040)drop-shadow(4px 8px 4px #0000004d)drop-shadow(6px 12px 6px #0003)}.unified-trend-chart.news-style.dark .js-plotly-plot .scatterlayer .trace path:not(.js-line){filter:drop-shadow(2px 4px 2px #0003)drop-shadow(4px 8px 4px #00000040)drop-shadow(6px 12px 8px #00000026)}.unified-trend-chart.news-style.dark .js-plotly-plot .scatterlayer .trace .point{filter:drop-shadow(2px 4px 2px #00000040)drop-shadow(4px 6px 3px #0000004d)drop-shadow(6px 9px 5px #0003)}.unified-trend-chart{gap:.25rem;position:relative}.unified-trend-chart.xaxis-edge-labels-only .chart-content .js-plotly-plot .cartesianlayer .xaxislayer-above .xtick:first-child text{text-anchor:start}.unified-trend-chart.xaxis-edge-labels-only .chart-content .js-plotly-plot .cartesianlayer .xaxislayer-above .xtick:last-child text{text-anchor:end}.unified-trend-chart .chart-content{height:450px;position:relative}.unified-trend-chart .chart-content .js-plotly-plot{width:100%;height:100%}@media (pointer:coarse) and (aspect-ratio<=3/4),(width<=35rem){.unified-trend-chart .chart-content .js-plotly-plot{--offset:max(var(--spacing), var(--spacing-md));margin-left:calc(-1 * var(--offset));margin-right:calc(-1 * var(--offset));width:calc(100% + 2 * var(--offset))!important}}.unified-trend-chart .chart-content .js-plotly-plot .user-select-none .svg-container{height:500px}.unified-trend-chart .chart-content .js-plotly-plot .hoverlayer .hovertext{display:none}.unified-trend-chart .chart-content .js-plotly-plot .xaxislayer-above .xtick text,.unified-trend-chart .chart-content .js-plotly-plot .yaxislayer-above .ytick text,.unified-trend-chart .chart-content .js-plotly-plot .overaxes-above .ytick text{paint-order:stroke;stroke:var(--clr-surface);stroke-width:3px;stroke-linejoin:round}.unified-trend-chart .footer{background:var(--clr-surface-alt);border-radius:8px;flex-direction:column;gap:4px;margin-top:12px;padding:8px 12px;font-size:12px;display:flex}.unified-trend-chart .footer .legend{--gap:1.5rem}@media (pointer:coarse) and (aspect-ratio<=3/4),(width<=35rem){.unified-trend-chart .footer .legend{--gap:.5rem}}.unified-trend-chart .footer .legend{align-items:center;gap:var(--gap);flex-wrap:wrap;font-size:.75rem;display:flex}body.high-contrast .unified-trend-chart,.unified-trend-chart.high-contrast{border-width:2px!important;border-color:#000!important}body.high-contrast .unified-trend-chart .js-plotly-plot .xtick text,body.high-contrast .unified-trend-chart .js-plotly-plot .ytick text,.unified-trend-chart.high-contrast .js-plotly-plot .xtick text,.unified-trend-chart.high-contrast .js-plotly-plot .ytick text{fill:#000!important;font-size:13px!important;font-weight:600!important}body.high-contrast .unified-trend-chart .js-plotly-plot .g-ytitle text,body.high-contrast .unified-trend-chart .js-plotly-plot .g-xtitle text,.unified-trend-chart.high-contrast .js-plotly-plot .g-ytitle text,.unified-trend-chart.high-contrast .js-plotly-plot .g-xtitle text{fill:#000!important;font-size:14px!important;font-weight:700!important}body.high-contrast .unified-trend-chart .js-plotly-plot .gridlayer .xgrid path,body.high-contrast .unified-trend-chart .js-plotly-plot .gridlayer .ygrid path,.unified-trend-chart.high-contrast .js-plotly-plot .gridlayer .xgrid path,.unified-trend-chart.high-contrast .js-plotly-plot .gridlayer .ygrid path{stroke:#666!important;stroke-width:1.5px!important}body.high-contrast .unified-trend-chart .js-plotly-plot .scatterlayer .trace path,.unified-trend-chart.high-contrast .js-plotly-plot .scatterlayer .trace path{stroke-width:4px!important}body.high-contrast .unified-trend-chart .js-plotly-plot .scatterlayer .trace .point,.unified-trend-chart.high-contrast .js-plotly-plot .scatterlayer .trace .point{stroke-width:2px!important;stroke:#000!important}body.high-contrast .unified-trend-chart .js-plotly-plot .annotation text,.unified-trend-chart.high-contrast .js-plotly-plot .annotation text{fill:#000!important;font-size:14px!important;font-weight:700!important}body.high-contrast .unified-trend-chart .js-plotly-plot .shapelayer path,.unified-trend-chart.high-contrast .js-plotly-plot .shapelayer path{stroke-width:3px!important;stroke:#000!important}body.high-contrast .unified-trend-chart[style*="background: #1E293B"],body.high-contrast .unified-trend-chart[style*="background:#1E293B"],.unified-trend-chart.high-contrast[style*="background: #1E293B"],.unified-trend-chart.high-contrast[style*="background:#1E293B"]{border-color:#fff!important}body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot{width:100%;height:100%}body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot .xtick text,body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot .ytick text,body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot .g-ytitle text,body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot .g-xtitle text,body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot .annotation text,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot .xtick text,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot .ytick text,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot .g-ytitle text,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot .g-xtitle text,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot .annotation text,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot .xtick text,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot .ytick text,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot .g-ytitle text,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot .g-xtitle text,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot .annotation text,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot .xtick text,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot .ytick text,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot .g-ytitle text,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot .g-xtitle text,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot .annotation text{fill:#fff!important}body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot .gridlayer .xgrid path,body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot .gridlayer .ygrid path,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot .gridlayer .xgrid path,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot .gridlayer .ygrid path,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot .gridlayer .xgrid path,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot .gridlayer .ygrid path,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot .gridlayer .xgrid path,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot .gridlayer .ygrid path{stroke:#94a3b8!important}body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot .scatterlayer .trace .point,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot .scatterlayer .trace .point,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot .scatterlayer .trace .point,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot .scatterlayer .trace .point,body.high-contrast .unified-trend-chart[style*="background: #1E293B"] .js-plotly-plot .shapelayer path,body.high-contrast .unified-trend-chart[style*="background:#1E293B"] .js-plotly-plot .shapelayer path,.unified-trend-chart.high-contrast[style*="background: #1E293B"] .js-plotly-plot .shapelayer path,.unified-trend-chart.high-contrast[style*="background:#1E293B"] .js-plotly-plot .shapelayer path{stroke:#fff!important}body.high-contrast .unified-trend-chart,.unified-trend-chart.high-contrast{font-weight:600!important}body.high-contrast .unified-trend-chart h1,body.high-contrast .unified-trend-chart h2,body.high-contrast .unified-trend-chart h3,body.high-contrast .unified-trend-chart h4,body.high-contrast .unified-trend-chart h5,body.high-contrast .unified-trend-chart h6,.unified-trend-chart.high-contrast h1,.unified-trend-chart.high-contrast h2,.unified-trend-chart.high-contrast h3,.unified-trend-chart.high-contrast h4,.unified-trend-chart.high-contrast h5,.unified-trend-chart.high-contrast h6{font-weight:800!important}body.high-contrast .unified-trend-chart button,.unified-trend-chart.high-contrast button{border-width:2px!important;border-color:#000!important;font-weight:700!important}body.high-contrast .unified-trend-chart button:hover,body.high-contrast .unified-trend-chart button:focus,.unified-trend-chart.high-contrast button:hover,.unified-trend-chart.high-contrast button:focus{outline-offset:2px!important;outline:3px solid #000!important}body.high-contrast .unified-trend-chart select,.unified-trend-chart.high-contrast select,body.high-contrast .unified-trend-chart input,.unified-trend-chart.high-contrast input{border-width:2px!important;border-color:#000!important;font-weight:600!important}.unified-trend-chart .annotation-text-g rect{stroke-dasharray:3 2}
