.crypto-table{width:100%;max-width:1200px;margin:20px auto;border-collapse:collapse;text-align:center;background-color:var(--background-color);border-radius:12px;overflow:hidden;box-shadow:0 6px 15px rgba(0,0,0,.1);transition:all .3s ease}.crypto-table td,.crypto-table th{padding:16px 12px;border:1px solid var(--table-border);font-size:1rem;white-space:nowrap}.crypto-table th{background:linear-gradient(135deg,var(--table-header-bg-start),var(--table-header-bg-end));font-weight:700;text-transform:uppercase;color:var(--text-light);letter-spacing:1px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.crypto-table tbody tr{transition:background-color .3s ease,transform .2s ease;cursor:pointer}.crypto-table tbody tr:hover{background-color:var(--table-row-hover-bg);transform:scale(1.01)}.crypto-table .crypto-name{display:flex;align-items:center;gap:12px;justify-content:flex-start}.crypto-table .crypto-icon{width:42px;height:42px;border-radius:50%;object-fit:cover;transition:transform .3s ease,filter .3s ease}.crypto-table .crypto-icon:hover{transform:scale(1.3) rotate(10deg);filter:brightness(1.2)}.crypto-table .positive{color:var(--positive-color);font-weight:700}.crypto-table .negative{color:var(--negative-color);font-weight:700}.crypto-table tbody td{font-size:.95rem;color:var(--text-color);text-align:center;vertical-align:middle}.crypto-table .sparkline{display:flex;align-items:flex-end;justify-content:center;height:40px;gap:4px}.crypto-table .sparkline div{width:5px;background-color:var(--sparkline-color);border-radius:3px;transition:height .3s ease,background-color .3s ease}.crypto-table .sparkline div:hover{background-color:var(--accent-color)}@media (max-width:1024px){.crypto-table td,.crypto-table th{font-size:.9rem;padding:12px}.crypto-table .crypto-icon{width:36px;height:36px}.crypto-table .sparkline{height:30px}.crypto-table .sparkline div{width:4px}}@media (max-width:768px){.crypto-table{font-size:.85rem}.crypto-table td,.crypto-table th{padding:10px;white-space:normal}.crypto-table .crypto-icon{width:32px;height:32px}.crypto-table .sparkline{height:25px}.crypto-table .sparkline div{width:3px}}@media (max-width:480px){.crypto-table{font-size:.8rem}.crypto-table td,.crypto-table th{padding:8px}.crypto-table .crypto-icon{width:28px;height:28px}.crypto-table .sparkline{height:20px}.crypto-table .sparkline div{width:2.5px}.crypto-table tbody tr{display:grid;grid-template-columns:1fr 2fr;grid-gap:10px;gap:10px;padding:10px 0}.crypto-table tbody tr:hover{background-color:var(--table-row-hover-bg);transform:none}.crypto-table td,.crypto-table th{display:flex;justify-content:space-between;align-items:center;gap:8px}}