.price-ticker{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-bottom:1px solid #ffffff1a;height:40px;overflow:hidden;position:relative;width:100%;z-index:1000}.ticker-container{height:100%;overflow:hidden;width:100%}.ticker-track{animation:ticker 60s linear infinite;display:flex;white-space:nowrap}.ticker-item{align-items:center;border-right:1px solid #ffffff1a;color:#fff;display:inline-flex;font-family:Inter,sans-serif;font-size:14px;padding:0 20px}.coin-symbol{font-weight:600}.coin-price,.coin-symbol{margin-right:8px}.coin-change{font-weight:500}.coin-change.positive{color:#10b981}.coin-change.negative{color:#ef4444}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ticker-container:hover .ticker-track{animation-play-state:paused}.ticker-item:hover{background:#ffffff0d;transition:background .3s ease}