:root,[data-theme=light]{--text:#5c6370;--text-h:#0f1419;--text-muted:#8b949e;--bg:#f6f8fa;--bg-elevated:#fff;--border:#d8dee4;--border-strong:#c4cdd5;--surface-2:#eef1f4;--accent:#0969da;--accent-hover:#0550ae;--accent-muted:#0969da1f;--shadow:0 1px 3px #0f141914;--shadow-lg:0 8px 24px #0f14191a;--radius:10px;--radius-sm:8px;--focus:0 0 0 3px #0969da59;--sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--heading:var(--sans);--mono:ui-monospace, "SF Mono", Consolas, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--text:#9aa4b2;--text-h:#f0f3f6;--text-muted:#7d8590;--bg:#0d1117;--bg-elevated:#161b22;--border:#30363d;--border-strong:#484f58;--surface-2:#21262d;--accent:#58a6ff;--accent-hover:#79b8ff;--accent-muted:#58a6ff26;--shadow:0 1px 3px #00000059;--shadow-lg:0 12px 40px #00000073;--focus:0 0 0 3px #58a6ff59;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{font:15px/1.5 var(--sans);letter-spacing:.01em;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}#root{flex-direction:column;width:100%;max-width:1600px;min-height:100svh;margin:0 auto;display:flex}h1,h2,h3{font-family:var(--heading);color:var(--text-h);margin:0;font-weight:600}p{margin:0}.app-shell{background:var(--bg);flex-direction:column;flex:1;min-height:100svh;display:flex}.navbar{z-index:40;background:var(--bg-elevated);border-bottom:1px solid var(--border);height:68px;box-shadow:var(--shadow);justify-content:space-between;align-items:center;gap:16px;padding:0 22px;display:flex;position:sticky;top:0}.navbar-brand-link{color:inherit;align-items:center;min-width:0;text-decoration:none;display:flex}.navbar-brand-link:hover .navbar-brand-text{color:var(--accent)}.navbar-brand{color:var(--text-h);letter-spacing:-.02em;align-items:center;gap:14px;font-size:1.125rem;font-weight:700;display:flex}.navbar-brand-text{line-height:1.2}.navbar-brand-mark{color:#fff;background:linear-gradient(145deg,#0969da 0%,#6e40c9 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 2px 8px #0969da47,inset 0 1px #fff3}[data-theme=dark] .navbar-brand-mark{background:linear-gradient(145deg,#388bfd 0%,#a371f7 100%);box-shadow:0 2px 14px #388bfd38,inset 0 1px #ffffff1f}.navbar-brand-icon-svg{width:26px;height:26px;display:block}.navbar-actions{align-items:center;gap:6px;display:flex}.theme-toggle{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--text-h);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:background .15s;display:inline-flex}.theme-toggle:hover{background:var(--surface-2)}.theme-toggle:focus-visible{box-shadow:var(--focus);outline:none}.user-btn{border:1px solid var(--border);background:var(--surface-2);width:44px;height:44px;color:var(--text-h);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:border-color .15s,background .15s;display:inline-flex}.user-btn:hover{border-color:var(--accent);background:var(--accent-muted)}.user-btn:focus-visible{box-shadow:var(--focus);outline:none}.main{flex:1;width:100%;padding:16px 16px 32px}.table-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.table-card-header{border-bottom:1px solid var(--border);background:var(--surface-2);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.table-card-title{color:var(--text-h);font-size:.9375rem;font-weight:600}.table-card-actions{align-items:center;gap:8px;display:flex}.icon-btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);width:38px;height:38px;color:var(--text-h);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s;display:inline-flex}.icon-btn:hover{border-color:var(--accent);background:var(--accent-muted)}.icon-btn:focus-visible{box-shadow:var(--focus);outline:none}.filter-icon,.col-filter-icon{display:block}.status{margin:16px 0;font-size:.9rem}.status.error{color:#cf222e}[data-theme=dark] .status.error{color:#f85149}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.callers-table{table-layout:fixed;border-collapse:collapse;width:100%;font-size:.78rem}.callers-table th,.callers-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:8px 10px}.callers-table thead th{background:var(--bg-elevated);color:var(--text-h);white-space:nowrap;font-weight:600}.callers-table thead th.th-caller{white-space:normal;text-align:left;vertical-align:bottom}.callers-table tbody tr:last-child td{border-bottom:none}.callers-table tbody tr:hover td{background:var(--accent-muted)}.th-static{padding:4px 6px;font-weight:600}.th-caller{text-align:left;width:22%;min-width:200px;max-width:360px;padding-left:14px!important}.th-caller-header-inner{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.caller-name-search{border:1px solid var(--border);background:var(--bg);min-width:108px;max-width:220px;color:var(--text-h);border-radius:6px;flex:120px;padding:5px 8px;font-size:.72rem}.caller-name-search::placeholder{color:var(--text-muted)}.caller-name-search:focus{border-color:var(--accent);box-shadow:var(--focus);outline:none}.th-sortable .th-inner{justify-content:flex-end;align-items:center;gap:4px;display:flex}.th-caller .th-inner{text-align:left;justify-content:flex-start;width:100%}.th-label-btn{font:inherit;color:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;margin:-4px -6px;padding:4px 6px;font-weight:600;transition:background .12s;display:inline-flex}.th-label-btn:hover{background:var(--surface-2)}.th-label-btn:focus-visible{box-shadow:var(--focus);outline:none}.sort-caret{opacity:.35;flex-direction:column;gap:0;margin-left:2px;line-height:1;display:flex}.sort-caret svg{display:block}.th-sortable.is-sorted-asc .caret-up,.th-sortable.is-sorted-desc .caret-down{opacity:1;color:var(--accent)}.th-filter-btn{width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.th-filter-btn:hover{background:var(--surface-2);color:var(--text-h)}.th-filter-btn.has-filter{color:var(--accent)}.th-filter-btn:focus-visible{box-shadow:var(--focus);outline:none}.callers-table th.num,.callers-table td.num{text-align:right;font-variant-numeric:tabular-nums;width:7.1%;min-width:4.5rem}.td-caller{text-align:left;vertical-align:top;width:18%;min-width:160px;max-width:280px;padding-left:14px!important}.caller-cell{align-items:flex-start;gap:10px;display:flex}.lazy-avatar-shell{flex-shrink:0;width:40px;height:40px}.lazy-avatar-shell .avatar,.lazy-avatar-shell .avatar-placeholder{width:100%;height:100%}.avatar{object-fit:cover;background:var(--border);border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:40px;height:40px}.avatar-placeholder{box-sizing:border-box;background:var(--surface-2);border:1px solid var(--border)}.caller-text{flex-direction:column;flex:1;gap:3px;min-width:0;line-height:1.25;display:flex}.screen-name{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.display-name{color:var(--text-muted);-webkit-line-clamp:2;word-break:break-word;overflow-wrap:anywhere;white-space:normal;-webkit-box-orient:vertical;font-size:.72rem;display:-webkit-box;overflow:hidden}.empty-table{text-align:center;color:var(--text-muted);padding:48px 24px;font-size:.9rem}.dashboard-filtered-empty-inner{flex-direction:column;align-items:center;gap:12px;display:flex}.dialog-backdrop{z-index:100;background:#0f141980;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}[data-theme=dark] .dialog-backdrop{background:#000000a6}.dialog{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elevated);width:min(440px,100%);max-height:90vh;box-shadow:var(--shadow-lg);padding:22px;overflow:auto}.dialog h2{margin:0 0 8px;font-size:1.1rem}.dialog-hint{color:var(--text-muted);margin:0 0 16px;font-size:.8125rem;line-height:1.45}.dialog-grid{grid-template-columns:1fr 1fr;gap:12px 14px;display:grid}.dialog-grid label{color:var(--text-h);flex-direction:column;gap:6px;font-size:.8125rem;font-weight:500;display:flex}.dialog-grid input{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text-h);padding:9px 11px}.dialog-grid input:focus{border-color:var(--accent);box-shadow:var(--focus);outline:none}.dialog-grid select{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text-h);padding:9px 11px}.dialog-grid select:focus{border-color:var(--accent);box-shadow:var(--focus);outline:none}.dialog-grid-span-full{grid-column:1/-1}.dialog-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:20px;display:flex}.dialog-actions .btn.secondary:first-child{margin-right:auto}.btn{font:inherit;border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--border);padding:8px 16px;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s}.btn.secondary{color:var(--text-h);background:0 0}.btn.secondary:hover{background:var(--surface-2)}.btn.primary{background:var(--accent);color:#fff;border-color:#0000}.btn.primary:hover{background:var(--accent-hover)}.btn:focus-visible{box-shadow:var(--focus);outline:none}.dashboard-loader{justify-content:center;align-items:center;min-height:min(52vh,360px);padding:40px 24px 48px;display:flex}.dashboard-loader-inner{flex-direction:column;align-items:center;gap:22px;display:flex}.dashboard-loader-spinner{flex-shrink:0;width:52px;height:52px;position:relative}.dashboard-loader-spinner:before,.dashboard-loader-spinner:after{content:"";border:3px solid #0000;border-top-color:var(--accent);border-radius:50%;animation:.95s cubic-bezier(.55,.15,.35,.85) infinite dashboard-loader-spin;position:absolute;inset:0}.dashboard-loader-spinner:after{border-top-color:#a371f7;animation-duration:1.35s;animation-direction:reverse;inset:9px}.dashboard-loader-text{color:var(--text-muted);letter-spacing:.02em;margin:0;font-size:.9rem;font-weight:500;animation:2s ease-in-out infinite dashboard-loader-text}@keyframes dashboard-loader-spin{to{transform:rotate(360deg)}}@keyframes dashboard-loader-text{0%,to{opacity:.45}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.dashboard-loader-spinner:before,.dashboard-loader-spinner:after,.dashboard-loader-text{animation:none}.dashboard-loader-spinner:before,.dashboard-loader-spinner:after{border-color:var(--border);border-top-color:var(--accent)}}.caller-row-clickable{cursor:pointer}.caller-row-clickable:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.profile-page{max-width:1100px;margin:0 auto}.profile-back{color:var(--accent);margin-bottom:16px;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-block}.profile-back:hover{text-decoration:underline}.profile-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 24px;margin-bottom:24px;padding:4px 0;display:flex}.profile-header-left{align-items:center;gap:16px;min-width:0;display:flex}.profile-avatar-lg{border-radius:50%;flex-shrink:0}.profile-heading{min-width:0}.profile-name{letter-spacing:-.02em;margin:0 0 2px;font-size:1.35rem;font-weight:700;line-height:1.2}.profile-handle{color:var(--text-muted);margin:0;font-size:.9375rem}.profile-header-followers{text-align:right;flex-shrink:0}.profile-followers-count{color:var(--text-h);font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:700;line-height:1.2;display:block}.profile-followers-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:2px;font-size:.75rem;font-weight:500;display:block}.profile-grid{grid-template-columns:minmax(220px,280px) 1fr;align-items:start;gap:20px;display:grid}.profile-panel{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.profile-panel-title{color:var(--text-h);margin:0 0 14px;font-size:.9375rem;font-weight:600}.profile-tokens-section{margin-top:20px}.profile-tokens-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.profile-tokens-head .profile-tokens-title{margin:0}.profile-tokens-filter-btn{flex-shrink:0}.icon-btn.has-active-filter{color:var(--accent)}.profile-tokens-title{margin-bottom:12px}.summary-dl{flex-direction:column;gap:12px;margin:0;display:flex}.summary-dl-compact .summary-row{grid-template-columns:1fr 1fr;gap:12px 16px;display:grid}.summary-dl-compact .summary-item{flex-direction:column;gap:2px;min-width:0;display:flex}.summary-dl dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.75rem;font-weight:500}.summary-dl dd{color:var(--text-h);font-variant-numeric:tabular-nums;margin:0;font-size:1.125rem;font-weight:600}.period-tabs{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.period-tab{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:8px;padding:6px 14px;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s}.period-tab:hover{background:var(--surface-2)}.period-tab.is-active{background:var(--accent-muted);border-color:var(--accent);color:var(--text-h)}.activity-split{grid-template-columns:minmax(140px,200px) 1fr;align-items:start;gap:16px;display:grid}.activity-token-section{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;padding:10px 12px}.activity-token-section-head{justify-content:center;align-items:center;gap:8px;margin-bottom:8px;display:flex}.activity-token-section-icon{width:22px;height:22px;color:var(--accent);flex-shrink:0}.activity-token-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.activity-token-section-value{color:var(--text-h);font-variant-numeric:tabular-nums;margin:0;font-size:1.5rem;font-weight:700;line-height:1.1}.activity-token-section-hint{color:var(--text-muted);margin:6px 0 0;font-size:.65rem;line-height:1.3}.activity-types-section{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:0;padding:10px}.activity-types-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:.75rem;font-weight:600}.activity-types-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 8px;display:grid}.activity-type-cell{text-align:center;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;padding:8px 4px;display:flex}.activity-type-cell--tweet{background:color-mix(in srgb, #1d9bf0 14%, var(--surface-2));border-color:color-mix(in srgb, #1d9bf0 34%, var(--border))}.activity-type-cell--reply{background:color-mix(in srgb, #00b87a 14%, var(--surface-2));border-color:color-mix(in srgb, #00b87a 32%, var(--border))}.activity-type-cell--quote{background:color-mix(in srgb, #8b5cf6 14%, var(--surface-2));border-color:color-mix(in srgb, #8b5cf6 32%, var(--border))}.activity-type-cell--repost{background:color-mix(in srgb, #f59e0b 14%, var(--surface-2));border-color:color-mix(in srgb, #f59e0b 34%, var(--border))}.activity-type-cell--unfollow{background:color-mix(in srgb, #64748b 16%, var(--surface-2));border-color:color-mix(in srgb, #64748b 30%, var(--border))}.activity-type-cell--delete{background:color-mix(in srgb, #ef4444 12%, var(--surface-2));border-color:color-mix(in srgb, #ef4444 30%, var(--border))}.activity-type-badge-icon.tweet-type-badge{border-radius:9px;width:30px;height:30px;box-shadow:0 1px 3px #0000001f}.tweet-type-badge .activity-type-icon{flex-shrink:0;width:18px;height:18px}.activity-type-badge-icon .activity-type-icon{width:15px;height:15px}[data-theme=dark] .activity-type-badge-icon.tweet-type-badge{box-shadow:0 1px 4px #00000059}.activity-types-grid .activity-type-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:.62rem;font-weight:600;line-height:1.15}.activity-types-grid .activity-type-val{font-variant-numeric:tabular-nums;color:var(--text-h);font-size:.875rem;font-weight:700;line-height:1.2}.profile-tokens-scroll{border-radius:var(--radius-sm);border:1px solid var(--border)}.tokens-detail-table{table-layout:fixed;width:100%;font-size:.78rem}.tokens-detail-table col.tokens-col-token{width:22%}.tokens-detail-table col.tokens-col-events{width:8%}.tokens-detail-table col.tokens-col-first-event{width:11%}.tokens-detail-table col.tokens-col-buy{width:10%}.tokens-detail-table col.tokens-col-age{width:12%}.tokens-detail-table col.tokens-col-ath{width:14%}.tokens-detail-table col.tokens-col-rise{width:10%}.profile-tokens-section .ath-rise-pill{font-variant-numeric:tabular-nums;border-radius:6px;padding:.2em .55em;line-height:1.25;display:inline-block}.profile-tokens-section .ath-rise-pill--low{color:#991b1b;background:#dc262624;box-shadow:inset 0 0 0 1px #dc262638}.profile-tokens-section .ath-rise-pill--high{color:#166534;background:#16a34a29;box-shadow:inset 0 0 0 1px #16a34a47}[data-theme=dark] .profile-tokens-section .ath-rise-pill--low{color:#fecaca;background:#f871712e;box-shadow:inset 0 0 0 1px #f8717159}[data-theme=dark] .profile-tokens-section .ath-rise-pill--high{color:#bbf7d0;background:#4ade8029;box-shadow:inset 0 0 0 1px #4ade8059}.tokens-detail-table col.tokens-col-athage{width:13%}.tokens-detail-table .th-token,.tokens-detail-table .td-token{width:22%}.token-first-event-cell{justify-content:center;align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex}.token-first-event-badge.tweet-type-badge{border-radius:8px;flex-shrink:0;width:28px;height:28px;box-shadow:0 1px 3px #0000001f}.token-first-event-badge .activity-type-icon{width:14px;height:14px}[data-theme=dark] .token-first-event-badge.tweet-type-badge{box-shadow:0 1px 4px #00000059}.token-first-event-name{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.72rem;font-weight:600;overflow:hidden}.token-first-event-empty{color:var(--text-muted);font-size:.75rem}.profile-tokens-section tr.token-row-deleted td{background:#dc262617;box-shadow:inset 3px 0 #dc2626a6}[data-theme=dark] .profile-tokens-section tr.token-row-deleted td{background:#f871711a;box-shadow:inset 3px 0 #f87171bf}.profile-tokens-section tr.token-row-deleted:hover td{background:#dc262624}[data-theme=dark] .profile-tokens-section tr.token-row-deleted:hover td{background:#f8717129}.token-events-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:inline-flex}.token-deleted-alert{color:#b91c1c;justify-content:center;align-items:center;display:inline-flex}[data-theme=dark] .token-deleted-alert{color:#fca5a5}.profile-tokens-section .tokens-detail-table th,.profile-tokens-section .tokens-detail-table td{vertical-align:middle;text-align:center;padding:7px 8px}.profile-tokens-section .tokens-detail-table .th-token,.profile-tokens-section .tokens-detail-table .td-token{text-align:left;padding-right:6px}.profile-tokens-section .tokens-detail-table th.num,.profile-tokens-section .tokens-detail-table td.num{padding-left:4px;padding-right:8px;font-size:.8rem}.profile-tokens-section .token-cell{justify-content:flex-start;align-items:flex-start;gap:6px}.profile-tokens-section .token-cell-text{text-align:left;align-items:flex-start;gap:2px}.profile-tokens-section .token-symbol-row{justify-content:flex-start}.profile-tokens-section .tokens-detail-table .th-first-event,.profile-tokens-section .tokens-detail-table .td-first-event{text-align:center;vertical-align:middle}.profile-tokens-section .token-symbol{font-size:.78rem}.profile-tokens-section .token-name-line{-webkit-line-clamp:1;font-size:.65rem}.profile-tokens-section .token-age-live{font-size:.62rem}.token-cell{align-items:flex-start;gap:10px;display:flex}.token-icon{object-fit:cover;border-radius:9px}.token-cell-text{flex-direction:column;flex:1;gap:4px;min-width:0;line-height:1.25;display:flex}.token-symbol-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.token-symbol{color:var(--text-h);font-size:.875rem;font-weight:700}a.token-symbol-gmgn{color:var(--accent);text-decoration:none}a.token-symbol-gmgn:hover{text-decoration:underline}a.token-symbol-gmgn:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.token-name-line{color:var(--text-muted);-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-size:.72rem;display:-webkit-box;overflow:hidden}.token-age-live{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.7rem}.copy-address-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:background .12s,color .12s;display:inline-flex}.copy-address-btn:hover{background:var(--surface-2);color:var(--accent)}.copy-address-btn:focus-visible{box-shadow:var(--focus);outline:none}.copied-hint{color:var(--accent);font-size:.65rem;font-weight:600}.profile-tokens-section tr.token-row-clickable{cursor:pointer}.profile-tokens-section tr.token-row-clickable:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.profile-tokens-section tr.token-row-analyze-match td{background:color-mix(in srgb, #16a34a 20%, var(--surface-2))}.profile-tokens-section tr.token-row-analyze-match:hover td{background:color-mix(in srgb, #16a34a 28%, var(--surface-2))}[data-theme=dark] .profile-tokens-section tr.token-row-analyze-match td{background:color-mix(in srgb, #22c55e 14%, var(--surface-2))}[data-theme=dark] .profile-tokens-section tr.token-row-analyze-match:hover td{background:color-mix(in srgb, #22c55e 22%, var(--surface-2))}.profile-tokens-section tr.token-row-deleted.token-row-analyze-match td{background:#6a6e3b47;box-shadow:inset 3px 0 #dc2626a6}[data-theme=dark] .profile-tokens-section tr.token-row-deleted.token-row-analyze-match td{background:#8f9a683e;box-shadow:inset 3px 0 #f87171bf}.profile-tokens-section tr.token-row-deleted.token-row-analyze-match:hover td{background:#6f6b3a54}[data-theme=dark] .profile-tokens-section tr.token-row-deleted.token-row-analyze-match:hover td{background:#8a9c674f}.tweet-panel-backdrop{z-index:200;cursor:pointer;background:#0f141973;border:none;margin:0;padding:0;position:fixed;inset:0}[data-theme=dark] .tweet-panel-backdrop{background:#0000008c}.tweet-panel{z-index:201;background:var(--bg-elevated);border-left:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:min(480px,100vw);max-width:100%;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-12px 0 40px #00000026}.tweet-panel-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.tweet-panel-title-wrap{min-width:0}.tweet-panel-title{color:var(--text-h);margin:0;font-size:1.05rem;font-weight:700}.tweet-panel-sub{color:var(--text-muted);font-size:.78rem;font-family:var(--mono,monospace);word-break:break-all;margin:4px 0 0}.tweet-panel-close{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-h);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:1.75rem;line-height:1;transition:background .15s;display:flex}.tweet-panel-close:hover{background:var(--surface-2)}.tweet-panel-close:focus-visible{box-shadow:var(--focus);outline:none}.tweet-panel-error{color:#b91c1c;background:#dc262614;margin:0;padding:10px 18px;font-size:.85rem}[data-theme=dark] .tweet-panel-error{color:#fca5a5;background:#f871711f}.tweet-panel-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.tweet-panel-loading,.tweet-panel-empty{color:var(--text-muted);text-align:center;margin:0;padding:24px 18px;font-size:.9rem}.tweet-panel-table-wrap{border-top:1px solid var(--border);flex:1;min-width:0;overflow:auto}.tweet-panel-table{table-layout:fixed;border-collapse:collapse;width:100%;font-size:.78rem}.tweet-panel-col-type{width:58px}.tweet-panel-col-to{width:44%}.tweet-panel-col-mc,.tweet-panel-col-age{width:22%}.tweet-panel-table thead th{z-index:1;text-align:center;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--bg-elevated);border-bottom:1px solid var(--border);vertical-align:bottom;padding:10px 8px;font-size:.68rem;font-weight:700;position:sticky;top:0}.tweet-panel-table tbody td{border-bottom:1px solid var(--border);vertical-align:middle;word-wrap:break-word;overflow-wrap:anywhere;padding:10px 8px}.tweet-panel-td-type{text-align:center}.tweet-panel-td-to{text-align:center;min-width:0}.tweet-panel-table .tweet-to-user{justify-content:center}.tweet-panel-td-num{text-align:center;font-variant-numeric:tabular-nums;white-space:nowrap}.tweet-panel-th-buyage-inner{justify-content:center;align-items:center;gap:6px;display:inline-flex}.tweet-panel-buyage-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin:-4px -4px -4px 0;padding:4px;transition:background .12s,color .12s;display:inline-flex}.tweet-panel-buyage-toggle:hover{background:var(--surface-2);color:var(--text-h)}.tweet-panel-buyage-toggle:focus-visible{box-shadow:var(--focus);outline:none}.tweet-panel-buyage-toggle[aria-pressed=true]{color:var(--accent)}.tweet-panel-table tbody tr.tweet-panel-row--tweet td{background:color-mix(in srgb, #1d9bf0 14%, var(--surface-2))}.tweet-panel-table tbody tr.tweet-panel-row--reply td{background:color-mix(in srgb, #00b87a 14%, var(--surface-2))}.tweet-panel-table tbody tr.tweet-panel-row--quote td{background:color-mix(in srgb, #8b5cf6 14%, var(--surface-2))}.tweet-panel-table tbody tr.tweet-panel-row--repost td{background:color-mix(in srgb, #f59e0b 14%, var(--surface-2))}.tweet-panel-table tbody tr.tweet-panel-row--unfollow td{background:color-mix(in srgb, #64748b 16%, var(--surface-2))}.tweet-panel-table tbody tr.tweet-panel-row--delete td{background:color-mix(in srgb, #ef4444 12%, var(--surface-2))}.tweet-panel-table tbody tr.tweet-panel-row--default td{background:color-mix(in srgb, #94a3b8 12%, var(--surface-2))}.tweet-type-badge{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.tweet-type-badge--tweet{background:linear-gradient(145deg,#1d9bf0 0%,#0d7abf 100%);box-shadow:0 2px 8px #1d9bf04d}.tweet-type-badge--reply{background:linear-gradient(145deg,#00b87a 0%,#009965 100%);box-shadow:0 2px 8px #00b87a47}.tweet-type-badge--quote{background:linear-gradient(145deg,#8b5cf6 0%,#6d28d9 100%);box-shadow:0 2px 8px #8b5cf647}.tweet-type-badge--repost{background:linear-gradient(145deg,#f59e0b 0%,#d97706 100%);box-shadow:0 2px 8px #f59e0b47}.tweet-type-badge--delete{background:linear-gradient(145deg,#ef4444 0%,#b91c1c 100%);box-shadow:0 2px 8px #ef444440}.tweet-type-badge--unfollow{background:linear-gradient(145deg,#64748b 0%,#475569 100%);box-shadow:0 2px 8px #64748b38}.tweet-type-badge--default{background:linear-gradient(145deg,#94a3b8 0%,#64748b 100%);box-shadow:0 2px 8px #94a3b833}.tweet-panel-table .tweet-type-badge{border-radius:8px;width:30px;height:30px}.tweet-panel-table .tweet-type-badge .activity-type-icon{width:14px;height:14px}.tweet-to-user{align-items:center;gap:8px;min-width:0;display:flex}.tweet-to-avatar{border-radius:50%;flex-shrink:0}.tweet-to-screen{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.78rem;font-weight:600;overflow:hidden}.tweet-to-self{color:var(--text-h);font-size:.78rem;font-weight:700}.tweet-to-empty{color:var(--text-muted);font-size:.75rem}.tweet-panel-footer{border-top:1px solid var(--border);background:var(--bg-elevated);flex-shrink:0;padding:12px 18px 16px}.tweet-panel-more{width:100%}@media (width<=900px){.profile-grid,.activity-split{grid-template-columns:1fr}.profile-header-followers{text-align:left;width:100%}}@media (width<=520px){.summary-dl-compact .summary-row{grid-template-columns:1fr}}@media (width<=720px){.dialog-grid{grid-template-columns:1fr}.navbar{padding:0 14px}.main{padding:16px 14px 32px}}
