:root{color-scheme:dark;--font-base: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "Fira Code", "Source Code Pro", Menlo, Consolas, monospace;--color-bg: #0b0d10;--color-surface: rgba(18, 22, 29, .85);--color-surface-muted: rgba(18, 22, 29, .7);--color-border: rgba(125, 196, 255, .12);--color-border-strong: rgba(125, 196, 255, .2);--color-text-primary: #f4f6fb;--color-text-secondary: rgba(244, 246, 251, .7);--color-text-muted: rgba(244, 246, 251, .6);--color-primary: #7dc4ff;--color-primary-hover: rgba(125, 196, 255, .15);--color-focus-ring: rgba(125, 196, 255, .7);--color-placeholder: rgba(244, 246, 251, .7);--color-table-even: rgba(255, 255, 255, .02);--color-table-head: rgba(255, 255, 255, .06);--color-shadow-soft: rgba(0, 0, 0, .35);--space-xs: .35rem;--space-sm: .5rem;--space-md: .75rem;--space-lg: 1.25rem;--space-xl: 2rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem}:root[data-mode=live]{--color-primary: #8ef9d0;--color-primary-hover: rgba(142, 249, 208, .18);--color-border: rgba(142, 249, 208, .12);--color-border-strong: rgba(142, 249, 208, .24);--color-focus-ring: rgba(142, 249, 208, .65)}:root{color-scheme:dark;font-family:var(--font-base);font-size:16px;line-height:1.5}*{box-sizing:border-box}body{margin:0;background-color:var(--color-bg);color:var(--color-text-primary)}a{color:var(--color-primary);text-decoration:none}a:hover,a:focus{text-decoration:underline}p{margin:0 0 1rem}h1,h2,h3,h4,h5,h6{margin:0 0 .75rem;line-height:1.2}code{font-family:var(--font-mono);font-size:.95em;background:var(--color-table-head);padding:.125rem .375rem;border-radius:var(--radius-sm)}.table{width:100%;border-collapse:collapse;margin:1rem 0}.table thead{background:var(--color-table-head)}.table th,.table td{padding:.75rem;text-align:left}.table tbody tr:nth-child(2n){background:var(--color-table-even)}.table tbody tr:hover{background:var(--color-primary-hover)}.placeholder{color:var(--color-placeholder);font-style:italic}.lead{font-size:1.05rem;color:var(--color-text-secondary)}.site-header{background:#161b22f2;border-bottom:1px solid rgba(125,196,255,.2);position:sticky;top:0;z-index:1000}@media (max-width: 600px){.page{padding:1.5rem 1rem 3rem}.site-header__inner{flex-direction:column;align-items:flex-start}.site-header__controls{align-items:stretch;gap:.5rem}.site-header__nav{gap:.5rem}.site-header__nav a{flex:1 1 45%;text-align:center}.addresses__input-group,.receipts__input-group{flex-direction:column}.overview__grid{grid-template-columns:1fr}.table thead{display:none}.table tr{display:grid;gap:.5rem;padding:1rem 0;border-bottom:1px solid rgba(125,196,255,.12)}.table td{display:flex;justify-content:space-between;gap:.75rem;padding:.25rem 0}}@media (min-width: 768px){.overview__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.table thead{display:table-header-group}.table tr{display:table-row}.table td{display:table-cell}}@media (max-width: 768px){.toast-container{left:0;right:0;top:auto;bottom:1rem;width:min(90vw,360px);margin:0 auto}}.site-header__inner{margin:0 auto;max-width:1200px;padding:.75rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.site-header__back{font-size:.85rem;padding:.25rem .6rem;border-radius:999px;border:1px solid rgba(125,196,255,.3);transition:background .15s ease,border-color .15s ease;white-space:nowrap}.site-header__back:hover{background:#7dc4ff26;border-color:#7dc4ff80}.site-header__brand{font-weight:600;font-size:1.15rem}.site-header__title{flex:1 1 auto;font-size:1.25rem;color:#f4f6fbeb}.site-header__controls{display:flex;align-items:center;gap:.75rem}.data-mode-toggle{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.data-mode-toggle select{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:inherit;padding:.25rem .5rem}.data-mode-toggle small{color:var(--color-text-muted)}.site-header__nav{display:flex;gap:.75rem;flex-wrap:wrap}.site-header__nav a{padding:.35rem .75rem;border-radius:999px;transition:background .15s ease;outline:none}.site-header__nav a:hover,.site-header__nav a:focus{background:#7dc4ff26}.site-header__nav a:focus-visible{box-shadow:0 0 0 2px #7dc4ffb3}.page{margin:0 auto;max-width:1200px;padding:2rem 1.5rem 4rem}.toast-container{position:fixed;top:1.25rem;right:1.25rem;display:grid;gap:.75rem;z-index:1200}.toast{opacity:0;transform:translateY(-6px);transition:opacity .15s ease,transform .18s ease;border-radius:.75rem;padding:.75rem 1rem;font-size:.9rem;min-width:220px}.toast--error{background:#ff666629;border:1px solid rgba(255,102,102,.35);color:#ffd3d3;box-shadow:0 12px 30px #00000059}.toast.is-visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.site-header__inner{justify-content:space-between}.site-header__controls{width:100%;justify-content:flex-start}.site-header__nav{width:100%;justify-content:space-between}.site-header__nav a{flex:1 1 auto;text-align:center}.page{padding:1.5rem}.overview__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.table td{font-size:.95rem}}.section-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.addresses__table,.blocks__table,.transactions__table,.receipts__table{background:#12161dd9;border-radius:.75rem;overflow:hidden;border:1px solid rgba(125,196,255,.12)}.overview__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:#12161dd9;border:1px solid rgba(125,196,255,.12);border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.stat-list{list-style:none;margin:0;padding:0}.stat-list li{word-wrap:break-word;overflow-wrap:break-word}.stat-list li code{word-break:break-all;font-size:.9em}.stat-list li+li{margin-top:.35rem}.addresses__search{display:grid;gap:.75rem;margin-bottom:1.5rem;background:#12161db3;border-radius:.5rem;padding:1rem 1.25rem;border:1px solid rgba(125,196,255,.12)}.addresses__input-group{display:flex;gap:.75rem}.addresses__input-group input,.addresses__input-group button{border-radius:.5rem;border:1px solid rgba(125,196,255,.25);padding:.5rem .75rem;background:#0c0f14d9;color:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.addresses__input-group input:focus-visible{border-color:#7dc4ff99;box-shadow:0 0 0 2px #7dc4ff4d}.addresses__input-group button{cursor:not-allowed}.receipts__controls{display:grid;gap:.75rem;margin-bottom:1.5rem;background:#12161db3;border-radius:.5rem;padding:1rem 1.25rem;border:1px solid rgba(125,196,255,.12)}.receipts__input-group{display:flex;gap:.75rem}.receipts__input-group input,.receipts__input-group button{border-radius:.5rem;border:1px solid rgba(125,196,255,.25);padding:.5rem .75rem;background:#0c0f14d9;color:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.receipts__input-group input:focus-visible{border-color:#7dc4ff99;box-shadow:0 0 0 2px #7dc4ff4d}.receipts__input-group button{cursor:not-allowed}.site-footer{margin:0;border-top:1px solid rgba(125,196,255,.2);background:#161b22f2}.site-footer__inner{margin:0 auto;max-width:1200px;padding:1.25rem 1.5rem;color:#f4f6fbb3;font-size:.9rem}
