:root{--bg: #f4f7fb;--card: #ffffff;--muted: #6b7280;--text: #0f1724;--accent: #0ea5b7;--glass: rgba(15,23,36,.03)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,#f8fafc,#eef2f7);color:#0f1724;padding:24px}.site-header h1{margin:0 0 18px}.exchanges{display:flex;gap:12px;margin-bottom:18px}.exchange-card{flex:1;padding:14px;background:var(--card);border-radius:10px;text-align:center;box-shadow:0 1px 2px #1018280a}.card{background:var(--card);padding:14px;border-radius:10px;box-shadow:0 1px 3px #1018280f}.card-title{font-weight:600;margin-bottom:8px}.card-value{font-size:18px;font-weight:700}.card-change{color:var(--accent);margin-top:6px}.main-grid{display:flex;flex-direction:column;gap:12px}.earnings-card{padding:16px}.earnings-list{display:flex;gap:10px}.earn-item{background:var(--glass);padding:8px;border-radius:8px;min-width:140px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.portfolio-card .holding{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.02)}.gainers-list,.crypto-list,.options-list{display:flex;flex-direction:column;gap:8px}.gainer,.crypto-item,.option-item{display:flex;justify-content:space-between;padding:8px;background:#ffffff05;border-radius:6px}.crypto-table-container{overflow:auto}.crypto-table{width:100%;border-collapse:collapse;font-size:14px}.crypto-table thead th{padding:12px 14px;text-align:left;color:var(--accent);font-weight:700;font-size:14px;cursor:default}.crypto-table tbody td{padding:12px;color:var(--text);border-top:1px solid rgba(0,0,0,.04);vertical-align:middle}.crypto-table thead th:hover{opacity:.95}.crypto-table thead th{cursor:pointer}.crypto-table thead th{position:sticky;top:0;background:var(--card);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5;border-bottom:1px solid rgba(0,0,0,.06)}.crypto-table .th-asset{min-width:200px}.asset-cell .asset-left{display:flex;align-items:center;gap:12px}.asset-icon{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffb703,#fb5607);color:#fff;font-weight:700}.asset-icon{position:relative;overflow:hidden}.asset-icon img{position:absolute;top:0;right:0;bottom:0;left:0;width:36px;height:36px;border-radius:50%;object-fit:cover;display:block}.asset-initial{position:relative;z-index:1;color:#fff;font-weight:700}.asset-text .asset-name{font-weight:700}.asset-text .asset-sub{font-size:12px;color:var(--muted);margin-top:2px}.price-cell{font-weight:700}.chart-cell{width:100px}.change-cell{display:flex;align-items:center;gap:8px}.change-cell.up{color:#10b981}.change-cell.down{color:#ef4444}.change-arrow{font-size:12px}.sort-indicator{color:var(--muted);margin-left:6px;font-size:12px}@media (max-width:900px){.crypto-table thead th:nth-child(5),.crypto-table td:nth-child(5){display:none}.crypto-table thead th:nth-child(6),.crypto-table td:nth-child(6){display:none}}.crypto-table thead th:nth-child(1),.crypto-table tbody td:nth-child(1){width:36%;min-width:140px}.crypto-table thead th:nth-child(2),.crypto-table tbody td:nth-child(2){width:14%}.crypto-table thead th:nth-child(3),.crypto-table tbody td:nth-child(3){width:16%}.crypto-table thead th:nth-child(4),.crypto-table tbody td:nth-child(4){width:12%}.crypto-table thead th:nth-child(5),.crypto-table tbody td:nth-child(5){width:12%}.crypto-table thead th:nth-child(6),.crypto-table tbody td:nth-child(6){width:10%}.crypto-table thead th:nth-child(5),.crypto-table tbody td:nth-child(5){text-align:right}.crypto-table thead th:nth-child(6),.crypto-table tbody td:nth-child(6){text-align:right}.mktcap-cell{text-align:right;font-weight:700}.volume-cell{text-align:right}.asset-cell .asset-left{gap:10px}.asset-icon{width:32px;height:32px}.asset-initial{font-size:14px}.asset-text .asset-name{font-weight:700;font-size:13px;color:var(--text)}.asset-text .asset-sub{font-size:12px;color:var(--muted);font-weight:600}.price-cell{color:var(--text);font-weight:700}.card-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid rgba(16,24,40,.04)}.card-controls{display:flex;gap:6px}.card-btn{background:transparent;border:none;color:var(--muted);padding:6px 8px;border-radius:6px;cursor:pointer}.card-btn:hover{background:#ffffff05;color:#fff}.card-body{padding:12px}.crypto-table-container{max-height:360px;overflow-y:auto;padding-right:6px}.card.minimized .card-body{display:none}.card.maximized{position:fixed;top:24px;right:24px;bottom:24px;left:24px;z-index:1200;border-radius:8px;padding:0;display:flex;flex-direction:column}.card.maximized .card-body{flex:1;overflow:auto}.crypto-table-container::-webkit-scrollbar{width:10px}.crypto-table-container::-webkit-scrollbar-track{background:transparent}.crypto-table-container::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:6px}.crypto-table-container::-webkit-scrollbar-thumb:hover{background:#ffffff17}@media (max-width:700px){.exchanges{flex-direction:column}}
