.atc-root{font-family:var(--wh-font,"Open Sans",sans-serif);flex-direction:column;gap:14px;display:flex}.atc-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.atc-header-text{flex-direction:column;gap:2px;min-width:0;display:flex}.atc-title{letter-spacing:-.01em;color:var(--wh-text);margin:0;font-size:14px;font-weight:600}.atc-subtitle{color:var(--wh-text-muted);font-variant-numeric:tabular-nums;margin:0;font-size:12px}.atc-subtitle strong{color:var(--wh-text);font-weight:700}.atc-actions{align-items:center;gap:8px;display:inline-flex}.atc-compare{border-radius:var(--wh-radius-full,9999px);border:1px solid var(--wh-border-light);background:var(--wh-surface);color:var(--wh-text-muted);cursor:pointer;align-items:center;padding:5px 11px;font-family:inherit;font-size:12px;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.atc-compare:hover{background:var(--wh-bg-alt,var(--wh-bg));color:var(--wh-text)}.atc-compare-on{color:var(--wh-primary);border-color:color-mix(in srgb,var(--wh-primary)40%,transparent);background:var(--wh-primary-soft,color-mix(in srgb,var(--wh-primary)10%,transparent))}.atc-chart-wrap{width:100%;min-height:220px;position:relative}.atc-chart{width:100%;display:block}.atc-grad-top{stop-color:var(--wh-primary);stop-opacity:.22}.atc-grad-bot{stop-color:var(--wh-primary);stop-opacity:0}.atc-area{animation:atc-fade .45s var(--wh-ease,cubic-bezier(.16,1,.3,1))both}@keyframes atc-fade{0%{opacity:0}to{opacity:1}}.atc-line{stroke:var(--wh-primary);stroke-width:2.5px;stroke-linejoin:round;stroke-linecap:round}.atc-prev-line{stroke:var(--wh-text-muted);stroke-width:1.5px;stroke-dasharray:5 5;stroke-linejoin:round;opacity:.55}.atc-point-active{fill:var(--wh-primary);stroke:var(--wh-surface);stroke-width:2.5px}.atc-hover-guide{stroke:var(--wh-primary);stroke-width:1px;stroke-dasharray:3 3;opacity:.35}.atc-grid{stroke:var(--wh-border-light);stroke-width:1px;opacity:.8}.atc-grid-label,.atc-x-label{fill:var(--wh-text-muted);font-variant-numeric:tabular-nums;font-size:10px}.atc-tooltip{pointer-events:none;z-index:5;border-radius:var(--wh-radius-md,10px);background:var(--wh-surface-raised,var(--wh-surface));border:1px solid var(--wh-border-light);box-shadow:var(--wh-shadow-popover,var(--wh-shadow-md));white-space:nowrap;flex-direction:column;gap:1px;padding:7px 11px;display:flex;position:absolute;transform:translate(-50%,calc(-100% - 12px))}.atc-tooltip:after{content:"";background:var(--wh-surface-raised,var(--wh-surface));border-right:1px solid var(--wh-border-light);border-bottom:1px solid var(--wh-border-light);width:8px;height:8px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.atc-tooltip-date{color:var(--wh-text-muted);font-variant-numeric:tabular-nums;font-size:11px}.atc-tooltip-val{color:var(--wh-text);font-variant-numeric:tabular-nums;font-size:13px}.atc-tooltip-val strong{color:var(--wh-primary);font-weight:700}.atc-tooltip-prev{color:var(--wh-text-muted);font-variant-numeric:tabular-nums;font-size:10px}.atc-empty{text-align:center;color:var(--wh-text-muted);padding:56px 0;font-size:13px}@media (prefers-reduced-motion:reduce){.atc-area{animation-duration:.01ms!important}}