.v3 { --gap: 44px; }
.v3.wrap { max-width: 1240px; padding: 26px 40px 80px; padding-bottom: 260px !important; overflow-x: clip; }
.v3 .sec { margin-top: var(--gap); }
.v3 .sec:first-of-type { border-top: none; padding-top: 0; }
.v3 .sec-h { display: flex; align-items: baseline; gap: 12px; margin-bottom: 18px; }
.v3 .sec-n { font-size: 12.5px; font-weight: 600; letter-spacing: -.1px; }
.v3 .sec-k { font-size: 10px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--t4); }
.v3 .sec-hint { font-size: 12px; color: var(--t3); }
.v3 .sec-sp { flex: 1; }
.v3 .sec-a { font-size: 12px; color: var(--t3); font-weight: 500; display: inline-flex; align-items: center; gap: 4px; }
.v3 .sec-a:hover { color: var(--accent); }
.v3 .panel { background: transparent; border: none; border-radius: 0; box-shadow: none; }
.v3 .panel-pad { padding: 4px 0 0; }
.v3 .sec { border-top: 1px solid var(--line); padding-top: 26px; }
.v3 .v3-head { display: flex; align-items: center; gap: 16px; }
.v3 .v3-head h1 { font-size: 22px; font-weight: 600; letter-spacing: -.5px; }
.v3 .v3-head .env { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 520; color: var(--t2); border: 1px solid var(--line); border-radius: 7px; padding: 3px 9px; }
.v3 .v3-head .env::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-weak); }
.v3 .v3-live { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--t2); }
.v3 .v3-live b { font-family: var(--mono); color: var(--text); font-weight: 600; }
.v3 .v3-live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-weak); animation: v3pulse 2.4s var(--ease) infinite; }
@keyframes v3pulse { 0%,100% { box-shadow: 0 0 0 3px var(--green-weak); } 50% { box-shadow: 0 0 0 5px rgba(63,148,104,.10); } }
.v3-hero { display: grid; grid-template-columns: 1.15fr 1fr; margin-top: 26px; }
.v3-hero-l { padding: 8px 44px 8px 0; border-right: 1px solid var(--line); }
.v3-hero-r { padding: 8px 0 8px 48px; display: flex; flex-direction: column; }
.hero-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--t4); }
.hero-flat { display: flex; align-items: baseline; gap: 14px; margin-top: 14px; cursor: pointer; width: fit-content; }
.hero-flat-num { font-family: var(--mono); font-size: 62px; font-weight: 600; letter-spacing: -3px; line-height: 1; color: var(--text); }
.hero-flat-meta { display: inline-flex; align-items: baseline; gap: 8px; }
.hero-flat-meta .delta { font-size: 13px; }
.hero-flat-of { font-size: 12.5px; color: var(--t3); }
.hero-flat:hover .hero-flat-num { color: var(--accent); }
.hero-subs { margin-top: 26px; display: flex; flex-direction: column; gap: 15px; }
.hero-sub .bar { display: block; width: 100%; height: 3px; border-radius: 2px; background: var(--line); overflow: hidden; }
.hero-sub .bar > i { display: block; height: 100%; border-radius: 2px; }
@keyframes v3grow { from { transform: scaleX(0); } }
.hero-story-k { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--accent); }
.hero-story-k .sparkdot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }
.hero-story h2 { font-size: 17px; font-weight: 600; letter-spacing: -.3px; line-height: 1.4; margin-top: 14px; }
.hero-story h2 .em-bad { color: var(--red); }
.hero-story h2 .mono { font-family: var(--mono); font-size: 14px; color: var(--t2); font-weight: 500; }
.hero-story p { font-size: 12.5px; color: var(--t2); line-height: 1.6; margin-top: 12px; }
.hero-story .why { margin-top: auto; padding-top: 20px; display: flex; gap: 8px; }
.hero-tape { display: flex; gap: 10px; margin-top: 18px; }
.hero-tape .chip { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--t2); }
.hero-tape .chip .k { font-family: var(--mono); font-weight: 600; color: var(--text); }
.mc { display: grid; grid-template-columns: 54px 1fr; gap: 20px; margin-top: 22px; padding: 26px 30px 28px; border: 1px solid var(--line-strong); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-2); }
.mc-mark { width: 54px; height: 54px; border-radius: 15px; background: linear-gradient(140deg, var(--accent-2), var(--accent)); display: grid; place-items: center; color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 4px 14px rgba(91,92,235,.32); }
.mc-k { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--accent); }
.mc-k .mc-time { color: var(--t4); font-weight: 500; letter-spacing: .2px; text-transform: none; }
.mc-k .mc-live { display: inline-flex; align-items: center; gap: 5px; color: var(--green); }
.mc-k .mc-live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-weak); }
.mc-line { font-size: 21px; line-height: 1.5; letter-spacing: -.4px; margin-top: 12px; color: var(--text); max-width: 1000px; text-wrap: pretty; font-weight: 450; }
.mc-line b { font-weight: 600; }
.mc-line .bad { color: var(--red); font-weight: 600; }
.mc-line .up { color: var(--green); font-family: var(--mono); font-size: 19px; font-weight: 600; }
.mc-line .mono { font-family: var(--mono); font-size: 18px; color: var(--t2); }
.mc-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.mc-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 500; color: var(--t2); border: 1px solid var(--line-strong); background: var(--surface); border-radius: 999px; padding: 5px 12px; transition: .12s var(--ease); }
.mc-chip:hover { border-color: var(--accent-weak); color: var(--accent); background: var(--accent-tint); }
.mc-chip.primary { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 1px 2px rgba(91,92,235,.3); }
.mc-chip.primary:hover { background: #5152e0; color: #fff; }
.mc-chip .k { font-family: var(--mono); font-weight: 600; }
.mc-chip .pip { width: 6px; height: 6px; border-radius: 50%; }
.ai-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 9.5px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--accent); background: var(--accent-tint); border: 1px solid var(--accent-weak); border-radius: 5px; padding: 2px 7px 2px 6px; }
.ai-badge svg { color: var(--accent); }
.story-conf { font-family: var(--mono); font-weight: 600; color: var(--accent); font-size: 11px; }
.evidence { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.ev-lbl { width: 100%; font-size: 10px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; color: var(--t4); margin-bottom: 1px; }
.ev-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 500; color: var(--t2); border: 1px solid var(--line); background: var(--surface); border-radius: 7px; padding: 5px 10px; transition: .12s var(--ease); }
.ev-chip:hover { border-color: var(--accent-weak); color: var(--accent); background: var(--accent-tint); }
.ev-chip .ic { color: var(--t3); }
.ev-chip:hover .ic { color: var(--accent); }
.ask-cmd { margin-top: auto; padding-top: 20px; }
.ask-cmd-box { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line-strong); border-radius: 11px; padding: 11px 14px; background: var(--surface); box-shadow: var(--shadow-1); transition: .12s var(--ease); }
.ask-cmd-box:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }
.ask-cmd-box input { flex: 1; border: none; outline: none; background: transparent; font-size: 13px; color: var(--text); }
.ask-cmd-box .kbd { font-family: var(--mono); font-size: 10px; color: var(--t3); border: 1px solid var(--line-strong); border-radius: 5px; padding: 2px 6px; }
.ask-cmd-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.ask-cmd-chip { font-size: 11.5px; color: var(--t2); border: 1px solid var(--line); background: var(--surface); border-radius: 999px; padding: 5px 11px; transition: .12s var(--ease); }
.ask-cmd-chip:hover { border-color: var(--accent-weak); color: var(--accent); background: var(--accent-tint); }
.hl-flash { animation: hlpulse 2s var(--ease); border-radius: 14px; }
@keyframes hlpulse { 0% { box-shadow: 0 0 0 7px var(--accent-tint); background: var(--accent-tint); } 100% { box-shadow: 0 0 0 7px transparent; background: transparent; } }
.perf-annot { position: absolute; transform: translateY(-100%); background: #17181b; color: #fff; border-radius: 7px; padding: 5px 9px; font-size: 10px; font-family: var(--mono); white-space: nowrap; pointer-events: none; box-shadow: var(--shadow-2); display: flex; align-items: center; gap: 6px; z-index: 5; }
.perf-annot .pa-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.cspark { position: relative; display: inline-flex; cursor: default; }
.cspark-tip { position: absolute; bottom: calc(100% + 7px); left: 50%; transform: translateX(-50%); background: #17181b; color: #fff; border-radius: 8px; padding: 7px 10px; font-size: 10.5px; white-space: nowrap; pointer-events: none; box-shadow: var(--shadow-2); z-index: 9; }
.cspark-tip b { font-family: var(--mono); font-weight: 600; }
.cspark-tip span { color: #9aa0a8; display: block; margin-top: 3px; font-size: 9.5px; }
.mc { position: relative; }
.mc-thread { display: flex; justify-content: center; margin: 0 0 -2px; }
.mc-thread::before { content: ""; width: 2px; height: 20px; background: linear-gradient(var(--accent), var(--accent-weak)); opacity: .5; }
.hero-ring.clickable { cursor: pointer; }
.hero-ring.clickable::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; transition: .15s var(--ease); }
.hero-ring.clickable:hover::after { box-shadow: 0 0 0 4px var(--accent-tint); }
.hero-inspect { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; color: var(--t3); font-weight: 500; margin-top: 10px; cursor: pointer; }
.hero-inspect:hover { color: var(--accent); }
.subs-ct.subs-ct { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 26px; margin-top: 22px; max-width: 440px; }
.subs-ct .ct-item { display: block; }
.hero-sub { position: relative; border-radius: 6px; padding: 6px 8px; margin: -6px -8px; cursor: default; transition: .12s var(--ease); }
.hero-sub:hover { background: var(--line-2); }
.hero-sub-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 6px; }
.hero-sub-top .n { font-size: 12px; color: var(--t2); font-weight: 500; }
.hero-sub-top .v { font-family: var(--mono); font-size: 12.5px; font-weight: 600; }
.hero-sub .hs-pop { position: absolute; left: 0; top: calc(100% + 6px); z-index: 20; width: 288px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 11px; box-shadow: var(--shadow-2); padding: 13px 15px; opacity: 0; transform: translateY(-4px); pointer-events: none; transition: .14s var(--ease); }
.hero-sub:hover .hs-pop { opacity: 1; transform: translateY(0); }
.hs-pop .hp-h { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; }
.hs-pop .hp-h .hp-v { margin-left: auto; font-family: var(--mono); }
.hs-pop .hp-d { font-size: 11.5px; color: var(--t2); line-height: 1.5; margin-top: 8px; }
.hs-pop .hp-f { display: flex; align-items: center; gap: 6px; font-size: 10.5px; color: var(--accent); font-weight: 500; margin-top: 10px; }
.story-conf { font-family: var(--mono); font-weight: 600; color: var(--accent); font-size: 11px; border: none; background: none; cursor: pointer; padding: 1px 5px; border-radius: 5px; transition: .12s var(--ease); }
.story-conf:hover { background: var(--accent-tint); }
.ev-chip { position: relative; }
.ev-pop { position: absolute; right: 0; left: auto; bottom: calc(100% + 8px); z-index: 20; width: 244px; background: #17181b; color: #fff; border-radius: 11px; box-shadow: var(--shadow-2); padding: 14px 15px; opacity: 0; transform: translateY(4px); pointer-events: none; transition: .14s var(--ease); text-align: left; }
.ev-chip:hover .ev-pop { opacity: 1; transform: translateY(0); }
.ev-pop .ep-h { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .3px; text-transform: uppercase; color: #9aa0a8; }
.ev-pop .ep-h svg { vertical-align: -2px; margin-right: 5px; }
.ev-pop .ep-big { display: block; font-family: var(--mono); font-size: 21px; font-weight: 600; letter-spacing: -.5px; margin-top: 11px; line-height: 1.1; color: #fff; }
.ev-pop .ep-d { display: block; font-size: 11.5px; color: #b8bdc4; line-height: 1.55; margin-top: 10px; }
.ev-pop .ep-spark { display: block; margin-top: 13px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.09); }
.hd-score { display: flex; align-items: center; gap: 18px; padding: 4px 0 20px; border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.hd-big { font-family: var(--mono); font-size: 46px; font-weight: 600; letter-spacing: -2px; line-height: 1; }
.hd-trend { flex: 1; }
.hd-lbl { font-size: 10px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; color: var(--t4); margin: 18px 0 10px; }
.hd-row { display: grid; grid-template-columns: 16px 1fr 60px 44px; align-items: center; gap: 11px; padding: 11px 0; border-top: 1px solid var(--line-2); }
.hd-row:first-of-type { border-top: none; }
.hd-row .hd-ar { font-family: var(--mono); font-weight: 600; text-align: center; }
.hd-row .hd-n { font-size: 12.5px; font-weight: 540; }
.hd-row .hd-why { font-size: 11px; color: var(--t3); margin-top: 2px; }
.hd-row .hd-bar { height: 5px; border-radius: 3px; background: var(--line-2); overflow: hidden; }
.hd-row .hd-bar > i { display: block; height: 100%; border-radius: 3px; }
.hd-row .hd-vv { font-family: var(--mono); font-size: 12.5px; font-weight: 600; text-align: right; }
.hd-method { display: flex; gap: 11px; margin-top: 20px; padding: 14px 16px; background: var(--accent-tint); border: 1px solid var(--accent-weak); border-radius: 11px; }
.hd-method .hm-ic { color: var(--accent); flex-shrink: 0; margin-top: 1px; }
.hd-method .hm-t { font-size: 12px; line-height: 1.55; color: var(--t2); }
.hd-method .hm-t b { color: var(--text); font-weight: 600; }
.cf-hero { display: flex; align-items: baseline; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 6px; }
.cf-hero .cf-pct { font-family: var(--mono); font-size: 40px; font-weight: 600; letter-spacing: -1.5px; color: var(--accent); }
.cf-row { display: grid; grid-template-columns: 24px 1fr 52px; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line-2); }
.cf-row .cf-ic { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent); }
.cf-row .cf-n { font-size: 12.5px; font-weight: 540; }
.cf-row .cf-d { font-size: 11px; color: var(--t3); margin-top: 2px; }
.cf-row .cf-w { font-family: var(--mono); font-size: 12px; font-weight: 600; text-align: right; }
.rv-sd-root.v3dr { position: fixed; inset: 0; background: transparent !important; }
.rv-sd-root.v3dr .rv-sd-backdrop { background: rgba(17,17,20,.07); }
.v3.v3-blurred > *:not(.rv-sd-root) { filter: blur(2.5px) saturate(.92); transition: filter .32s cubic-bezier(.22,1,.36,1); }
.v3 > *:not(.rv-sd-root) { transition: filter .32s cubic-bezier(.22,1,.36,1); }
.rd-spinner { width: 16px; height: 16px; border: 2px solid var(--line-2); border-top-color: var(--accent); border-radius: 50%; display: inline-block; animation: v3spin .7s linear infinite; }
.rd-spinner.sm { width: 11px; height: 11px; border-width: 1.5px; }
@keyframes v3spin { to { transform: rotate(360deg); } }
.cra-list { display: flex; flex-direction: column; gap: 10px; }
.cra-row { border: 1px solid var(--line); border-radius: 12px; padding: 13px 15px; transition: .12s var(--ease); }
.cra-row:hover { border-color: var(--line-strong); background: var(--surface); }
.cra-top { display: flex; align-items: center; gap: 10px; }
.cra-sev { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 600; }
.cra-sev .pip { width: 7px; height: 7px; border-radius: 2px; }
.cra-cat { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 600; }
.cra-cat .pip { width: 7px; height: 7px; border-radius: 2px; }
.cra-sevsm { font-size: 10px; font-weight: 560; color: var(--t3); }
.cra-plat { font-family: var(--mono); font-size: 10px; color: var(--t4); text-transform: uppercase; letter-spacing: .3px; }
.cra-catbar { display: flex; padding: 0 0 4px; }
.cra-empty { padding: 20px 4px; font-size: 12px; color: var(--t3); text-align: center; }
.cra-c { font-family: var(--mono); font-size: 14px; font-weight: 600; }
.cra-c small { color: var(--t4); font-weight: 500; margin-left: 1px; }
.cra-d { font-family: var(--mono); font-size: 11px; font-weight: 600; }
.cra-n { font-family: var(--mono); font-size: 12.5px; font-weight: 600; margin-top: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cra-s { font-size: 11.5px; color: var(--t2); margin-top: 3px; }
.cra-foot { display: flex; align-items: center; gap: 10px; margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--line-2); }
.cra-meta { font-size: 11px; color: var(--t3); }
.cra-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 540; color: var(--accent); border: 1px solid var(--accent-weak); background: var(--accent-tint); border-radius: 8px; padding: 6px 12px; transition: .12s var(--ease); }
.cra-btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.cra-more { display: grid; place-items: center; padding: 18px 0; }
.ask-inv { display: flex; flex-direction: column; }
.ask-q { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 560; letter-spacing: -.2px; padding: 6px 0 18px; border-bottom: 1px solid var(--line); }
.ask-steps { display: flex; flex-direction: column; gap: 2px; padding: 16px 0; }
.ask-step { display: flex; align-items: center; gap: 11px; padding: 7px 0; transition: opacity .3s var(--ease); }
.ask-step .as-ic { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; color: var(--accent); flex-shrink: 0; }
.ask-step.done .as-ic { background: var(--accent-tint); }
.ask-step .as-t { font-size: 12.5px; color: var(--t3); }
.ask-step.done .as-t { color: var(--text); }
.ask-answer { border-top: 1px solid var(--line); padding-top: 18px; animation: v3fade .5s var(--ease); }
.ask-answer .aa-k { margin-bottom: 12px; }
.ask-answer .aa-body { font-size: 15px; line-height: 1.6; letter-spacing: -.2px; color: var(--text); text-wrap: pretty; }
.ask-answer .aa-body b { font-weight: 600; }
.ask-answer .aa-ev { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.aa-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--t2); border: 1px solid var(--line); background: var(--surface); border-radius: 8px; padding: 6px 11px; transition: .12s var(--ease); }
.aa-chip:hover { border-color: var(--accent-weak); color: var(--accent); background: var(--accent-tint); }
.ask-answer .aa-actions { display: flex; gap: 9px; margin-top: 18px; }
.ask-foot-in { display: flex; align-items: center; gap: 10px; flex: 1; border: 1px solid var(--line-strong); border-radius: 10px; padding: 9px 13px; background: var(--surface); }
.ask-foot-in:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }
.ask-foot-in input { flex: 1; border: none; outline: none; background: transparent; font-size: 13px; color: var(--text); }
.ask-ph { flex: 1; display: inline-flex; align-items: center; min-width: 0; font-size: 13px; color: var(--t3); white-space: nowrap; overflow: hidden; }
.ask-roll { position: relative; display: inline-block; height: 1.35em; flex: 1; min-width: 0; }
.ask-roll-q { position: absolute; left: 0; top: 0; white-space: nowrap; color: var(--t2); opacity: 0; transform: translateY(70%); filter: blur(4px);
  transition: transform .5s cubic-bezier(.22,1,.36,1), opacity .42s cubic-bezier(.22,1,.36,1), filter .42s cubic-bezier(.22,1,.36,1); pointer-events: none; }
