:root{--bg: #07090f;--surface: #0d1117;--surface2: #141c27;--surface3: #1a2333;--border: rgba(255,255,255,.07);--border2: rgba(255,255,255,.14);--text: #f0f4f8;--text2: #94a3b8;--text3: #4a5568;--accent: #00d4ff;--accent2: #3b82f6;--accent-glow: rgba(0,212,255,.15);--green: #10b981;--orange: #f59e0b;--red: #ef4444;--purple: #8b5cf6;--nav-h: 62px;--header-h: 52px;--radius: 14px;--radius-sm: 9px;--radius-lg: 20px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:-apple-system,SF Pro Text,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;overscroll-behavior:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}#app{display:flex;flex-direction:column;height:100dvh;overflow:hidden}#app-header{height:var(--header-h);background:#07090feb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);flex-shrink:0;z-index:10}.header-inner{display:flex;align-items:center;height:100%;padding:0 1rem;gap:.6rem}.logo-mark{width:28px;height:28px;border-radius:7px;object-fit:cover}.logo-text{font-weight:800;font-size:1rem;color:var(--text);flex:1;letter-spacing:-.03em}.auth-badge{background:var(--surface2);border:1px solid var(--border2);border-radius:20px;padding:.28rem .8rem;font-size:.76rem;cursor:pointer;color:var(--text2);transition:all .2s;font-weight:600;white-space:nowrap}.auth-badge.connected{border-color:#00d4ff66;color:var(--accent);background:#00d4ff14}.auth-badge:active{transform:scale(.95)}#tab-content{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:.875rem .875rem calc(var(--nav-h) + env(safe-area-inset-bottom,0px) + .5rem)}#bottom-nav{height:var(--nav-h);background:#07090ff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border);display:flex;flex-shrink:0;padding-bottom:env(safe-area-inset-bottom,0)}.nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;color:var(--text3);cursor:pointer;padding:.3rem 0;transition:color .18s;position:relative;min-width:0}.nav-btn.active{color:var(--accent)}.nav-btn.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:24px;height:2.5px;background:var(--accent);border-radius:0 0 3px 3px}.nav-btn:active{opacity:.55}.nav-icon{font-size:1.35rem;line-height:1;display:block}.nav-label{font-size:.58rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:.65rem;position:relative;overflow:hidden}.card-glow{background:var(--surface);border:1px solid rgba(0,212,255,.22);border-radius:var(--radius);padding:1rem;margin-bottom:.65rem;box-shadow:0 0 28px #00d4ff12}.card-title{font-size:.65rem;font-weight:800;color:var(--text3);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.65rem}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:.42rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.stat-row:last-child{border-bottom:none}.stat-label{color:var(--text2);font-size:.8rem}.stat-value{font-family:SF Mono,Fira Code,monospace;color:var(--text);font-weight:600;font-size:.82rem}.stat-value.green{color:var(--green)}.stat-value.orange{color:var(--orange)}.stat-value.accent{color:var(--accent)}.stat-value.purple{color:var(--purple)}.pill{display:inline-block;background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:.12rem .5rem;font-size:.66rem;color:var(--text2);margin:.1rem;font-weight:600}.pill.ckb{border-color:#00d4ff4d;color:var(--accent);background:#00d4ff0f}.pill.btc{border-color:#f7931a4d;color:#f7931a;background:#f7931a0f}.pill.blue{border-color:#3b82f64d;color:var(--accent2);background:#3b82f60f}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.25rem;border:none;border-radius:var(--radius-sm);font-size:.9rem;font-weight:700;cursor:pointer;transition:all .15s;letter-spacing:-.01em;font-family:inherit}.btn:active{transform:scale(.97);opacity:.85}.btn-primary{background:linear-gradient(135deg,var(--accent2),#2563eb);color:#fff;box-shadow:0 2px 12px #3b82f64d}.btn-accent{background:linear-gradient(135deg,var(--accent),#0099cc);color:#07090f;font-weight:800;box-shadow:0 2px 16px #00d4ff40}.btn-ghost{background:var(--surface2);color:var(--text);border:1px solid var(--border2)}.btn-danger{background:#ef44441f;color:var(--red);border:1px solid rgba(239,68,68,.2)}.btn-full{width:100%}.btn-sm{padding:.38rem .8rem;font-size:.78rem}.spinner{width:30px;height:30px;border:2.5px solid var(--surface3);border-top-color:var(--accent);border-radius:50%;animation:spin .65s linear infinite;margin:3rem auto}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,var(--surface2) 25%,var(--surface3) 50%,var(--surface2) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px;height:1rem}@keyframes shimmer{to{background-position:-200% 0}}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text2)}.empty-state .icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.55;display:block}.empty-state p{font-size:.875rem;color:var(--text2)}.section-header{font-size:.65rem;font-weight:800;color:var(--text3);text-transform:uppercase;letter-spacing:.1em;margin:.875rem 0 .5rem}.chain-status{font-size:.68rem;padding:.18rem .55rem;border-radius:20px;font-weight:700}.chain-status.ok{background:#10b9811f;color:var(--green)}.chain-status.err{background:#ef44441f;color:var(--red)}.chain-status.sync{background:#f59e0b1f;color:var(--orange)}.hero-card{background:linear-gradient(135deg,#0b1a2e,#060e1c);border:1px solid rgba(0,212,255,.18);border-radius:var(--radius-lg);padding:1.25rem 1.25rem 1rem;margin-bottom:.65rem;box-shadow:0 4px 40px #00d4ff12}.balance-label{font-size:.65rem;font-weight:800;color:#00d4ff99;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.25rem}.balance-big{font-size:2.5rem;font-weight:800;color:var(--text);letter-spacing:-.05em;line-height:1}.balance-unit{font-size:.9rem;color:var(--text2);font-weight:500;margin-left:.3rem}.hero-address{font-family:SF Mono,monospace;font-size:.68rem;color:#00d4ff99;margin-top:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-actions{display:flex;gap:.5rem;margin-top:1rem}.hero-actions .btn{flex:1;padding:.6rem;font-size:.82rem}.tool-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;margin-bottom:.65rem}.tool-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem .5rem .8rem;text-align:center;cursor:pointer;transition:all .15s;display:flex;flex-direction:column;align-items:center;gap:.3rem;font-family:inherit}.tool-btn:active{background:var(--surface2);border-color:#00d4ff40;transform:scale(.96)}.tool-icon{font-size:1.6rem;line-height:1}.tool-label{font-size:.78rem;font-weight:700;color:var(--text)}.tool-sub{font-size:.6rem;color:var(--text3);line-height:1.2}.stats-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;margin-bottom:.65rem}.stat-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .5rem;text-align:center}.stat-chip-val{font-size:1.1rem;font-weight:800;color:var(--text);letter-spacing:-.03em;line-height:1}.stat-chip-label{font-size:.58rem;color:var(--text3);margin-top:.2rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.welcome-wrap{padding:1rem 0 1.5rem}.welcome-logo{width:72px;height:72px;border-radius:18px;margin:0 auto 1rem;display:block;box-shadow:0 4px 30px #00d4ff2e}.welcome-title{font-size:1.4rem;font-weight:800;letter-spacing:-.04em;text-align:center;margin-bottom:.4rem}.welcome-sub{font-size:.875rem;color:var(--text2);text-align:center;margin:0 auto 1.5rem;max-width:280px;line-height:1.55}.feature-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.25rem;overflow:hidden}.feature-item{display:flex;align-items:center;gap:.875rem;padding:.8rem 1rem;border-bottom:1px solid var(--border)}.feature-item:last-child{border-bottom:none}.feature-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.fi-ckb{background:#00d4ff1a}.fi-btc{background:#f7931a1a}.fi-res{background:#8b5cf61a}.fi-chat{background:#10b9811a}.fi-nft{background:#3b82f61a}.feature-text strong{display:block;font-size:.875rem;font-weight:700;color:var(--text)}.feature-text span{font-size:.76rem;color:var(--text2)}.chain-seg-btn{flex:1;background:none;border:none;border-radius:7px;color:var(--text3);padding:.45rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.3rem}.chain-seg-btn.fiber.active{color:var(--purple)}.sync-bar-wrap{background:var(--surface2);border-radius:4px;height:4px;margin-top:.6rem;overflow:hidden}.sync-bar{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:4px;transition:width .5s ease}.tx-item{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border)}.tx-item:last-child{border-bottom:none}.tx-dir{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.tx-dir.in{background:#10b9811f;color:var(--green)}.tx-dir.out{background:#ef44441f;color:var(--red)}.tx-info{flex:1;min-width:0}.tx-hash{font-family:monospace;font-size:.68rem;color:var(--text3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-time{font-size:.68rem;color:var(--text3)}.tx-amount{font-family:monospace;font-size:.85rem;font-weight:700}.tx-amount.in{color:var(--green)}.tx-amount.out{color:var(--red)}.search-bar{display:flex;gap:.5rem;margin-bottom:.75rem}.search-input{flex:1;background:var(--surface);border:1px solid var(--border2);border-radius:10px;color:var(--text);padding:.6rem .875rem;font-size:.875rem;outline:none;transition:border-color .2s;font-family:inherit}.search-input:focus{border-color:#00d4ff66}.search-input::placeholder{color:var(--text3)}.filter-dropdown{background:var(--surface);border:1px solid var(--border2);border-radius:10px;color:var(--text2);padding:.6rem .5rem;font-size:.8rem;outline:none;cursor:pointer;font-family:inherit}.research-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.875rem;margin-bottom:.5rem;cursor:pointer;transition:border-color .15s}.research-item:active{border-color:var(--border2);background:var(--surface2)}.research-item-title{font-size:.875rem;font-weight:700;color:var(--text);line-height:1.35;margin-bottom:.3rem}.research-item-meta{font-size:.7rem;color:var(--text2);display:flex;gap:.75rem;flex-wrap:wrap}.research-item-tags{display:flex;flex-wrap:wrap;gap:.2rem;margin-top:.3rem}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:4px;vertical-align:middle}.status-dot.done{background:var(--green)}.status-dot.progress{background:var(--orange)}.status-dot.pending{background:var(--text3)}.message-list{display:flex;flex-direction:column;gap:.45rem;padding-bottom:5rem}.message-bubble{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .875rem}.message-meta{font-size:.68rem;color:var(--text2);margin-bottom:.25rem;display:flex;justify-content:space-between;align-items:center}.message-addr{font-family:monospace;color:var(--accent);font-size:.7rem}.message-time{color:var(--text3)}.message-body{font-size:.875rem;color:var(--text);line-height:1.45}.compose-bar{position:fixed;bottom:calc(var(--nav-h) + env(safe-area-inset-bottom,0px));left:0;right:0;background:#07090ff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border);padding:.55rem .875rem;display:flex;gap:.5rem;z-index:5}.compose-input{flex:1;background:var(--surface2);border:1px solid var(--border2);border-radius:22px;color:var(--text);padding:.5rem 1rem;font-size:.875rem;outline:none;font-family:inherit}.compose-input:focus{border-color:#00d4ff66}.compose-input::placeholder{color:var(--text3)}.compose-send{background:var(--accent2);border:none;color:#fff;border-radius:50%;width:36px;height:36px;font-size:1rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .15s}.compose-send:active{transform:scale(.9)}.member-card{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .875rem;margin-bottom:.4rem}.member-card.you{border-color:#00d4ff4d;background:#00d4ff08}.member-num{font-size:1rem;font-weight:800;color:var(--accent);min-width:38px;text-align:center}.member-addr{font-family:monospace;font-size:.7rem;color:var(--text2)}.member-you-badge{font-size:.62rem;background:#00d4ff1f;color:var(--accent);border:1px solid rgba(0,212,255,.25);border-radius:10px;padding:.08rem .4rem;font-weight:700;margin-left:auto}.fiber-tabs{display:flex;background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:3px;gap:3px;margin-bottom:.875rem}.fiber-tab{flex:1;background:none;border:none;border-radius:7px;color:var(--text2);padding:.42rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit}.fiber-tab.active{background:var(--surface3);color:var(--accent);box-shadow:0 1px 4px #0000004d}.node-row:active{opacity:.7}.settings-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.65rem;overflow:hidden}.settings-row{display:flex;align-items:center;padding:.875rem 1rem;border-bottom:1px solid var(--border);cursor:pointer;gap:.75rem}.settings-row:last-child{border-bottom:none}.settings-row:active{background:var(--surface2)}.settings-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.settings-text{flex:1}.settings-label{font-size:.875rem;font-weight:600;color:var(--text)}.settings-desc{font-size:.72rem;color:var(--text2)}.settings-chevron{color:var(--text3);font-size:.8rem}.net-toggle{display:flex;background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:3px;margin-bottom:.875rem;gap:3px}.net-toggle-btn{flex:1;background:none;border:none;border-radius:7px;color:var(--text2);padding:.4rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit}.net-toggle-btn.active{background:var(--surface3);color:var(--text);box-shadow:0 1px 4px #0000004d}.preset-row{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border);cursor:pointer}.preset-row:last-child{border-bottom:none}.preset-radio{margin-top:2px;accent-color:var(--accent);width:16px;height:16px;flex-shrink:0}.preset-label{font-size:.875rem;color:var(--text);font-weight:600}.preset-desc{font-size:.75rem;color:var(--text2);margin-top:1px}.preset-url{font-size:.68rem;color:var(--text3);font-family:monospace;margin-top:2px}.custom-url-input{width:100%;background:var(--surface2);border:1px solid var(--border2);border-radius:8px;color:var(--text);padding:.6rem .875rem;font-size:.82rem;font-family:monospace;outline:none;margin-top:.5rem}.custom-url-input:focus{border-color:#00d4ff66}.test-result{font-size:.82rem;text-align:center;min-height:1.5rem;color:var(--text2);margin-top:.5rem}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border2);border-radius:20px 20px 0 0;padding:0 1rem calc(env(safe-area-inset-bottom,0px) + 1rem);z-index:100;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.bottom-sheet.open{transform:translateY(0)}.bottom-sheet-handle{width:36px;height:4px;background:var(--border2);border-radius:2px;margin:.75rem auto}.sheet-label{font-size:.75rem;font-weight:600;color:var(--text2);margin-bottom:.35rem}.stat-hero{border-radius:var(--radius-lg);padding:1.25rem 1.25rem 1.1rem;margin-bottom:.65rem;position:relative;overflow:hidden}.ckb-hero{background:linear-gradient(135deg,#0b1a2e,#060e1c);border:1px solid rgba(0,212,255,.2);box-shadow:0 4px 40px #00d4ff14}.btc-hero{background:linear-gradient(135deg,#1a0f02,#0e0800);border:1px solid rgba(247,147,26,.2);box-shadow:0 4px 40px #f7931a14}.stat-hero-label{font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;opacity:.5;margin-bottom:.2rem}.ckb-hero .stat-hero-label{color:var(--accent)}.btc-hero .stat-hero-label{color:#f7931a}.stat-hero-value{font-size:2.8rem;font-weight:800;letter-spacing:-.06em;line-height:1;margin-bottom:.25rem}.ckb-hero .stat-hero-value{color:var(--accent)}.btc-hero .stat-hero-value{color:#f7931a}.stat-hero-sub{font-size:.75rem;color:var(--text2)}.chain-seg{display:flex;background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:3px;gap:3px;margin-bottom:.875rem}.chain-seg-btn{flex:1;background:none;border:none;border-radius:7px;color:var(--text3);padding:.45rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit}.chain-seg-btn.active{background:var(--surface3);color:var(--text);box-shadow:0 1px 4px #00000059}.chain-seg-btn.ckb.active{color:var(--accent)}.chain-seg-btn.btc.active{color:#f7931a}.chain-seg-btn.rpc.active{color:var(--purple)}.rpc-console{display:flex;flex-direction:column;gap:0}.rpc-section{margin-bottom:.65rem}.rpc-label{font-size:.65rem;font-weight:800;color:var(--text3);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.35rem}.rpc-select{width:100%;background:var(--surface);border:1px solid var(--border2);border-radius:9px;color:var(--text);padding:.55rem .875rem;font-size:.82rem;font-family:inherit;outline:none;margin-bottom:.4rem;cursor:pointer}.rpc-url-input{width:100%;background:var(--surface);border:1px solid var(--border2);border-radius:9px;color:var(--accent);padding:.5rem .875rem;font-size:.75rem;font-family:SF Mono,Fira Code,monospace;outline:none}.rpc-url-input:focus{border-color:#00d4ff66}.rpc-preset-bar{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.4rem}.rpc-preset-btn{background:var(--surface2);border:1px solid var(--border);border-radius:6px;color:var(--text2);padding:.28rem .65rem;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.rpc-preset-btn:active{transform:scale(.95)}.rpc-preset-btn.active{background:#8b5cf61f;border-color:#8b5cf659;color:var(--purple)}.rpc-method-input{width:100%;background:var(--surface);border:1px solid var(--border2);border-radius:9px;color:var(--text);padding:.5rem .875rem;font-size:.875rem;font-family:SF Mono,Fira Code,monospace;outline:none}.rpc-method-input:focus{border-color:#8b5cf666}.rpc-params{width:100%;background:var(--surface);border:1px solid var(--border2);border-radius:9px;color:var(--text);padding:.6rem .875rem;font-size:.8rem;font-family:SF Mono,Fira Code,monospace;outline:none;resize:vertical;min-height:70px;line-height:1.5}.rpc-params:focus{border-color:#8b5cf666}.rpc-tiny-btn{background:var(--surface2);border:1px solid var(--border);border-radius:5px;color:var(--text2);padding:.18rem .55rem;font-size:.68rem;font-weight:600;cursor:pointer;font-family:inherit}.rpc-tiny-btn:active{transform:scale(.95)}.rpc-result-card{border-radius:var(--radius);padding:.875rem;margin-bottom:.65rem;border:1px solid}.rpc-ok{background:#10b9810a;border-color:#10b98133}.rpc-err{background:#ef44440a;border-color:#ef444433}.rpc-result-toolbar{display:flex;gap:.4rem;margin-bottom:.5rem}.rpc-output{font-size:.72rem;font-family:SF Mono,Fira Code,monospace;color:var(--text2);line-height:1.55;white-space:pre;overflow-x:auto;max-height:280px;overflow-y:auto;scrollbar-width:thin}.rpc-output::-webkit-scrollbar{width:3px;height:3px}.rpc-output::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:3px}.rpc-error{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:9px;padding:.75rem;color:var(--red);font-size:.82rem;margin-bottom:.5rem}.rpc-hist{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:.65rem .875rem;margin-bottom:.35rem;cursor:pointer;transition:border-color .15s}.rpc-hist:active{border-color:var(--border2);background:var(--surface2)}.rpc-hist-method{font-family:SF Mono,monospace;font-size:.78rem;font-weight:600;color:var(--purple)}#particle-canvas{z-index:0}#app-header,#bottom-nav{z-index:10}#tab-content{z-index:1;position:relative}.tool-btn{transition:transform .12s ease,box-shadow .2s ease,border-color .2s ease}.tool-btn:active{box-shadow:0 0 0 2px #00d4ff40,0 4px 20px #0006}.tool-btn[data-color="rgba(0,212,255,0.12)"]:active{border-color:#00d4ff66}.tool-btn[data-color="rgba(139,92,246,0.12)"]:active{border-color:#8b5cf666}.tool-btn[data-color="rgba(16,185,129,0.12)"]:active{border-color:#10b98166}.tool-btn[data-color="rgba(59,130,246,0.12)"]:active{border-color:#3b82f666}.nav-btn.active .nav-icon{filter:drop-shadow(0 0 6px currentColor)}.stat-chip{transition:transform .15s,box-shadow .15s}.stat-chip:active{transform:scale(.96);box-shadow:0 0 0 1px #00d4ff33}:root{--subnav-h: 44px}#app-header{height:var(--header-h);transition:height .2s ease}#app-header.has-subnav{height:calc(var(--header-h) + var(--subnav-h))}.sub-nav{display:none;align-items:center;gap:.25rem;padding:0 .75rem .5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:var(--subnav-h)}.sub-nav::-webkit-scrollbar{display:none}.sub-nav.visible{display:flex}.sub-nav.visible{animation:subnav-in .2s ease both}@keyframes subnav-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}#app-header:has(.sub-nav.visible){height:calc(var(--header-h) + var(--subnav-h))}#tab-content{padding-top:.875rem}.sub-tab-btn{display:flex;align-items:center;gap:.35rem;background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:.3rem .75rem;white-space:nowrap;cursor:pointer;transition:all .18s;font-family:inherit;flex-shrink:0}.sub-tab-btn:active{transform:scale(.94)}.sub-tab-btn.active{background:rgba(from var(--sub-color) r g b / .12);border-color:var(--sub-color);box-shadow:0 0 10px rgba(from var(--sub-color) r g b / .2)}.sub-tab-icon{font-size:.9rem;line-height:1}.sub-tab-label{font-size:.76rem;font-weight:700;color:var(--text2);letter-spacing:-.01em}.sub-tab-btn.active .sub-tab-label{color:var(--sub-color)}.sub-nav.visible~* #tab-content,body:has(.sub-nav.visible) #tab-content{padding-top:.875rem}.home-btn{background:none;border:none;padding:0;cursor:pointer;border-radius:8px;transition:transform .15s,box-shadow .2s;display:flex;align-items:center;justify-content:center;position:relative}.home-btn:active{transform:scale(.9)}.home-btn:not(.at-home) .logo-mark{box-shadow:0 0 0 2px #00d4ff4d}.home-btn.at-home{cursor:default}.splash-wrap{padding:.25rem 0 1rem}.splash-hero{text-align:center;padding:1.5rem 1rem 1.25rem}.splash-logo{width:64px;height:64px;border-radius:16px;margin:0 auto .875rem;display:block;box-shadow:0 4px 24px #00d4ff33}.splash-title{font-size:1.35rem;font-weight:800;letter-spacing:-.04em;margin-bottom:.3rem}.splash-sub{font-size:.8rem;color:var(--text2);line-height:1.4}.ticker-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem}.ticker-card{border-radius:var(--radius);padding:.875rem 1rem;border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:transform .15s}.ticker-card:active{transform:scale(.97)}.ckb-card{border-color:#00d4ff26;background:linear-gradient(135deg,#0b1622,#070e18)}.btc-card{border-color:#f7931a26;background:linear-gradient(135deg,#150d02,#0a0700)}.ticker-label{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.35rem;display:flex;align-items:center;gap:.3rem}.ticker-value{font-size:1.4rem;font-weight:800;letter-spacing:-.04em;color:var(--text);line-height:1;margin-bottom:.2rem}.ticker-meta{font-size:.68rem;color:var(--text3)}.splash-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem}.splash-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem .875rem;cursor:pointer;transition:all .15s;position:relative;overflow:hidden}.splash-tile:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--tile-color);opacity:.6}.splash-tile:active{transform:scale(.97);border-color:var(--tile-color);background:var(--surface2)}.splash-tile-icon{font-size:1.6rem;margin-bottom:.4rem}.splash-tile-label{font-size:.9rem;font-weight:800;color:var(--text);margin-bottom:.1rem;letter-spacing:-.02em}.splash-tile-sub{font-size:.65rem;color:var(--text3);line-height:1.3}.splash-wallet{background:#00d4ff0a;border:1px solid rgba(0,212,255,.15);border-radius:var(--radius);padding:.75rem 1rem;margin-top:.5rem}.rpc-wrap{padding-bottom:2rem}.rpc-block{margin-bottom:.875rem}.rpc-block-label{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text3);margin-bottom:.4rem}.rpc-ep-pills{display:flex;flex-wrap:wrap;gap:.35rem}.rpc-ep-pill{font-family:inherit;font-size:.75rem;font-weight:700;padding:.3rem .65rem;border-radius:14px;border:1px solid var(--border);background:var(--surface2);color:var(--text2);cursor:pointer;transition:all .15s;white-space:nowrap}.rpc-ep-pill.active{background:#00d4ff1f;border-color:var(--accent);color:var(--accent);box-shadow:0 0 8px #00d4ff26}.rpc-ep-pill:active{transform:scale(.95)}.rpc-input{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:.85rem;padding:.55rem .75rem;box-sizing:border-box;outline:none;transition:border-color .15s;resize:vertical}.rpc-input:focus{border-color:var(--accent)}.rpc-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 32px #00000080;z-index:200;max-height:320px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.rpc-dd-cat{font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text3);padding:.5rem .75rem .2rem}.rpc-dd-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;cursor:pointer;gap:.5rem;transition:background .1s}.rpc-dd-item:active,.rpc-dd-item.selected{background:#00d4ff14}.rpc-dd-name{font-size:.82rem;font-weight:600;font-family:monospace;color:var(--text)}.rpc-dd-badge{font-size:.6rem;font-weight:700;background:#00d4ff1a;color:var(--accent);padding:.15rem .45rem;border-radius:8px;white-space:nowrap;flex-shrink:0}.rpc-dd-badge.zero{background:#ffffff0a;color:var(--text3)}#rpc-method-meta{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:var(--text3)}.rpc-cat-badge{font-size:.64rem;font-weight:800;background:#8b5cf626;color:var(--purple);padding:.15rem .5rem;border-radius:8px}.rpc-param-row{margin-bottom:.75rem}.rpc-param-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.2rem}.rpc-param-name{font-family:monospace;font-size:.8rem;font-weight:700;color:var(--text)}.rpc-param-badge{font-size:.58rem;font-weight:800;text-transform:uppercase;padding:.1rem .4rem;border-radius:6px}.rpc-param-badge.req{background:#ef444426;color:#ef4444}.rpc-param-badge.opt{background:#ffffff0f;color:var(--text3)}.rpc-param-hint{font-size:.72rem;color:var(--text3);margin-bottom:.35rem;line-height:1.3}.rpc-send-btn{transition:opacity .2s,transform .1s}.rpc-send-btn:disabled{opacity:.35;cursor:not-allowed;transform:none!important}.rpc-send-btn:not(:disabled){box-shadow:0 4px 20px #00d4ff40}.rpc-result{border-radius:10px;border:1px solid var(--border);margin-bottom:.75rem;overflow:hidden}.rpc-result.ok{border-color:#10b9814d}.rpc-result.err{border-color:#ef44444d}.rpc-result-hdr{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--surface2);border-bottom:1px solid var(--border)}.rpc-ok{font-size:.75rem;font-weight:700;color:var(--green)}.rpc-err{font-size:.75rem;font-weight:700;color:#ef4444}.rpc-pre{margin:0;padding:.75rem;font-size:.7rem;line-height:1.5;font-family:monospace;color:var(--text2);overflow-x:auto;white-space:pre;background:transparent;max-height:400px;overflow-y:auto}.rpc-pre.trimmed{max-height:160px;overflow-y:hidden;-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.rpc-tiny-btn{font-size:.65rem;font-weight:700;background:var(--surface2);border:1px solid var(--border);border-radius:6px;color:var(--text2);padding:.15rem .4rem;cursor:pointer;font-family:inherit}.rpc-hist-row{display:flex;align-items:center;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid var(--border);cursor:pointer}.rpc-hist-row:last-child{border-bottom:none}.rpc-hist-m{font-family:monospace;font-size:.77rem;color:var(--text2)}.rpc-hist-s{font-size:.68rem;font-weight:700}.rpc-hist-s.ok{color:var(--green)}.rpc-hist-s.err{color:#ef4444}.rpc-clip-block{padding:0!important;overflow:hidden}.rpc-clip-hdr{display:flex;justify-content:space-between;align-items:center;padding:.65rem .9rem;cursor:pointer;user-select:none;-webkit-user-select:none}.rpc-clip-hdr:active{background:var(--surface2)}.rpc-clip-chevron{font-size:.8rem;color:var(--text3);transition:transform .2s}.rpc-clip-count{font-size:.72rem;color:var(--accent);font-weight:600;margin-left:.3rem}.rpc-clip-tray{padding:0 .7rem .7rem;display:flex;flex-direction:column;gap:.45rem}.rpc-clip-slot{border:1px solid var(--border2);border-radius:8px;padding:.55rem .7rem;background:var(--surface);transition:border-color .15s}.rpc-clip-slot.filled{border-color:var(--accent)}.rpc-clip-slot.empty{opacity:.55}.rpc-clip-slot-meta{display:flex;gap:.5rem;align-items:center;margin-bottom:.2rem}.rpc-clip-slot-num{background:var(--surface2);border-radius:4px;font-size:.65rem;font-weight:700;padding:.1rem .35rem;color:var(--text3)}.rpc-clip-slot-label{font-size:.68rem;font-weight:600;color:var(--accent2);text-transform:uppercase;letter-spacing:.04em}.rpc-clip-slot-val{font-size:.75rem;color:var(--text2);font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.35rem}.rpc-clip-slot-actions{display:flex;gap:.4rem;flex-wrap:wrap}.rpc-clip-btn{font-size:.68rem;padding:.2rem .55rem;border-radius:5px;border:1px solid var(--border2);background:var(--surface2);color:var(--text2);cursor:pointer;transition:background .15s,color .15s}.rpc-clip-btn.use:active,.rpc-clip-btn.use:hover{background:var(--accent);color:#000;border-color:var(--accent)}.rpc-clip-btn.paste:active,.rpc-clip-btn.paste:hover{background:var(--purple);color:#fff;border-color:var(--purple)}.rpc-clip-btn.clr:active,.rpc-clip-btn.clr:hover{background:var(--red, #e44);color:#fff;border-color:transparent}.rpc-clip-btn.save-here{background:var(--surface2);color:var(--text3);width:100%;text-align:center}.rpc-clip-clear-all{margin-top:.3rem;align-self:flex-end}.rpc-hex-ann{display:inline-block;margin-left:.4em;padding:.05em .35em;border-radius:4px;background:#00d4a01f;color:var(--accent);font-size:.72em;font-family:sans-serif;font-weight:600;vertical-align:middle;pointer-events:none;-webkit-user-select:none;user-select:none}.rpc-hex-toggle.active{background:var(--accent);color:#000;border-color:var(--accent)}#feedback-btn{position:fixed;bottom:calc(var(--nav-h) + env(safe-area-inset-bottom,0px) + .75rem);right:.85rem;z-index:500;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--surface);border:1px solid var(--border2);font-size:1.1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0006;cursor:pointer;transition:transform .15s,box-shadow .15s;line-height:1}#feedback-btn:active{transform:scale(.9)}#feedback-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;background:transparent;pointer-events:none;display:flex;align-items:flex-end}#feedback-sheet.open{pointer-events:all;background:#00000080}.fb-sheet-inner{width:100%;background:var(--surface);border-radius:20px 20px 0 0;padding:.5rem 1rem calc(env(safe-area-inset-bottom,0px) + 1.2rem);transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}#feedback-sheet.open .fb-sheet-inner{transform:translateY(0)}.fb-handle{width:2.5rem;height:4px;border-radius:2px;background:var(--border2);margin:0 auto .85rem}.fb-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.fb-type-row{display:flex;gap:.5rem;margin-bottom:.75rem}.fb-type-btn{flex:1;padding:.45rem 0;border-radius:8px;font-size:.8rem;background:var(--surface2);border:1px solid var(--border2);color:var(--text2);cursor:pointer;transition:background .15s,color .15s}.fb-type-btn.active{background:var(--accent);color:#000;border-color:var(--accent);font-weight:600}.fb-textarea{width:100%;box-sizing:border-box;background:var(--surface2);border:1px solid var(--border2);border-radius:10px;color:var(--text);padding:.65rem .75rem;font-size:.875rem;resize:none;outline:none;font-family:inherit;margin-bottom:.5rem}.fb-textarea:focus{border-color:var(--accent)}.fb-hint{font-size:.68rem;color:var(--text3);margin-bottom:.75rem}.fb-status{font-size:.8rem;color:var(--text2);margin-top:.5rem;min-height:1.2rem;text-align:center}.research-item-hint{font-size:.65rem;color:var(--accent);margin-top:.35rem;opacity:.8}.research-panel{position:fixed;top:var(--header-h);left:0;right:0;bottom:calc(52px + env(safe-area-inset-bottom));background:var(--bg);display:flex;flex-direction:column;z-index:50;animation:slideUp .2s ease}.research-panel.hidden{display:none}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.research-panel-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}.back-btn{background:none;border:none;color:var(--accent);font-size:.9rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;flex-shrink:0}.back-btn:active{background:var(--surface2)}.research-panel-title{font-size:.8rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.research-panel-body{flex:1;overflow-y:auto;padding:1rem;-webkit-overflow-scrolling:touch}.md-body{font-size:.82rem;line-height:1.65;color:var(--text)}.md-body h1{font-size:1.1rem;color:var(--accent);border-bottom:1px solid var(--border);padding-bottom:.4rem;margin:1rem 0 .5rem}.md-body h2{font-size:.95rem;color:var(--text);margin:1rem 0 .4rem}.md-body h3{font-size:.85rem;color:var(--text2);margin:.8rem 0 .3rem}.md-body h4{font-size:.8rem;color:var(--text2);margin:.6rem 0 .2rem}.md-body p{margin:0 0 .6rem}.md-body ul{padding-left:1.2rem;margin:0 0 .6rem}.md-body li{margin-bottom:.2rem}.md-body code{background:var(--surface2);border-radius:4px;padding:.1em .35em;font-size:.78rem;font-family:monospace;color:var(--accent)}.md-body pre{background:var(--surface2);border-radius:8px;padding:.75rem;overflow-x:auto;margin:.5rem 0}.md-body pre code{background:none;padding:0;color:var(--text)}.md-body a{color:var(--accent);text-decoration:none}.md-body a:hover{text-decoration:underline}.md-body hr{border:none;border-top:1px solid var(--border);margin:.75rem 0}.md-body strong{color:var(--text)}.bounty-hero{background:linear-gradient(135deg,#fb923c1f,#00d4ff14);border:1px solid rgba(251,146,60,.25);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}.bounty-pool{text-align:center;margin-bottom:.75rem}.bounty-pool-amount{font-size:2rem;font-weight:800;color:var(--orange, #fb923c);line-height:1}.bounty-pool-unit{font-size:1rem;font-weight:600;opacity:.7}.bounty-pool-label{font-size:.72rem;color:var(--text2);margin-top:.2rem;text-transform:uppercase;letter-spacing:.05em}.bounty-split{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.75rem}.bounty-prize{text-align:center}.bounty-medal{font-size:1.4rem}.bounty-prize-ckb{font-size:.78rem;font-weight:700;color:var(--text)}.bounty-countdown{text-align:center;font-size:.72rem;color:var(--text2)}.bounty-scoring{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.875rem;margin-bottom:.75rem}.bounty-section-title{font-size:.72rem;font-weight:700;color:var(--text2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.scoring-grid{display:flex;flex-direction:column;gap:.3rem}.score-row{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.score-event{color:var(--text2)}.score-pts{font-weight:700;color:var(--accent);font-size:.75rem}.bounty-note{font-size:.68rem;color:var(--text2);margin-top:.5rem;opacity:.7;line-height:1.4}.lb-row{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.4rem}.lb-row.lb-me{border-color:var(--accent);background:#00d4ff0d}.lb-rank{font-size:1.1rem;min-width:2rem;text-align:center}.lb-info{flex:1;min-width:0}.lb-name{font-size:.82rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-you{background:var(--accent);color:#000;font-size:.6rem;border-radius:3px;padding:.1em .3em;margin-left:.3rem;font-weight:700}.lb-stats{font-size:.68rem;color:var(--text2);margin-top:.15rem}.lb-pts{text-align:right;flex-shrink:0}.lb-week-pts{font-size:.9rem;font-weight:800;color:var(--orange, #fb923c)}.lb-alltime{font-size:.62rem;color:var(--text2)}.bounty-mine-card{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem}.mine-stat{text-align:center}.mine-num{font-size:1.3rem;font-weight:800;color:var(--accent)}.mine-label{font-size:.62rem;color:var(--text2);margin-top:.1rem}.bounty-on-track{text-align:center;font-size:.78rem;color:var(--green, #4ade80);font-weight:600;margin-top:.5rem;padding:.5rem;background:#4ade8014;border-radius:8px}.bounty-mine-empty{font-size:.8rem;color:var(--text2);text-align:center;padding:.75rem}.payout-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;margin-bottom:.5rem}.payout-week{font-size:.72rem;font-weight:700;color:var(--text2);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.04em}.payout-row{display:flex;justify-content:space-between;font-size:.78rem;color:var(--text);padding:.2rem 0}.payout-row a{color:var(--accent);text-decoration:none}.btn-ghost-link{display:inline-block;padding:.6rem 1.2rem;border:1px solid var(--border);border-radius:var(--radius);color:var(--accent);text-decoration:none;font-size:.8rem;font-weight:600;transition:border-color .15s,background .15s;margin-bottom:1rem}.btn-ghost-link:active{background:var(--surface);border-color:var(--accent)}
