body { overflow-x: hidden; }
.material-symbols-outlined { display: inline-block; font-family: 'Material Symbols Outlined'; font-size: 20px; font-style: normal; font-weight: normal; line-height: 1; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; font-feature-settings: 'liga'; font-variation-settings: 'FILL' 0, 'wght' 450, 'GRAD' 0, 'opsz' 20; }
.ambient { position: fixed; z-index: -1; width: 520px; height: 520px; border-radius: 999px; filter: blur(110px); pointer-events: none; opacity: .16; }
.ambient-one { top: -260px; left: 22%; background: #5d0bb1; }
.ambient-two { top: 46%; right: -280px; background: #361a75; opacity: .1; }
.shell { width: 100%; margin-inline: auto; padding-inline: var(--gutter); }
.topbar { position: sticky; top: 0; z-index: 40; min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(11,12,16,.75); box-shadow: 0 12px 35px rgba(0,0,0,.12); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 750; letter-spacing: -.03em; }
.brand-logo { width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; object-fit: cover; box-shadow: 0 0 25px rgba(139,22,247,.28); }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; background: linear-gradient(145deg, #a526ff, #6710c2); box-shadow: 0 0 25px rgba(139,22,247,.35); font-size: 16px; }
.brand-name { font-size: 18px; }
.topbar-right { display: flex; align-items: center; gap: 18px; }
.topbar-caption, .eyebrow, .stat-label { color: var(--accent-bright); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.source-pill { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted-bright); font-size: 11px; background: rgba(255,255,255,.025); cursor: help; }
.source-pill::after { position: absolute; z-index: 90; top: calc(100% + 10px); right: 0; width: max-content; max-width: min(280px, calc(100vw - 36px)); padding: 8px 10px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--muted-bright); background: var(--panel-raised); box-shadow: 0 14px 35px rgba(0,0,0,.3); content: attr(data-tooltip); font-size: 10px; line-height: 1.35; opacity: 0; pointer-events: none; visibility: hidden; transform: translateY(-4px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.source-pill:hover::after, .source-pill:focus-visible::after { opacity: 1; visibility: visible; transform: translateY(0); }
.status-dot, .toggle-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--warning); box-shadow: 0 0 0 4px rgba(255,192,92,.11); }
.source-pill.is-online .status-dot, .live-toggle.is-active .toggle-dot { background: var(--success); box-shadow: 0 0 0 4px rgba(103,223,174,.11); }
.source-pill.is-error .status-dot { background: var(--danger); box-shadow: 0 0 0 4px rgba(255,79,112,.11); }
.source-pill.is-polling .status-dot, .source-pill.is-reconnecting .status-dot { background: var(--warning); box-shadow: 0 0 0 4px rgba(255,192,92,.11); }
.page { padding-block: clamp(28px, 3.6vw, 52px) 32px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 350px); align-items: end; gap: clamp(24px, 5vw, 72px); padding-bottom: 26px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 12px; font-size: clamp(42px, 5vw, 68px); line-height: .96; letter-spacing: -.07em; font-weight: 790; }
h1 span { color: var(--muted); }
.intro-copy { max-width: 590px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.control-card { position: relative; z-index: 20; padding: clamp(17px, 2vw, 24px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--panel); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.control-header, .toolbar-row, .table-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.control-header { margin-bottom: 16px; }
h2 { margin-bottom: 0; font-size: 23px; letter-spacing: -.045em; }
.button { border: 1px solid transparent; border-radius: 10px; padding: 10px 14px; color: var(--text); background: transparent; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-1px); border-color: var(--line-strong); background: rgba(255,255,255,.035); }
.button:active { transform: translateY(0); }
.button-ghost { border-color: var(--line); color: var(--muted-bright); font-size: 12px; }
.button-primary { background: var(--accent); box-shadow: 0 8px 20px rgba(139,22,247,.22); }
.button-small { padding: 9px 12px; font-size: 12px; }
.filter-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; align-items: stretch; }
.filter-grid > * { min-height: 62px; }
.filter-menu, .select-control { position: relative; min-width: 0; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.filter-menu:hover, .select-control:hover { border-color: var(--line-strong); background: rgba(255,255,255,.04); }
.filter-menu[open] { border-color: rgba(139,22,247,.55); box-shadow: 0 0 0 3px rgba(139,22,247,.08); }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.filter-menu summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; align-items: center; min-height: 62px; padding: 9px 12px; }
.filter-menu summary .filter-label { grid-column: 1 / -1; margin: 0; }
.filter-label { display: block; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.filter-value { grid-column: 1; min-width: 0; overflow: hidden; color: var(--text); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.chevron { grid-column: 2; justify-self: end; width: 18px; height: 18px; margin: -2px 0 0 5px; color: var(--muted); font-size: 18px; transform: none; transition: transform .2s ease, color .2s ease; }
details[open] > summary .chevron { color: var(--accent-bright); transform: rotate(180deg); }
.select-control { display: block; min-height: 62px; padding: 9px 39px 7px 12px; cursor: pointer; }
.select-control::after { position: absolute; right: 17px; bottom: 18px; width: 8px; height: 8px; border-right: 1.5px solid var(--muted); border-bottom: 1.5px solid var(--muted); content: ""; pointer-events: none; transform: rotate(45deg); }
.select-control select, .alert-panel select, .alert-panel input { width: 100%; border: 0; outline: 0; color: var(--text); background: transparent; font-size: 13px; }
.select-control select { min-height: 27px; padding: 0; appearance: none; cursor: pointer; }
.select-control select option, .alert-panel select option { color: #111; }
.filter-menu[open], .compact-menu[open] { z-index: 60; }
.menu-panel { position: absolute; z-index: 80; top: calc(100% + 8px); left: 0; width: min(290px, 80vw); max-height: 330px; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; scrollbar-color: rgba(183,104,255,.5) rgba(255,255,255,.025); scrollbar-width: thin; padding: 8px; border: 1px solid var(--line-strong); border-radius: 14px; background: #191a22; box-shadow: 0 20px 50px rgba(0,0,0,.38); animation: menu-in .16s ease both; }
.chain-panel { width: min(330px, 80vw); }
.option { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 9px; color: var(--muted-bright); font-size: 13px; }
.option:hover { color: var(--text); background: rgba(255,255,255,.06); }
.chain-option-content { display: inline-flex; min-width: 0; align-items: center; gap: 9px; }
.chain-logo { width: 19px; height: 19px; flex: 0 0 19px; object-fit: contain; }
.option input, .column-option input { width: 16px; height: 16px; flex: 0 0 16px; appearance: none; border: 1px solid var(--line-strong); border-radius: 5px; background: rgba(255,255,255,.04); cursor: pointer; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.option input:checked, .column-option input:checked { border-color: var(--accent-bright); background: var(--accent); box-shadow: 0 0 0 3px rgba(139,22,247,.13); }
.option input:checked::after, .column-option input:checked::after { display: block; width: 4px; height: 8px; margin: 2px 0 0 5px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; content: ""; transform: rotate(45deg); }
.option input[type="radio"] { border-radius: 50%; }
.option input[type="radio"]:checked::after { width: 6px; height: 6px; margin: 4px; border: 0; border-radius: 50%; background: #fff; transform: none; }
.toolbar-row { align-items: stretch; justify-content: flex-end; margin-top: 11px; }
.control-actions { display: flex; align-items: center; gap: 8px; }
.compact-menu { position: relative; }
.compact-menu > summary { display: inline-flex; align-items: center; gap: 8px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted-bright); font-size: 12px; background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease, color .2s ease; }
.compact-menu > summary:hover { border-color: var(--line-strong); background: rgba(255,255,255,.05); }
.compact-menu[open] > summary { border-color: rgba(139,22,247,.55); }
.compact-menu .menu-panel { right: 0; left: auto; width: 210px; }
.columns-panel { display: grid; gap: 4px; }
.column-group-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 3px 8px 5px; }
.column-group-heading .column-group-label { padding: 0; }
.column-visibility { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 10px; white-space: nowrap; }
.column-visibility input { width: 14px; height: 14px; flex-basis: 14px; }
.column-option { display: flex; align-items: center; gap: 9px; padding: 8px; color: var(--muted-bright); font-size: 12px; }
.alert-panel { width: 245px !important; padding: 14px; }
.menu-heading { margin-bottom: 13px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.alert-panel label, .alert-field { display: block; margin: 10px 0; color: var(--muted); font-size: 11px; }
.select-shell { position: relative; display: block; margin-top: 6px; }
.alert-panel select, .alert-panel input { display: block; min-height: 36px; margin-top: 6px; padding: 0 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--text); background: rgba(255,255,255,.04); }
.alert-panel .select-shell select { width: 100%; margin-top: 0; padding-right: 34px; appearance: none; cursor: pointer; }
.select-icon { position: absolute; top: 50%; right: 9px; color: var(--muted); font-size: 17px; pointer-events: none; transform: translateY(-50%); }
.alert-panel input { appearance: textfield; }
.alert-field-label { display: block; }
.alert-window-shell { position: relative; margin-top: 6px; }
.alert-window-trigger { display: flex; width: 100%; min-height: 36px; align-items: center; justify-content: space-between; gap: 10px; padding: 0 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--text); background: rgba(255,255,255,.04); font-size: 13px; text-align: left; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.alert-window-trigger:hover, .alert-window-shell.is-open .alert-window-trigger { border-color: rgba(139,22,247,.55); background: rgba(255,255,255,.06); box-shadow: 0 0 0 3px rgba(139,22,247,.08); }
.alert-window-chevron { color: var(--muted); font-size: 17px; transition: color .2s ease, transform .2s ease; }
.alert-window-trigger[aria-expanded="true"] .alert-window-chevron { color: var(--accent-bright); transform: rotate(180deg); }
.alert-window-menu { position: absolute; z-index: 100; top: calc(100% + 6px); right: 0; left: 0; display: grid; max-height: 255px; gap: 2px; overflow-y: auto; padding: 6px; border: 1px solid var(--line-strong); border-radius: 12px; background: #191a22; box-shadow: 0 20px 50px rgba(0,0,0,.38); scrollbar-color: rgba(183,104,255,.5) rgba(255,255,255,.025); scrollbar-width: thin; animation: menu-in .16s ease both; }
.alert-window-option { width: 100%; border: 0; background: transparent; cursor: pointer; text-align: left; }
.alert-window-option[aria-selected="true"] { color: var(--text); background: rgba(139,22,247,.14); }
.alert-window-check { margin-left: auto; color: var(--accent-bright); font-size: 17px; opacity: 0; }
.alert-window-option[aria-selected="true"] .alert-window-check { opacity: 1; }
.alert-summary-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--danger); }
.active-filters { display: flex; flex-wrap: wrap; gap: 7px; min-height: 0; margin-top: 11px; }
.active-filters:empty { display: none; }
.filter-chip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid rgba(183,104,255,.25); border-radius: 999px; color: var(--muted-bright); font-size: 11px; background: rgba(139,22,247,.09); }
.filter-chip button { display: grid; width: 15px; height: 15px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--muted-bright); background: transparent; cursor: pointer; }
.filter-chip button:hover { color: var(--text); background: rgba(255,255,255,.1); }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin: 14px 0 34px; }
.stat-card { min-width: 0; min-height: 104px; padding: 15px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(20,21,28,.72); }
.stat-card strong { display: block; margin: 17px 0 4px; overflow: hidden; font-size: clamp(21px, 2.2vw, 29px); letter-spacing: -.06em; text-overflow: ellipsis; white-space: nowrap; }
.stat-foot { display: block; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.accent-stat { border-color: rgba(139,22,247,.3); background: linear-gradient(145deg, rgba(139,22,247,.13), rgba(20,21,28,.72)); }
.intro-grid .intro-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; }
.intro-stats .stat-card { min-height: 92px; padding: 12px; }
.intro-stats .stat-card strong { margin-top: 11px; font-size: clamp(19px, 2vw, 25px); }
.table-section { min-width: 0; }
.table-heading { align-items: end; margin-bottom: 13px; }
.table-meta { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; }
.table-meta strong { color: var(--muted-bright); font-weight: 600; }
.table-shell { position: relative; min-height: clamp(520px, calc(100vh - 440px), 900px); overflow-x: auto; overflow-y: visible; scrollbar-gutter: stable; scrollbar-color: rgba(183,104,255,.5) rgba(255,255,255,.025); scrollbar-width: thin; border: 1px solid var(--line); border-radius: var(--radius-xl); background: rgba(17,18,24,.78); }
table { width: 100%; min-width: 980px; border-collapse: collapse; }
th { position: static; padding: 15px 16px; border-bottom: 1px solid var(--line); color: var(--muted); background: #15161e; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-align: left; white-space: nowrap; }
td { padding: 13px 16px; border-bottom: 1px solid rgba(151,155,178,.1); color: var(--muted-bright); font-size: 12px; vertical-align: middle; }
.activity-row { cursor: pointer; transition: background .16s ease; }
.activity-row:hover, .activity-row:focus-visible { background: rgba(139,22,247,.055); outline: 0; }
.activity-row.is-expanded { background: rgba(139,22,247,.08); }
.rank { width: 42px; color: var(--muted); font-variant-numeric: tabular-nums; }
.row-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.row-toggle-icon { display: grid; width: 14px; height: 14px; place-items: center; color: var(--muted); font-size: 16px; transform: none; transition: transform .16s ease, color .16s ease; }
.activity-row.is-expanded .row-toggle-icon { color: var(--accent-bright); transform: rotate(90deg); }
.collection-cell { display: flex; align-items: center; gap: 10px; min-width: 215px; text-decoration: none; }
.collection-cell > span:last-child { min-width: 0; flex: 1 1 auto; overflow: hidden; }
.collection-cell-static { cursor: default; }
.collection-image { width: 34px; height: 34px; flex: 0 0 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(135deg, var(--accent), #252633); object-fit: cover; }
.collection-name { display: block; max-width: 190px; overflow: hidden; color: var(--text); font-weight: 680; text-overflow: ellipsis; white-space: nowrap; }
.collection-meta { display: block; max-width: 190px; margin-top: 3px; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.chain-cell { display: inline-flex; width: 20px; height: 20px; align-items: center; justify-content: center; white-space: nowrap; }
.chain-cell .chain-logo { width: 20px; height: 20px; }
.chain-fallback { color: var(--muted); font-size: 19px; }
.activity-cell { min-width: 90px; }
.activity-primary { display: block; color: var(--muted-bright); font-variant-numeric: tabular-nums; }
.activity-secondary { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.number { font-variant-numeric: tabular-nums; white-space: nowrap; }
.rate { color: var(--accent-bright); }
.type-stack, .detail-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.type-chip { display: inline-flex; align-items: center; padding: 4px 6px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted-bright); font-size: 10px; background: rgba(255,255,255,.035); white-space: nowrap; }
.signal { display: inline-flex; align-items: center; gap: 6px; color: var(--muted-bright); font-size: 11px; white-space: nowrap; }
.signal::before { width: 5px; height: 5px; border-radius: 50%; background: currentColor; content: ""; }
.signal-critical { color: var(--danger); }
.signal-high, .signal-rising { color: var(--warning); }
.signal-normal, .signal-steady { color: var(--success); }
.last-item { max-width: 180px; overflow: hidden; color: var(--muted-bright); text-overflow: ellipsis; white-space: nowrap; }
.detail-row.is-hidden { display: none; }
.detail-row > td { padding: 0; border-bottom: 1px solid rgba(151,155,178,.1); background: rgba(10,11,16,.35); }
.detail-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 18px; padding: 18px 22px 20px 72px; }
.detail-block { min-width: 0; }
.detail-block-spaced { margin-top: 17px; }
.detail-chain { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--text); font-size: 12px; font-weight: 700; }
.detail-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.detail-value { color: var(--text); font-size: 13px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.detail-stat { min-width: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); }
.detail-stat strong { display: block; color: var(--text); font-size: 16px; letter-spacing: -.04em; }
.detail-stat small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.detail-latest { display: flex; flex-direction: column; justify-content: space-between; gap: 12px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.detail-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.detail-item strong { display: block; overflow: hidden; color: var(--text); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.detail-item small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.detail-item a { color: var(--accent-bright); text-decoration: none; }
.detail-item a:hover { text-decoration: underline; }
.detail-separator { height: 1px; background: var(--line); }
.detail-address { color: var(--muted-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.table-state { position: absolute; inset: 82px 0 0; display: grid; place-content: center; justify-items: center; min-height: 300px; padding: 30px; text-align: center; pointer-events: none; }
.table-state.is-hidden { display: none; }
.state-icon { display: grid; width: 45px; height: 45px; place-items: center; margin-bottom: 13px; border: 1px solid rgba(139,22,247,.3); border-radius: 15px; color: var(--accent-bright); background: var(--accent-soft); font-size: 25px; }
.state-icon .material-symbols-outlined { font-size: 25px; }
.table-state h3 { margin-bottom: 7px; font-size: 17px; letter-spacing: -.03em; }
.table-state p { max-width: 390px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.footer { display: flex; justify-content: space-between; gap: 18px; margin-top: 22px; padding: 18px 0 3px; color: var(--muted); font-size: 11px; }
[hidden] { display: none !important; }
.sponsor-slot { position: relative; align-items: center; justify-content: space-between; gap: 18px; min-width: 0; border: 1px solid rgba(183,104,255,.22); border-radius: var(--radius-lg); color: var(--muted-bright); background: linear-gradient(105deg, rgba(139,22,247,.12), rgba(20,21,28,.74) 58%, rgba(255,255,255,.025)); box-shadow: 0 12px 36px rgba(0,0,0,.12); }
.sponsor-slot-inline { display: none; min-height: 94px; margin: 16px 0 18px; padding: 10px 54px 10px 18px; }
.sponsor-slot-inline.is-visible { display: flex; animation: ad-in .26s ease both; }
.sponsor-slot-copy { display: grid; min-width: 0; gap: 4px; }
.sponsor-label { color: var(--accent-bright); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.sponsor-slot-copy strong { color: var(--text); font-size: 16px; letter-spacing: -.03em; }
.sponsor-slot-copy > span:last-child { color: var(--muted); font-size: 11px; }
.sponsor-link { display: inline-flex; align-items: center; gap: 12px; min-width: 0; color: inherit; text-decoration: none; }
.sponsor-link:hover .sponsor-cta, .ad-dialog-link:hover .sponsor-cta { color: var(--text); }
.sponsor-link img { width: 58px; height: 58px; flex: 0 0 58px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; object-fit: cover; }
.sponsor-cta { color: var(--accent-bright); font-size: 11px; font-weight: 700; white-space: nowrap; }
.sponsor-close, .ad-dialog-close { display: grid; place-items: center; padding: 0; border: 0; color: var(--muted); background: transparent; cursor: pointer; }
.sponsor-close { position: absolute; top: 12px; right: 14px; width: 26px; height: 26px; border-radius: 50%; font-size: 20px; }
.sponsor-close .material-symbols-outlined { font-size: 18px; }
.sponsor-close:hover, .ad-dialog-close:hover { color: var(--text); background: rgba(255,255,255,.08); }
.ad-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 22px; }
.ad-modal.is-visible { animation: ad-in .22s ease both; }
.ad-modal-backdrop { position: absolute; inset: 0; background: rgba(3,4,8,.74); backdrop-filter: blur(7px); }
.ad-dialog { position: relative; z-index: 1; width: min(560px, 100%); overflow: hidden; border: 1px solid rgba(183,104,255,.3); border-radius: 22px; background: #171820; box-shadow: 0 32px 100px rgba(0,0,0,.55); }
.ad-dialog-close { position: absolute; z-index: 2; top: 13px; right: 13px; width: 32px; height: 32px; border-radius: 50%; font-size: 23px; }
.ad-dialog-link { display: grid; grid-template-columns: 1fr; align-items: stretch; min-height: 260px; color: inherit; text-decoration: none; }
.ad-dialog-image { display: block; width: 100%; height: clamp(220px, 36vw, 320px); max-height: 320px; object-fit: cover; object-position: center center; background: #35116e; }
.ad-dialog-content { display: grid; align-content: center; gap: 12px; padding: 34px; }
.ad-dialog-content h2 { margin: 0; color: var(--text); font-size: clamp(26px, 4vw, 38px); letter-spacing: -.06em; }
.ad-dialog-content p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.sponsor-features { display: flex; flex-wrap: wrap; gap: 6px; }
.sponsor-features span { padding: 5px 7px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted-bright); font-size: 10px; background: rgba(255,255,255,.035); }
.button-icon, .control-icon { font-size: 17px; vertical-align: -4px; }
.live-toggle { display: inline-flex; min-width: 92px; min-height: 42px; align-items: center; justify-content: center; gap: 8px; border-color: var(--line); color: var(--muted-bright); background: rgba(255,255,255,.025); font-size: 12px; font-weight: 700; }
.live-toggle.is-active { border-color: rgba(103,223,174,.32); color: var(--success); background: rgba(103,223,174,.08); box-shadow: 0 0 0 3px rgba(103,223,174,.05); }
.live-toggle:not(.is-active) { border-color: var(--line-strong); color: var(--muted); background: rgba(255,255,255,.035); box-shadow: none; }
.live-icon { font-size: 18px; }
.cta-icon { vertical-align: -4px; font-size: 16px; }
.table-section { position: relative; z-index: 1; }
body.ad-modal-open { overflow: hidden; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: rgba(255,255,255,.025); }
::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 999px; background: rgba(183,104,255,.36); background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background: rgba(183,104,255,.62); background-clip: padding-box; }
@keyframes menu-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ad-in { from { opacity: 0; transform: translateY(8px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Three-lane activity workspace. Collection lanes summarize; the middle lane stays event-level. */
.lanes-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr) minmax(0, 1fr); align-items: start; gap: 12px; }
.data-lane { min-width: 0; }
.lane-heading { display: flex; min-height: 92px; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 10px; padding: 0 3px; }
.lane-heading h3 { margin: 5px 0 5px; color: var(--text); font-size: 20px; letter-spacing: -.045em; }
.lane-copy { max-width: 220px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.lane-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; color: var(--muted); font-size: 10px; white-space: nowrap; }
.lane-meta strong { color: var(--muted-bright); font-size: 17px; letter-spacing: -.04em; }
.lane-mint .lane-heading .eyebrow, .event-mint { color: var(--success); }
.lane-sale .lane-heading .eyebrow, .event-sale { color: var(--warning); }
.lane-activity .lane-heading .eyebrow { color: var(--accent-bright); }
.lane-shell { min-height: clamp(520px, calc(100vh - 410px), 900px); overflow-x: auto; }
.lane-shell table { width: 100%; min-width: 720px; }
.lane-activity .lane-shell table { min-width: 900px; }
.lane-mint .lane-shell table, .lane-sale .lane-shell table { min-width: 0; table-layout: fixed; }
.lane-mint th, .lane-mint td, .lane-sale th, .lane-sale td { padding-inline: 8px; }
.lane-mint table th.column-rank, .lane-sale table th.column-rank, .lane-mint table td.rank, .lane-sale table td.rank { width: 42px; }
.lane-mint table th.column-rank, .lane-sale table th.column-rank, .lane-mint table td.rank, .lane-sale table td.rank { padding-inline: 5px; }
.lane-mint .collection-cell, .lane-sale .collection-cell { min-width: 0; gap: 7px; }
.lane-mint .collection-image, .lane-sale .collection-image { width: 28px; height: 28px; flex-basis: 28px; border-radius: 8px; }
.lane-mint .collection-name, .lane-mint .collection-meta, .lane-sale .collection-name, .lane-sale .collection-meta { max-width: 100%; }
.column-group { display: grid; gap: 3px; padding-bottom: 9px; }
.column-group + .column-group { padding-top: 9px; border-top: 1px solid var(--line); }
.column-group-label { padding: 3px 8px 5px; color: var(--accent-bright); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-type { display: inline-flex; align-items: center; gap: 5px; padding: 5px 7px; border: 1px solid currentColor; border-radius: 7px; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.event-mint { border-color: rgba(103,223,174,.28); background: rgba(103,223,174,.08); }
.event-sale { border-color: rgba(255,192,92,.28); background: rgba(255,192,92,.08); }
.event-time { color: var(--muted-bright); font-variant-numeric: tabular-nums; white-space: nowrap; }
.item-cell { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.item-cell a { color: var(--text); text-decoration: none; }
.item-cell a:hover { color: var(--accent-bright); text-decoration: underline; }
.mono-cell { color: var(--muted-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; white-space: nowrap; }
.event-detail-panel { padding-left: 22px; }
.event-detail-panel .detail-chain { flex-wrap: wrap; }
.event-row td { padding-block: 11px; }
.event-row .collection-cell { min-width: 175px; }
.event-row .collection-image { width: 30px; height: 30px; flex-basis: 30px; border-radius: 8px; }
.event-row .collection-name, .event-row .collection-meta { max-width: 145px; }
.price-cell { color: var(--muted-bright); }
.table-heading { margin-bottom: 17px; }
.table-heading h2 { font-size: clamp(22px, 2.3vw, 29px); }
@media (max-width: 1180px) {
  .filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .toolbar-row { align-items: stretch; flex-direction: column; }
  .control-actions { justify-content: space-between; }
  .detail-panel { grid-template-columns: 1fr; padding-left: 22px; }
  .lanes-grid { grid-template-columns: repeat(3, minmax(430px, 1fr)); overflow-x: auto; padding-bottom: 9px; scroll-snap-type: x proximity; }
  .data-lane { scroll-snap-align: start; }
}
@media (max-width: 620px) {
  :root { --gutter: 18px; }
  .topbar { min-height: 65px; }
  .topbar-caption { display: none; }
  .page { padding-top: 28px; }
  h1 { font-size: clamp(42px, 13vw, 57px); }
  .intro-grid { padding-bottom: 20px; }
  .control-card { padding: 15px; border-radius: 18px; }
  .filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .filter-menu summary { padding-inline: 10px; }
  .toolbar-row { gap: 9px; }
  .control-actions { gap: 6px; }
  .compact-menu > summary, .live-toggle { padding-inline: 9px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 28px; }
  .stat-card { min-height: 96px; padding: 12px; }
  .stat-card strong { margin-top: 13px; font-size: 22px; }
  .table-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .table-meta { width: 100%; justify-content: space-between; }
  .table-shell { min-height: 560px; border-radius: 18px; }
  .lanes-grid { grid-template-columns: 1fr; overflow: visible; padding-bottom: 0; }
  .lane-heading { min-height: 0; padding-top: 13px; }
  .lane-shell, .lane-mint .lane-shell table, .lane-sale .lane-shell table, .lane-activity .lane-shell table { min-width: 0; }
  .lane-shell { min-height: 420px; }
  .sponsor-slot-inline { align-items: flex-start; flex-direction: column; gap: 10px; margin: 14px 0 16px; padding: 14px 48px 14px 14px; }
  .sponsor-link { width: 100%; justify-content: space-between; }
  .ad-dialog-link { grid-template-columns: 1fr; }
  .ad-dialog-image { height: 240px; max-height: 240px; min-height: 0; }
  .ad-dialog-content { padding: 24px; }
  .detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-panel { padding: 15px; }
  .footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
