
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Roboto:wght@500&display=swap");
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-size:14px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;background-color:#f4f6fb;color:#222}
a{text-decoration:none;font-weight:600;color:#0c6cf2;outline:none}a:hover{text-decoration:underline}
.page{min-height:100vh;display:flex;flex-direction:column}
.container{max-width:1440px;margin:0 auto;padding:1rem}
.header{background:#191b6b;color:#fff;padding:16px 0}
.header-inner{display:grid;grid-template-columns:auto auto auto;align-items:center;justify-content:center;column-gap:100px;row-gap:4px}
.header-logo-link{display:inline-flex;align-items:center}.header-logo-link:first-child{grid-column:1;grid-row:1;justify-self:end}.header-logo-link:last-child{grid-column:3;grid-row:1;justify-self:start}
.header-logo{height:46px;max-width:260px;object-fit:contain}.header-title{margin:0;font-family:"Roboto",sans-serif;font-size:28px;font-weight:500;color:#fff;text-align:center;white-space:nowrap}
.header-title-row{grid-column:2;grid-row:2;display:flex;justify-content:center;margin-top:0}
.header-stats{display:flex;justify-content:center;gap:34px;margin-top:12px;font-size:14px;font-weight:600;color:#fff}.header-stats strong{font-weight:800}
.hero-wave{line-height:0;background:#f4f6fb;margin-top:-1px}.hero-wave svg{display:block;width:100%;height:auto}
.search-panel{display:flex;justify-content:center;margin:0 0 24px}.header .search-panel{margin:16px 0 0}.search-panel-inner{background:#fff;border-radius:4px;padding:4px;display:flex;align-items:center;box-shadow:0 1px 4px rgba(0,0,0,.16)}.search-panel-inner input,.search-panel-inner button{border:none;height:2.1rem;font-weight:600;font-family:inherit;font-size:13px}.search-panel-inner input{width:420px;max-width:62vw;padding:0 .65rem}.search-panel-inner input::placeholder{font-style:italic;font-weight:400;font-size:12px}.search-panel-inner button{margin-left:4px;padding:0 1rem;background-color:#4c86a3;color:#fff;border-radius:3px;cursor:pointer;transition:background-color .2s}.search-panel-inner button:hover{background-color:#447892}.global-status{display:flex;justify-content:center;margin:10px 16px 0;color:#fff;font-size:13px;font-weight:800;text-align:center}.global-status-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:7px;border-radius:50%;background:#168f3a;color:#fff;font-size:12px;font-weight:800}.global-status-error{color:#ff6b78}.global-status-maintenance{color:#ffb347}
.side-menu{display:flex;gap:8px;overflow-x:auto;margin:0;padding:12px 16px;background:transparent}.side-menu a{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:7px;min-width:116px;min-height:38px;padding:0 14px;border:1px solid rgba(25,27,107,.14);border-radius:4px;background:#fff;color:#191b6b;font-size:13px;font-weight:800;text-decoration:none;box-shadow:0 1px 4px rgba(0,0,0,.16);transition:min-width .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.side-menu a:hover{min-width:128px;border-color:#0c6cf2;color:#0c6cf2;text-decoration:none;box-shadow:0 3px 9px rgba(0,0,0,.2)}.side-menu-icon{width:16px;height:16px;object-fit:contain;flex:0 0 auto}
.right-latest-block{display:none}
.right-block-list{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.right-block-card{display:flex;flex-direction:column;gap:5px;width:142px;min-height:88px;padding:10px 14px;border:1px solid rgba(25,27,107,.14);border-right:none;border-radius:4px 0 0 4px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.16);text-decoration:none;color:#222;overflow:hidden;transition:width .18s ease,border-color .18s ease,box-shadow .18s ease}.right-block-card:hover{width:158px;border-color:#0c6cf2;text-decoration:none;box-shadow:0 3px 9px rgba(0,0,0,.2)}.right-block-card-latest{border-color:#0c6cf2;box-shadow:0 0 0 1px rgba(12,108,242,.2),0 0 14px rgba(12,108,242,.18);animation:latestBlockPulse 2.6s ease-in-out infinite}.right-block-label{font-size:11px;font-weight:800;color:#4c4c4c;text-transform:uppercase}.right-block-height{font-size:20px;font-weight:800;color:#191b6b}.right-block-time,.right-block-hash{display:block;max-width:100%;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.right-block-time{color:#4c4c4c}.right-block-hash{color:#0c6cf2;text-decoration:underline;text-underline-offset:2px}
.content{flex:1;padding:24px 0 32px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.blocks-panel{margin-bottom:28px;padding-bottom:16px}.block-card-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.block-card{position:relative;display:flex;flex-direction:column;gap:5px;min-height:78px;padding:12px 16px;border:1px solid transparent;border-radius:4px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.16);text-decoration:none;color:#222;min-width:0;overflow:hidden}.block-card:hover{text-decoration:none;box-shadow:0 3px 9px rgba(0,0,0,.2)}.block-card-latest{border-color:#0c6cf2;box-shadow:0 0 0 1px rgba(12,108,242,.2),0 0 14px rgba(12,108,242,.18);animation:latestBlockPulse 2.6s ease-in-out infinite}.block-height{font-size:20px;font-weight:800;color:#191b6b}.block-time{display:block;max-width:100%;font-size:12px;font-weight:600;color:#4c4c4c;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.block-hash{display:block;max-width:100%;font-size:12px;font-weight:600;color:#0c6cf2;text-decoration:underline;text-underline-offset:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@keyframes latestBlockPulse{0%,100%{box-shadow:0 0 0 1px rgba(12,108,242,.2),0 0 12px rgba(12,108,242,.16)}50%{box-shadow:0 0 0 2px rgba(12,108,242,.35),0 0 22px rgba(12,108,242,.28)}}
.panel{background:#fff;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.16);padding:8px 12px;min-width:0;overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.panel-title{font-size:16px;font-weight:700;min-width:0}.panel-header a{font-size:13px}.panel-action-button{display:inline-flex;align-items:center;justify-content:center;height:2.1rem;padding:0 1rem;border-radius:3px;background:#4c86a3;color:#fff!important;text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap;flex:0 0 auto;transition:background-color .2s}.panel-action-button:hover{background:#447892;text-decoration:none}.contract-actions{display:flex;justify-content:flex-start;margin-top:12px}.title-with-icon{display:inline-flex;align-items:center;gap:8px;min-width:0}.title-with-icon img{width:28px;height:28px;object-fit:contain;flex:0 0 auto}
.page-panel{padding:12px}.page-title{font-size:20px}.pagination{display:flex;justify-content:center;gap:10px;margin-top:18px}.pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:96px;min-height:34px;padding:0 14px;border-radius:4px;background:#191b6b;color:#fff;text-decoration:none;font-size:13px;font-weight:800}.pagination a:hover{background:#0c6cf2;text-decoration:none}.layer-controls{display:flex;gap:8px;margin:0 0 12px}.layer-controls a{display:inline-flex;align-items:center;justify-content:center;min-width:76px;min-height:32px;padding:0 12px;border:1px solid rgba(25,27,107,.18);border-radius:4px;background:#fff;color:#191b6b;text-decoration:none;font-size:13px;font-weight:800}.layer-controls a:hover,.layer-controls a.active{border-color:#191b6b;background:#191b6b;color:#fff;text-decoration:none}
.block-transactions-panel,.contract-transactions-panel{margin-top:20px}.table-detail th{width:180px;color:#4c4c4c}.table-detail td{word-break:break-word}.table-block-transactions,.table-contract-transactions{table-layout:fixed}.table-block-transactions th:nth-child(1),.table-block-transactions td:nth-child(1){width:42px}.table-block-transactions td.txid-cell a,.table-contract-transactions td.txid-cell a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-contract-transactions th:nth-child(1),.table-contract-transactions td:nth-child(1){width:150px;white-space:nowrap}.table-contract-transactions th:nth-child(3),.table-contract-transactions td:nth-child(3){width:190px}.table-contract-transactions th:nth-child(4),.table-contract-transactions td:nth-child(4){width:90px}.table-contract-richlist{table-layout:fixed}.table-contract-richlist th:nth-child(1),.table-contract-richlist td:nth-child(1){width:58px;white-space:nowrap}.table-contract-richlist th:nth-child(2),.table-contract-richlist td:nth-child(2){width:auto}.table-contract-richlist th:nth-child(n+3),.table-contract-richlist td:nth-child(n+3){width:150px;text-align:right;white-space:nowrap;overflow:visible;text-overflow:clip}.table-contract-richlist td.address-cell a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-tx-icon{height:26px;width:auto}
.tx-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tx-summary-item{padding:10px 12px;border:1px solid rgba(25,27,107,.1);border-radius:4px;background:#f8f9fc;min-width:0}.tx-summary-label{display:block;margin-bottom:4px;font-size:11px;font-weight:800;color:#4c4c4c;text-transform:uppercase}.tx-summary-value{display:block;font-size:14px;font-weight:800;color:#222;word-break:break-word}.tx-summary-value a{word-break:break-all}.tx-type-stake{color:#168f3a;font-weight:800}.tx-type-transfer{color:#0c6cf2;font-weight:800}.status-valid{color:#168f3a;font-weight:800}.status-invalid{color:#bb2438;font-weight:800}.omni-type,.omni-side{color:#191b6b;font-weight:800}.omni-events-panel,.xep-layer-panel,.nft-history-panel,.address-transactions-panel{margin-top:20px}.omni-events-grid,.nft-history-set{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.address-hash{margin:0 0 14px;padding:10px 12px;border:1px solid rgba(25,27,107,.1);border-radius:4px;background:#f8f9fc;font:13px/1.35 monospace;font-weight:800;word-break:break-all;color:#191b6b}.address-property-grid,.contract-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}.address-property-card,.contract-card{padding:12px;border:1px solid rgba(25,27,107,.12);border-radius:4px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.08);min-width:0}.contract-card-verified{border-color:rgba(22,143,58,.45);box-shadow:0 1px 4px rgba(0,0,0,.08),0 0 0 1px rgba(22,143,58,.18),0 0 14px rgba(22,143,58,.2)}.address-property-head,.contract-card-head{display:flex;align-items:center;gap:8px;margin-bottom:10px;min-width:0}.address-property-head img,.contract-card-head img{width:24px;height:24px;object-fit:contain;flex:0 0 auto}.address-property-head a,.contract-card-head a{font-size:15px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.address-property-table,.contract-card-table{table-layout:fixed;width:100%;font-size:13px}.address-property-table th,.contract-card-table th{width:82px;color:#4c4c4c;text-transform:uppercase;font-size:11px;font-weight:800;text-align:left}.address-property-table th,.address-property-table td,.contract-card-table th,.contract-card-table td{padding:5px 0;background:transparent!important}.address-property-table td,.contract-card-table td{font-weight:800;text-align:right;word-break:break-word}.contract-card-table tr.contract-issuer-row td{min-width:0}.contract-card-table tr.contract-issuer-row td a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.address-filter{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-weight:800;color:#4c4c4c}.address-filter select{min-height:34px;min-width:160px;border:1px solid rgba(25,27,107,.18);border-radius:4px;background:#fff;color:#191b6b;font:inherit;font-weight:800;padding:0 8px}.nft-history-toolbar{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-weight:800;color:#4c4c4c}.nft-history-toolbar select{min-height:32px;border:1px solid rgba(25,27,107,.18);border-radius:4px;background:#fff;color:#191b6b;font:inherit;font-weight:800;padding:0 8px}.nft-data-url{word-break:break-all}.nft-data-image{display:block;max-width:512px;max-height:512px;width:auto;height:auto;border:1px solid rgba(25,27,107,.12);border-radius:4px;background:#f8f9fc;object-fit:contain}.nft-data-json{max-width:100%;margin:0;padding:10px;border:1px solid rgba(25,27,107,.12);border-radius:4px;background:#f8f9fc;overflow:auto;color:#222;font:12px/1.45 monospace;white-space:pre}.nft-json-key{color:#191b6b}.nft-json-string{color:#168f3a}.nft-json-number{color:#bb5a00}.nft-json-literal{color:#bb2438}.omni-event-card{padding:10px;border:1px solid rgba(25,27,107,.12);border-radius:4px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.08);min-width:0}.omni-event-card h3{margin:0 0 8px;font-size:15px;font-weight:800;color:#191b6b}.omni-event-table{table-layout:fixed;width:100%;font-size:13px}.omni-event-table th{width:128px;color:#4c4c4c;text-transform:uppercase;font-size:11px;font-weight:800;vertical-align:top}.omni-event-table th,.omni-event-table td{padding:5px 4px;background:transparent!important}.omni-event-table td{font-weight:700;word-break:break-word}.omni-event-table tr.nft-history-entry-start:not(:first-child) th,.omni-event-table tr.nft-history-entry-start:not(:first-child) td,.omni-event-table tr.nft-ownership-entry-start:not(:first-child) th,.omni-event-table tr.nft-ownership-entry-start:not(:first-child) td{border-top:1px solid rgba(25,27,107,.14);padding-top:13px}.tx-flow-panel{margin-top:20px}.tx-flow-grid{display:grid;grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr);gap:14px;align-items:stretch}.tx-flow-column{min-width:0}.tx-flow-title{margin:0 0 10px;font-size:16px;font-weight:800;color:#191b6b}.tx-flow-arrow{display:flex;align-items:center;justify-content:center;color:#0c6cf2;font-size:32px;font-weight:800}.tx-io-list{display:flex;flex-direction:column;gap:10px}.tx-io-card{padding:8px 10px;border:1px solid rgba(25,27,107,.12);border-radius:4px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.08);min-width:0}.tx-io-table{table-layout:fixed;width:100%;font-size:13px}.tx-io-table th{width:96px;color:#4c4c4c;text-transform:uppercase;font-size:11px;font-weight:800;vertical-align:top}.tx-io-table th,.tx-io-table td{padding:5px 4px;background:transparent!important}.tx-io-table td{font-weight:700;word-break:break-word}.tx-io-table td.hash{font-family:monospace;font-size:12px}.tx-io-table td.amount{font-size:15px;font-weight:800;color:#191b6b}.tx-flow-note{margin:0 0 12px;color:#4c4c4c;font-weight:600}
.network-panel{margin:20px 0 0;padding:10px 12px 14px}.network-body{min-width:0}.cluster-map{width:100%;height:420px;border:1px solid rgba(25,27,107,.12);border-radius:4px;overflow:hidden;background:#aad3df}#network-map.leaflet-container{background:#aad3df}#network-map.leaflet-container a{background:transparent}
table{table-layout:auto;border-collapse:collapse;width:100%;font-weight:600;text-align:left;font-size:13px}thead{font-size:12px}th,td{padding:.65rem .25rem}tbody tr:nth-child(odd) td{background-color:rgba(25,27,107,.04)}tbody tr:nth-child(even) td{background-color:transparent}tbody td{overflow:hidden;text-overflow:ellipsis}
.table-last-transactions{table-layout:auto;width:100%;min-width:0}.table-last-blocks{table-layout:fixed;width:100%;min-width:0}.table-last-transactions th:nth-child(1),.table-last-transactions td:nth-child(1){width:34px}.table-last-transactions th:nth-child(2),.table-last-transactions td:nth-child(2){width:1%;min-width:105px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-last-transactions th:nth-child(3),.table-last-transactions td.txid-cell{width:100%;max-width:0;overflow:hidden}.table-last-transactions th:nth-child(4),.table-last-transactions td:nth-child(4){width:1%;text-align:right;white-space:nowrap;overflow:visible;text-overflow:clip}.table-last-transactions td.txid-cell a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.table-last-blocks th:nth-child(1),.table-last-blocks td:nth-child(1){width:110px;white-space:nowrap}.table-last-blocks td.hash-cell a{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.table-last-blocks th:nth-child(3),.table-last-blocks td:nth-child(3){width:120px;text-align:right;white-space:nowrap}
.table-blocks{table-layout:fixed}.table-blocks th:nth-child(1),.table-blocks td:nth-child(1){width:120px;white-space:nowrap}.table-blocks th:nth-child(3),.table-blocks td:nth-child(3){width:135px;white-space:nowrap;text-align:right}.table-blocks td.hash-cell a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.table-distribution{table-layout:fixed}.table-distribution th:nth-child(1),.table-distribution td:nth-child(1){width:52px;white-space:nowrap}.table-distribution th:nth-child(2),.table-distribution td:nth-child(2){width:42%}.table-distribution th:nth-child(3),.table-distribution td:nth-child(3){width:190px;text-align:right;white-space:nowrap;overflow:visible;text-overflow:clip}.table-distribution th:nth-child(4),.table-distribution td:nth-child(4){width:110px;text-align:center;white-space:nowrap}.table-distribution th:nth-child(5),.table-distribution td:nth-child(5){width:42px;text-align:center}.table-distribution td.address-cell a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.richlist-rank{font-weight:800;color:#222}.richlist-info{font-weight:800}.richlist-category{font-weight:800;color:#191b6b}.open-link-button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:#21c7d9;text-decoration:none}.open-link-button:hover{filter:brightness(.96);text-decoration:none}.open-link-icon{width:18px;height:18px;object-fit:contain}
.distribution-chart{margin:4px 0 18px;padding:12px;border:1px solid rgba(25,27,107,.1);border-radius:4px;background:#f8f9fc}.distribution-chart-title{margin:0 0 10px;font-size:15px;font-weight:800;color:#191b6b}.distribution-bar{display:flex;width:100%;height:20px;border-radius:4px;overflow:hidden;background:rgba(25,27,107,.1)}.distribution-segment{height:100%;min-width:2px}.distribution-legend{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.distribution-item{display:grid;grid-template-columns:12px minmax(0,1fr);column-gap:8px;row-gap:2px;align-items:center;min-width:0}.distribution-dot{width:12px;height:12px;border-radius:50%}.distribution-label{font-size:12px;font-weight:800;color:#4c4c4c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.distribution-value{grid-column:2;font-size:13px;font-weight:800;color:#222}.distribution-project{background:#191b6b}.distribution-collateral{background:#21c7d9}.distribution-third-party{background:#5f6b7a}.distribution-users{background:#0c6cf2}
.modal-overlay{position:fixed;inset:0;z-index:10000;background:rgba(10,12,40,.58);display:none;align-items:center;justify-content:center;padding:20px}.modal-overlay.open{display:flex}.modal-panel{position:relative;z-index:10001;width:min(880px,96vw);max-height:86vh;display:flex;flex-direction:column;background:#fff;border-radius:4px;box-shadow:0 16px 48px rgba(0,0,0,.28);overflow:hidden}.modal-panel-narrow{width:min(420px,94vw)}.modal-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(25,27,107,.12)}.modal-title{font-size:18px;font-weight:800;color:#191b6b}.modal-close{width:34px;height:34px;border:none;border-radius:4px;background:#191b6b;color:#fff;font-size:22px;line-height:1;cursor:pointer}.modal-body{flex:1 1 auto;min-height:0;padding:12px 16px 16px;overflow:auto}.modal-footer{flex:0 0 auto;margin:0;padding:12px 16px 14px;border-top:1px solid rgba(25,27,107,.12);background:#f7f8fc}.modal-progress-label{display:block;margin:0 0 8px;font-size:12px;line-height:1.2;font-weight:800;color:#4c4c4c}.modal-progress-track{display:block;width:100%;height:7px;border-radius:4px;background:rgba(25,27,107,.14);overflow:hidden}.modal-progress-bar{display:block;height:100%;width:100%;border-radius:4px;background:#0c6cf2;transition:width 1s linear}.modal-form{display:flex;flex-direction:column;gap:12px}.modal-field{display:flex;flex-direction:column;gap:6px}.modal-field label{font-size:12px;font-weight:800;color:#4c4c4c;text-transform:uppercase}.modal-field input{min-height:38px;border:1px solid rgba(25,27,107,.18);border-radius:4px;padding:0 10px;font:inherit;font-weight:800;color:#191b6b;background:#fff}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.modal-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 18px;border:none;border-radius:4px;background:#191b6b;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer;text-decoration:none}.modal-primary-button:hover{background:#0c6cf2;text-decoration:none}.modal-error{min-height:18px;color:#bb2438;font-size:12px;font-weight:800}.table-mempool{table-layout:fixed}.table-mempool th:nth-child(1),.table-mempool td:nth-child(1){width:42px}.table-mempool th:nth-child(2),.table-mempool td:nth-child(2){width:170px;white-space:nowrap}.table-mempool th:nth-child(4),.table-mempool td:nth-child(4){width:90px;text-align:right;white-space:nowrap}.table-mempool td.txid-cell a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.muted{color:#4c4c4c}.badge{color:#0c6cf2;font-weight:800}.empty{padding:18px;color:#4c4c4c}
.footer{margin-top:40px}.footer-main{text-align:center;padding:40px 16px 32px;background:#fff}.footer-title{font-size:2rem;font-weight:700;margin-bottom:3rem;position:relative}.footer-title::after{content:"";position:absolute;width:200px;height:4px;background:#191b6b;bottom:-1rem;left:0;right:0;margin:0 auto;border-radius:4px}.footer-button{display:inline-block;padding:.75rem 2rem;border-radius:50px;background:#191b6b;color:#fff;font-weight:700;font-size:2.1rem;text-decoration:none}.footer-button:hover{opacity:.9;text-decoration:none}.footer-bottom{background:#191b6b;color:#fff;text-align:center;padding:12px 8px;font-size:12px}
@media(min-width:1280px){.side-menu{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:10;display:flex;flex-direction:column;width:164px;padding:0 10px 0 0;overflow:visible}.side-menu a{justify-content:flex-start;width:142px;min-width:0;border-left:none;border-radius:0 4px 4px 0}.side-menu a:hover{width:158px;min-width:0}.right-latest-block{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:10;display:block;width:164px;padding-left:10px;overflow:visible}.content{padding-left:164px;padding-right:164px}}
@media(max-width:1024px){.container{padding-left:16px;padding-right:16px}.grid{grid-template-columns:1fr;gap:16px}.block-card-row{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:768px){body{font-size:13px}.header,.content{padding-left:16px;padding-right:16px}.header-inner{grid-template-columns:auto auto;column-gap:18px;row-gap:3px}.header-logo-link:last-child{grid-column:2}.header-logo{height:34px;max-width:170px}.header-title-row{grid-column:1 / 3}.header-title{font-size:22px}.header-stats{gap:16px;flex-wrap:wrap}.search-panel-inner input{width:210px;max-width:58vw}.block-card-row{grid-template-columns:1fr}.tx-summary,.omni-events-grid,.nft-history-set{grid-template-columns:1fr}.tx-flow-grid{grid-template-columns:1fr}.tx-flow-arrow{transform:rotate(90deg);min-height:42px}.cluster-map{height:330px}.distribution-legend{grid-template-columns:repeat(2,minmax(0,1fr))}.table-last-transactions,.table-last-blocks,.table-blocks,.table-block-transactions,.table-contract-transactions,.table-contract-richlist,.table-distribution{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-last-transactions th:nth-child(2),.table-last-transactions td:nth-child(2){width:auto}.pagination,.layer-controls{flex-wrap:wrap}}
@media(max-width:480px){.header-logo{height:28px;max-width:135px}.header-title{font-size:19px}.header-stats{font-size:13px}.search-panel-inner input{width:170px}.side-menu a{min-width:104px}.cluster-map{height:280px}.footer-title{font-size:1.4rem}.footer-button{font-size:1.4rem;padding:.6rem 1.4rem}}
