@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--ink:#12130f;--paper:#f3f2ec;--panel:#faf9f4;--line:#d8d7cf;--muted:#74756e;--acid:#c8ff32;--coral:#ff6b4a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Manrope,sans-serif}.app-shell{grid-template-columns:220px minmax(0,1fr);min-height:100vh;display:grid}aside{border-right:1px solid var(--line);background:#ebeae3;flex-direction:column;height:100vh;padding:28px 22px;display:flex;position:sticky;top:0}.brand{color:var(--ink);letter-spacing:-.04em;align-items:center;gap:11px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.brand b,.mobile-logo{background:var(--ink);width:34px;height:34px;color:var(--acid);border-radius:50%;place-items:center;display:grid}nav{gap:7px;margin-top:66px;display:grid}nav a{color:#77786f;border-radius:8px;align-items:center;gap:12px;padding:11px 12px;font-size:14px;font-weight:600;text-decoration:none;display:flex}nav a:hover,nav a.active{color:var(--ink);background:#deddd4}nav i{font:18px DM Mono}.aside-bottom{color:var(--muted);margin-top:auto;font-size:12px;line-height:1.6}.system{color:var(--ink);text-transform:uppercase;align-items:center;gap:8px;font:500 10px DM Mono;display:flex}.status-dot{background:#aaa;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #aaa2}.status-dot.online{background:#74bf00;box-shadow:0 0 0 4px #74bf0022}main{min-width:0}header{z-index:5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px);background:#f3f2eced;align-items:center;gap:20px;height:72px;padding:0 36px;display:flex;position:sticky;top:0}.mobile-logo{display:none}.search{width:min(430px,50vw);color:var(--muted);align-items:center;gap:9px;display:flex}.search input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font:14px Manrope}.search kbd{border:1px solid var(--line);background:#fff8;border-radius:5px;padding:3px 6px;font:10px DM Mono}.header-right{align-items:center;gap:17px;margin-left:auto;display:flex}.live{letter-spacing:.12em;align-items:center;gap:7px;font:500 10px DM Mono;display:flex}.live i{background:var(--coral);border-radius:50%;width:7px;height:7px;animation:1.8s infinite pulse}@keyframes pulse{50%{box-shadow:0 0 0 5px #ff6b4a25}}.refresh{border:1px solid var(--line);width:36px;height:36px;color:var(--ink);background:var(--panel);border-radius:50%;place-items:center;font-size:19px;text-decoration:none;display:grid}.content{max-width:1500px;margin:auto;padding:56px 4vw 80px}.hero{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:50px;display:flex}.eyebrow{color:var(--muted);letter-spacing:.13em;margin:0 0 14px;font:500 10px DM Mono}h1{letter-spacing:-.065em;max-width:950px;margin:0;font-size:clamp(38px,5vw,72px);line-height:.98}h1 em{color:#85867f;font-weight:400}.connection{border-left:1px solid var(--line);flex:none;width:285px;padding-left:24px}.connection p{align-items:center;gap:10px;margin:0 0 10px;font-size:13px;display:flex}.connection span{color:var(--muted);font-size:12px;line-height:1.5}.metrics{border:1px solid var(--line);background:var(--panel);grid-template-columns:repeat(4,1fr);margin-bottom:22px;display:grid}.metrics article{border-right:1px solid var(--line);flex-direction:column;min-height:138px;padding:23px 24px;display:flex}.metrics article:last-child{border:0}.metrics p{color:var(--muted);text-transform:uppercase;margin:0;font:11px DM Mono}.metrics strong{letter-spacing:-.06em;margin:auto 0 8px;font-size:36px}.metrics span{color:var(--muted);font-size:11px}.metrics .highlight{background:var(--acid)}.token-panel{border:1px solid var(--line);background:var(--panel)}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;padding:28px 28px 22px;display:flex}.panel-head h2,.section-title h2{letter-spacing:-.04em;margin:0;font-size:22px}.filters{background:#e8e7df;border-radius:9px;gap:4px;padding:3px;display:flex}.filters button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:7px 12px;font:11px Manrope}.filters button.active{color:var(--ink);background:#fff;box-shadow:0 1px 5px #0000000d}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:950px}th{color:var(--muted);text-align:left;letter-spacing:.1em;text-transform:uppercase;background:#f1f0ea;padding:13px 18px;font:500 9px DM Mono}td{border-top:1px solid #e3e2da;padding:15px 18px;font-size:13px}tbody tr:hover{background:#f0efe7}.rank{color:#a1a29b;font:11px DM Mono}.token-cell{align-items:center;gap:12px;display:flex}.token-cell img,.token-icon{object-fit:cover;border-radius:9px;width:34px;height:34px}.token-icon{background:var(--ink);color:var(--acid);place-items:center;font:500 10px DM Mono;display:grid}.token-cell strong,.token-cell small,.substat{display:block}.token-cell small,.substat{color:var(--muted);margin-top:3px;font:10px DM Mono}.mention-count{font-size:18px}.score{align-items:center;gap:10px;display:flex}.score>strong{width:25px}.score>div{background:#dddcd4;width:60px;height:4px}.score i{height:100%;display:block}.score i.high{background:#75b900}.score i.mid{background:#e3a100}.score i.low{background:var(--coral)}.change{font:500 11px DM Mono}.positive{color:#568e00}.negative{color:#d74c35}.latest{font-size:11px;font-weight:600}.empty{color:var(--muted);text-align:center!important;padding:55px!important}.panel-foot{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding:13px 20px;font:10px DM Mono;display:flex}.conversation{border:1px solid var(--line);background:var(--panel);margin-top:22px}.section-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;padding:28px;display:flex}.section-title>span{color:var(--muted);font:10px DM Mono}.tweet-grid{grid-template-columns:repeat(3,1fr);display:grid}.tweet-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;min-height:220px;padding:22px;display:flex}.tweet-card:nth-child(3n){border-right:0}.tweet-head{align-items:center;gap:10px;display:flex}.tweet-head img,.avatar{object-fit:cover;border-radius:50%;width:34px;height:34px}.avatar{background:var(--ink);color:var(--acid);place-items:center;font:11px DM Mono;display:grid}.tweet-head strong,.tweet-head small{display:block}.tweet-head strong{font-size:11px}.tweet-head small{color:var(--muted);margin-top:2px;font:9px DM Mono}.tweet-token{background:#e9e8e0;border-radius:5px;margin-left:auto;padding:5px 7px;font:500 9px DM Mono}.tweet-card>p{-webkit-line-clamp:4;color:#3c3d38;-webkit-box-orient:vertical;margin:22px 0;font-size:12px;line-height:1.65;display:-webkit-box;overflow:hidden}.tweet-foot{color:var(--muted);align-items:center;gap:12px;margin-top:auto;font:9px DM Mono;display:flex}.tweet-foot a{color:var(--ink);margin-left:auto;text-decoration:none}.no-posts{color:var(--muted);text-align:center;grid-column:1/-1;margin:0;padding:55px}@media (width<=1100px){.tweet-grid{grid-template-columns:1fr 1fr}.tweet-card:nth-child(3n){border-right:1px solid var(--line)}.tweet-card:nth-child(2n){border-right:0}}@media (width<=960px){.app-shell{grid-template-columns:1fr}aside{display:none}.mobile-logo{display:grid}.content{padding:42px 20px 60px}header{padding:0 20px}.hero{flex-direction:column;align-items:flex-start}.connection{border:0;padding-left:0}.metrics{grid-template-columns:1fr 1fr}.metrics article:nth-child(2){border-right:0}.metrics article:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (width<=640px){.metrics{grid-template-columns:1fr}.metrics article{border-bottom:1px solid var(--line);border-right:0!important}h1{font-size:40px}.panel-head,.section-title{flex-direction:column;align-items:flex-start;gap:20px}.tweet-grid{grid-template-columns:1fr}.tweet-card{border-right:0!important}.panel-foot{flex-direction:column;gap:9px}.search{width:100%}.live{display:none}}.token-link{color:var(--ink);text-decoration:none}.app-shell{display:block}.mobile-logo{object-fit:contain;flex:none;display:block}.app-name{letter-spacing:-.02em;font-size:14px}.builder-credit{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:7px 10px;font:500 9px DM Mono;text-decoration:none;transition:color .18s,background .18s,border-color .18s}.builder-credit strong{color:var(--ink);font-weight:500}.builder-credit:hover{border-color:var(--ink);background:var(--panel);color:var(--ink)}th.sortable{padding:0}.sort-button{width:100%;min-height:40px;color:var(--muted);font:inherit;letter-spacing:inherit;text-align:left;text-transform:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:13px 18px;display:flex}.sort-button:hover,.sort-button.active{color:var(--ink);background:#e9e8e1}.sort-button i{color:#a2a39b;text-align:center;width:12px;font:11px DM Mono}.sort-button.active i{color:var(--ink)}.content{padding-top:32px}.metrics{display:block}.metrics .highlight{background:var(--ink);min-height:290px;color:var(--panel);border:0;padding:0}.highlight-head{border-bottom:1px solid #3a3b34;justify-content:space-between;align-items:center;padding:18px 26px;display:flex}.highlight-head p{color:#a9aaa2}.highlight-head a{color:var(--acid);font:600 10px DM Mono;text-decoration:none}.highlight-head a:hover{color:#fff}.hero-spotlight{grid-template-columns:minmax(0,1.5fr) minmax(310px,.7fr);min-height:150px;display:grid}.hero-token-main{align-items:center;gap:16px;padding:28px 30px;display:flex}.hero-token-image,.hero-token-fallback{object-fit:cover;border-radius:18px;width:70px;height:70px}.hero-token-fallback{background:var(--ink);color:var(--acid);place-items:center;font:600 15px DM Mono;display:grid}.hero-token-copy strong,.hero-token-copy span{display:block}.metrics .hero-token-copy strong{color:#fff;letter-spacing:-.07em;margin:0;font-size:clamp(40px,4vw,62px);line-height:.9}.hero-token-copy span{color:#a9aaa2;margin-top:10px;font:10px DM Mono}.hero-signal{border-left:1px solid #3a3b34;flex-direction:column;justify-content:center;padding:28px 30px;display:flex}.hero-signal span{color:#a9aaa2;text-transform:uppercase;letter-spacing:.08em;font:9px DM Mono}.metrics .hero-signal strong{color:var(--acid);letter-spacing:-.04em;margin:13px 0 8px;font-size:27px;line-height:1}.hero-signal small{color:#a9aaa2;max-width:280px;font:9px/1.5 DM Mono}.hero-stats{background:var(--acid);color:var(--ink);border-top:1px solid #a9d92b;grid-template-columns:repeat(4,1fr);margin-top:auto;display:grid}.hero-stats>div{border-right:1px solid #a9d92b;min-width:0;padding:18px 24px 20px}.hero-stats>div:last-child{border-right:0}.hero-stats span,.hero-stats small{display:block}.hero-stats span{color:#59652e;text-transform:uppercase;font:9px DM Mono}.metrics .hero-stats strong{letter-spacing:-.04em;margin:9px 0 5px;font-size:25px;line-height:1}.hero-stats small{color:#59652e;font:9px DM Mono}.tweet-token{align-items:center;gap:6px;display:flex}.network-filters{background:#e8e7df;border-radius:10px;gap:4px;padding:4px;display:flex}.network-filters button{min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;padding:5px 11px 5px 7px;font:600 11px Manrope;display:flex}.network-filters button:hover{color:var(--ink)}.network-filters button.active{color:var(--ink);background:#fff;box-shadow:0 1px 5px #0000000d}.all-networks-icon{background:var(--ink);border-radius:5px;grid-template-columns:1fr 1fr;gap:2px;width:18px;height:18px;padding:4px;display:grid}.all-networks-icon i{background:var(--acid);border-radius:1px}.all-networks-icon i:nth-child(2){background:#9945ff}.all-networks-icon i:nth-child(3){background:#14f195}.all-networks-icon i:nth-child(4){background:#8ce563}.panel-foot b{color:var(--ink);font-weight:600}#live-status.syncing i{background:#e2a100;animation:1s infinite pulse}#live-status.fresh i{background:#74bf00}#live-status.retrying i{background:var(--coral)}.refresh{transition:transform .25s,background .2s}.refresh:hover{background:#fff;transform:rotate(45deg)}@media (width<=900px){.hero-spotlight{grid-template-columns:1fr}.hero-signal{border-top:1px solid #3a3b34;border-left:0}.hero-stats{grid-template-columns:1fr 1fr}.hero-stats>div:nth-child(2){border-right:0}.hero-stats>div:nth-child(-n+2){border-bottom:1px solid #a9d92b}.network-filters{max-width:100%;overflow-x:auto}}@media (width<=480px){.highlight-head{align-items:flex-start;gap:10px;padding:17px 19px}.highlight-head a{text-align:right}.hero-token-main,.hero-signal{padding:22px 19px}.hero-token-image,.hero-token-fallback{width:52px;height:52px}.metrics .hero-token-copy strong{font-size:34px}.hero-stats>div{padding:15px 18px 17px}}.seo-content{border:1px solid var(--line);background:var(--ink);color:var(--panel);margin-top:22px;padding:clamp(34px,5vw,72px)}.seo-intro{max-width:1000px}.seo-content .eyebrow{color:var(--acid)}.seo-content h1{color:#fff;max-width:1000px;font-size:clamp(34px,4.5vw,64px)}.seo-lead{color:#c7c8c0;max-width:920px;margin:28px 0 0;font-size:16px;line-height:1.8}.seo-grid{border-top:1px solid #3a3b34;border-left:1px solid #3a3b34;grid-template-columns:1fr 1fr;gap:0;margin-top:52px;display:grid}.seo-grid article{border-bottom:1px solid #3a3b34;border-right:1px solid #3a3b34;padding:32px}.seo-grid h2{color:var(--acid);letter-spacing:-.03em;margin:0 0 20px;font-size:21px}.seo-grid p{color:#b8b9b1;margin:0 0 16px;font-size:13px;line-height:1.8}.seo-grid p:last-child{margin-bottom:0}@media (width<=760px){.builder-credit{display:none}.seo-grid{grid-template-columns:1fr}.seo-grid article{padding:26px 22px}.seo-content{padding:34px 20px}.seo-lead{font-size:14px}}
