@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap);body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-primary:#090c14;--bg-card:#0f1320;--bg-card-hover:#141829;--accent:#0f8;--blue:#38bdf8;--purple:#c084fc;--orange:#fb923c;--yellow:#fbbf24;--text-primary:#f0f6fc;--text-secondary:#c9d1d9;--text-muted:#8b949e;--border:#30363d;--success:#0f8;--danger:#ff4d6d}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;color:#f0f6fc;color:var(--text-primary);font-family:Inter,sans-serif;font-size:18px;line-height:1.6}.App,.dark,body{background:#090c14;background:var(--bg-primary)}.App,.dark{min-height:100vh}.header{background:#0d1117;border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);flex-direction:column;padding:0;position:sticky;top:0;z-index:100}.header,.header-top{align-items:center;display:flex}.header-top{gap:20px;height:64px;padding:0 28px;width:100%}.header img{flex-shrink:0;height:38px;width:auto}.header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#0f8,#38bdf8);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 0 16px rgba(0,255,136,.4));flex-shrink:0;font-family:JetBrains Mono,monospace;font-size:1.6rem;font-weight:800;letter-spacing:.15em}.BestBlockHash{background:#0d1117;padding:10px 28px 14px;text-align:center;width:100%}.bbh-label{color:#8b949e;font-size:.65rem;font-weight:500;letter-spacing:.2em;margin-bottom:4px;text-transform:uppercase}.bbh-block,.bbh-label{font-family:JetBrains Mono,monospace}.bbh-block{color:#0f8;font-size:1.4rem;font-weight:700;line-height:1.2}.bbh-value{color:#38bdf8;font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:600;letter-spacing:.04em;line-height:1.5;word-break:break-all}.bbh-hint{color:#6e7681;font-family:Inter,sans-serif;font-size:.7rem;font-style:italic;margin-top:2px}.BestBlockHash h3{display:none}.theme-slider{align-items:center;color:#c9d1d9;color:var(--text-secondary);display:flex;flex-shrink:0;font-size:.9rem;font-weight:500;gap:10px;margin-left:auto;white-space:nowrap}.theme-slider input{accent-color:#0f8;accent-color:var(--accent);cursor:pointer;height:20px;width:40px}.row{background:#30363d;background:var(--border);border-top:1px solid #30363d;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:1px}.column{background:#0f1320;background:var(--bg-card);display:flex;flex:1 1;flex-direction:column;min-width:220px;padding:26px 22px;transition:background .2s}.column:hover{background:#141829;background:var(--bg-card-hover)}.box{background:#30363d;background:var(--border);display:flex;flex-direction:column;gap:1px}.box .row{border-top:none}h1{color:#0f8;color:var(--accent)}h2{color:#f0f6fc;color:var(--text-primary);font-size:1.1rem;margin:5px 0}h2,h3{font-weight:600}h3{color:#8b949e;color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.78rem;letter-spacing:.18em;margin-bottom:18px;text-align:center;text-transform:uppercase}h4{font-size:1.05rem}h4,h5{color:#c9d1d9;color:var(--text-secondary);font-weight:400;margin:5px 0;text-align:center}h5{font-size:1rem}h6{color:#8b949e;color:var(--text-muted);font-size:.78rem;font-weight:400;margin-top:14px}h6,p{font-family:JetBrains Mono,monospace;text-align:center}p{color:#0f8;color:var(--accent);font-size:1.7rem;font-weight:700;margin:8px 0}li{list-style:none;padding:2px 0}ul{padding:0}a:link,a:visited{color:#c9d1d9;color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .15s}a:hover{color:#0f8;color:var(--accent)}table{border-collapse:collapse;font-family:JetBrains Mono,monospace;font-size:.9rem;width:100%}td{padding:10px 8px}.table-row{border-bottom:1px solid #30363db3}.table-row:last-child{border-bottom:none}.table-row:hover{background:#00ff880a}.table-cell{color:#8b949e;color:var(--text-muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;width:45%}td:last-child{color:#f0f6fc;color:var(--text-primary);font-size:.92rem;font-weight:600;text-align:right}.pie-wrapper{align-items:center;background:#00000059;border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;display:flex;flex:1 1;justify-content:center;margin-top:12px;min-height:300px;padding:16px 8px 8px}.border-bottom{border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);margin:16px 0}.bottom-border{background:#0006;border:1px solid #30363d;border:1px solid var(--border);border-radius:8px;display:flex;justify-content:center;margin-top:16px;padding:14px}@keyframes flashGreen{0%{background:#00ff8826}to{background:#0000}}@keyframes flashBlue{0%{background:#38bdf826}to{background:#0000}}@keyframes flashGreenLight{0%{background:#057a3a1f}to{background:#0000}}@keyframes flashBlueLight{0%{background:#0550ae1f}to{background:#0000}}.flash-green{animation:flashGreen .8s ease-out}.flash-blue{animation:flashBlue .8s ease-out}.column ul li h2{border-bottom:1px solid #30363d;border-bottom:1px solid var(--border);font-size:1rem;font-weight:500;padding:8px 0}.column ul li:last-child h2{border-bottom:none}.column ul li h2 a{color:#c9d1d9;color:var(--text-secondary);display:block;transition:color .15s,padding-left .15s}.column ul li h2 a:hover{color:#0f8;color:var(--accent);padding-left:8px}footer{background:#0d1117;border-top:1px solid #30363d;border-top:1px solid var(--border);padding:16px 24px;text-align:center}footer h5{color:#8b949e;color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:400;line-height:1.8}footer a{color:#0f8;color:var(--accent)}.csheader h3{font-size:.9rem;line-height:2.2}.light{--bg-primary:#f0f2f5;--bg-card:#fff;--bg-card-hover:#f6f8fa;--accent:#057a3a;--blue:#0550ae;--purple:#6639ba;--orange:#c24e00;--yellow:#b08000;--text-primary:#0d1117;--text-secondary:#24292f;--text-muted:#57606a;--border:#d0d7de;--success:#057a3a;--danger:#cf222e}.light .BestBlockHash,.light .header{background:#fff}.light .bbh-block{color:#057a3a}.light .bbh-value{color:#0550ae}.light .bbh-hint,.light .bbh-label{color:#57606a}.light footer{background:#f6f8fa}.light p{color:#0f8!important;color:var(--accent)!important}.light .table-cell{color:#57606a}.light td:last-child{color:#0d1117}.light .table-row:hover{background:#0550ae0a}.light h3{color:#57606a}.light h4,.light h5{color:#24292f}.light h6{color:#57606a}.light a:link,.light a:visited{color:#0550ae}.light a:hover{color:#057a3a}.light .column ul li h2 a{color:#24292f}.light .column ul li h2 a:hover{color:#057a3a}.light .bottom-border,.light .pie-wrapper{background:#0000000a;border-color:#d0d7de}.light .flash-green{animation:flashGreenLight .8s ease-out}.light .flash-blue{animation:flashBlueLight .8s ease-out}.light .block-number{color:#0d1117!important}@media screen and (max-width:768px){.header-top{padding:0 16px}.header h1{font-size:1.2rem}.BestBlockHash{padding:8px 16px 12px}.bbh-value{font-size:.72rem}.column{min-width:100%;padding:20px 16px}table{font-size:.82rem}p{font-size:1.4rem}td{padding:8px 6px}}.back-to-top-button{bottom:20px;cursor:pointer;font-size:24px;opacity:0;position:fixed;right:20px;transition:opacity .3s ease-in-out}.back-to-top-button.visible{opacity:1}
/*# sourceMappingURL=main.b7353144.css.map*/