/* Block explorer (/blocks) */
.bx-hero{padding:64px clamp(16px,6.6vw,96px) 24px}.bx-hero-in{max-width:1248px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}
.bx{max-width:1248px;margin:0 auto 24px;padding:0 clamp(16px,6.6vw,96px);display:grid;grid-template-columns:264px minmax(0,1fr) 320px;gap:18px;align-items:stretch;min-height:720px}
.bx-side{display:flex;flex-direction:column;gap:8px;border-radius:24px;background:#fff;border:1px solid var(--border);padding:14px;max-height:760px;position:sticky;top:110px}
.bx-search{display:flex;align-items:center;gap:8px;height:42px;padding:0 12px;border-radius:12px;border:1.5px solid var(--border);background:#fff}.bx-search .ico{width:15px;height:15px;color:var(--muted)}.bx-search input{border:0;outline:0;font:inherit;font-size:13px;width:100%;box-shadow:none!important;height:auto;padding:0;background:transparent}
.bx-list{overflow:auto;display:flex;flex-direction:column;gap:2px;padding-right:4px;scrollbar-width:thin}
.bx-cat{display:flex;justify-content:space-between;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9CA3AF;padding:12px 12px 4px}.bx-cat i{font-style:normal;font-weight:600}
.bx-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:12px;border:0;background:transparent;font:inherit;font-size:14px;font-weight:500;color:var(--ink);cursor:pointer;text-align:left;transition:background .15s}.bx-item:hover{background:var(--ground)}.bx-item.on{background:var(--tint);color:var(--primary-deep);font-weight:600}
.bx-item .bl-ico{width:16px;height:16px;color:var(--muted)}.bx-item.on .bl-ico{color:var(--primary-deep)}.bx-item span{flex:1}.bx-item em{font-style:normal;font-size:9px;font-weight:800;letter-spacing:.08em;padding:3px 6px;border-radius:999px;background:var(--ink);color:#fff}
.bx-item.hide,.bx-cat.hide{display:none}
.bx-stage{position:relative;border-radius:32px;background:linear-gradient(160deg,var(--c1),var(--c2));border:1px solid var(--border);display:flex;align-items:center;justify-content:center;padding:32px;overflow:hidden;transition:background .5s}
.bx-themes{position:absolute;left:18px;top:18px;display:flex;gap:6px;padding:6px;border-radius:999px;background:rgba(255,255,255,.8);border:1px solid var(--border);backdrop-filter:blur(10px);z-index:2}
.bx-theme{display:flex;align-items:center;gap:7px;border:0;background:transparent;font:inherit;font-size:13px;font-weight:600;padding:7px 12px 7px 8px;border-radius:999px;cursor:pointer;color:var(--body)}.bx-theme.on{background:var(--ink);color:#fff}
.bx-sw{width:16px;height:16px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.08)}.bx-sw--paper{background:#fff}.bx-sw--midnight{background:#0B1220}.bx-sw--aurora{background:linear-gradient(160deg,#C7D2FE,#FDE68A)}.bx-sw--forest{background:#14532D}
.bx-phone{width:330px;height:640px;border-radius:46px;background:var(--ink);padding:12px;box-sizing:border-box;box-shadow:0 40px 80px rgba(11,18,32,.28);position:relative;flex-shrink:0}
.bx-notch{position:absolute;left:50%;top:22px;transform:translateX(-50%);width:96px;height:26px;border-radius:999px;background:var(--ink);z-index:2}
.bx-phone iframe{width:100%;height:100%;border:0;border-radius:36px;background:#fff;display:block}
.bx-live{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid var(--border);font-size:12px;font-weight:600;backdrop-filter:blur(10px)}.bx-live span{width:8px;height:8px;border-radius:50%;background:#22C55E;animation:bxPulse 1.6s infinite}
@keyframes bxPulse{50%{opacity:.35}}
.bx-arrows{position:absolute;left:18px;bottom:18px;display:flex;gap:6px}.bx-arrows button{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:rgba(255,255,255,.85);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--ink);backdrop-filter:blur(10px)}.bx-arrows button:hover{background:#fff}.bx-arrows .ico{width:16px;height:16px}
.bx-detail{display:flex;flex-direction:column;gap:14px;border-radius:24px;background:#fff;border:1px solid var(--border);padding:26px;position:sticky;top:110px;align-self:start}
.bx-dicon{width:46px;height:46px;border-radius:14px;background:var(--tint);color:var(--primary-deep);display:flex;align-items:center;justify-content:center}.bx-dicon .bl-ico{width:20px;height:20px}
.bx-dhead{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bx-dhead h2{font-size:26px}
.bx-chip{font-size:10px;font-weight:800;letter-spacing:.08em;padding:4px 9px;border-radius:999px;background:var(--ok-bg);color:var(--ok)}.bx-chip.pro{background:var(--ink);color:#fff}
.bx-detail p{font-size:14.5px;color:var(--body);line-height:1.5;margin:0}
.bx-feats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.bx-feats li{display:flex;gap:9px;align-items:center;font-size:13.5px}.bx-feats li::before{content:"";width:18px;height:18px;border-radius:50%;background:var(--ok-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315803D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/10px no-repeat;flex-shrink:0}
.bx-tags{display:flex;flex-wrap:wrap;gap:6px}.bx-tags span{font-size:12px;font-weight:600;padding:5px 10px;border-radius:999px;background:var(--ground);color:var(--body)}
.bx-detail .btn{margin-top:6px}.bx-fine{font-size:12px;color:var(--muted);text-align:center}.bx-count{font-size:12px;color:var(--muted);text-align:center;font-variant-numeric:tabular-nums}
.bx-detail.swap>*:not(.bx-count){animation:bxIn .35s ease-out}
@keyframes bxIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (max-width:1100px){.bx{grid-template-columns:1fr;min-height:0}.bx-side{position:static;max-height:none}.bx-list{flex-direction:row;flex-wrap:wrap;gap:6px;overflow:visible}.bx-cat{width:100%;padding:10px 4px 2px}.bx-item{padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:#fff}.bx-stage{min-height:720px}.bx-detail{position:static}}
@media (max-width:480px){.bx-phone{width:300px;height:600px}.bx-stage{padding:70px 12px 60px}.bx-themes{left:12px;right:12px;justify-content:space-between}.bx-theme{padding:7px 8px;font-size:12px}}
