.market-gauge{background:linear-gradient(180deg,var(--dv-card-2),var(--dv-card-1));border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md, 12px);padding:14px 18px;display:flex;flex-direction:column;gap:6px;min-width:0;width:100%;box-sizing:border-box}body.light .market-gauge{border-color:#0f172a14}.market-gauge__header{display:flex;align-items:center;gap:6px}.market-gauge__title{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--dv-text-2);font-weight:600}.market-gauge__lights{display:flex;gap:8px;align-items:center;margin:2px 0}.market-gauge__dot{width:16px;height:16px;border-radius:50%;opacity:.18;transition:opacity .3s,box-shadow .3s}.market-gauge__dot--green{background:var(--risk-chill, #00c48c)}.market-gauge__dot--ltgreen{background:#66d9a0}.market-gauge__dot--yellow{background:var(--risk-headsup, #ffd659)}.market-gauge__dot--red{background:var(--risk-wtf, #ff4d4f)}.market-gauge__dot.active{opacity:1}.market-gauge__dot--green.active{box-shadow:0 0 8px #00c48c80}.market-gauge__dot--ltgreen.active{box-shadow:0 0 8px #66d9a080}.market-gauge__dot--yellow.active{box-shadow:0 0 8px #ffd65980}.market-gauge__dot--red.active{box-shadow:0 0 8px #ff4d4f80}.market-gauge__dot.active{animation:gauge-pulse 2.4s ease-in-out infinite}@keyframes gauge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.market-gauge__label{font-weight:700;font-size:1.1rem;color:var(--dv-text-1)}.market-gauge--risk-on .market-gauge__label{color:var(--risk-chill, #00c48c)}.market-gauge--pullback .market-gauge__label{color:#66d9a0}.market-gauge--caution .market-gauge__label{color:var(--risk-headsup, #ffd659)}.market-gauge--risk-off .market-gauge__label{color:var(--risk-wtf, #ff4d4f)}.market-gauge__desc{font-size:.78rem;color:var(--dv-text-2);line-height:1.4}.market-gauge__detail{font-size:.72rem;color:var(--dv-text-2);opacity:.7;font-variant-numeric:tabular-nums;margin-top:2px}.market-gauge--offline .market-gauge__label{color:var(--dv-text-2);opacity:.6}@media(max-width:600px){.market-gauge{padding:12px 14px}.market-gauge__dot{width:14px;height:14px}.market-gauge__label{font-size:1rem}}
