/* Inherited from earn_cex_dashboard/app/globals.css and UI_GUIDELINES.md. */
@font-face{font-family:Jost;src:url('/assets/jost-latin.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Jost;src:url('/assets/jost-cyrillic.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap;unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
:root{color-scheme:dark;--bg0:#141516;--bg:#1a1b1c;--bg-primary:#252629;--bg-elements:rgba(38,40,42,.8);--text:#f9f9f9;--text-gray:#eaeaea;--text-dark:#b6b6b6;--tertiary-light:#43454a;--tertiary:#36383b;--secondary:#2c2e30;--app-accent:#ff2c2d;--green:#06d6a0;--white10:rgba(249,249,249,.1);--white03:rgba(249,249,249,.03);--button:#52555a;--button-hover:#5e6268;--radius-btn:8px;--radius-sm-card:16px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.45 Jost,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.4;cursor:default}a{color:inherit;text-decoration:none}button{color:inherit}button,select,input{border:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,section:focus-visible{outline:2px solid var(--text-gray);outline-offset:4px}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:absolute;top:-100px;left:20px;background:var(--button);padding:12px;z-index:20}.skip-link:focus{top:10px}
.header{height:88px;padding:0 40px;display:flex;align-items:center;border-bottom:1px solid var(--white10);gap:22px}.brand{display:flex;align-items:center;gap:12px;font-size:19px;font-weight:700;letter-spacing:.1em}.brand img{filter:brightness(0) invert(1)}.brand-accent{color:var(--app-accent)}.header-divider{width:1px;height:25px;background:var(--tertiary-light)}.product-name{color:var(--text-dark);font-size:18px}.header-right{margin-left:auto;display:flex;gap:14px;align-items:center}.network{font-size:14px;color:var(--text-gray);display:flex;gap:9px;align-items:center}.network-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}.icon-button{height:38px;width:38px;border-radius:50%;background:var(--bg-primary);display:inline-flex;align-items:center;justify-content:center}.icon-button:hover{background:var(--tertiary)}
main{max-width:1540px;margin:0 auto;padding:44px 40px 32px;min-height:calc(100vh - 166px)}.title-row{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:30px}h1{font-size:34px;font-weight:500;letter-spacing:-.025em;line-height:1.2;margin:0 0 9px;text-wrap:balance}.subtitle{margin:0;color:var(--text-dark);font-size:16px}.update{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--text-dark)}
.tabs{display:flex;gap:8px;padding:5px;background:var(--bg0);border-radius:14px;width:fit-content;margin-bottom:28px}.tabs button{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;padding:12px 22px;background:transparent;color:var(--text-dark);font-weight:500;transition:background .18s ease-out,color .18s ease-out}.tabs button:hover{color:var(--text)}.tabs button[aria-selected=true]{background:var(--bg-primary);color:var(--text);box-shadow:inset 0 0 0 1px var(--white10)}.tabs button[aria-selected=true] svg{color:var(--app-accent)}.tab-count{font-size:12px;background:var(--tertiary);padding:1px 7px;border-radius:5px;color:var(--text-gray);font-variant-numeric:tabular-nums}
.filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.search{height:44px;display:flex;align-items:center;background:var(--bg-primary);border-radius:30px;padding:0 17px;gap:10px;flex:1;min-width:240px;color:var(--text-dark)}.search input{min-width:0;width:100%;background:transparent;color:var(--text);outline:none;font-size:14px}.search:focus-within{box-shadow:inset 0 0 0 1px var(--text-dark)}input::placeholder{color:var(--text-dark)}.pill{height:44px;display:inline-flex;gap:8px;align-items:center;justify-content:center;border-radius:30px;background:var(--bg-primary);padding:0 18px;font-size:14px;font-weight:500;white-space:nowrap}.pill:hover{background:var(--secondary)}.pill[aria-pressed=true]{background:var(--button)}.favorite-filter svg{width:17px}.platforms{display:flex;gap:8px;align-items:center;flex-wrap:wrap;min-height:30px;margin-bottom:30px}.platform{font-size:13px;display:flex;align-items:center;gap:7px;color:var(--text-dark);background:transparent;padding:5px 12px;border-radius:20px}.platform:hover{background:var(--bg-primary);color:var(--text)}.platform.active{background:var(--secondary);color:var(--text)}.platform-symbol{height:17px;width:17px;border-radius:5px;background:var(--tertiary);display:grid;place-items:center;font-size:10px;font-weight:700;color:var(--text-gray)}.more{color:var(--text-gray)}
.table-summary{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px;font-size:13px;color:var(--text-dark)}#result-count{color:var(--text-gray)}.table-shell{background:var(--bg-primary);border-radius:16px;overflow:hidden}.table-scroll{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--tertiary-light) transparent}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{font-size:12px;font-weight:500;color:var(--text-dark);height:48px;padding:0 20px;background:var(--secondary)}td{height:76px;padding:13px 20px;border-bottom:1px solid var(--white03);font-size:15px;font-variant-numeric:tabular-nums}tr:last-child td{border-bottom:0}tbody tr:hover{background:var(--secondary)}th:first-child,td:first-child{width:48px;padding-left:20px;padding-right:0}th:last-child,td:last-child{text-align:right}.cell-main{font-weight:500;color:var(--text);font-size:16px}.cell-sub{font-size:12px;color:var(--text-dark);margin-top:3px;display:flex;align-items:center;gap:6px}.pair-cell{display:flex;gap:13px;align-items:center}.token-symbol{width:34px;height:34px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:var(--tertiary);font-size:12px;font-weight:600;color:var(--text-gray)}.positive{color:var(--green)}.negative{color:#ff8278}.rate{font-weight:600;font-size:18px;letter-spacing:-.015em}.row-star{background:transparent;color:var(--text-dark);padding:6px}.row-star svg{width:17px;height:17px}.row-star[aria-pressed=true]{color:var(--app-accent)}.row-star[aria-pressed=true] svg{fill:currentColor}.row-open{background:transparent;color:var(--text-gray);padding:8px;display:inline-flex}.row-open:hover{color:var(--text)}.row-open svg{width:18px}.name-button{padding:0;color:inherit;background:none;text-align:left}.name-button:hover .cell-main{text-decoration:underline;text-underline-offset:4px}.new-label{font-size:10px;font-weight:500;color:var(--green);background:rgba(6,214,160,.08);padding:2px 6px;border-radius:4px;margin-left:7px}.stale-label{color:#e8c68c}.status-label{font-size:12px;color:var(--text-dark)}.status-label.live{color:var(--green)}
.table-bottom{height:64px;border-top:1px solid var(--white03);display:flex;align-items:center;justify-content:space-between;padding:0 20px;color:var(--text-dark);font-size:13px}.pagination{display:flex;gap:8px}.pagination .pill{height:32px;background:var(--tertiary);font-size:12px}.empty-state{padding:65px 24px;text-align:center}.empty-state h2{font-size:22px;font-weight:500;margin:18px 0 8px}.empty-state p{color:var(--text-dark);font-size:14px;margin:0}.empty-state[hidden]{display:none}.loading-ring{display:inline-block;width:24px;height:24px;border:2px solid var(--tertiary-light);border-top-color:var(--app-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.data-note{color:var(--text-dark);font-size:12px;line-height:1.6;margin:18px 0 0;max-width:105ch}footer{min-height:78px;border-top:1px solid var(--white03);padding:24px 40px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--text-dark);font-size:12px}footer>span:first-child{font-weight:600;letter-spacing:.04em}.footer-separator{padding:0 10px;color:var(--tertiary-light)}footer a:hover{color:var(--text)}
dialog{position:fixed;inset:0 0 0 auto;margin:0;height:100dvh;max-height:100dvh;width:500px;max-width:100%;background:var(--bg);color:var(--text);border:0;padding:28px;box-shadow:-12px 0 48px rgba(0,0,0,.3);overflow-y:auto}dialog::backdrop{background:rgba(0,0,0,.48)}.dialog-head{display:flex;align-items:center;gap:20px;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--white10)}.dialog-head h2{font-size:24px;font-weight:500;margin:0;overflow-wrap:anywhere}.detail-list{margin:20px 0}.detail-line{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--white03);font-size:14px}.detail-line dt{color:var(--text-dark);min-width:100px}.detail-line dd{margin:0;text-align:right;overflow-wrap:anywhere}.detail-note{font-size:13px;line-height:1.6;color:var(--text-dark)}.detail-link{display:flex;justify-content:center;align-items:center;gap:8px;background:var(--app-accent);border-radius:30px;min-height:44px;font-weight:600;margin:24px 0;color:var(--bg0)}.detail-link:hover{filter:brightness(1.08)}.history{font-size:13px;color:var(--text-dark);margin-top:24px}.history th,.history td{padding:8px!important;height:auto}.history h3{font-weight:500;color:var(--text-gray);font-size:16px}.source-item{padding:18px 0;border-bottom:1px solid var(--white10)}.source-item h3{margin:0;font-size:17px;font-weight:500}.source-item p{margin:7px 0 0;font-size:13px;color:var(--text-dark)}.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);max-width:90vw;background:var(--button);padding:12px 20px;border-radius:12px;font-size:14px;z-index:30}
@media(min-width:1600px){main{padding-top:52px}}@media(max-width:1050px){.header{padding:0 24px;height:76px}main{padding:30px 24px}.title-row{align-items:flex-start}.update{max-width:165px;text-align:right}.table-summary #table-hint{max-width:50%;text-align:right}.platforms{margin-bottom:22px}td,th{padding-left:14px;padding-right:14px}footer{padding:24px}}
@media(max-width:640px){.header{height:66px;padding:0 18px;gap:12px}.brand{font-size:15px;gap:8px;letter-spacing:.07em}.brand img{width:29px;height:24px}.header-divider{height:20px}.product-name{font-size:14px}.network{font-size:0;gap:0}.header-right{gap:10px}.icon-button{width:32px;height:32px}main{padding:27px 16px 22px}.title-row{margin-bottom:24px;display:block}h1{font-size:28px}.subtitle{font-size:14px;max-width:38ch}.update{margin-top:14px;max-width:none;text-align:left;gap:9px;font-size:12px}.tabs{width:100%;gap:4px;padding:4px;margin-bottom:22px}.tabs button{font-size:13px;padding:11px 8px;gap:6px;flex:1}.tabs button svg{display:none}.tabs button:first-child{flex:1.9}.tab-count{font-size:10px;padding:1px 4px}.filters{gap:8px}.search{flex-basis:100%;height:42px}.pill{height:39px}.favorite-filter{font-size:12px;padding:0 12px}.platforms{gap:3px;margin-bottom:22px}.platform{font-size:12px;padding:5px 8px}.table-summary{font-size:12px;align-items:flex-start}#table-hint{font-size:11px}.table-shell{border-radius:12px}th{height:42px;font-size:11px}td{height:70px;font-size:14px}.pair-cell{gap:8px}.token-symbol{height:29px;width:29px;font-size:10px}.cell-main{font-size:14px}.cell-sub{font-size:11px}.rate{font-size:16px}.table-bottom{padding:0 12px;font-size:12px}footer{padding:20px 16px;flex-wrap:wrap;font-size:11px}footer>span:nth-child(2){order:3;width:100%}dialog{padding:22px 18px}.data-note{font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
/* Explicit ranges, asset union selection, and sorting in table headings. */
.tvl-filter{display:flex;align-items:center;gap:8px;min-width:0}.filter-label{font-size:13px;color:var(--text-dark);white-space:nowrap}.number-control{display:flex;align-items:center;gap:7px;height:44px;background:var(--bg-primary);border-radius:30px;padding:0 15px;color:var(--text-dark);font-size:14px}.number-control input{width:112px;min-width:0;background:transparent;color:var(--text);outline:none;font-variant-numeric:tabular-nums}.number-control:focus-within{outline:2px solid var(--text-gray);outline-offset:4px}.number-control:has([aria-invalid=true]){box-shadow:inset 0 0 0 1px #ff8278}.filter-error{font-size:13px;color:#ff8278;margin:-8px 0 16px}.sort-heading{display:inline-flex;align-items:center;gap:6px;background:transparent;padding:12px 0;color:inherit;min-height:44px;font-size:inherit;font-weight:inherit}.sort-heading svg{width:15px;height:15px}.sort-heading:hover,th[aria-sort=ascending],th[aria-sort=descending]{color:var(--text)}.sort-heading:focus-visible{outline-offset:1px;border-radius:3px}

.campaign-period{font-size:13px;line-height:1.5;margin-bottom:5px}.period-cell{white-space:normal;min-width:270px}.period-cell .cell-sub{display:block}.detail-line dd{min-width:0}

/* One compact filter row; the asset disclosure preserves multi-selection. */
.filters{align-items:center}.search{flex:0 1 290px;min-width:210px}.asset-dropdown{position:relative;flex:0 0 178px;z-index:5}.asset-trigger{width:100%;justify-content:space-between;padding:0 15px}.asset-trigger svg{width:16px;height:16px}.asset-menu{position:absolute;inset:100% auto auto 0;padding:7px;width:100%;background:var(--secondary);border:1px solid var(--tertiary-light);border-radius:12px}.asset-menu[hidden]{display:none}.asset-option,.asset-all{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:8px 10px;border-radius:7px;font-size:14px;background:transparent;cursor:pointer;text-align:left}.asset-option:hover,.asset-all:hover{background:var(--tertiary)}.asset-option input{width:15px;height:15px;margin:0;accent-color:var(--text-gray);cursor:pointer}.asset-all{justify-content:space-between}.asset-all svg{width:16px;height:16px;visibility:hidden}.asset-all[aria-pressed=true] svg{visibility:visible}.asset-option:focus-within{outline:2px solid var(--text-gray);outline-offset:0}.asset-option input:focus-visible{outline:none}.number-control input{width:96px}
.platform-logo,.venue-badge,.token-avatar{position:relative;display:inline-grid;place-items:center;flex-shrink:0;overflow:hidden;border-radius:50%;background:var(--tertiary);color:var(--text-gray)}.platform-logo{width:20px;height:20px;font-size:10px}.platform-logo img,.venue-badge img,.token-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:var(--tertiary)}.pair-icons{position:relative;display:flex;width:56px;min-width:56px;height:42px;align-items:flex-start}.token-avatar{width:34px;height:34px;border:2px solid var(--bg-primary);font-size:10px;font-weight:500}.token-avatar+.token-avatar{margin-left:-12px}.venue-badge{position:absolute;width:17px;height:17px;right:0;bottom:0;border:2px solid var(--bg-primary);font-size:8px;z-index:2}.single-token .venue-badge{right:14px}tbody tr:hover .token-avatar,tbody tr:hover .venue-badge{border-color:var(--secondary)}
@media(max-width:1050px){.search{flex-basis:250px;min-width:200px}.asset-dropdown{flex-basis:166px}.number-control{padding:0 12px}.number-control input{width:76px}}
@media(max-width:640px){.filters{gap:8px}.search{flex:1 1 170px;min-width:0;height:42px}.search input{font-size:16px}.asset-dropdown{flex:0 0 142px}.asset-trigger{height:42px;font-size:12px;padding:0 12px}.tvl-filter{width:100%;min-width:0;gap:8px}.number-control{min-width:0;flex:1;height:39px}.number-control input{width:100%;font-size:16px}.favorite-filter{height:36px}.pair-icons{width:50px;min-width:50px;height:38px}.token-avatar{width:30px;height:30px}.token-avatar+.token-avatar{margin-left:-10px}.venue-badge{width:16px;height:16px}.asset-menu{min-width:170px;left:auto;right:0}}
