/* Pump supply squeeze tracker. Kept as a route asset so strict CSP stays class-based. */
.squeeze-tracker{background:linear-gradient(135deg,rgba(16,185,129,.1) 0%,rgba(59,130,246,.1) 100%);border:2px solid rgba(16,185,129,.4);border-radius:20px;margin-bottom:30px;padding:25px}
.squeeze-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:20px}
.squeeze-title{display:flex;align-items:center;gap:12px}
.squeeze-title h3{color:#10b981;font-size:1.4rem;margin:0}
.squeeze-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.squeeze-source{color:#94a3b8;background:rgba(0,0,0,.2);border-radius:8px;padding:6px 12px;font-size:.8rem}
.squeeze-source a{color:#10b981;text-decoration:none}
.squeeze-source a:hover{text-decoration:underline}
.squeeze-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:25px}
.squeeze-stat{background:rgba(0,0,0,.2);border-radius:12px;text-align:center;padding:18px}
.squeeze-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.75rem}
.squeeze-stat-value{color:#10b981;font-size:1.6rem;font-weight:800}
.squeeze-stat-value.highlight{background:linear-gradient(135deg,#10b981 0%,#3b82f6 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.squeeze-stat-sub{color:#64748b;margin-top:4px;font-size:.8rem}
.supply-sources{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;background:rgba(0,0,0,.15);border-radius:12px;margin-bottom:25px;padding:15px}
.supply-source-item{text-align:center;padding:12px}
.supply-source-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:.7rem}
.supply-source-value{color:#cbd5e1;font-size:1.1rem;font-weight:700}
.supply-source-tag{color:#64748b;margin-top:3px;font-size:.65rem}
.squeeze-progress-container{margin-bottom:20px}
.squeeze-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.squeeze-progress-label{color:#cbd5e1;font-size:.9rem;font-weight:600}
.squeeze-progress-percent{color:#10b981;font-size:1.1rem;font-weight:800}
.squeeze-progress-bar{height:24px;background:rgba(0,0,0,.3);border-radius:12px;overflow:hidden;position:relative}
.squeeze-progress-fill{height:100%;min-width:2px;background:linear-gradient(90deg,#10b981 0%,#3b82f6 50%,#8b5cf6 100%);border-radius:12px;transition:width 1s ease-out;position:relative}
.squeeze-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:shimmer 2s infinite}
@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.squeeze-milestones{display:flex;justify-content:space-between;color:#64748b;margin-top:8px;font-size:.75rem}
.squeeze-milestone.reached{color:#10b981;font-weight:600}
.buyback-chart-container{background:rgba(0,0,0,.2);border-radius:12px;margin-top:20px;padding:20px}
.buyback-chart-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:15px;font-size:.9rem}
.buyback-chart-inner{display:flex;gap:8px}
.buyback-y-axis{color:#94a3b8;text-align:right;flex-direction:column;justify-content:space-between;width:48px;height:160px;font-size:.68rem;display:flex}
.buyback-bars{display:flex;align-items:flex-end;gap:3px;height:160px;border-bottom:1px solid rgba(148,163,184,.2);padding-bottom:25px;position:relative}
.buyback-bar-wrapper{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}
.buyback-bar{cursor:pointer;background:linear-gradient(180deg,#10b981 0%,#059669 100%);border-radius:4px 4px 0 0;width:100%;max-width:35px;transition:filter .3s,transform .3s;position:relative}
.buyback-bar:hover{filter:brightness(1.2);transform:scaleY(1.02)}
.buyback-bar-value{color:#10b981;white-space:nowrap;margin-bottom:2px;font-size:.55rem;font-weight:600;position:absolute;bottom:100%;left:50%;transform:translateX(-50%)}
.buyback-bar-wrapper:nth-child(even) .buyback-bar-value{margin-bottom:10px}
.buyback-bar-date{color:#64748b;text-align:center;margin-top:6px;font-size:.6rem}
.buyback-bar-tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);z-index:100;color:var(--color-text);white-space:nowrap;background:rgba(15,23,42,.95);border:1px solid #10b981;border-radius:8px;margin-bottom:20px;padding:8px 12px;font-size:.8rem}
.buyback-bar:hover .buyback-bar-tooltip,.buyback-bar.tooltip-active .buyback-bar-tooltip,.buyback-bar:focus-visible .buyback-bar-tooltip{display:block}
@media (width<=768px){.squeeze-tracker{border-radius:16px;margin-bottom:20px;padding:18px}.squeeze-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:15px}.squeeze-title h3{font-size:1.1rem}.squeeze-badge{padding:3px 10px;font-size:.65rem}.squeeze-source{padding:5px 10px;font-size:.7rem}.squeeze-stats{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.squeeze-stat{border-radius:10px;padding:14px 10px}.squeeze-stat-label{margin-bottom:6px;font-size:.65rem}.squeeze-stat-value{font-size:1.3rem}.squeeze-stat-sub{font-size:.7rem}.supply-sources{gap:10px;padding:12px}.supply-source-item{padding:8px}.supply-source-value{font-size:.95rem}.squeeze-progress-container{margin-bottom:15px}.squeeze-progress-label{font-size:.8rem}.squeeze-progress-percent{font-size:1rem}.squeeze-progress-bar{height:20px}.squeeze-milestones{font-size:.65rem}.buyback-chart-container{border-radius:10px;margin-top:15px;padding:15px}.buyback-chart-title{margin-bottom:12px;font-size:.8rem}.buyback-chart-inner{gap:6px}.buyback-y-axis{width:40px;height:130px;font-size:.58rem}.buyback-bars{gap:2px;height:130px;padding-bottom:20px}.buyback-bar{max-width:25px}.buyback-bar-value{font-size:.45rem}.buyback-bar-date{font-size:.5rem}.buyback-bar-tooltip{padding:6px 10px;font-size:.7rem}}
@media (width<=480px){.squeeze-tracker{padding:14px}.squeeze-title{gap:8px}.squeeze-title h3{font-size:1rem}.squeeze-badge{font-size:.6rem}.squeeze-source{font-size:.65rem}.squeeze-stats{gap:8px}.squeeze-stat{padding:12px 8px}.squeeze-stat-label{font-size:.6rem}.squeeze-stat-value{font-size:1.1rem}.squeeze-stat-sub{font-size:.65rem}.supply-sources{grid-template-columns:1fr}.squeeze-progress-label{font-size:.75rem}.squeeze-progress-percent{font-size:.9rem}.squeeze-progress-bar{height:18px}.squeeze-milestones{font-size:.6rem}.buyback-chart-container{padding:12px}.buyback-chart-title{font-size:.75rem}.buyback-chart-inner{display:block}.buyback-y-axis{display:none}.buyback-bars{height:110px}.buyback-bar{max-width:20px}.buyback-bar-value{font-size:.4rem}.buyback-bar-date{font-size:.45rem}}
