:root{--bg-page:#f7f7f7;--bg-surface:#fff;--bg-surface-elevated-2:#dedede;--bg-brand:#1f67d2;--bg-brand-muted:#1f67d21f;--text-primary:#090b0c;--text-secondary:#484848;--text-tertiary:#6f6f6f;--text-link:#1853a8;--text-on-brand:#fff;--text-data-down:#b53b35;--border-subtle:#090b0c0f;--border-medium:#090b0c1f;--border-brand:#1f67d2;--hover-row:#1f67d21f;--hover-card:#1f67d20f;--chart-defillama:#1f67d2;--chart-messari:#7559c7;--chart-blockworks:#168775;--chart-token-terminal:#c47a18;--chart-artemis:#b64e7b;--chart-allium:#5a6fc0;--chart-glassnode:#267a92}html.dark{--bg-page:#090b0c;--bg-surface:#131516;--bg-surface-elevated-2:#232628;--bg-brand-muted:#1f67d233;--text-primary:#fff;--text-secondary:#c6c6c6;--text-tertiary:#878787;--text-link:#4b86db;--text-data-down:#e24a42;--border-subtle:#ffffff0f;--border-medium:#ffffff1f;--hover-row:#ffffff0f;--hover-card:#ffffff08;--chart-defillama:#4b86db;--chart-messari:#9b87df;--chart-blockworks:#45ae9d;--chart-token-terminal:#dba354;--chart-artemis:#d77aa3;--chart-allium:#8295e5;--chart-glassnode:#55a9c2;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-page);color:var(--text-primary);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}button,input,select{font:inherit}button,select,a{-webkit-tap-highlight-color:transparent}button{color:inherit}img{display:block}:focus-visible{outline:2px solid var(--border-brand);outline-offset:-2px}.app-shell{grid-template-columns:220px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--bg-page);border-right:1px solid var(--border-subtle);flex-direction:column;gap:4px;height:100vh;padding:16px 0 16px 16px;display:flex;position:sticky;top:0}.brand{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);align-items:center;gap:10px;margin:0 12px 16px 0;padding:4px 8px 16px;text-decoration:none;display:flex}.brand-mark{object-fit:contain;border-radius:9px;flex:none;width:40px;height:40px}.brand-title{letter-spacing:-.01em;white-space:nowrap;font-size:14px;font-weight:700;line-height:18px}.sidebar nav{gap:4px;padding-right:12px;display:grid;overflow:hidden auto}.nav-item{min-height:32px;color:var(--text-secondary);border-radius:6px;align-items:center;padding:6px 12px;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;display:flex}.nav-item:hover{color:var(--text-primary);background:var(--hover-row)}.nav-item.active{color:var(--text-link);background:var(--bg-brand-muted)}.theme-switch{border:1px solid var(--border-medium);min-height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;margin-top:auto;margin-right:12px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.theme-switch:hover{color:var(--text-primary);background:var(--hover-row)}.theme-dark-option,html.dark .theme-light-option{display:none}html.dark .theme-dark-option{display:inline}.content{width:100%;min-width:0;max-width:1500px;margin:0 auto;padding:32px 24px 48px}.topbar{justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px;display:flex}.eyebrow{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px;font-size:10px;font-weight:500;line-height:12px}h1,h2,p{margin:0}h1{letter-spacing:-.02em;margin-bottom:4px;font-size:32px;font-weight:600;line-height:40px}h2{margin-bottom:0;font-size:18px;font-weight:600;line-height:22px}.topbar>div>p:last-child{color:var(--text-secondary);margin:0;font-size:14px;line-height:21px}.screenshot-toggle{border:1px solid var(--border-medium);background:var(--bg-surface);text-align:left;cursor:pointer;border-radius:8px;align-items:center;gap:10px;min-height:48px;padding:8px 12px;display:flex}.screenshot-toggle:hover{background:var(--hover-card)}.screenshot-toggle>span:last-child{gap:1px;display:grid}.screenshot-toggle strong{font-size:12px;font-weight:500;line-height:16px}.screenshot-toggle small{color:var(--text-tertiary);font-size:12px;line-height:16px}.toggle-track{background:var(--bg-surface-elevated-2);border-radius:999px;flex:none;width:34px;height:20px;transition:background .15s;position:relative}.toggle-track>span{background:var(--bg-surface);width:14px;height:14px;box-shadow:0 1px 3px var(--border-medium);border-radius:50%;transition:transform .15s;position:absolute;top:3px;left:3px}.screenshot-toggle.active .toggle-track{background:var(--bg-brand)}.screenshot-toggle.active .toggle-track>span{transform:translate(14px)}.error-banner{background:var(--bg-surface);border:1px solid var(--text-data-down);color:var(--text-data-down);border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:12px;line-height:16px}.stat-grid{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:8px;display:grid;overflow:hidden}.stat-card{border-right:1px solid var(--border-subtle);flex-direction:column;gap:4px;min-height:116px;padding:16px;display:flex}.stat-card:last-child{border-right:0}.stat-card>span{color:var(--text-secondary);font-size:14px;font-weight:500;line-height:17px}.stat-card strong{margin-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:24px;font-weight:700;line-height:32px}.stat-card small{color:var(--text-tertiary);margin-top:auto;font-size:12px;line-height:16px}.comparison-section{margin-bottom:8px}.panel,.reports-panel{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px}.panel{padding:16px}.panel-heading,.reports-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.muted-label,.result-count{color:var(--text-tertiary);font-size:12px;font-weight:400;line-height:16px}.bar-legend{color:var(--text-tertiary);align-items:center;gap:12px;font-size:11px;line-height:14px;display:flex}.bar-legend span{align-items:center;gap:5px;display:flex}.bar-legend i{background:var(--text-link);border-radius:999px;width:16px;height:6px}.bar-legend i.crypto{background-color:color-mix(in srgb, var(--chart-defillama) 30%, var(--bg-surface));background-image:repeating-linear-gradient(135deg, transparent 0 4px, var(--chart-defillama) 4px 6px)}.provider-bars{gap:8px;margin-top:16px;display:grid}.provider-bar-row{border:1px solid var(--border-subtle);background:var(--bg-page);border-radius:8px;grid-template-columns:minmax(170px,220px) minmax(120px,1fr) 64px;align-items:center;gap:16px;min-height:50px;padding:8px 10px;display:grid}.provider-bar-row.featured{border-color:var(--border-brand);background:var(--bg-brand-muted)}.provider-bar-label{align-items:center;gap:10px;min-width:0;display:flex}.provider-bar-label img,.provider-anonymous-logo{background:var(--bg-surface);object-fit:contain;border-radius:6px;flex:none;width:28px;height:28px}html.dark .provider-logo-blockworks{filter:invert();background:0 0}.provider-anonymous-logo{color:var(--text-tertiary);place-items:center;display:grid}.provider-bar-label>span:last-child{gap:1px;min-width:0;display:grid}.provider-bar-label strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:17px;overflow:hidden}.provider-bar-label small{color:var(--text-tertiary);font-size:11px;line-height:14px}.provider-bar-track{background:var(--bg-surface-elevated-2);border-radius:999px;height:12px;display:flex;overflow:hidden}.provider-bar-track span{cursor:pointer;height:100%;display:block}.provider-bar-track span:focus-visible{outline:2px solid var(--text-primary);outline-offset:-2px}.bar-hover-tooltip{z-index:50;pointer-events:none;white-space:nowrap;border:1px solid var(--border-medium);background:var(--text-primary);color:var(--bg-surface);border-radius:6px;padding:5px 8px;font-size:11px;font-weight:500;line-height:14px;position:fixed;transform:translate(-50%,calc(-100% - 10px));box-shadow:0 4px 16px #0003}.provider-bar-value{color:var(--text-primary);text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:16px;line-height:20px}.method-note{border-top:1px solid var(--border-subtle);color:var(--text-tertiary);margin:12px 0 0;padding-top:12px;font-size:12px;line-height:16px}.empty-line{color:var(--text-tertiary);padding:24px 0;font-size:12px;line-height:16px}.methodology-section{margin-bottom:8px;scroll-margin-top:16px}.methodology-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px;display:grid}.methodology-step{border:1px solid var(--border-subtle);background:var(--bg-page);border-radius:8px;gap:10px;min-width:0;padding:12px;display:flex}.methodology-step>span{color:var(--text-link);flex:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700;line-height:16px}.methodology-step>div{min-width:0}.methodology-step h3,.decision-card h3{color:var(--text-primary);margin:0 0 4px;font-size:13px;font-weight:600;line-height:17px}.methodology-step p,.decision-card p{color:var(--text-tertiary);margin:0;font-size:12px;line-height:17px}.decision-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.decision-card{border:1px solid var(--border-subtle);background:var(--bg-page);border-radius:8px;padding:12px 12px 12px 16px;position:relative;overflow:hidden}.decision-card:before{content:"";background:var(--chart-defillama);width:4px;position:absolute;inset:0 auto 0 0}.decision-card.ai-valid:before{background:repeating-linear-gradient(180deg, var(--chart-defillama) 0 4px, transparent 4px 7px)}.decision-card>span{background:var(--bg-brand-muted);color:var(--text-link);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;margin-bottom:6px;padding:2px 6px;font-size:10px;font-weight:600;line-height:13px;display:inline-flex}.reports-panel{padding:0;overflow:hidden}.reports-header{border-bottom:1px solid var(--border-subtle);padding:12px 16px}.status-tabs{border-bottom:1px solid var(--border-subtle);gap:6px;padding:8px 16px;display:flex;overflow-x:auto}.status-tabs button{border:1px solid var(--border-medium);background:var(--bg-page);min-width:110px;min-height:36px;color:var(--text-secondary);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:7px 10px;font-size:12px;line-height:16px;display:flex}.status-tabs button:hover{color:var(--text-primary);background:var(--hover-row)}.status-tabs button.active{color:var(--text-link);border-color:var(--border-brand);background:var(--bg-brand-muted)}.status-tabs button strong{color:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.filter-row{border-bottom:1px solid var(--border-subtle);align-items:stretch;gap:6px;padding:8px 16px;display:flex}.search-box{border:1px solid var(--border-medium);background:var(--bg-page);border-radius:8px;flex:1;min-width:220px;max-width:420px;min-height:32px;display:flex;overflow:hidden}.search-box:focus-within{border-color:var(--border-brand)}.search-box input{min-width:0;color:var(--text-primary);background:0 0;border:0;outline:0;flex:1;padding:6px 12px;font-size:12px;line-height:16px}.search-box input::placeholder{color:var(--text-tertiary)}.search-box button{background:var(--bg-brand);min-width:64px;color:var(--text-on-brand);cursor:pointer;border:0;padding:6px 12px;font-size:12px;font-weight:500;line-height:16px}.search-box button:hover{filter:brightness(1.1)}.filter-row select{border:1px solid var(--border-medium);background:var(--bg-page);max-width:190px;min-height:32px;color:var(--text-primary);border-radius:8px;padding:6px 30px 6px 12px;font-size:12px;line-height:16px}.clear-button{min-height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 12px;font-size:12px;line-height:16px}.clear-button:hover{color:var(--text-primary);background:var(--hover-row)}.report-table{width:100%}.report-row{border-top:1px solid var(--border-subtle);min-height:50px;color:var(--text-secondary);grid-template-columns:minmax(240px,2.2fr) minmax(140px,1fr) 120px minmax(120px,.8fr) 32px;align-items:center;gap:12px;padding:0 16px;font-size:14px;line-height:21px;display:grid}.report-row:not(.table-head):hover{background:var(--hover-row)}.table-head{min-height:40px;color:var(--text-secondary);border-top:0;font-size:14px;font-weight:500;line-height:17px}.report-title{gap:2px;min-width:0;display:grid}.report-title strong{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:17px;overflow:hidden}.report-title small{color:var(--text-tertiary);font-size:12px;line-height:16px}.report-date{color:var(--text-secondary);gap:1px;display:grid}.report-date small{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-size:10px;line-height:12px}.source-tags{flex-wrap:wrap;gap:4px;display:flex}.source-tags span{color:var(--text-link);background:var(--bg-brand-muted);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500;line-height:12px}.source-tags .status-badge.verified{color:#137333;background:#1880381a}.source-tags .status-badge.ai_valid{color:#1853a8;background:#1f67d21f}.source-tags .status-badge.verification_required{color:#8a5a00;background:#f9ab001f}.source-tags .status-badge.deferred{color:#7357a8;background:#7357a81f}.source-tags .status-badge.rejected{color:var(--text-data-down);background:color-mix(in srgb, var(--text-data-down) 12%, transparent)}.report-row>a{width:32px;height:32px;color:var(--text-secondary);border-radius:50%;place-items:center;font-size:16px;text-decoration:none;display:grid}.report-row>a:hover{color:var(--text-primary);background:var(--hover-row)}.empty-state{text-align:center;color:var(--text-tertiary);padding:48px 16px;font-size:12px;line-height:16px}.pagination{border-top:1px solid var(--border-subtle);min-height:48px;color:var(--text-tertiary);justify-content:flex-end;align-items:center;gap:12px;padding:8px 16px;font-size:12px;line-height:16px;display:flex}.pagination button{border:1px solid var(--border-medium);min-height:32px;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:500;line-height:16px}.pagination button:hover:not(:disabled){background:var(--hover-row)}.pagination button:disabled{opacity:.6;cursor:not-allowed;color:var(--text-tertiary)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:1024px){.app-shell{grid-template-columns:180px minmax(0,1fr)}.sidebar{padding-left:12px}.content{padding:24px 16px 40px}.stat-grid{grid-template-columns:repeat(2,1fr)}.stat-card:nth-child(2){border-right:0}.stat-card:nth-child(-n+2){border-bottom:1px solid var(--border-subtle)}}@media (max-width:768px){.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--border-subtle);flex-direction:row;align-items:center;height:auto;min-height:64px;padding:8px 12px;position:static}.brand{border-bottom:0;margin:0;padding:0}.brand-mark{border-radius:8px;width:36px;height:36px}.brand-title{font-size:14px;line-height:18px}.sidebar nav{margin-left:auto;padding:0;display:flex}.nav-item{display:none}.nav-item.active{display:flex}.theme-switch{justify-content:center;width:32px;margin:0;padding:6px;font-size:0}.theme-switch .theme-light-option:nth-child(2),.theme-switch .theme-dark-option:nth-child(4){display:none}.theme-switch .theme-light-option:first-child,html.dark .theme-switch .theme-dark-option:nth-child(3){font-size:14px}.content{padding:20px 12px 32px}.topbar{flex-direction:column;align-items:flex-start;gap:12px}.screenshot-toggle{width:100%}.filter-row{flex-wrap:wrap}.search-box{flex-basis:100%;max-width:none}.filter-row select{flex:1;max-width:none}.methodology-flow{grid-template-columns:1fr}.table-head{display:none}.report-row{grid-template-columns:1fr auto;gap:4px 12px;padding:12px 16px}.report-title,.report-row>span,.source-tags{grid-column:1}.report-row>a{grid-area:1/2}}@media (max-width:480px){.stat-grid{grid-template-columns:1fr}.stat-card{border-right:0;border-bottom:1px solid var(--border-subtle)}.stat-card:last-child{border-bottom:0}.comparison-panel,.methodology-panel{padding:12px}.methodology-panel .panel-heading{flex-direction:column;align-items:flex-start;gap:4px}.decision-cards{grid-template-columns:1fr}.provider-bar-row{grid-template-columns:minmax(130px,1fr) 56px;gap:8px 12px}.provider-bar-track{grid-area:2/1/auto/-1}.provider-bar-value{grid-area:1/2}}
