.crypto-card{background:#1f1940;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:19px 24px;min-height:200px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.crypto-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(41,169,235,.1),rgba(255,255,255,.05));opacity:0;transition:opacity .3s ease;z-index:-1}.crypto-card:hover{border-color:rgba(41,169,235,.3);box-shadow:0 10px 30px rgba(0,0,0,.3)}.crypto-card:hover:before{opacity:1}.crypto-header{display:flex;align-items:center;gap:12px;margin-bottom:49px}.crypto-icon-container{width:63px;height:63px;border-radius:50%;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.crypto-icon{width:48px;height:48px;border-radius:50%;object-fit:cover}.crypto-info{flex:1;min-width:0}.crypto-name{color:#fff;font-size:26px;font-weight:700;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crypto-symbol{color:#a0aec0;font-size:12px;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.5px}.crypto-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding-bottom:12px}.price-value{color:#fff;font-size:33px;font-weight:700}.price-change,.price-value{font-family:Courier New,monospace}.price-change{font-size:26px;font-weight:400;border-radius:6px}.price-change.positive{color:#10b981}.price-change.negative{color:#ef4444}.crypto-stats{display:flex;flex-direction:column;gap:8px}.stat-item{display:flex;gap:.5rem;align-items:center}.stat-label{color:#a0aec0;font-size:23px;font-weight:500;letter-spacing:.5px}.stat-value{color:#29a9eb;font-size:23px;font-weight:600;font-family:Courier New,monospace}@media(max-width:768px){.crypto-card{padding:16px;min-height:180px}.crypto-name{font-size:14px}.price-value{font-size:18px}.price-change{font-size:12px;padding:3px 6px}.stat-label{font-size:11px}.stat-value{font-size:12px}}@media(max-width:480px){.crypto-card{padding:14px;min-height:160px}.crypto-header{gap:25px;margin-bottom:12px}.crypto-icon-container{width:36px;height:36px}.crypto-icon{width:28px;height:28px}.crypto-name{font-size:13px}.crypto-symbol{font-size:11px}.crypto-price{margin-bottom:12px;padding-bottom:10px}.price-value{font-size:16px}.price-change{font-size:11px;padding:2px 5px}.crypto-stats{gap:6px}.stat-label{font-size:10px}.stat-value{font-size:11px}}@keyframes priceUpdate{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.price-value.updating{animation:priceUpdate .5s ease-in-out}.crypto-card.loading{background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}