.defirate-dex-volume *{margin:0;padding:0;box-sizing:border-box}.defirate-dex-volume{--bg-primary:#fafafa;--bg-secondary:#ffffff;--bg-tertiary:#f8fafc;--bg-hover:#f1f5f9;--border-color:#e5e7eb;--text-primary:#1a1a1a;--text-secondary:#374151;--text-tertiary:#6b7280;--accent-primary:#2563eb;--accent-secondary:#1d4ed8;--success:#10b981;--danger:#ef4444;--shadow-sm:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-primary);line-height:1.6;position:relative}.defirate-dex-volume .container{max-width:1200px;margin:0 auto}.defirate-dex-volume .controls{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap;align-items:center}.defirate-dex-volume .search-box{flex:1;min-width:240px;position:relative}.defirate-dex-volume .search-box::before{content:'\1F50D';position:absolute;left:12px;top:50%;transform:translateY(-50%)}.defirate-dex-volume .search-box input{width:100%;padding:12px 16px 12px 38px;border:2px solid var(--border-color);border-radius:10px;font-size:16px;background:var(--bg-secondary);color:var(--text-primary)}.defirate-dex-volume .filter-chips{display:flex;gap:8px;flex-wrap:wrap}.defirate-dex-volume .chip{padding:8px 14px;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:20px;font-size:13px;font-weight:600;cursor:pointer}.defirate-dex-volume .chip.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.defirate-dex-volume .section{margin-bottom:32px}.defirate-dex-volume .section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.defirate-dex-volume .section-title{font-size:22px;font-weight:800;text-decoration:none;border:0}.defirate-dex-volume .section-controls{display:flex;gap:12px;align-items:center}.defirate-dex-volume .compare-toggle{padding:8px 14px;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:10px;font-weight:600;cursor:pointer}.defirate-dex-volume .compare-toggle.active{background:var(--success);color:#fff;border-color:var(--success)}.defirate-dex-volume .compare-mode-info{display:none;gap:12px;align-items:center;padding:10px 14px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:10px;font-weight:700;opacity:0;transform:translateY(-6px) scale(.98);will-change:opacity,transform}.defirate-dex-volume .compare-mode-info.active{display:flex;opacity:1;animation:defirate-dex-compare-info-in .2s ease forwards}.defirate-dex-volume .compare-action-btn{padding:6px 12px;background:#fff;color:#10b981;border:0;border-radius:6px;font-weight:700;cursor:pointer;transition:opacity .2s ease}.defirate-dex-volume .compare-action-btn:disabled{opacity:.55;cursor:not-allowed}.defirate-dex-volume .compare-exit-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:50%;background:rgb(255 255 255 / .18);color:#ecfdf5;font-weight:600;cursor:pointer;transition:background .2s ease}.defirate-dex-volume .compare-exit-btn:hover{background:rgb(255 255 255 / .32)}.defirate-dex-volume .compare-exit-btn span{font-size:18px;line-height:1}.defirate-dex-volume .table-container{background:var(--bg-secondary);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.defirate-dex-volume .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.defirate-dex-volume table{width:100%;border-collapse:collapse;font-size:14px}.defirate-dex-volume thead{background:var(--bg-tertiary);position:sticky;top:0;z-index:2}.defirate-dex-volume th{padding:14px 16px;text-align:left;color:var(--text-tertiary);font-size:12px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border-color);user-select:none;white-space:nowrap;vertical-align:middle}.defirate-dex-volume th.sortable{cursor:pointer;position:relative}.defirate-dex-volume th.sortable::after{content:' \2195';color:var(--text-tertiary);opacity:.6}.defirate-dex-volume th.sortable.sort-asc::after{content:' \2191';color:var(--accent-primary)}.defirate-dex-volume th.sortable.sort-desc::after{content:' \2193';color:var(--accent-primary)}.defirate-dex-volume td{padding:18px 16px;border-bottom:1px solid var(--border-color);color:var(--text-secondary);vertical-align:middle}.defirate-dex-volume tr.data-row:hover{background:var(--bg-tertiary)}.defirate-dex-volume .checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--accent-primary)}.defirate-dex-volume .checkbox-cell{width:44px}.defirate-dex-volume .rank{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:8px;background:var(--bg-hover);font-weight:800;color:var(--text-tertiary)}.defirate-dex-volume .rank.top-3{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.defirate-dex-volume .protocol-name{font-weight:700;color:var(--text-primary);display:flex;gap:8px;align-items:center}.defirate-dex-volume .protocol-logo{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.defirate-dex-volume .protocol-logo .protocol-icon{width:100%;height:100%;object-fit:cover;display:block}.defirate-dex-volume .chain-tags{display:flex;gap:6px;row-gap:6px;margin-top:6px;flex-wrap:wrap;align-items:center}.defirate-dex-volume .chain-tag{display:inline-flex;align-items:center;padding:4px 10px;line-height:1;vertical-align:middle;background:rgb(37 99 235 / .1);border:1px solid rgb(37 99 235 / .2);border-radius:6px;color:var(--accent-primary);font-size:11px;font-weight:700}.defirate-dex-volume .chain-tags .extra-chain{display:none}.defirate-dex-volume tr.expanded-chains .chain-tags .extra-chain{display:inline-block}.defirate-dex-volume .chain-tags .show-more{display:inline-flex;align-items:center;padding:4px 12px;line-height:1;vertical-align:middle;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;font-size:11px;font-weight:700;cursor:pointer}.defirate-dex-volume .metric-large{font-weight:800;color:var(--text-primary)}.defirate-dex-volume .delta{font-weight:700}.defirate-dex-volume .delta.positive{color:var(--success)}.defirate-dex-volume .delta.negative{color:var(--danger)}.defirate-dex-volume .bar-spark{display:flex;align-items:flex-end;gap:1.5px;height:24px;margin-top:6px}.defirate-dex-volume .bar-spark .bar{display:block;width:14px;border-radius:3px;background:var(--accent-primary);opacity:.9}.defirate-dex-volume .bar-spark .bar-green{background:linear-gradient(180deg,#10b981,#059669)}.defirate-dex-volume .bar-spark .bar-red{background:linear-gradient(180deg,#ef4444,#b91c1c)}.defirate-dex-volume .marketshare{display:flex;align-items:center;gap:8px}.defirate-dex-volume .progress{position:relative;width:100px;height:8px;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden;display:inline-block;vertical-align:middle}.defirate-dex-volume .progress .progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#a78bfa);border-radius:6px}.defirate-dex-volume .ms-val{font-weight:700}.defirate-dex-volume .delta-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:10px;font-weight:700}.defirate-dex-volume .delta-badge.positive{background:rgb(16 185 129 / .16);color:#065f46}.defirate-dex-volume .delta-badge.negative{background:rgb(239 68 68 / .16);color:#7f1d1d}.defirate-dex-volume .comparison-modal{position:fixed;inset:0;background:rgb(0 0 0 / .7);display:none;align-items:center;justify-content:center;padding:20px;z-index:50}.defirate-dex-volume .comparison-modal.show{display:flex}.defirate-dex-volume .comparison-content{background:var(--bg-secondary);width:100%;max-width:1100px;max-height:90vh;overflow:auto;border-radius:16px;padding:24px;box-shadow:var(--shadow-sm)}.defirate-dex-volume .comparison-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.defirate-dex-volume .comparison-title{font-size:22px;font-weight:800;text-decoration:none;border:0}.defirate-dex-volume .close-btn{padding:8px 12px;background:var(--bg-tertiary);border:0;border-radius:8px;color:var(--text-primary);font-weight:700;cursor:pointer}.defirate-dex-volume .comparison-table{width:100%;border-collapse:collapse}.defirate-dex-volume .comparison-table th{background:var(--bg-tertiary)}.defirate-dex-volume .comparison-table th,.defirate-dex-volume .comparison-table td{padding:14px 16px;border-bottom:1px solid var(--border-color)}.defirate-dex-volume .metric-label-cell{font-weight:800;color:var(--text-primary)}.defirate-dex-volume .metric-value-cell{text-align:center;font-weight:800;color:var(--text-primary);position:relative}.defirate-dex-volume .winner-cell{background:rgb(251 191 36 / .12);position:relative}.defirate-dex-volume .winner-badge{position:absolute;right:8px;top:6px}@keyframes defirate-dex-compare-info-in{from{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.defirate-dex-volume th,.defirate-dex-volume td{padding:12px}.defirate-dex-volume .protocol-name{font-size:14px}.defirate-dex-volume .chain-tags{display:none}.defirate-dex-volume .table-wrapper{position:relative}.defirate-dex-volume th.select-col{position:sticky;left:0;z-index:2;background:var(--bg-tertiary);width:44px;min-width:44px;max-width:44px}.defirate-dex-volume td.checkbox-cell{position:sticky;left:0;z-index:2;background:var(--bg-secondary);width:44px;min-width:44px;max-width:44px}.defirate-dex-volume th.select-col::after,.defirate-dex-volume td.checkbox-cell::after{content:'';position:absolute;top:0;bottom:0;right:-1px;width:1px;background:var(--border-color)}.defirate-dex-volume th[data-sort="rank"],.defirate-dex-volume td.rank-cell{position:sticky;left:0;z-index:2;background:var(--bg-tertiary);width:56px;min-width:56px;max-width:56px;background:var(--bg-secondary)}.defirate-dex-volume th[data-sort="rank"]{background:var(--bg-tertiary)}.defirate-dex-volume.compare-active th[data-sort="rank"],.defirate-dex-volume.compare-active td.rank-cell{left:44px}.defirate-dex-volume th[data-sort="rank"]::after,.defirate-dex-volume td.rank-cell::after{content:'';position:absolute;top:0;bottom:0;right:-1px;width:1px;background:var(--border-color)}.defirate-dex-volume th[data-sort="dex"]{position:sticky;left:56px;z-index:2;background:var(--bg-tertiary)}.defirate-dex-volume td.protocol-cell{position:sticky;left:56px;z-index:1;background:var(--bg-secondary);min-width:160px}.defirate-dex-volume.compare-active th[data-sort="dex"],.defirate-dex-volume.compare-active td.protocol-cell{left:100px}.defirate-dex-volume th[data-sort="dex"]::after,.defirate-dex-volume td.protocol-cell::after{content:'';position:absolute;top:0;bottom:0;right:-1px;width:1px;background:var(--border-color)}}