.gradient-text{background:linear-gradient(135deg,var(--orange),var(--orange-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.insight-card{border-left:3px solid var(--orange);background:rgba(255,103,46,.06)}.warning-card{border-left:3px solid #f59e0b;background:rgba(245,158,11,.08)}.danger-card{border-left:3px solid #ef4444;background:rgba(239,68,68,.08)}.ramp-bar{transition:height .6s cubic-bezier(.16,1,.3,1)}.animated-num{transition:color .3s;will-change:contents}.platform-bar,.stack-segment{transition:width .6s cubic-bezier(.16,1,.3,1),background .3s}.flash-on-update{animation:flash .6s ease-out}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:rgba(26,26,26,.95);color:white;padding:10px 18px;border-radius:8px;font-size:13px;opacity:0;transition:opacity .3s,transform .3s;pointer-events:none;z-index:100}.toast.show{opacity:1;transform:translateX(-50%) translateY(-4px)}