:root{--bg: #0e1116;--panel: #161b22;--panel2: #1c2230;--border: #2a313c;--text: #e6e9ef;--muted: #8b949e;--accent: #4f8cff;--green: #3fb950;--red: #f85149;--gold: #e3b341}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font:13px/1.45 -apple-system,Segoe UI,Roboto,sans-serif}.center{display:flex;align-items:center;justify-content:center;min-height:100vh}.muted{color:var(--muted)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.card.login{display:flex;flex-direction:column;gap:10px;width:320px;padding:28px;background:var(--panel);border:1px solid var(--border);border-radius:12px}.card.login h2{margin:0 0 4px;text-align:center}.tabs{display:flex;gap:6px}.tabs button{flex:1;padding:7px;background:transparent;border:1px solid var(--border);border-radius:7px;color:var(--muted);cursor:pointer}.tabs button.active{color:var(--text);border-color:var(--accent)}input{padding:8px 10px;background:var(--bg);border:1px solid var(--border);border-radius:7px;color:var(--text);font-size:13px}button{padding:8px 12px;background:var(--accent);border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:13px}button:disabled{opacity:.5}button.ghost{background:transparent;border:1px solid var(--border);color:var(--text)}button.ghost.on{border-color:var(--accent);color:var(--accent)}.error{color:var(--red);font-size:12px}.app{display:flex;flex-direction:column;height:100vh;padding:0 12px 10px}header{display:flex;align-items:center;gap:12px;padding:9px 2px;flex:0 0 auto}.logo{font-weight:700}.status{color:var(--red);font-size:12px}.status.ok{color:var(--green)}.spacer{flex:1}.invite{background:var(--bg);border:1px solid var(--border);padding:3px 7px;border-radius:6px;font-size:12px}.deck{display:flex;gap:0;flex:1 1 auto;min-height:0}.col{position:relative;display:flex;flex-direction:column;flex:1 1 0;min-width:0;background:var(--panel);border:1px solid var(--border);border-radius:10px;overflow:hidden}.deck-resizer{flex:0 0 12px;position:relative;z-index:7}.deck-resizer .grip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:46px;border-radius:6px;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:4px;cursor:col-resize;touch-action:none}.deck-resizer .grip:before,.deck-resizer .grip:after{content:"";width:1px;height:18px;background:var(--muted)}.deck-resizer:hover .grip{border-color:var(--accent)}.deck-resizer:hover .grip:before,.deck-resizer:hover .grip:after{background:var(--accent)}.col-toggles{display:flex;align-items:center;gap:4px}.col-toggles-label{font-size:11px;color:var(--muted)}.ctoggle{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:2px 10px;font-size:11px;color:var(--text);cursor:pointer}.ctoggle.off{color:var(--muted);opacity:.5}.deck-empty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;font-size:13px}.col-head{display:flex;align-items:center;gap:8px;padding:9px 11px;border-bottom:1px solid var(--border);flex:0 0 auto}.col-title{font-weight:700;cursor:grab;-webkit-user-select:none;user-select:none}.col-title:active{cursor:grabbing}.col.drag-source{opacity:.45}.col.drag-over{outline:2px dashed var(--accent);outline-offset:-3px}.col-count{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:1px 8px;font-size:11px;color:var(--muted)}.col-fbtn{padding:4px 9px;font-size:12px}.col-search{flex:1 1 auto;display:flex;align-items:center;gap:4px;min-width:0}.col-search input{flex:1 1 auto;min-width:50px;padding:4px 8px;font-size:12px}.col-search-x{flex:0 0 auto;padding:3px 7px;background:transparent;border:1px solid var(--border);color:var(--muted);border-radius:5px;font-size:11px}.col-filter{display:flex;flex-direction:column;gap:8px;padding:10px 11px;border-bottom:1px solid var(--border);background:var(--panel2);flex:0 0 auto}.cf-row{display:flex;align-items:flex-start;gap:8px}.cf-label{flex:0 0 64px;color:var(--muted);padding-top:4px;font-size:12px}.cf-chips{display:flex;flex-wrap:wrap;gap:5px}.cf-row input[type=number]{width:96px}.chip{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:999px;padding:3px 9px;font-size:12px}.chip.on{border-color:var(--accent);color:var(--accent);background:#4f8cff1f}.cf-reset{align-self:flex-start;padding:3px 10px;font-size:12px}.cf-routes{display:flex;flex-wrap:wrap;gap:3px}.rchip{display:inline-flex;align-items:center;justify-content:center;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:3px 5px;font-size:14px;line-height:1;cursor:pointer}.rchip.dim{opacity:.32}.rchip.on{border-color:var(--accent);background:#4f8cff33;opacity:1}.col-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.pinned-zone{flex:0 0 auto;max-height:42%;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:8px;background:#4f8cff0d;border-bottom:1px dashed var(--accent)}.feed-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:8px}.pinned-zone::-webkit-scrollbar,.feed-scroll::-webkit-scrollbar{width:8px}.pinned-zone::-webkit-scrollbar-thumb,.feed-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.col-empty{text-align:center;padding:24px 0}.tcard{background:var(--panel2);border:1px solid var(--border);border-radius:9px;padding:8px 9px}.tcard.whale{border-color:var(--gold);box-shadow:0 0 0 1px #e3b34140}@keyframes flash{0%{background:#4f8cff38}to{background:var(--panel2)}}.tcard.flash{animation:flash .8s ease-out}@keyframes card-enter{0%{background:#4f8cff24;box-shadow:0 0 10px #4f8cff38}40%{background:#4f8cff14;box-shadow:0 0 6px #4f8cff1f}to{background:var(--panel2);box-shadow:0 0 #4f8cff00}}.tcard.card-enter{animation:card-enter 1.6s ease-out}.tip-badge{display:inline-flex;align-items:center;gap:3px;margin-left:6px;font-size:11px;color:var(--muted, #8b95a5);white-space:nowrap}.tip-badge.tip-multi{color:#d5dde7;font-weight:600}.tip-badge .tip-paren{opacity:.55}.tip-badge .tip-amt{font-variant-numeric:tabular-nums}.tip-badge .tip-sep{opacity:.5;margin:0 1px}.tip-badge .tip-icons{display:inline-flex;gap:2px;align-items:center}.tip-svc{display:inline-flex;align-items:center;line-height:0}.tip-icon{width:12px;height:12px;display:block}.tip-jito{color:#e5e7eb}.tip-helius{color:#f97316}.tip-0slot{color:#94a3b8}.tip-astralane{color:#a78bfa}.tip-blockrazor{color:#ef4444}.tip-nextblock{color:#3b82f6}.tip-nozomi{color:#8b5cf6}.tip-bloxroute{color:#f59e0b}.tcard.pinned{box-shadow:inset 3px 0 0 var(--accent)}.tcard.pinned.whale{box-shadow:inset 3px 0 0 var(--accent),0 0 0 1px #e3b34140}.tcard-head{display:flex;gap:8px;align-items:flex-start}.tcard-img{width:34px;height:34px;border-radius:7px;object-fit:cover;flex:0 0 auto;cursor:zoom-in}.tcard-img.img-clickable{cursor:pointer}.img-zoom{position:fixed;z-index:9999;width:240px;height:240px;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--panel2);box-shadow:0 10px 30px #0009;pointer-events:none;opacity:0;transform:scale(.86);transform-origin:top center;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .133s cubic-bezier(.4,0,.2,1)}.img-zoom.vis{opacity:1;transform:scale(1)}.img-zoom img{width:100%;height:100%;object-fit:cover;display:block}.tcard-title{flex:1 1 auto;min-width:0}.tcard-line1{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.tcard-line1 .amt{background:var(--bg);border:1px solid var(--border);border-radius:5px;padding:0 5px;font-weight:700;color:var(--green)}.tcard-line1 .tname{font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.tcard-line1 .ago{color:var(--muted);font-size:12px}.tcard-line1 .ptag{font-size:11px;color:var(--accent)}.tcard.fomo{border-color:#ff2fd0;box-shadow:0 0 0 1px #ff2fd073,0 0 18px #ff2fd038}.tcard.fomo .tcard-line1 .ptag{color:#ff2fd0;font-weight:800;text-shadow:0 0 8px rgba(255,47,208,.7)}.tcard.vanish{border-color:#5ac8fa}.tcard.vanish .tcard-line1 .ptag{color:#5ac8fa;font-weight:800}.whale-badge{background:#e3b34129;color:var(--gold);border:1px solid var(--gold);border-radius:5px;padding:0 5px;font-size:11px;font-weight:700}.tcard-line1 .hp-badge{font-size:12px;cursor:help;line-height:1}.tcard-line1 .dev-exit{display:inline-flex;align-items:center;color:var(--red);cursor:help}.tcard-line1 .dev-exit svg{width:13px;height:13px}.tcard-line1 .rug-badge{display:inline-flex;align-items:center;gap:2px;color:var(--red);font-size:11px;font-weight:700;cursor:help}.tcard-line1 .rug-badge svg{width:13px;height:13px}.tcard-stats .edge{color:var(--accent);cursor:help}.tcard-line1 .tname.rugged{color:var(--red)}.tcard-line1 .conc-badge{font-size:10px;border-radius:4px;padding:0 4px;border:1px solid var(--border);color:var(--muted);cursor:help;white-space:nowrap}.tcard-line1 .conc-badge.hot{color:var(--red);border-color:var(--red)}.tcard-safety{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-top:2px}.tcard-safety .risk{color:var(--red)}.tcard-safety .ok{color:var(--green)}.tcard-market{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-top:2px}.tcard-market .pressure{color:var(--red)}.tcard-market .pressure.buy,.tcard-market .up{color:var(--green)}.tcard-market .down{color:var(--red)}.tcard-pump{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-top:2px}.tcard-pump .down{color:var(--red)}.tcard-stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-top:2px}.tcard-stats .vol,.tcard-stats .ath,.tcard-stats .holders{color:var(--text)}.tcard-stats .up{color:var(--green)}.tcard-stats .down,.tcard-stats .risk{color:var(--red)}.tcard-stats .bs-sep{color:var(--muted)}.tcard-meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-top:2px}.tcard-meta b{color:var(--text)}.tcard-meta .dot{opacity:.4}.tcard-meta .social{display:inline-flex;align-items:center;color:var(--muted)}.tcard-meta .social:hover{color:var(--accent)}.tcard-meta .social svg{width:14px;height:14px;display:block}.tcard-act{display:flex;flex-direction:column;gap:3px;flex:0 0 auto}.tcard .ban,.tcard .pin{background:transparent;border:1px solid var(--border);border-radius:5px;padding:1px 6px;font-size:11px;cursor:pointer;line-height:1.5}.tcard .ban{color:var(--red)}.tcard .pin{filter:grayscale(1);opacity:.55}.tcard .pin.on{filter:none;opacity:1;border-color:var(--accent);background:#4f8cff26}.tcard-mint{display:block;margin-top:6px;padding:3px 6px;background:var(--bg);border:1px solid var(--border);border-radius:5px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:11px;color:var(--muted);cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tcard-mint:hover{color:var(--text)}.tcard-mint.copied{color:var(--green);border-color:var(--green)}.tcard-wallets{margin-top:6px;border-top:1px solid var(--border);padding-top:5px;display:flex;flex-direction:column;gap:0}.wline+.wline{border-top:1px solid var(--border);margin-top:.3em;padding-top:.3em}.wline{display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px;font-size:12px;white-space:nowrap}.wdot{flex:0 0 auto}.tx-kind{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.05em;height:1.05em;line-height:1}.tx-kind svg{width:100%;height:100%;display:block}.tx-buy{color:var(--green)}.tx-sell{color:var(--red)}.wbadges{flex:0 0 auto;letter-spacing:-1px}.wago{flex:0 0 3.5ch;width:3.5ch;color:var(--muted);text-align:right}.wmain{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.wmain:hover,.wmain b{color:var(--accent)}.wroute{flex:0 0 1.6em;overflow:hidden;display:inline-flex;align-items:center;gap:2px}.wbal-arrow{color:var(--muted)}.wbal-after{color:var(--gold)}.wamt{color:var(--gold);font-weight:600}.meta-grp{margin-left:6px;color:var(--text)}.meta-time,.meta-tx{color:var(--text)}.meta-tx.txc-1{color:#39ff14;font-weight:700;text-shadow:0 0 6px rgba(57,255,20,.6)}.meta-tx.txc-2{color:#00e5ff;font-weight:700}.meta-tx.txc-3{color:#8ab4ff;font-weight:600}.meta-prio{margin-left:6px;color:var(--muted);font-size:11px;cursor:help}.age-mild{color:#ffe600;font-weight:700}.age-mid{color:#ff8c00;font-weight:700;text-shadow:0 0 5px rgba(255,140,0,.55)}.age-deep{color:#ff2fd0;font-weight:700;text-shadow:0 0 7px rgba(255,47,208,.7)}.tcard-meta b.crage-poor{color:#9d9d9d}.tcard-meta b.crage-common{color:#fff}.tcard-meta b.crage-uncommon{color:#1eff00}.tcard-meta b.crage-rare{color:#0070dd}.tcard-meta b.crage-epic{color:#a335ee}.tcard-meta b.crage-legendary{color:#ff8000}.tcard-meta b.crage-artifact{color:#e6cc80}.wfund{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--muted)}.fund-atomic{display:inline-flex;align-items:center;cursor:help}.fund-atomic svg{height:1.3em;width:auto;display:block}.fund-grp{display:inline-flex;align-items:center;gap:4px;color:var(--muted);text-decoration:none}.fund-grp:hover{text-decoration:none}.fund-grp:hover .fund-from{color:var(--accent)}.fund-brk{height:1.4em;width:auto;flex:0 0 auto}.fund-sep{opacity:.4}.fund-from{color:var(--text)}.fund-time,.fund-amt{color:var(--muted)}.r-icon{display:inline-block;vertical-align:middle;border-radius:3px;object-fit:contain}.r-emoji{font-size:13px;line-height:1}.r-rug{display:inline-flex;align-items:center;justify-content:center;color:#ff5151;vertical-align:middle}.r-rug svg{width:100%;height:100%;display:block}.wtx{flex:0 0 auto;color:var(--muted);width:30px;text-align:right}.sol-icon{display:inline-block;height:.85em;width:auto;vertical-align:-.05em;margin:0 1px}.usdc-icon,.usdt-icon{display:inline-block;height:.95em;width:auto;vertical-align:-.12em;margin:0 1px}.wgago{flex:0 0 auto;color:var(--text);font-size:12px;font-weight:600;opacity:1;cursor:help}.wmore{align-self:stretch;margin-top:8px;padding:3px 14px;background:#4f8cff1a;border:1px solid rgba(79,140,255,.35);border-radius:7px;color:var(--accent);font-size:13px;font-weight:600;line-height:1.4;cursor:pointer;text-align:center;transition:background .12s,border-color .12s}.wmore:hover{background:#4f8cff38;border-color:var(--accent)}.tcard-desc{color:var(--muted);font-size:12px;margin:6px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tcard-stats{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:6px;border-top:1px solid var(--border);padding-top:5px;font-size:12px;color:var(--muted)}.tcard-stats b{font-weight:700}.tcard-stats .s-fresh{color:var(--green)}.tcard-stats .s-dorm{color:var(--accent)}.tcard-stats .dot{opacity:.4}.tcard-links{display:flex;align-items:center;gap:8px;margin-top:5px;font-size:12px}.tcard-links .dot{color:var(--muted);opacity:.5}.sf-lock{font-size:11px;white-space:nowrap}.sf-locked,.sf-green{color:#4ade80}.sf-yellow{color:#fbbf24}.sf-red{color:#f87171}.sf-contracts{color:var(--muted)}@media(max-width:900px){.deck{flex-direction:column;height:auto}.app{height:auto}.col{flex:0 0 auto;height:70vh}}
