*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;background:#0b0e11;color:#c7ccd0;line-height:1.4;font-size:13px;margin:0;padding:0}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1900px;margin:0 auto;padding:12px}header{text-align:center;margin-bottom:16px;padding:12px 0}header h1{font-size:24px;color:#fff;font-weight:500;margin-bottom:6px;letter-spacing:-.3px}header p{color:#6b7280;font-size:13px;font-weight:400;margin-bottom:0}.controls{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding:12px 16px;background:#0f1419;border-radius:6px;border:1px solid #1a1f29;gap:20px}.token-manager{display:flex;flex-direction:column;gap:8px}.add-tokens-section{text-align:center;margin-bottom:4px}.add-tokens-heading{margin:0;font-size:16px;font-weight:600;color:#4fd1c7;letter-spacing:-.3px}.add-tokens-subheading{margin:2px 0 0;font-size:11px;color:#9ca3af;font-weight:400}.token-search{position:relative}.token-search input{width:320px;padding:8px 12px;background:#0f1419;border:1px solid #2a3441;border-radius:4px;color:#c7ccd0;font-size:13px;transition:all .2s;font-weight:400}.token-search input:focus{outline:none;border-color:#4fd1c7;background:#0f1419;box-shadow:0 0 0 2px #4fd1c71a}.add-btn{padding:8px 16px;background:#4fd1c7;color:#0b0e11;border:none;border-radius:4px;font-weight:500;font-size:13px;cursor:pointer;transition:all .2s}.add-btn:hover{background:#3bb3a8;transform:none}.add-btn:disabled{background:#2a3441;color:#6b7280;cursor:not-allowed;transform:none}.section-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:0 4px;justify-content:space-between}.section-header-left{display:flex;align-items:center;gap:8px}.section-header h3{margin:0;color:#fff;font-size:14px;font-weight:500}.section-subtitle{color:#6b7280;font-size:11px;font-weight:400}.save-basket-inline{display:flex;align-items:center;gap:6px}.basket-label{font-size:11px;color:#9ca3af;white-space:nowrap}#basket-name-input{width:140px;background:#1a1f29;border:1px solid #2d3748;border-radius:4px;padding:4px 8px;color:#e5e7eb;font-size:11px}#basket-name-input:focus{outline:none;border-color:#4fd1c7}.save-basket-btn{background:#4fd1c7;color:#0b0e11;border:none;padding:4px 8px;border-radius:4px;font-size:11px;cursor:pointer;transition:background-color .2s;white-space:nowrap;font-weight:500}.save-basket-btn:hover{background:#3bb3a8}.share-tokens-btn{background:#8b5cf6;color:#fff;border:none;padding:4px 8px;border-radius:4px;font-size:11px;cursor:pointer;transition:background-color .2s;white-space:nowrap;font-weight:500}.share-tokens-btn:hover{background:#7c3aed}.saved-baskets-section{margin-bottom:12px}.saved-baskets{display:flex;flex-wrap:wrap;gap:6px;min-height:44px;padding:10px 12px;background:#0f1419;border-radius:4px;border:1px solid #1a1f29}.basket-chip{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#0f1419;border:1px solid #2a3441;border-radius:12px;color:#c7ccd0;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.basket-chip:hover{background:#2a3441;border-color:#4fd1c7;transform:translateY(-1px);box-shadow:0 2px 4px #4fd1c733}.basket-chip .basket-icon{font-size:10px}.basket-chip .basket-category{background:#2a3441;padding:1px 4px;border-radius:2px;font-size:8px;text-transform:uppercase;margin-left:4px}.basket-chip .basket-category.defi{background:#1e40af}.basket-chip .basket-category.gaming{background:#7c3aed}.basket-chip .basket-category.layer1{background:#059669}.basket-chip .basket-category.layer2{background:#0891b2}.basket-chip .basket-category.meme{background:#f59e0b}.basket-chip .basket-category.ai{background:#ec4899}.quick-add-tokens{display:flex;align-items:flex-start;gap:20px;flex:1;justify-content:center;max-width:600px}.quick-add-section{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:150px}.quick-add-label{color:#6b7280;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.quick-tokens{display:flex;flex-wrap:wrap;gap:3px;max-width:280px}@media (max-width: 768px){.quick-tokens{flex-wrap:nowrap;width:100%;max-width:100%;overflow-x:auto}}.quick-tokens::-webkit-scrollbar{height:6px}.quick-tokens::-webkit-scrollbar-track{background:#1f2937;border-radius:3px}.quick-tokens::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}.quick-tokens::-webkit-scrollbar-thumb:hover{background:#4b5563}.quick-token{display:flex;align-items:center;gap:3px;padding:3px 6px;background:#1a1f29;border:1px solid #2a3441;border-radius:3px;cursor:pointer;transition:all .2s;flex-shrink:0;min-width:fit-content}.quick-token:hover{background:#2a3441;border-color:#4fd1c7;transform:translateY(-1px);box-shadow:0 2px 4px #4fd1c733}.basket-quick{flex-direction:column!important;padding:4px 6px!important;min-width:60px!important;text-align:center;justify-content:center}.basket-quick .basket-name{font-size:11px;font-weight:500;color:#e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60px;line-height:1.2}.basket-quick .basket-count{font-size:9px;color:#9ca3af;margin-top:1px}.baskets-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.basket-search-input{background:#1a1f29;border:1px solid #2d3748;border-radius:3px;padding:2px 6px;color:#e5e7eb;font-size:10px;width:80px}.basket-search-input:focus{outline:none;border-color:#4fd1c7}.quick-token img{width:18px;height:18px;border-radius:50%}.quick-token-symbol{color:#c7ccd0;font-size:12px;font-weight:400;white-space:nowrap}.selected-tokens{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;min-height:44px;padding:10px 12px;background:#0f1419;border-radius:4px;border:1px solid #1a1f29}.token-chip{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#0f1419;border:1px solid #2a3441;border-radius:12px;color:#c7ccd0;font-size:12px;font-weight:500}.token-chip img{width:20px;height:20px;border-radius:50%}.token-chip .remove-btn{background:none;border:none;color:#ff4757;cursor:pointer;font-size:16px;padding:0;margin-left:4px}.token-chip .remove-btn:hover{color:#ff3742}.suggestions{position:absolute;top:100%;left:0;right:0;background:#0f1419;border:1px solid #2a3441;border-top:none;border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;z-index:1000;display:none;box-shadow:0 4px 8px #0006}.suggestion-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #444;display:flex;align-items:center;gap:10px}.suggestion-item:hover{background:#1a1f29}.suggestion-item img{width:24px;height:24px;border-radius:50%}.suggestion-info{flex:1}.suggestion-name{font-weight:500;color:#fff}.suggestion-symbol{color:#888;font-size:12px}.timeframe-selector{display:flex;gap:8px}.timeframe-btn{padding:6px 12px;background:#0f1419;border:1px solid #2a3441;border-radius:4px;color:#6b7280;cursor:pointer;transition:all .2s;font-size:12px;font-weight:500}.timeframe-btn:hover{background:#1a1f29;color:#c7ccd0}.timeframe-btn.active{background:#4fd1c7;color:#0b0e11;border-color:#4fd1c7}.chart-section{background:#0f1419;border:1px solid #1a1f29;display:flex;flex-direction:column;flex:1;height:100%;min-height:500px}.chart-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid #1a1f29;min-height:40px}.data-panel{background:#0f1419;border:1px solid #1a1f29;border-left:none;display:flex;flex-direction:column;overflow:hidden}.panel-header{padding:8px 12px;border-bottom:1px solid #1a1f29;min-height:40px;display:flex;align-items:center}.panel-header h3{margin:0;color:#fff;font-size:13px;font-weight:500}.chart-legend{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}.legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;font-weight:500}.legend-image{width:20px;height:20px;border-radius:50%}.legend-color{width:12px;height:12px;border-radius:2px}#chart{flex:1;width:100%;height:100%;min-height:400px;position:relative;padding:0;margin:0}.chart-tooltip{position:absolute;background:#0f1419f2;border:1px solid #2a3441;border-radius:6px;padding:8px 12px;font-size:12px;color:#c7ccd0;pointer-events:none;z-index:1000;max-width:250px;backdrop-filter:blur(4px);display:none}.tooltip-date{font-weight:500;color:#fff;margin-bottom:4px;border-bottom:1px solid #2a3441;padding-bottom:4px}.tooltip-token{display:flex;align-items:center;gap:6px;padding:2px 0}.tooltip-token-color{width:10px;height:10px;border-radius:2px}.tooltip-token-name{font-weight:500}.tooltip-token-value{margin-left:auto;font-weight:600}.trading-interface{display:grid;grid-template-columns:2fr 1fr;gap:1px;margin-top:12px;height:calc(100vh - 200px);min-height:600px}.correlation-section{padding:12px;border-top:1px solid #1a1f29;margin-top:auto}@media (max-width: 768px){.correlation-section{margin-top:0}}.correlation-section h4{margin:0 0 8px;color:#fff;font-size:12px;font-weight:500}.correlation-matrix-wrapper{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (min-width: 769px){.correlation-matrix-wrapper{max-height:300px}}.correlation-matrix{display:grid;gap:2px;background:#333;border-radius:8px}.matrix-cell{background:#0b0e11;padding:5px;text-align:center;font-size:10px;display:flex;align-items:center;justify-content:center;min-height:32px;font-weight:400}.matrix-cell.header{background:#1a1f29;font-weight:500;color:#c7ccd0}.matrix-cell.correlation{font-weight:600}.matrix-cell.correlation.strong-positive{background:#0d4d48;color:#4fd1c7;border:1px solid #4fd1c7}.matrix-cell.correlation.positive{background:#0a3d39;color:#7dd3d8;border:1px solid #5b9aa0}.matrix-cell.correlation.neutral{background:#1e2328;color:#9ca3af;border:1px solid #4a5568}.matrix-cell.correlation.negative{background:#4a1a1a;color:#ff8a80;border:1px solid #cc6666}.matrix-cell.correlation.strong-negative{background:#5a1616;color:#ff5757;border:1px solid #ff5757}.table-wrapper{flex:1;overflow-y:auto;overflow-x:auto;min-height:200px}.tokens-table{width:100%;min-width:600px;border-collapse:collapse;font-size:11px;background:transparent}.tokens-table th{background:#1a1f29;color:#6b7280;font-weight:500;padding:6px 8px;text-align:left;border-bottom:1px solid #2a3441;font-size:10px;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;position:sticky;top:0;z-index:10}.tokens-table td{padding:4px 8px;border-bottom:1px solid #1a1f29;color:#c7ccd0;font-weight:400;white-space:nowrap;font-size:11px}.tokens-table tbody tr:hover{background:#151a20}.token-cell{display:flex;align-items:center;gap:8px}.chart-color-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.token-cell img{width:20px;height:20px;border-radius:50%}.token-name{font-weight:500;color:#fff}.token-symbol{color:#6b7280;font-size:10px;margin-left:4px}.remove-token-btn{background:#ff5757;color:#fff;border:none;border-radius:3px;padding:3px 6px;font-size:10px;cursor:pointer;transition:background .2s;font-weight:500}.remove-token-btn:hover{background:#e04545}.positive{color:#4fd1c7!important}.negative{color:#ff5757!important}.neutral{color:#9ca3af!important}.quick-select-container{background:#0f1419;border-radius:4px;padding:10px;border:1px solid #1a1f29}.quick-select-container h3{color:#6b7280;margin-bottom:6px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.token-quick-select{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:6px;max-height:120px;overflow-y:auto}.quick-token-item{display:flex;align-items:center;gap:6px;padding:4px 6px;background:#0b0e11;border:1px solid #2a3441;border-radius:3px;cursor:pointer;transition:all .2s;font-size:11px}.quick-token-item:hover{background:#151a20;border-color:#4fd1c7;transform:none}.quick-token-item img{width:18px;height:18px;border-radius:50%}.quick-token-info{flex:1;min-width:0}.quick-token-name{color:#c7ccd0;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-token-symbol{color:#6b7280;font-size:10px}.quick-token-rank{color:#6b7280;font-size:9px;font-weight:400}@media (max-width: 1200px){.trading-interface{grid-template-columns:1fr;grid-template-rows:1fr auto;height:auto;min-height:auto}#chart{min-height:350px;height:350px}.data-panel{border-left:1px solid #1a1f29;border-top:1px solid #1a1f29;max-height:none}.table-wrapper{max-height:350px}.tokens-table{font-size:10px;min-width:500px}.tokens-table th,.tokens-table td{padding:3px 4px}.container{padding:8px}.chart-header{flex-direction:column;gap:6px;align-items:flex-start}}@media (max-width: 768px){.controls{flex-direction:column;gap:16px;padding:8px 12px}.token-manager{gap:12px;width:100%}.token-search input{width:100%;font-size:16px}.quick-add-tokens{flex-direction:column;gap:12px;align-items:flex-start;max-width:100%;width:100%;overflow:visible;box-sizing:border-box}.quick-add-section{flex-direction:column;gap:6px;align-items:flex-start;width:100%;min-width:0;max-width:100%;box-sizing:border-box}.quick-tokens{flex-wrap:nowrap;width:100%;max-width:100%;gap:4px;overflow-x:auto}#trending-tokens-quick.quick-tokens,#top-marketcap-tokens-quick.quick-tokens{width:100%;max-width:100%;flex-wrap:nowrap;box-sizing:border-box}.timeframe-selector{flex-wrap:wrap;gap:6px}.timeframe-btn{font-size:11px;padding:5px 10px}#chart{min-height:300px;height:300px}.table-wrapper{overflow-x:auto;max-height:250px}.tokens-table{min-width:450px;font-size:9px}.tokens-table th,.tokens-table td{padding:2px 3px;font-size:9px}.token-cell{gap:4px}.token-cell img{width:16px;height:16px}.selected-tokens{min-height:auto;padding:8px}.token-chip{font-size:11px;padding:3px 8px}.token-chip img{width:16px;height:16px}.trading-interface{grid-template-columns:1fr;grid-template-rows:1fr auto;height:auto;min-height:auto}.data-panel{border-left:1px solid #1a1f29;border-top:none;max-height:none}.chart-header{flex-direction:column;gap:6px;align-items:flex-start;padding:6px 8px}.correlation-section{padding:8px}.correlation-matrix-wrapper{margin:0 -8px;padding:0 8px;max-height:none;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.correlation-matrix{gap:1px;min-width:max-content;width:auto}.matrix-cell{min-height:24px;min-width:24px;font-size:8px;padding:2px;flex-shrink:0}.section-header{margin-bottom:6px;flex-direction:column;align-items:flex-start;gap:12px}.section-header h3{font-size:13px}.section-subtitle{font-size:10px}.portfolio-stats-section{padding:8px}.stats-grid{gap:6px}.stat-card{padding:6px}.footer-content{flex-direction:column;text-align:center;gap:12px}.footer-stats{gap:16px}.footer-right{align-items:center}}img{background-color:transparent}img[src=""],img:not([src]){opacity:0;background:#4a5568}.cache-indicator{position:fixed;top:16px;right:16px;background:#4fd1c7e6;color:#0b0e11;padding:6px 10px;border-radius:4px;font-size:11px;font-weight:500;z-index:1000;opacity:0;transition:opacity .3s}.cache-indicator.show{opacity:1}.portfolio-stats-section{padding:12px;border-top:1px solid #1a1f29;background:#0b0e11}.portfolio-stats-section h4{margin:0 0 8px;color:#fff;font-size:12px;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.stat-card{background:#0f1419;border:1px solid #1a1f29;border-radius:4px;padding:8px;text-align:center;transition:all .2s}.stat-card:hover{border-color:#2a3441;background:#151a20}.stat-label{color:#6b7280;font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.stat-value{color:#fff;font-size:11px;font-weight:600}.stat-value.positive{color:#4fd1c7}.stat-value.negative{color:#ff5757}.app-footer{background:#0b0e11;border-top:1px solid #1a1f29;padding:16px 0;margin-top:20px}.footer-content{max-width:1900px;margin:0 auto;padding:0 12px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-left{display:flex;flex-direction:column;gap:4px}.footer-logo{display:flex;align-items:center;gap:6px}.logo-icon{font-size:16px}.logo-text{color:#fff;font-size:14px;font-weight:500}.footer-tagline{color:#6b7280;font-size:11px;margin:0;max-width:500px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.footer-center{display:flex;align-items:center}.footer-stats{display:flex;gap:20px}.footer-stat{text-align:center}.footer-stat .stat-number{color:#4fd1c7;font-size:14px;font-weight:600;display:block}.footer-stat .stat-label{color:#6b7280;font-size:9px;text-transform:uppercase;letter-spacing:.5px}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.footer-links{display:flex;align-items:center;gap:8px;font-size:10px}.footer-links a{color:#6b7280;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#4fd1c7}.separator{color:#2a3441}.footer-made-with{color:#6b7280;font-size:10px;margin:0}.basket-controls{display:flex;gap:4px}.basket-btn{background:#1a1f29;border:1px solid #2a3441;border-radius:3px;padding:4px 6px;cursor:pointer;transition:all .2s;font-size:12px;color:#c7ccd0}.basket-btn:hover{background:#2a3441;border-color:#4fd1c7;transform:translateY(-1px);box-shadow:0 2px 4px #4fd1c733}.basket-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:#000000b3;backdrop-filter:blur(4px)}.modal-content{background-color:#0f1419;margin:5% auto;border:1px solid #2a3441;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #00000080}.modal-content.large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #2a3441}.modal-header h3{margin:0;color:#fff;font-size:16px;font-weight:500}.modal-close{background:none;border:none;color:#6b7280;font-size:24px;cursor:pointer;padding:0;line-height:1}.modal-close:hover{color:#ff5757}.modal-body{padding:20px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #2a3441}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:4px;color:#c7ccd0;font-size:12px;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:8px 12px;background:#0b0e11;border:1px solid #2a3441;border-radius:4px;color:#c7ccd0;font-size:13px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4fd1c7;box-shadow:0 0 0 2px #4fd1c71a}.form-group textarea{resize:vertical;min-height:60px;max-height:120px}.btn{padding:8px 16px;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#4fd1c7;color:#0b0e11}.btn-primary:hover{background:#3bb3a8}.btn-secondary{background:#2a3441;color:#c7ccd0}.btn-secondary:hover{background:#374151}.tokens-preview{display:flex;flex-wrap:wrap;gap:6px;padding:8px;background:#0b0e11;border:1px solid #2a3441;border-radius:4px;min-height:40px}.preview-token{display:flex;align-items:center;gap:4px;padding:2px 6px;background:#1a1f29;border:1px solid #2a3441;border-radius:3px;font-size:10px;color:#c7ccd0}.preview-token img{width:14px;height:14px;border-radius:50%}.basket-filters{display:flex;gap:12px;margin-bottom:20px}.basket-filters input,.basket-filters select{flex:1}.baskets-list{display:grid;gap:12px;margin-bottom:20px}.basket-item{background:#0b0e11;border:1px solid #2a3441;border-radius:6px;padding:16px;cursor:pointer;transition:all .2s}.basket-item:hover{border-color:#4fd1c7;background:#151a20}.basket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.basket-title{color:#fff;font-size:14px;font-weight:500;margin:0}.basket-meta{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:10px}.basket-category.defi{background:#1e40af}.basket-category.gaming{background:#7c3aed}.basket-category.layer1{background:#059669}.basket-category.layer2{background:#0891b2}.basket-category.meme{background:#f59e0b}.basket-category.ai{background:#ec4899}.basket-description{color:#9ca3af;font-size:12px;margin-bottom:12px;line-height:1.4}.basket-tokens{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.basket-token{background:#1a1f29;color:#c7ccd0;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:500}.basket-stats{display:flex;justify-content:space-between;align-items:center;color:#6b7280;font-size:10px}.pagination{display:flex;justify-content:center;gap:8px}.pagination button{padding:6px 12px;background:#1a1f29;border:1px solid #2a3441;border-radius:4px;color:#c7ccd0;font-size:12px;cursor:pointer;transition:all .2s}.pagination button:hover:not(:disabled){background:#2a3441;border-color:#4fd1c7}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination button.active{background:#4fd1c7;color:#0b0e11;border-color:#4fd1c7}@media (max-width: 480px){.container{padding:4px}header h1{font-size:20px}header p{font-size:12px}.controls{padding:6px 8px;gap:12px}.quick-tokens{gap:2px;max-width:100%;flex-wrap:nowrap;width:100%;overflow-x:auto}#trending-tokens-quick.quick-tokens,#top-marketcap-tokens-quick.quick-tokens{width:100%;max-width:100%;flex-wrap:nowrap;box-sizing:border-box}.quick-token{padding:2px 4px;font-size:8px}.quick-token img{width:10px;height:10px}.timeframe-btn{font-size:10px;padding:4px 8px}.tokens-table{min-width:400px;font-size:8px}.tokens-table th,.tokens-table td{padding:1px 2px;font-size:8px}.token-cell img{width:14px;height:14px}.remove-token-btn{font-size:8px;padding:2px 4px}#chart{min-height:250px;height:250px}.data-panel{max-height:none}.table-wrapper{max-height:250px}.correlation-matrix-wrapper{margin:0 -4px;padding:0 4px;max-height:none;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.correlation-matrix{gap:.5px;min-width:max-content;width:auto}.matrix-cell{min-height:20px;min-width:20px;font-size:7px;padding:1px;flex-shrink:0}.matrix-cell img{width:12px;height:12px}.portfolio-stats-section{padding:6px}.portfolio-stats-section h4{font-size:11px}.stat-card{padding:4px}.stat-label{font-size:8px}.stat-value{font-size:10px}.footer-content{padding:0 8px;gap:8px}.footer-stats{gap:12px}.footer-stat .stat-number{font-size:12px}.footer-stat .stat-label{font-size:8px}}.loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#9ca3af}.error{color:#ef4444;text-align:center;padding:20px;background:#1f2937;border:1px solid #374151;border-radius:8px}.trending-baskets{background:#1f2937;border-radius:8px;padding:16px;margin:16px 0;border:1px solid #374151}.trending-title{margin:0 0 12px;font-size:1rem;font-weight:600;color:#f9fafb;display:flex;align-items:center;gap:8px}.trending-subtitle{font-size:.75rem;font-weight:400;color:#9ca3af;margin-left:4px}.trending-loading,.trending-error{color:#9ca3af;font-size:.875rem;text-align:center;padding:20px 0}.trending-list{display:flex;flex-direction:column;gap:8px}.trending-basket-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#111827;border:1px solid #374151;border-radius:6px;cursor:pointer;transition:all .2s ease}.trending-basket-item:hover{background:#1f2937;border-color:#4fd1c7;transform:translateY(-1px)}.trending-rank{font-size:.875rem;font-weight:600;color:#4fd1c7;min-width:24px;text-align:center}.trending-info{flex:1;min-width:0}.trending-name{font-size:.875rem;font-weight:500;color:#f9fafb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trending-meta{display:flex;align-items:center;gap:12px;margin-top:2px}.trending-tokens,.trending-views{font-size:.75rem;color:#9ca3af}.trending-featured{font-size:.75rem}.trending-category{font-size:.75rem;color:#6b7280;background:#374151;padding:2px 6px;border-radius:4px;white-space:nowrap}@media (max-width: 768px){.trending-basket-item{flex-direction:column;align-items:flex-start;gap:8px}.trending-rank{align-self:flex-end}.trending-info{width:100%}.trending-meta{flex-wrap:wrap}}.save-basket-inline{position:relative}.basket-input-container{position:relative;display:inline-block}.basket-name-error{position:absolute;top:100%;left:0;font-size:.75rem;color:#ef4444;background:#1f2937;padding:4px 8px;border-radius:4px;border:1px solid #ef4444;white-space:nowrap;z-index:1000;margin-top:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chart-container{width:100%!important;height:100%!important;min-width:400px;min-height:400px;position:relative;background:#0f1419!important;border-radius:0!important;display:block;border:none!important}.chart-section>div[style]{height:100%!important;position:relative!important}.chart-container[style]{background:#0f1419!important;border-radius:0!important;height:100%!important;width:100%!important}.chart-container canvas{position:absolute!important;z-index:10!important}.trading-interface .chart-section{min-width:0;flex:1;height:100%;display:flex;flex-direction:column}.quick-tokens .quick-token .basket-info{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%}.quick-tokens .quick-token .basket-name{font-size:9px;font-weight:500;color:#e5e7eb;text-align:center;line-height:1.2;white-space:normal;word-wrap:break-word;max-width:100%}.quick-tokens .quick-token .basket-stats{font-size:8px;color:#9ca3af;text-align:center;line-height:1;white-space:nowrap}#saved-baskets-scroll.quick-tokens{overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:thin;scrollbar-color:#374151 #1f2937;padding:2px 0 6px}#saved-baskets-scroll.quick-tokens::-webkit-scrollbar{height:6px}#saved-baskets-scroll.quick-tokens::-webkit-scrollbar-track{background:#1f2937;border-radius:3px}#saved-baskets-scroll.quick-tokens::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}#saved-baskets-scroll.quick-tokens::-webkit-scrollbar-thumb:hover{background:#4b5563}#trending-tokens-quick.quick-tokens,#top-marketcap-tokens-quick.quick-tokens{overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:thin;scrollbar-color:#374151 #1f2937;padding:2px 0 6px;width:100%;max-width:100%}#trending-tokens-quick.quick-tokens::-webkit-scrollbar,#top-marketcap-tokens-quick.quick-tokens::-webkit-scrollbar{height:6px}#trending-tokens-quick.quick-tokens::-webkit-scrollbar-track,#top-marketcap-tokens-quick.quick-tokens::-webkit-scrollbar-track{background:#1f2937;border-radius:3px}#trending-tokens-quick.quick-tokens::-webkit-scrollbar-thumb,#top-marketcap-tokens-quick.quick-tokens::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}#trending-tokens-quick.quick-tokens::-webkit-scrollbar-thumb:hover,#top-marketcap-tokens-quick.quick-tokens::-webkit-scrollbar-thumb:hover{background:#4b5563}
