.liveDot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);animation:livePulse 1.6s ease-in-out infinite;flex:0 0 auto}
@keyframes livePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(1.5)}}
.liveFlash{transition:color .3s ease}
/* --- live crypto chart (real, live) --- */
.liveCryptoSection{padding:0 0 76px}
.liveCryptoGrid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.cryptoCard{background:#0d1019cc;border:1px solid var(--line);border-radius:18px;padding:22px}
.cryptoTop{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.cryptoName{display:flex;align-items:center;gap:9px;font-weight:700;font-size:15px}
.cryptoName .sym{color:#687188;font-weight:500;font-size:12px}
.cryptoStatus{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;color:#8e96ab;font-family:ui-monospace,monospace}
.cryptoStatus .liveDot{background:var(--green);box-shadow:0 0 12px var(--green)}
.cryptoStatus.connecting .liveDot{background:var(--yellow);box-shadow:0 0 12px var(--yellow)}
.cryptoPrice{font-size:30px;font-weight:800;margin-top:14px;font-variant-numeric:tabular-nums}
.cryptoChange{font-size:12.5px;margin-top:2px;font-weight:600}
.cryptoCanvasWrap{position:relative;height:130px;margin-top:16px}
.cryptoCanvasWrap canvas{width:100%;height:100%;display:block}
.cryptoMeta{display:flex;justify-content:space-between;color:#687188;font-size:10.5px;margin-top:10px;font-family:ui-monospace,monospace}
@media(max-width:850px){.liveCryptoGrid{grid-template-columns:1fr}}
/* Marktstimmungs-Kachel in der Seitenleiste */
.marketPulse{padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:#0b0e16}
.marketPulse .mpLabel{display:block;font-size:9.5px;letter-spacing:.09em;text-transform:uppercase;color:#6f7789;font-weight:700}
.marketPulse b{display:block;font-size:21px;font-weight:800;letter-spacing:-.03em;margin:6px 0 2px}
.marketPulse .mpSub{display:block;font-size:11px;color:#7e879b}
.marketPulse .mpTrack{height:5px;border-radius:5px;background:#ffffff0e;overflow:hidden;margin-top:10px}
.marketPulse .mpTrack i{display:block;height:100%;border-radius:5px;transition:width .7s cubic-bezier(.22,.9,.3,1)}
@media(max-width:960px){.marketPulse{display:none}}

/* Beträge in den Flow-Balken nicht umbrechen lassen */
.dashView .benchRow .bVal{white-space:nowrap;width:auto;min-width:74px}
.dashView .benchRow .bLabel{width:120px}

/* Whale vs. Du */
.wvyRow{display:flex;align-items:center;gap:11px;margin-bottom:10px}
.wvySym{width:46px;flex:0 0 auto;font-size:12.5px}
.wvyBars{flex:1;display:flex;flex-direction:column;gap:4px}
.wvyBar{height:5px;border-radius:5px;background:#ffffff0e;overflow:hidden}
.wvyBar i{display:block;height:100%;border-radius:5px}
.wvyDiff{width:60px;text-align:right;font-size:12px;font-weight:700;flex:0 0 auto}

/* Lügendetektor */
.lieRow{display:flex;align-items:flex-start;gap:11px;padding:11px 12px;border:1px solid var(--line);
  border-radius:12px;margin-bottom:8px;background:#ffffff04}
.lieRow:last-child{margin-bottom:0}
.lieRow.bad{border-color:#ff5d7930;background:#ff5d7908}
.lieRow.ok{border-color:#27e7a42a;background:#27e7a406}
.lieIco{width:20px;height:20px;flex:0 0 auto;border-radius:50%;display:flex;align-items:center;
  justify-content:center;font-size:11px;font-weight:800}
.lieRow.bad .lieIco{background:#ff5d7920;color:#ff8ca0}
.lieRow.ok .lieIco{background:#27e7a420;color:#7ff0c6}
.lieMain{flex:1;min-width:0}
.lieMain b{display:block;font-size:12.5px}
.lieMain small{display:block;font-size:11px;color:#7e879b;margin-top:3px;line-height:1.5}
.lieVerdict{flex:0 0 auto;font-size:10.5px;font-weight:800;align-self:center;white-space:nowrap}

/* Liquidation-Heatmap */
.liqGrid{display:grid;grid-template-columns:repeat(8,1fr);gap:7px;align-items:end}
.liqCell{display:flex;flex-direction:column;align-items:center;gap:5px}
.liqBarWrap{width:100%;height:90px;display:flex;align-items:flex-end;border-radius:7px;
  background:#ffffff08;overflow:hidden}
.liqBarWrap i{display:block;width:100%;border-radius:7px 7px 0 0}
.liqPct{font-size:10.5px;font-weight:700}
.liqVol{font-size:9.5px;color:#7e879b}
@media(max-width:760px){.liqGrid{grid-template-columns:repeat(4,1fr);row-gap:14px}}

/* Next-Move Predictor */
.nmRow{padding:12px 13px;border:1px solid var(--line);border-radius:12px;background:#ffffff04;margin-bottom:9px}
.nmRow:last-child{margin-bottom:0}
.nmTop{display:flex;align-items:center;gap:9px;margin-bottom:9px;flex-wrap:wrap}
.nmTop b{font-size:12.5px}
.nmProb{margin-left:auto;font-size:11px;font-weight:800;white-space:nowrap}
.nmProb.red{color:#ff8ca0}
.nmProb.yellow{color:#e7d9a8}
.nmSigs{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.nmSig{padding:3px 9px;border-radius:999px;background:#ffffff08;border:1px solid var(--line);font-size:10.5px;color:#cbd0dc}

/* Consensus vs. Reality: Zwischenüberschriften */
.cvrSub{font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:#7e879b;font-weight:700;margin:0 0 11px}
.cvrSub + *{margin-top:0}
#consensusBox .cvrSub:not(:first-child){margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}

/* Whale-Score mit Regime-Awareness */
.scoreRow{padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:#ffffff04;margin-bottom:8px}
.scoreRow:last-of-type{margin-bottom:0}
.scoreTop{display:flex;align-items:center;gap:9px;margin-bottom:8px;flex-wrap:wrap}
.scoreTop b{font-size:12.5px}
.regTag{font-size:10px;color:#cbd0dc;background:#ffffff0a;border:1px solid var(--line);border-radius:999px;padding:2px 8px}
.scoreVal{margin-left:auto;font-size:13px;font-weight:800}
.scoreRow small{display:block;font-size:11px;color:#7e879b;margin-top:7px;line-height:1.5}

/* Copy without Victim Risk */
.copyRow{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #ffffff08}
.copyRow:last-of-type{border-bottom:0}
.copyMain{min-width:0}
.copyMain b{display:block;font-size:12.5px}
.copyMain small{display:block;font-size:10.5px;color:#7e879b;margin-top:2px;line-height:1.45}
.copyRow.no .copyMain small{color:#e7d9a8}
