@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#10110f;--panel:#191b17;--panel2:#20231d;--line:#30352a;--text:#f2f4ec;--muted:#a0a794;--accent:#d6ff3f;--soft:#c2d993;--danger:#ffa88f;--mono:ui-monospace,SFMono-Regular,Consolas,monospace;font-family:'DM Sans',sans-serif;font-size:16px;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-width:320px}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,input,select{font:inherit}button,a,input,summary,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.45;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}button{border:0}h1,h2,h3,p{margin:0}h1,h2,h3,.stat-value{font-family:'Space Grotesk',sans-serif}h1{font-size:clamp(1.7rem,3vw,2.45rem);font-weight:500;letter-spacing:-.07rem;line-height:1.15}h2{font-size:1.15rem;letter-spacing:-.025rem;font-weight:600}h3{font-size:1rem}.site-header{border-bottom:1px solid var(--line);height:91px}.header-inner{max-width:1488px;height:100%;padding:0 48px;margin:auto;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:17px;flex-shrink:0}.brand-image{display:block;background:var(--accent);border-radius:5px;width:174px;height:54px;overflow:hidden}.brand-image img{display:block;width:174px;height:54px;object-fit:contain;mix-blend-mode:multiply}.brand-divider{height:20px;border-left:1px solid #5d6553}.brand-label{font-size:.7rem;letter-spacing:.13rem;font-weight:700}.site-header nav{display:flex;align-items:center;gap:27px;height:100%;margin-left:auto}.site-header nav a{font-size:.88rem;color:var(--muted);height:100%;display:flex;align-items:center;border-bottom:2px solid transparent}.site-header nav a:hover,.site-header nav a.active{color:var(--text)}.site-header nav a.active{border-color:var(--accent)}.network-badge{border:1px solid var(--line);border-radius:30px;padding:8px 11px;display:flex;gap:7px;align-items:center;font-size:.65rem;letter-spacing:.08rem;white-space:nowrap}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.muted-dot{background:#aaa}.warn-dot{background:var(--danger)}main{max-width:1488px;margin:auto;padding:42px 48px 70px;min-height:calc(100vh - 195px)}.search-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.eyebrow{font-size:.7rem;color:var(--muted);letter-spacing:.13rem;font-weight:550;margin-bottom:11px}.live-status{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:.8rem;white-space:nowrap;padding-bottom:5px}#search-form{display:flex;gap:15px;align-items:center;background:#1c1f18;border:1px solid #454d34;padding:8px 9px 8px 21px;border-radius:8px;transition:border-color .2s}#search-form:focus-within{border-color:var(--accent)}#search-form svg{width:22px;height:22px;fill:none;stroke:var(--muted);stroke-width:1.7;flex-shrink:0}#search{color:var(--text);background:transparent;border:0;outline:none;font-size:.94rem;min-width:0;flex:1;height:42px}#search::placeholder{color:#9aA18e}kbd{font-family:var(--mono);border:1px solid var(--line);border-radius:4px;font-size:.75rem;padding:3px 7px;color:var(--muted)}#search-form button{background:var(--accent);color:#15180d;border-radius:5px;padding:13px 22px;font-weight:650;font-size:.875rem;display:flex;gap:25px}#search-form button:hover{background:#e5ff86}.search-error{color:var(--danger);font-size:.88rem;padding-top:10px;min-height:10px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0}.stat{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:22px 23px;min-width:0;position:relative;overflow:hidden}.stat-label{color:var(--muted);font-size:.85rem;display:flex;justify-content:space-between;gap:12px;margin-bottom:17px}.stat-label svg{width:17px;height:17px;stroke:#9daa87;fill:none;stroke-width:1.5}.stat-value{font-size:clamp(1.5rem,2.4vw,2rem);font-weight:500;letter-spacing:-.08rem;line-height:1.2;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.stat-value small{font:500 .75rem 'DM Sans',sans-serif;letter-spacing:0;color:var(--muted);margin-left:6px}.stat-note{margin-top:13px;font-size:.75rem;color:var(--muted);line-height:1.5}.stat-note .dot{width:5px;height:5px;margin-right:5px}.stat.highlight{background:var(--accent);border-color:var(--accent);color:#151b09}.stat.highlight .stat-label,.stat.highlight .stat-note,.stat.highlight .stat-value small{color:#455222}.stat.highlight svg{stroke:#455222}.stat.highlight .dot{background:#435025}.activity{display:grid;grid-template-columns:1fr 1fr;gap:24px}.section{background:var(--panel);border:1px solid var(--line);border-radius:8px;overflow:hidden;margin-top:24px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:23px 24px;border-bottom:1px solid var(--line)}.section-head .title-group{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.section-head a{font-size:.8rem;color:var(--accent);white-space:nowrap}.count-pill{font-size:.7rem;padding:3px 7px;border-radius:4px;background:#2c3224;color:#c4d4af;font-variant-numeric:tabular-nums}.live-chip{color:var(--accent);font-size:.65rem;display:flex;align-items:center;gap:6px;letter-spacing:.04rem}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{background:#171914;color:#8e9981;font-size:.67rem;letter-spacing:.06rem;text-transform:uppercase;font-weight:500;padding:13px 24px}td{padding:16px 24px;font-size:.82rem;border-top:1px solid #2a2f24;height:59px}tbody tr:hover{background:#20251a}td:last-child,th:last-child{text-align:right}.height-link{color:var(--accent);font-family:var(--mono);font-weight:500;font-size:.85rem}.hash-link{font-family:var(--mono);font-size:.79rem;color:#d3ddc5}.muted{color:var(--muted)}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.amount{font-variant-numeric:tabular-nums;white-space:nowrap}.badge{font-size:.67rem;border-radius:4px;padding:4px 7px;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;color:var(--soft);background:#293222}.badge.pending{color:#e9c685;background:#3b3320}.badge.neutral{color:#a6ad9b;background:#292d25}.badge .dot{width:4px;height:4px;background:currentColor}.table-foot{border-top:1px solid var(--line);padding:14px 24px;color:var(--muted);font-size:.75rem;display:flex;justify-content:space-between;gap:16px;align-items:center}.pagination{display:flex;align-items:center;gap:12px}.pagination button,.subtle-button{background:#292f22;border:1px solid #39422e;color:var(--text);border-radius:5px;padding:7px 12px;font-size:.8rem}.pagination button:disabled{opacity:.35;cursor:default}.pagination button:hover:not(:disabled),.subtle-button:hover{background:#39442a}.network-strip{display:flex;justify-content:space-between;gap:22px;border-top:1px solid var(--line);padding:23px 0 0;margin-top:28px;color:var(--muted);font-size:.78rem;flex-wrap:wrap}.network-strip strong{color:var(--text);font-weight:500;margin-left:6px}.network-strip a{color:var(--accent)}footer{max-width:1392px;border-top:1px solid var(--line);margin:0 auto;min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:.74rem;color:#909987;padding:24px 0}footer>div{display:flex;align-items:center;gap:28px}.footer-brand{color:var(--text);font-weight:500;gap:10px}.mini-n{background:var(--accent);color:#10150a;width:24px;height:24px;display:inline-grid;place-items:center;border-radius:50%;font-size:.9rem;font-weight:800}.footer-network{font-size:.64rem;letter-spacing:.07rem;display:flex;gap:6px;align-items:center}.notice{background:#292918;border:1px solid #56552b;border-radius:6px;color:#e0d79e;font-size:.85rem;padding:13px 17px;margin:14px 0;line-height:1.6}.info-notice{background:#1b2316;border-color:#35442c;color:#b1c1a0}.loading,.empty,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:70px 25px;text-align:center;color:var(--muted);font-size:.95rem;line-height:1.7}.loading{min-height:280px}.empty svg{width:30px;height:30px;stroke:#738461;fill:none;stroke-width:1.4}.empty h3,.error-state h2{color:var(--text)}.empty p,.error-state p{max-width:520px}.spinner{width:24px;height:24px;border:2px solid #38402c;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-intro{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:27px}.page-intro p{font-size:.85rem;color:var(--muted);line-height:1.7}.filter{display:flex;gap:10px;align-items:center;font-size:.8rem;color:var(--muted)}select{background:var(--panel2);color:var(--text);border:1px solid var(--line);border-radius:5px;padding:8px 12px}.breadcrumbs{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.78rem;margin:25px 0 20px}.breadcrumbs a{color:var(--soft)}.detail-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 20px}.detail-heading h2{font-size:1.7rem;font-weight:500;letter-spacing:-.05rem}.detail-heading .heading-row{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.hash-display{display:flex;align-items:center;gap:10px;margin-top:12px;min-width:0}.hash-display code{font-size:.85rem;color:#c5d1b8;overflow-wrap:anywhere;line-height:1.8}.copy{background:transparent;color:var(--muted);padding:5px;display:inline-flex;border:1px solid transparent;border-radius:4px;flex-shrink:0}.copy:hover{border-color:var(--line);color:var(--accent)}.copy svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.5}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 35px;padding:5px 25px 15px}.field{display:flex;justify-content:space-between;gap:20px;align-items:baseline;padding:17px 0;border-bottom:1px solid #2a3023;font-size:.85rem;min-width:0}.field-label{color:var(--muted);flex-shrink:0}.field-value{text-align:right;overflow-wrap:anywhere;min-width:0;font-variant-numeric:tabular-nums;line-height:1.65}.field.wide{grid-column:1/-1}.field.wide .field-value{font-family:var(--mono);font-size:.79rem}.field-value .hash-link{overflow-wrap:anywhere;white-space:normal}.detail-panels{display:grid;grid-template-columns:1fr 1fr;gap:24px}.io-row{padding:20px 24px;border-bottom:1px solid var(--line)}.io-row:last-child{border-bottom:0}.io-index{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:.75rem;margin-bottom:10px}.io-address{display:block;font-size:.78rem;line-height:1.8;overflow-wrap:anywhere;font-family:var(--mono);color:var(--soft);margin-bottom:9px}.io-bottom{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;font-size:.8rem}.io-bottom a{color:var(--accent)}.raw{padding:0 24px}.raw summary{padding:20px 0;cursor:pointer;font-size:.85rem;color:var(--soft)}pre{background:#11150e;max-height:500px;overflow:auto;padding:20px;border-radius:5px;font-size:.75rem;line-height:1.7;color:#b9c7ab;text-align:left}.subheading{font-size:.78rem;color:var(--muted);padding:15px 24px;line-height:1.7;border-top:1px solid var(--line)}.tab-bar{display:flex;gap:24px;border-bottom:1px solid var(--line);margin-top:25px}.tab-bar a{padding:14px 0;font-size:.85rem;color:var(--muted);border-bottom:2px solid transparent}.tab-bar a.active{color:var(--accent);border-color:var(--accent)}.network-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.network-grid .details-grid{grid-template-columns:1fr}.progress-track{height:5px;background:#313a26;border-radius:5px;overflow:hidden;margin-top:15px}.progress-track span{display:block;height:100%;background:var(--accent)}.status-large{display:flex;gap:10px;align-items:center;color:var(--accent);font-size:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-60px;left:15px;background:var(--accent);color:#000;padding:12px;z-index:100}.skip:focus{top:10px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:12px 20px;background:var(--accent);color:#152007;border-radius:6px;font-size:.85rem;opacity:0;pointer-events:none;transition:opacity .2s}#toast.visible{opacity:1}.spark{height:22px;display:flex;align-items:flex-end;gap:3px;margin-top:12px}.spark span{display:block;min-height:3px;flex:1;background:#758e42;border-radius:1px}.spark span:last-child{background:var(--accent)}
@media(min-width:1550px){.header-inner{max-width:1580px}main{max-width:1580px}footer{max-width:1484px}}
@media(max-width:1250px){.header-inner{gap:20px;padding:0 28px}.site-header nav{gap:20px}.brand-label,.brand-divider{display:none}main{padding:35px 28px 55px}footer{margin:0 28px}.activity{gap:18px}td,th{padding-left:17px;padding-right:17px}.activity .optional{display:none}}
@media(max-width:950px){.network-badge{display:none}.site-header nav{gap:18px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.activity{grid-template-columns:1fr}.activity .optional{display:table-cell}.detail-panels,.network-grid{grid-template-columns:1fr}.details-grid{grid-template-columns:1fr}.field.wide{grid-column:auto}footer>span{display:none}.stat-value{font-size:2rem}}
@media(max-width:650px){.site-header{height:auto}.header-inner{padding:14px 18px 0;flex-wrap:wrap;gap:12px}.brand-image{width:145px;height:45px}.brand-image img{width:145px;height:45px}.brand-divider,.brand-label{display:block}.site-header nav{order:2;gap:24px;overflow:auto;width:100%;height:46px}.site-header nav a{font-size:.83rem;flex-shrink:0}.network-badge{display:flex;margin-left:auto}.brand-label,.brand-divider{display:none}main{padding:28px 18px 45px}.eyebrow{font-size:.62rem;letter-spacing:.09rem}.search-heading{align-items:flex-start;gap:13px}.live-status{font-size:.7rem;white-space:normal;max-width:100px;line-height:1.5;padding-top:3px}#search-form{gap:8px;padding:7px 7px 7px 12px}#search{font-size:.8rem;height:38px}#search-form button{font-size:.8rem;padding:12px 14px}#search-form button span,#search-form kbd{display:none}#search-form svg{width:18px}.stats-grid{gap:10px;margin:18px 0}.stat{padding:17px 15px}.stat-label{font-size:.75rem;margin-bottom:14px}.stat-value{font-size:1.7rem}.stat-note{font-size:.68rem}.section{margin-top:17px}.section-head{padding:19px 17px}.section-head h2{font-size:1.04rem}.activity{gap:0}td,th{padding:14px 17px}.activity .mobile-hide{display:none}.section-head a{font-size:.75rem}.network-strip{gap:14px;font-size:.72rem}.table-foot{padding:13px 17px;flex-wrap:wrap}.pagination{margin-left:auto}.page-intro{align-items:flex-start;flex-direction:column;gap:13px}.details-grid{padding:4px 17px 12px}.field{font-size:.8rem;gap:12px}.field.wide{flex-direction:column;gap:8px;align-items:flex-start}.field.wide .field-value{text-align:left}.detail-heading{align-items:flex-start}.detail-heading h2{font-size:1.45rem}.hash-display code{font-size:.73rem}.detail-panels{gap:0}.io-row{padding:17px}.hash-display{align-items:flex-start}.breadcrumbs{font-size:.72rem}.raw{padding:0 17px}footer{margin:0 18px;gap:14px;flex-wrap:wrap;font-size:.7rem}footer>div{gap:14px}.footer-network{font-size:.58rem}.tab-bar{gap:18px}.tab-bar a{font-size:.8rem}.subheading{padding:13px 17px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
