:root{--ink:#171225;--muted:#746d82;--line:#e4deed;--violet:#6d3ef2;--paper:#fff}
*{box-sizing:border-box}
body{margin:0;background:#f9f8fc;color:var(--ink);font-family:var(--lc-font-ui)}
main{width:min(1240px,calc(100% - 48px));margin:auto}
.chart-hero{max-width:900px;padding:72px 0 36px}.chart-hero>span,.chart-panel-head span,.chart-copy section>span{color:#785dbc;font:650 9px var(--lc-font-mono);letter-spacing:.13em}.chart-hero h1{margin:13px 0 16px;font-size:clamp(39px,5vw,66px);line-height:.98;letter-spacing:-.062em}.chart-hero p{max-width:780px;margin:0;color:var(--muted);font-size:15px;line-height:1.7}
.chart-panel{padding:25px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 22px 55px rgba(54,35,91,.06)}.chart-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.chart-panel-head b{display:block;margin-top:6px;color:#60566f;font:600 10px var(--lc-font-mono)}.chart-panel-head .chart-legend{display:none}
.cycle-chart-summary{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 11px}.cycle-chart-summary span{padding:9px 11px;border-radius:10px;background:#f6f3fa;color:#80778d;font:600 8px var(--lc-font-mono)}.cycle-chart-summary b{margin-left:5px;color:#261d36}.cycle-chart-controls{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.cycle-chart-controls button{appearance:none;padding:8px 11px;border:1px solid #ddd6e8;border-radius:999px;background:#fff;color:#62586f;font:650 8px var(--lc-font-mono);cursor:pointer}.cycle-chart-controls button[aria-pressed="true"]{border-color:var(--control-color,#7754dc);background:color-mix(in srgb,var(--control-color,#7754dc) 10%,white);color:#261d36}.cycle-chart-controls i{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:var(--control-color,#7754dc)}
.market-chart{position:relative;min-height:540px;overflow:hidden;border:1px solid #eeeaf3;border-radius:14px;background:#fbfafe}.market-chart svg{display:block;width:100%;height:auto;touch-action:none}.chart-grid{stroke:#fff;stroke-opacity:.58;stroke-width:1}.chart-axis{fill:#82788e;font:8px var(--lc-font-mono)}.chart-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.chart-line[data-hidden="true"],.chart-band-group[data-hidden="true"],.pi-marker[data-hidden="true"]{display:none}.chart-band{opacity:.72}.chart-boundary{fill:none;stroke:#fff;stroke-opacity:.22;stroke-width:.7}.pi-marker line{stroke:#8d46d9;stroke-width:1.2;stroke-dasharray:4 5}.pi-marker circle{fill:#8d46d9;stroke:#fff;stroke-width:2}.pi-marker text{fill:#5a388d;font:700 7px var(--lc-font-mono)}.chart-hover-line{stroke:#2a203a;stroke-width:1;stroke-dasharray:3 4;opacity:.42}.chart-hover-dot{stroke:#fff;stroke-width:2}.chart-hit{fill:transparent;cursor:crosshair}.chart-tooltip{position:absolute;z-index:3;min-width:190px;max-width:230px;padding:12px;border:1px solid #dcd4e8;border-radius:11px;background:rgba(255,255,255,.96);box-shadow:0 16px 38px rgba(30,20,50,.14);pointer-events:none;transform:translate(12px,-50%)}.chart-tooltip[hidden]{display:none}.chart-tooltip b{display:block;margin-bottom:8px;font:700 9px var(--lc-font-mono)}.chart-tooltip span{display:flex;justify-content:space-between;gap:15px;padding:3px 0;color:#625a6e;font:600 8px var(--lc-font-mono)}.chart-tooltip i{width:7px;height:7px;margin-right:5px;border-radius:50%;display:inline-block}.chart-empty{display:grid;min-height:540px;place-items:center;padding:30px;color:var(--muted);font-size:12px;text-align:center}
.chart-anchor{display:block;position:relative;top:-88px;visibility:hidden}.chart-copy{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}.chart-copy section{padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff}.chart-copy h2{margin:12px 0 10px;font-size:21px;letter-spacing:-.04em}.chart-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}.disclaimer{margin:23px 0 72px;color:#90889a;font:9px/1.6 var(--lc-font-mono);text-align:center}
@media(max-width:720px){main{width:calc(100% - 24px)}.chart-hero{padding:50px 0 28px}.chart-hero h1{font-size:41px}.chart-panel{padding:14px}.chart-panel-head{flex-direction:column}.chart-legend{justify-content:flex-start}.market-chart{min-height:410px;overflow-x:auto}.market-chart svg{width:920px;max-width:none}.chart-copy{grid-template-columns:1fr}.chart-copy section{padding:22px}.chart-tooltip{position:fixed;left:12px!important;right:12px;bottom:12px;top:auto!important;max-width:none;transform:none}}
