.kyh-chart{display:block;margin:30px 0;padding:22px 22px 20px;background:var(--surface);border:1px solid var(--rule);border-radius:16px}.kyh-chart__title{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:21px;letter-spacing:-.02em;color:var(--ink)}.kyh-chart__intro{margin:6px 0 14px;color:var(--ink-soft);font-size:15px}.kyh-chart__pickers{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.kyh-chart__select{flex:1 1 180px;max-width:260px;padding:8px 30px 8px 11px;font:inherit;font-size:14px;color:var(--ink);background:var(--surface);border:1px solid var(--rule);border-radius:10px;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237c8a73' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.kyh-chart__select:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.kyh-chart__line.is-b{stroke:#6c6ce5;stroke-width:2.2}.kyh-chart__dot.is-b{fill:#6c6ce5}.kyh-chart__bar.is-b{fill:#6c6ce5;opacity:.7}.kyh-chart__key.is-b:before{border-top:3px solid #6c6ce5}.kyh-chart__chip-val.is-b,.kyh-chart__tip .is-b{color:#6c6ce5}.kyh-chart__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.kyh-chart__chip{display:inline-flex;align-items:baseline;gap:5px;padding:7px 13px;border:1px solid var(--rule);border-radius:999px;background:var(--tint);color:var(--ink-soft);font-size:13.5px;line-height:1.2}.kyh-chart__chip-val{font-weight:700;font-size:16px;color:var(--accent-ink)}.kyh-chart__chip.is-big .kyh-chart__chip-val{font-size:19px}.kyh-chart__legend{display:flex;flex-wrap:wrap;gap:14px;margin:0 0 6px}.kyh-chart__key{position:relative;padding-left:20px;font-size:13px;color:var(--ink-muted)}.kyh-chart__key:before{content:"";position:absolute;left:0;top:50%;width:14px;height:0;border-top:3px solid var(--accent);border-radius:2px;transform:translateY(-50%)}.kyh-chart__key.is-us:before{border-top:2px solid var(--ink-muted);opacity:.75}.kyh-chart__key.is-proj:before{border-top:3px dashed var(--accent)}.kyh-chart__plot{position:relative;touch-action:pan-y}.kyh-chart__svg{display:block;width:100%;height:auto}.kyh-chart__grid{stroke:var(--rule);stroke-width:1;opacity:.6}.kyh-chart__lbl{fill:var(--ink-muted);font-size:11px;font-family:inherit}.kyh-chart__lbl.is-proj{fill:var(--accent-ink);opacity:.8}.kyh-chart__line{fill:none;stroke:var(--accent);stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round}.kyh-chart__line.is-us{stroke:var(--ink-muted);stroke-width:1.6;opacity:.75}.kyh-chart__line.is-proj{stroke-dasharray:5 5;opacity:.85}.kyh-chart__line.is-sun{stroke:#e0a13c}.kyh-chart__area{fill:var(--accent);opacity:.1}.kyh-chart__area.is-sun{fill:#e0a13c;opacity:.13}.kyh-chart__bar{fill:var(--accent);opacity:.75;transition:opacity .12s ease}.kyh-chart__bar.is-best{opacity:1}.kyh-chart__bar.is-hot{opacity:1;filter:brightness(1.08)}.kyh-chart__cross{stroke:var(--ink-muted);stroke-width:1;stroke-dasharray:3 3;opacity:.8}.kyh-chart__dot{fill:var(--accent);stroke:var(--surface);stroke-width:2}.kyh-chart__dot.is-us{fill:var(--ink-muted)}.kyh-chart__dot.is-sun{fill:#e0a13c}.kyh-chart__tip{position:absolute;top:6px;display:none;flex-direction:column;gap:1px;padding:8px 11px;background:var(--surface);border:1px solid var(--rule);border-radius:10px;box-shadow:0 4px 14px #0000001f;font-size:13px;line-height:1.35;color:var(--ink-soft);pointer-events:none;white-space:nowrap;z-index:2}.kyh-chart__tip.is-on{display:flex}.kyh-chart__tip b{color:var(--ink);font-size:12.5px}.kyh-chart__tip .is-us{color:var(--ink-muted)}.kyh-chart__note{margin:12px 0 0;font-size:13px;color:var(--ink-muted);line-height:1.5}@media (max-width: 560px){.kyh-chart{padding:16px 14px}.kyh-chart__chip{font-size:12.5px;padding:6px 10px}}@media print{.kyh-chart__tip{display:none!important}}.kyh-body details.kyh-chart-data{margin:-18px 0 26px;border:1px solid var(--rule);border-radius:12px;background:var(--surface);overflow:hidden}.kyh-body details.kyh-chart-data>summary{cursor:pointer;padding:11px 16px;font-size:14px;font-weight:600;color:var(--accent-ink);list-style:none}.kyh-body details.kyh-chart-data>summary::-webkit-details-marker{display:none}.kyh-body details.kyh-chart-data>summary:before{content:"\25b8  ";color:var(--ink-muted)}.kyh-body details.kyh-chart-data[open]>summary:before{content:"\25be  "}.kyh-body details.kyh-chart-data[open]>summary{border-bottom:1px solid var(--rule)}.kyh-body .kyh-chart-data-scroll{max-height:360px;overflow:auto}.kyh-body .kyh-chart-data-scroll table{margin:0}.kyh-body .kyh-chart-data-scroll thead th{position:sticky;top:0;z-index:1;background:var(--tint);box-shadow:inset 0 1px 0 var(--rule),inset 0 -1px 0 var(--rule)}.kyh-body details.kyh-chart-data .kyh-chart-data-src{padding:10px 16px 12px;margin:0;font-size:12.5px;color:var(--ink-muted)}