.ask-roll-q.on { opacity: 1; transform: translateY(0); filter: blur(0); }
.ask-roll-q.out { opacity: 0; transform: translateY(-70%); filter: blur(4px); }
@media (prefers-reduced-motion: reduce) { .ask-roll-q { transition: opacity .2s var(--ease); transform: none; filter: none; } .ask-roll-q.out { transform: none; } }
.ask-wrap { position: relative; }
.ask-cmd-box.focused { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }
.ask-input-shell { position: relative; flex: 1; min-width: 0; display: flex; align-items: center; height: 1.4em; }
.ask-input-shell input { width: 100%; border: none; outline: none; background: transparent; font-size: 13px; color: var(--text); position: relative; z-index: 1; }
.ask-input-shell .ask-ph { position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding-left: 8px; display: flex; align-items: center; overflow: hidden; pointer-events: none; z-index: 0; }
.ask-fakecaret { position: absolute; left: 1px; top: 50%; transform: translateY(-50%); width: 1.5px; height: 16px; background: var(--text); border-radius: 1px; z-index: 2; animation: caretBlink 1.1s steps(1, end) infinite; }
.ask-cmd-box:focus-within .ask-fakecaret { display: none; }
@keyframes caretBlink { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: 0; } }
.ask-input-shell .ask-roll { flex: 1; }
.ask-ph.ask-static { color: var(--t3); }
.ask-suggest { position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 40; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 14px; box-shadow: var(--shadow-2); padding: 8px; animation: askpop .18s cubic-bezier(.22,1,.36,1); }
@keyframes askpop { from { opacity: 0; transform: translateY(-6px) scale(.99); } }
@keyframes devpop { from { opacity: 0; transform: translateY(8px) scale(.96); } }
.ask-suggest-h { font-size: 10px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--t4); padding: 6px 10px 8px; }
.ask-sug-list { position: relative; }
.ask-sug-hl { position: absolute; left: 0; right: 0; top: 0; border-radius: 9px; background: var(--line-2); pointer-events: none; z-index: 0; opacity: 0; transition: transform .2s cubic-bezier(.22,1,.36,1), height .2s cubic-bezier(.22,1,.36,1), opacity .16s var(--ease); }
.ask-sug-hl.on { opacity: 1; }
.ask-sug-row { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; width: 100%; text-align: left; padding: 10px 10px; border-radius: 9px; font-size: 13px; color: var(--text); }
.ask-sug-row svg { color: var(--t4); flex-shrink: 0; }
.ask-sug-row.typed { color: var(--accent); font-weight: 540; }
.ask-sug-row.typed svg { color: var(--accent); }
.ask-sug-empty { font-size: 12px; color: var(--t3); padding: 10px; }
.ct-wrap { position: relative; }
.ct-item { display: contents; }
.ct-tip { position: absolute; z-index: 24; border-radius: 11px; box-shadow: var(--shadow-2); padding: 14px 15px; text-align: left; pointer-events: none;
  opacity: 0; transition: top .18s cubic-bezier(.22,1,.36,1), opacity .16s var(--ease); }
.ct-tip.on { opacity: 1; }
.ct-tip.dark { background: #17181b; color: #fff; }
.ct-tip.light { background: var(--surface); color: var(--text); border: 1px solid var(--line-strong); }
.ct-tip .ep-h { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .3px; text-transform: uppercase; color: #9aa0a8; }
.ct-tip .ep-h svg { vertical-align: -2px; margin-right: 5px; }
.ct-tip .ep-h .dot { display: inline-block; width: 8px; height: 8px; border-radius: 3px; margin-right: 6px; vertical-align: 0; }
.ct-tip .ep-h .ep-hv { float: right; font-family: var(--mono); text-transform: none; letter-spacing: 0; color: #fff; }
.ct-tip .ep-big { display: block; font-family: var(--mono); font-size: 21px; font-weight: 600; letter-spacing: -.5px; margin-top: 11px; line-height: 1.1; color: #fff; }
.ct-tip .ep-d { display: block; font-size: 11.5px; color: #b8bdc4; line-height: 1.55; margin-top: 10px; }
.ct-tip .ep-spark { display: block; margin-top: 13px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.09); }
.ct-tip .ep-f { display: flex; align-items: center; gap: 6px; font-size: 10px; color: #8b90e8; margin-top: 11px; }
.ct-tip.light .ep-h { color: var(--t4); }
.ct-tip.light .ep-h .ep-hv { color: var(--text); }
.ct-tip.light .ep-big { color: var(--text); }
.ct-tip.light .ep-d { color: var(--t2); }
.ct-tip.light .ep-spark { border-top-color: var(--line); }
.ct-tip.light .ep-f { color: var(--accent); }
.ev-row { display: flex; flex-wrap: wrap; gap: 8px; }
.ev-row .ct-item { display: inline-flex; }
.subs-ct { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 26px; margin-top: 22px; max-width: 440px; }
.hero-story h2 .ev-trigger { position: relative; display: inline-block; cursor: help; text-decoration: underline; text-decoration-style: dotted; text-decoration-thickness: 1.5px; text-underline-offset: 3px; outline: none; }
.ev-listpop { position: absolute; left: auto; right: 0; top: calc(100% + 10px); z-index: 30; width: 316px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 13px; box-shadow: var(--shadow-2); padding: 12px; text-align: left; font-weight: 400;
  opacity: 0; transform: translateY(-6px) scale(.98); transform-origin: top right; pointer-events: none; transition: .16s cubic-bezier(.22,1,.36,1); }
.ev-trigger:hover .ev-listpop, .ev-trigger.open .ev-listpop { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.elp-h { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--accent); padding: 3px 8px 9px; }
.elp-list { position: relative; display: block; }
.elp-hl { position: absolute; left: 0; right: 0; top: 0; border-radius: 9px; background: var(--line-2); pointer-events: none; z-index: 0; opacity: 0;
  transition: transform .2s cubic-bezier(.22,1,.36,1), height .2s cubic-bezier(.22,1,.36,1), opacity .16s var(--ease); }
.elp-hl.on { opacity: 1; }
.elp-row { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; padding: 9px 8px; border-radius: 9px; }
.elp-ic { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; background: var(--line-2); flex-shrink: 0; }
.elp-txt { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.elp-top { display: flex; align-items: baseline; gap: 9px; }
.elp-l { font-size: 12.5px; font-weight: 600; color: var(--text); letter-spacing: -.1px; }
.elp-big { font-size: 12px; font-weight: 500; white-space: nowrap; }
.elp-d { font-size: 11.5px; color: var(--text); line-height: 1.55; margin-top: 3px; }
.rail-hl { position: absolute; left: 0; border-radius: 10px; background: var(--line-2); pointer-events: none; z-index: 0;
  opacity: 0; transition: transform .22s cubic-bezier(.22,1,.36,1), height .22s cubic-bezier(.22,1,.36,1), opacity .16s var(--ease); }
.rail-hl.on { opacity: 1; }
.term-rail { position: relative; }
.term-metric { position: relative; z-index: 1; }
.term { display: grid; grid-template-columns: 232px 1fr; overflow: hidden; margin-top: 4px; }
.term-rail { border-right: 1px solid var(--line); padding: 6px 10px 6px 0; display: flex; flex-direction: column; }
.term-metric { display: block; text-align: left; padding: 12px 14px; border-radius: 10px; position: relative; transition: .13s var(--ease); border: 1px solid transparent; }
.term-metric:hover { background: transparent; }
.term-metric.on { background: var(--accent-tint); border-color: var(--accent-weak); }
.term-metric .tm-top { display: flex; align-items: center; gap: 8px; }
.term-metric .tm-dot { width: 8px; height: 8px; border-radius: 3px; flex-shrink: 0; }
.term-metric .tm-l { font-size: 10.5px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; color: var(--t3); }
.term-metric.on .tm-l { color: var(--accent); }
.term-metric .tm-spark { margin-left: auto; opacity: .75; }
.term-metric .tm-mid { display: flex; align-items: baseline; gap: 8px; margin-top: 8px; }
.term-metric .tm-v { font-family: var(--mono); font-size: 21px; font-weight: 600; letter-spacing: -.7px; line-height: 1; }
.term-metric .tm-sub { font-size: 10.5px; color: var(--t3); margin-top: 6px; }
.term-main { padding: 16px 2px 16px 24px; min-width: 0; display: flex; flex-direction: column; }
.term-toolbar { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.term-toolbar .t-title { font-size: 13px; font-weight: 600; }
.term-toolbar .t-title span { color: var(--t3); font-weight: 400; margin-left: 7px; font-size: 12px; }
.term-toolbar .sp { flex: 1; }
.term-legend { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--t2); border: 1px solid var(--line); background: var(--surface); border-radius: 7px; padding: 4px 9px; user-select: none; }
.term-legend .sw { width: 14px; height: 0; border-top: 2px dashed var(--t4); }
.term-legend.off { color: var(--t4); }
.term-chart { position: relative; margin-top: 8px; flex: 1; }
.term-chart svg { display: block; width: 100%; overflow: visible; }
.term-substrip { display: flex; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.tss { padding: 0 24px; border-left: 1px solid var(--line); }
.tss:first-child { padding-left: 0; border-left: none; }
.tss-l { font-size: 10px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; color: var(--t3); }
.tss-v { font-family: var(--mono); font-size: 17px; font-weight: 600; letter-spacing: -.5px; margin-top: 7px; }
.tss-s { font-size: 10.5px; color: var(--t3); margin-top: 4px; }
.term-cross { pointer-events: none; }
.term-tip { position: absolute; top: 0; transform: translateX(-50%); background: #17181b; color: #fff; border-radius: 9px; padding: 9px 11px; font-size: 11px; white-space: nowrap; pointer-events: none; box-shadow: var(--shadow-2); z-index: 6; min-width: 128px; }
.term-tip .tt-date { color: #9aa0a8; font-size: 10px; margin-bottom: 6px; letter-spacing: .3px; }
.term-tip .tt-row { display: flex; align-items: center; gap: 8px; }
.term-tip .tt-row + .tt-row { margin-top: 4px; }
.term-tip .tt-dot { width: 7px; height: 7px; border-radius: 2px; }
.term-tip .tt-k { color: #b8bdc4; }
.term-tip .tt-v { font-family: var(--mono); font-weight: 600; margin-left: auto; }
.term-mk-lab { font-family: var(--mono); font-size: 9.5px; font-weight: 600; fill: var(--t3); }
.term-axis { font-family: var(--mono); font-size: 9.5px; fill: var(--t4); }
.draw-line { stroke-dasharray: 1; stroke-dashoffset: 1; animation: v3draw 1.15s cubic-bezier(.65,0,.35,1) forwards; }
.draw-line.d2 { animation-delay: .14s; }
@keyframes v3draw { to { stroke-dashoffset: 0; } }
.fade-area { animation: v3fade .7s var(--ease); }
@keyframes v3fade { from { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .fade-area, .hero-sub .bar > i, .fn-bar > i, .plat-row .pr-track > i, .hero-ring circle { animation: none !important; }
  .draw-line { animation: none !important; stroke-dashoffset: 0 !important; }
  .ask-msg { animation: none !important; }
}
.feed { display: flex; flex-direction: column; }
.feed-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 14px; padding: 16px 14px 16px 2px; border-top: 1px solid var(--line-2); transition: .12s var(--ease); }
.feed-row:first-child { border-top: none; }
.feed-row:hover { background: var(--line-2); }
.feed-ic { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.feed-ic.bad { background: var(--red-weak); color: var(--red); }
.feed-ic.warn { background: var(--amber-weak); color: var(--amber); }
.feed-ic.good { background: var(--green-weak); color: var(--green); }
.feed-ic.info { background: var(--accent-tint); color: var(--accent); }
.feed-body .fb-t { font-size: 13px; font-weight: 540; letter-spacing: -.1px; line-height: 1.45; }
.feed-body .fb-t .mono { font-family: var(--mono); font-size: 11.5px; color: var(--t2); font-weight: 500; }
.feed-body .fb-d { font-size: 12px; color: var(--t2); line-height: 1.55; margin-top: 5px; }
.feed-body .fb-meta { display: flex; align-items: center; gap: 10px; margin-top: 9px; }
.feed-body .fb-conf { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; color: var(--t3); font-family: var(--mono); }
.feed-body .fb-conf .cbar { width: 40px; height: 4px; border-radius: 2px; background: var(--line-2); overflow: hidden; }
.feed-body .fb-conf .cbar > i { display: block; height: 100%; background: var(--t3); }
.feed-body .fb-tag { font-family: var(--mono); font-size: 10px; color: var(--t3); background: var(--line-2); border-radius: 4px; padding: 1px 6px; }
.feed-act { display: flex; align-items: center; align-self: center; }
.feed-time { font-family: var(--mono); font-size: 10px; color: var(--t4); white-space: nowrap; }
.feed-foot { display: flex; align-items: center; gap: 9px; padding: 13px 2px; border-top: 1px solid var(--line); }
.fnl { position: relative; width: 100%; margin-top: 6px; }
.fnl-top { position: absolute; transform: translateX(-50%); text-align: center; pointer-events: none; }
.fnl-pct { font-family: var(--mono); font-size: 17px; font-weight: 600; letter-spacing: -.6px; line-height: 1; }
.fnl-cnt { font-family: var(--mono); font-size: 11px; color: var(--t3); margin-top: 4px; }
.fnl-foot { position: absolute; transform: translateX(-50%); text-align: center; width: 120px; }
.fnl-name { font-size: 12px; font-weight: 560; letter-spacing: -.1px; }
.fnl-ev { font-family: var(--mono); font-size: 9px; color: var(--t4); text-transform: uppercase; letter-spacing: .4px; margin-top: 4px; }
.fnl-drop { position: absolute; transform: translateX(-50%); font-family: var(--mono); font-size: 11px; font-weight: 600; white-space: nowrap; pointer-events: none; }
.fn2 { display: grid; grid-template-columns: 1fr; gap: 2px; }
.fn-step { display: grid; grid-template-columns: 168px 1fr 118px; align-items: center; gap: 18px; padding: 14px 4px; }
.fn-step + .fn-step { border-top: 1px solid var(--line-2); }
.fn-step .fs-l { min-width: 0; }
.fn-step .fs-n { font-size: 12.5px; font-weight: 540; display: flex; align-items: center; gap: 8px; }
.fn-step .fs-idx { font-family: var(--mono); font-size: 10px; color: var(--t4); width: 14px; }
.fn-step .fs-sub { font-family: var(--mono); font-size: 10.5px; color: var(--t3); margin-top: 3px; padding-left: 22px; }
.fn-bar { height: 34px; border-radius: 7px; background: var(--line-2); overflow: hidden; position: relative; }
.fn-bar > i { display: block; height: 100%; border-radius: 7px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); transform-origin: left; animation: v3grow 1s var(--ease); }
.fn-bar.drop > i { background: linear-gradient(90deg, #c9899c, var(--red)); }
.fn-bar .fb-pct { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-family: var(--mono); font-size: 12px; font-weight: 600; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.25); }
.fn-step .fs-r { text-align: right; }
.fn-step .fs-cnt { font-family: var(--mono); font-size: 13px; font-weight: 600; }
.fn-step .fs-drop { font-family: var(--mono); font-size: 11px; margin-top: 3px; }
.fn-step .fs-drop.bad { color: var(--red); }
.fn-step .fs-drop.ok { color: var(--t3); }
.perf-grid { display: grid; grid-template-columns: 1.6fr 1fr; }
.perf-chart-wrap { padding: 4px 28px 8px 0; border-right: 1px solid var(--line); min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.perf-chart-wrap .term-chart { flex: 0 0 auto; }
.perf-vitals { padding: 4px 0 4px 28px; display: flex; flex-direction: column; }
.vital { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px 14px; padding: 13px 16px; border-radius: 10px; }
.vital:hover { background: var(--line-2); }
.vital .vt-l { font-size: 12px; color: var(--t2); font-weight: 500; }
.vital .vt-sub { font-family: var(--mono); font-size: 10px; color: var(--t4); margin-top: 3px; }
.vital .vt-v { font-family: var(--mono); font-size: 17px; font-weight: 600; letter-spacing: -.5px; text-align: right; }
.vital .vt-track { grid-column: 1 / -1; height: 4px; border-radius: 2px; background: var(--line-2); position: relative; overflow: hidden; }
.vital .vt-track > i { position: absolute; top: 0; bottom: 0; border-radius: 2px; }
.vital .vt-track .mk { position: absolute; top: -2px; bottom: -2px; width: 1.5px; background: var(--t4); }
.perf-chart-legend { display: flex; gap: 16px; font-size: 11px; color: var(--t3); margin-top: 12px; }
.perf-chart-legend .lg { display: inline-flex; align-items: center; gap: 6px; }
.perf-chart-legend .sw { width: 12px; height: 2px; border-radius: 1px; }
.plat-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.plat-col { padding: 4px 26px; }
.plat-col:first-child { padding-left: 0; }
.plat-col + .plat-col { border-left: 1px solid var(--line); }
.plat-col .pc-h { font-size: 10px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--t4); margin-bottom: 16px; text-align: center; }
.v3 .sec:last-of-type { margin-bottom: 60px; }
.plat-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 6px 10px; padding: 9px 0; }
.plat-row + .plat-row { border-top: 1px solid var(--line-2); }
.plat-row .pr-n { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--text); font-weight: 500; }
.plat-row .pr-n .flag { font-size: 14px; }
.plat-row .pr-v { font-family: var(--mono); font-size: 12px; font-weight: 600; }
.plat-row .pr-v small { color: var(--t4); font-weight: 500; }
.plat-row .pr-track { grid-column: 1 / -1; height: 4px; border-radius: 2px; background: var(--line-2); overflow: hidden; }
.plat-row .pr-track > i { display: block; height: 100%; border-radius: 2px; background: var(--accent); opacity: .55; }
.plat-radial { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 8px; }
.plat-radial svg { display: block; }
.radial-arc { animation: radialDraw .9s cubic-bezier(.22,1,.36,1) both; animation-delay: var(--d, 0ms); }
@keyframes radialDraw { from { stroke-dashoffset: 600; } to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .radial-arc { animation: none; } }
.plat-lg { width: 100%; max-width: 220px; }
.plat-lg-row { display: flex; align-items: center; gap: 8px; padding: 5px 0; font-size: 12px; }
.plat-lg-row + .plat-lg-row { border-top: 1px solid var(--line-2); }
.plat-lg-sw { width: 10px; height: 10px; border-radius: 3px; flex-shrink: 0; }
.plat-lg-n { flex: 1; min-width: 0; font-weight: 500; display: flex; align-items: center; gap: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.plat-lg-n .flag { font-size: 13px; }
.plat-lg-v { font-family: var(--mono); font-weight: 600; font-size: 12px; white-space: nowrap; }
.plat-lg-v small { color: var(--t4); font-weight: 500; }
.plat-lg-d { font-family: var(--mono); font-size: 10.5px; min-width: 32px; text-align: right; }
.plat-lg-row.on { background: var(--accent-tint); border-radius: 6px; }
.radial-tip { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #17181b; color: #fff; border-radius: 10px; padding: 8px 12px; display: flex; align-items: center; gap: 7px; white-space: nowrap; pointer-events: none; box-shadow: var(--shadow-2); z-index: 5; font-size: 12px; animation: rtpop .12s ease; }
@keyframes rtpop { from { opacity: 0; transform: translate(-50%,-50%) scale(.95); } }
.radial-tip .rt-sw { width: 9px; height: 9px; border-radius: 3px; flex-shrink: 0; }
.radial-tip .rt-n { font-weight: 540; display: flex; align-items: center; gap: 5px; }
.radial-tip .rt-n .flag { font-size: 13px; }
.radial-tip .rt-v { font-family: var(--mono); font-weight: 600; }
.radial-tip .rt-d { font-family: var(--mono); font-size: 10.5px; }
.plat-row .pr-delta { font-family: var(--mono); font-size: 10.5px; }
.crash-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; padding: 0 0 0 28px; }
.crash-head .ch-t { font-size: 12px; font-weight: 600; letter-spacing: .3px; text-transform: uppercase; color: var(--t4); }
.crash-list { display: flex; flex-direction: column; padding-left: 28px; }
.crash-row { display: grid; grid-template-columns: 1fr 46px 66px; align-items: center; gap: 12px; padding: 11px 12px 11px 0; border-top: 1px solid var(--line-2); border-radius: 8px; transition: .1s var(--ease); cursor: pointer; }
.crash-row:first-child { border-top: none; }
.crash-row:hover { background: var(--line-2); padding-left: 8px; }
.crash-n { font-family: var(--mono); font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.crash-s { font-size: 11px; color: var(--t2); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.crash-p { font-family: var(--mono); font-size: 9.5px; color: var(--t4); margin-top: 3px; text-transform: uppercase; letter-spacing: .3px; }
.crash-c { font-family: var(--mono); font-size: 13px; font-weight: 600; text-align: right; }
.crash-d { font-family: var(--mono); font-size: 10.5px; font-weight: 600; text-align: right; margin-top: 3px; }
.ask-v3 { display: flex; gap: 10px; margin-top: 4px; }
.ask-v3 .ask-in { flex: 1; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line-strong); border-radius: 10px; padding: 11px 15px; background: var(--surface); box-shadow: var(--shadow-1); }
.ask-v3 .ask-in:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }
.ask-v3 .ask-in input { border: none; outline: none; flex: 1; font-size: 13.5px; background: transparent; color: var(--text); }
.ask-chips-v3 { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 13px; }
.ask-chip-v3 { font-size: 12px; color: var(--t2); border: 1px solid var(--line); background: var(--surface); border-radius: 999px; padding: 6px 13px; transition: .12s var(--ease); }
.ask-chip-v3:hover { border-color: var(--accent-weak); color: var(--accent); background: var(--accent-tint); }
.sec-empty { display: flex; align-items: center; gap: 12px; padding: 26px 4px; color: var(--t3); font-size: 12.5px; border: 1px dashed var(--line-strong); border-radius: 10px; }
.sec-empty .se-ic { width: 30px; height: 30px; border-radius: 8px; background: var(--line-2); display: grid; place-items: center; color: var(--t3); flex-shrink: 0; }
.dins { display: flex; flex-direction: column; }
.dins-row { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line-2); }
.dins-row:first-child { border-top: none; }
.dins-ic { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.dins-t { font-size: 12.5px; font-weight: 540; line-height: 1.45; }
.dins-d { font-size: 11.5px; color: var(--t2); line-height: 1.5; margin-top: 4px; }
.dins-m { display: flex; align-items: center; gap: 9px; margin-top: 7px; }
.v3-2col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; }
.iss { display: flex; flex-direction: column; }
.iss-row { display: grid; grid-template-columns: 80px 1fr 56px 84px 54px; align-items: center; gap: 14px; padding: 14px 4px; border-top: 1px solid var(--line-2); transition: .1s var(--ease); cursor: pointer; }
.iss-row:first-child { border-top: none; }
.iss-row:hover { padding-left: 8px; }
.iss-sev { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; }
.iss-sev .pip { width: 7px; height: 7px; border-radius: 2px; }
.iss-t { min-width: 0; }
.iss-t .n { font-size: 12.5px; font-weight: 540; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.iss-t .m { font-family: var(--mono); font-size: 10.5px; color: var(--t3); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.iss-impact { font-family: var(--mono); font-size: 12px; font-weight: 600; text-align: right; }
.iss-d { font-family: var(--mono); font-size: 11.5px; font-weight: 600; text-align: right; color: var(--red); }
.sess-row { display: flex; align-items: center; gap: 12px; padding: 12px 2px; border-top: 1px solid var(--line-2); transition: .1s var(--ease); cursor: pointer; }
.sess-row:first-child { border-top: none; }
.sess-row:hover { padding-left: 6px; }
.sess-score { font-family: var(--mono); font-weight: 600; font-size: 14px; width: 30px; text-align: center; flex-shrink: 0; }
.sess-name { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12.5px; }
.sess-name .mono { color: var(--t3); }
.sess-tags { display: flex; gap: 6px; flex-shrink: 0; }
@media (max-width: 1040px) {
  .v3-2col { grid-template-columns: 1fr; gap: 44px; }
}
.v3dr-root { position: fixed; inset: 0; z-index: 200; }
.dsec { padding: 16px 0; border-top: 1px solid var(--line-2); }
.dsec:first-child { border-top: none; padding-top: 2px; }
.dsec-t { font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .7px; text-transform: uppercase; color: var(--t4); margin-bottom: 12px; }
.cd-row { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; padding: 15px 0; border-top: 1px solid var(--line-2); align-items: start; }
.cd-row:first-child { border-top: none; }
.cd-main { min-width: 0; }
.cd-n { font-family: var(--mono); font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cd-s { font-size: 11.5px; color: var(--t2); margin-top: 4px; }
.cd-meta { display: flex; align-items: center; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.cd-tag { font-family: var(--mono); font-size: 9.5px; color: var(--t3); background: var(--line-2); border-radius: 4px; padding: 2px 6px; text-transform: uppercase; letter-spacing: .3px; }
.cd-right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.cd-c { font-family: var(--mono); font-size: 15px; font-weight: 600; letter-spacing: -.4px; }
.cd-d { font-family: var(--mono); font-size: 10.5px; font-weight: 600; }
.cd-rec { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 540; color: var(--accent); border: 1px solid var(--accent-weak); background: var(--accent-tint); border-radius: 7px; padding: 6px 11px; margin-top: 2px; transition: .12s var(--ease); white-space: nowrap; }
.cd-rec:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.cd-spark { margin-top: 6px; }
.inf-load { display: grid; place-items: center; padding: 20px 0 8px; }
.ask-invest { display: flex; flex-direction: column; }
.ai-turn { padding: 4px 0 18px; }
.ai-q { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: -.2px; color: var(--text); padding: 12px 14px; background: var(--bg); border: 1px solid var(--line); border-radius: 11px; }
.ai-q .qk { margin-left: auto; font-family: var(--mono); font-size: 9.5px; color: var(--t4); text-transform: uppercase; letter-spacing: .4px; }
.ai-steps { display: flex; flex-direction: column; gap: 0; margin: 14px 0 4px; padding-left: 6px; }
.ai-step { display: grid; grid-template-columns: 18px 1fr; gap: 11px; padding: 7px 0; position: relative; }
.ai-step::before { content: ""; position: absolute; left: 8.5px; top: 22px; bottom: -7px; width: 1.5px; background: var(--line); }
.ai-step:last-child::before { display: none; }
.ai-step .st-ic { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: var(--green-weak); color: var(--green); z-index: 1; }
.ai-step .st-t { font-size: 12px; color: var(--t2); line-height: 1.5; padding-top: 1px; }
.ai-step .st-t b { color: var(--text); font-weight: 600; }
.ai-answer { margin-top: 14px; padding: 16px 17px; border: 1px solid var(--accent-weak); background: var(--accent-tint); border-radius: 13px; }
.ai-answer .aa-k { display: inline-flex; align-items: center; gap: 6px; font-size: 9.5px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--accent); }
.ai-answer .aa-t { font-size: 13.5px; line-height: 1.6; color: var(--text); margin-top: 10px; text-wrap: pretty; }
.ai-answer .aa-t b { font-weight: 600; }
.ai-answer .aa-t .mono { font-family: var(--mono); font-size: 12px; color: var(--t2); }
.ai-answer .aa-ev { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.ai-answer .aa-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 500; color: var(--t2); border: 1px solid var(--line); background: var(--surface); border-radius: 7px; padding: 5px 10px; transition: .12s var(--ease); }
.ai-answer .aa-chip:hover { border-color: var(--accent); color: var(--accent); }
.ai-followups { margin-top: 18px; }
.ai-fu-l { font-size: 10px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; color: var(--t4); margin-bottom: 10px; }
.ai-fu-list { display: flex; flex-direction: column; gap: 7px; }
.ai-fu { display: flex; align-items: center; gap: 10px; text-align: left; font-size: 12.5px; color: var(--text); border: 1px solid var(--line); background: var(--surface); border-radius: 9px; padding: 10px 13px; transition: .12s var(--ease); }
.ai-fu:hover { border-color: var(--accent-weak); background: var(--accent-tint); }
.ai-fu .fu-ar { margin-left: auto; color: var(--t4); }
.ai-fu:hover .fu-ar { color: var(--accent); }
@media (max-width: 640px) {
  .v3-hero, .perf-grid { grid-template-columns: 1fr; }
  .v3-hero-l { border-right: none; border-bottom: 1px solid var(--line); }
  .perf-chart-wrap { border-right: none; border-bottom: 1px solid var(--line); }
  .term { grid-template-columns: 1fr; }
  .term-rail { border-right: none; border-bottom: 1px solid var(--line); flex-direction: row; overflow-x: auto; }
  .v3-2col { grid-template-columns: 1fr; gap: 44px; }
  .plat-grid { grid-template-columns: 1fr; }
  .plat-col + .plat-col { border-left: none; border-top: 1px solid var(--line); }
}
.ask-chat { display: flex; flex-direction: column; gap: 20px; padding: 8px 0 6px; }
.ask-chat-end { height: 1px; scroll-margin-bottom: 12px; }
.ask-chat.empty { align-items: center; text-align: center; gap: 0; padding: 52px 20px; }
.ask-empty-badge { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  color: #fff; background: linear-gradient(140deg, var(--accent-2), var(--accent)); box-shadow: var(--shadow-2); margin-bottom: 16px; }
.ask-empty-t { font-size: 15px; font-weight: 600; letter-spacing: -.2px; color: var(--text); }
.ask-empty-d { font-size: 12.5px; line-height: 1.6; color: var(--t3); max-width: 328px; margin-top: 9px; text-wrap: pretty; }
.ask-msg { display: flex; gap: 11px; align-items: flex-start; animation: askMsgIn .18s cubic-bezier(.23,1,.32,1); }
@keyframes askMsgIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.ask-msg.user { justify-content: flex-end; }
.ask-msg.user .ask-bub { max-width: 82%; background: var(--accent-tint); border: 1px solid var(--accent-weak);
  color: var(--text); font-size: 13.5px; line-height: 1.5; letter-spacing: -.1px; padding: 9px 13px;
  border-radius: 13px 13px 4px 13px; text-wrap: pretty; }
.ask-av { flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  color: #fff; background: linear-gradient(140deg, var(--accent-2), var(--accent)); box-shadow: inset 0 1px 0 rgba(255,255,255,.25); margin-top: 1px; }
.ask-msg.assistant .ask-bub { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 13px; padding-top: 3px; }
.ask-think { border: 1px solid var(--line); border-radius: 10px; background: var(--panel); overflow: hidden; }
.ask-think-h { display: flex; align-items: center; gap: 9px; width: 100%; text-align: left; padding: 9px 11px; font-size: 12px; color: var(--t2); transition: background .12s var(--ease); }
.ask-think-h:hover { background: var(--line-2); }
.ask-think .atk-ic { width: 16px; height: 16px; display: grid; place-items: center; color: var(--accent); flex-shrink: 0; }
.ask-think .atk-t { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ask-think .atk-chev { display: inline-flex; color: var(--t4); flex-shrink: 0; transition: transform .18s var(--ease); }
.ask-think.open .atk-chev { transform: rotate(180deg); }
.ask-think-body { padding: 3px 12px 9px; border-top: 1px solid var(--line); }
.ask-think-body .ask-step { padding: 5px 0; opacity: .45; }
.ask-think-body .ask-step.done, .ask-think-body .ask-step.active { opacity: 1; }
.ask-think-body .ask-step.active .as-t { color: var(--text); }
.ask-ans .ask-body { font-size: 13px; line-height: 1.5; letter-spacing: -.00666667em; color: var(--text); text-wrap: pretty; }
.ask-ans.err .ask-body { color: var(--red); }
.ask-body > :first-child { margin-top: 0; }
.ask-body > :last-child { margin-bottom: 0; }
.ask-body p { margin: 0 0 8px; }
.ask-body ul, .ask-body ol { margin: 0 0 8px; padding-left: 18px; }
.ask-body li { margin: 2px 0; }
.ask-body li > p { margin: 0; }
.ask-body h1, .ask-body h2, .ask-body h3, .ask-body h4 { margin: 12px 0 6px; line-height: 1.3; font-weight: 600; }
.ask-body h1 { font-size: 15px; }
.ask-body h2 { font-size: 14px; }
.ask-body h3, .ask-body h4 { font-size: 13px; }
.ask-body strong { font-weight: 600; }
.ask-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.ask-body code { font-family: var(--mono); font-size: .9em; color: var(--t2); background: var(--line-2); padding: 1px 4px; border-radius: 4px; }
.ask-body pre { margin: 0 0 8px; padding: 9px 11px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; overflow-x: auto; }
.ask-body pre code { background: none; padding: 0; font-size: 12px; }
.ask-body blockquote { margin: 0 0 8px; padding-left: 10px; border-left: 2px solid var(--line); color: var(--t2); }
.ask-body .ask-table-wrap { margin: 0 0 8px; overflow-x: auto; }
.ask-body table { border-collapse: collapse; width: 100%; font-size: 12px; }
.ask-body th, .ask-body td { border: 1px solid var(--line); padding: 5px 9px; text-align: left; vertical-align: top; }
.ask-body thead th { font-weight: 600; background: var(--line-2); white-space: nowrap; }
.ask-caret { display: inline-block; width: 2px; height: 1em; margin-left: 2px; vertical-align: -2px; background: var(--accent); border-radius: 1px; animation: caretBlink 1.05s steps(1, end) infinite; }
.ask-typing { display: inline-flex; gap: 4px; padding: 3px 0; }
.ask-typing span { width: 5px; height: 5px; border-radius: 50%; background: var(--t4); animation: askDot 1.1s var(--ease) infinite; }
.ask-typing span:nth-child(2) { animation-delay: .16s; }
.ask-typing span:nth-child(3) { animation-delay: .32s; }
@keyframes askDot { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.ask-ev { display: flex; flex-wrap: wrap; gap: 8px; }
.ask-acts { display: flex; flex-wrap: wrap; gap: 9px; }
