/* Bitcoin blockspace investigation — "What filled Bitcoin's blocks".
   Generated by scripts/extract-bitcoin-blockspace.js from the design handoff —
   do not edit by hand; re-run the script instead. Scoped under .bitcoin-blockspace.
   Dark-only, like every other investigation: the handoff ships dark-only too,
   so there is no light token block to leave behind. */
.bitcoin-blockspace{--white:#fff;--grey:#aab0bc;--dgrey:#7e8696;
--bg:#06090d;--card:#0c121c;--navy:#111c32;--navy-deep:#142739;
--line:rgba(255,255,255,.10);--line-2:rgba(255,255,255,.06);
--cta:#93254b;--cta-hover:#af3e76;--cta-border:#621832;
--pink:#f93f9c;--pink-soft:#f788c0;--magenta:#af3e76;--maroon:#6c1c44;
--teal:#00d8dd;--teal-muted:#51becc;--blue:#0029ff;
--gradient:linear-gradient(96deg,#f93f9c 0%,#af3e76 46%,#00d8dd 100%);
--font:'DM Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
--mono:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,monospace;}
.bitcoin-blockspace *{box-sizing:border-box}
.bitcoin-blockspace{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
.bitcoin-blockspace{margin:0;background:var(--bg);color:var(--grey);font-family:var(--font);font-size:18px;line-height:1.66;letter-spacing:-.1px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.bitcoin-blockspace .bb-art a{color:var(--pink-soft);text-decoration:none;border-bottom:1px solid rgba(247,136,192,.4)}
.bitcoin-blockspace .bb-art a:hover{color:var(--pink);border-bottom-color:var(--pink)}
.bitcoin-blockspace .bb-art :focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:2px}
.bitcoin-blockspace .bb-art strong,.bitcoin-blockspace .bb-art b{color:var(--white);font-weight:500}
.bitcoin-blockspace .bb-mono{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:.9em}
/* grid */
.bitcoin-blockspace .bb-art{display:grid;grid-template-columns:[full-s] minmax(20px,1fr) [col-s] minmax(0,38rem) [col-e] minmax(20px,1fr) [full-e];padding-bottom:40px}
.bitcoin-blockspace .bb-art>*{grid-column:col-s/col-e}
.bitcoin-blockspace .bb-wide{grid-column:full-s/full-e;justify-self:center;width:min(1120px,100%);padding:0 26px}
.bitcoin-blockspace .bb-art p{margin:0 0 1.2em;text-wrap:pretty}
/* body */
.bitcoin-blockspace .bb-lede{color:var(--white);font-size:20px;line-height:1.52;margin-top:40px!important}
.bitcoin-blockspace .bb-lede::first-letter{font-weight:500;float:left;font-size:64px;line-height:.8;padding:9px 12px 0 0;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.bitcoin-blockspace .bb-secnum{display:block;font-family:var(--mono);font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-muted);margin:62px 0 0}
.bitcoin-blockspace h2.bb-sec{font-weight:500;color:var(--white);font-size:clamp(26px,3vw,34px);line-height:1.15;letter-spacing:-.9px;margin:10px 0 16px;text-wrap:balance;scroll-margin-top:80px}
.bitcoin-blockspace .bb-standout{font-size:19px;line-height:1.5;color:var(--white);border-left:2px solid var(--magenta);padding:2px 0 2px 20px;margin:0 0 1.4em!important;text-wrap:pretty}
/* figures */
.bitcoin-blockspace figure{margin:46px auto}
.bitcoin-blockspace .bb-fhd{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.bitcoin-blockspace .bb-fnum{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-muted);white-space:nowrap}
.bitcoin-blockspace .bb-ftitle{font-size:18px;font-weight:500;letter-spacing:-.2px;color:var(--white)}
.bitcoin-blockspace .bb-card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:22px 22px 16px;box-shadow:0 1px 2px rgba(0,0,0,.5),0 12px 34px rgba(0,0,0,.35)}
.bitcoin-blockspace .bb-scroller{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
.bitcoin-blockspace .bb-scroller>svg{display:block;width:100%;height:auto;min-width:600px}
.bitcoin-blockspace svg text{font-family:var(--font);fill:var(--dgrey);font-size:13px}
.bitcoin-blockspace svg text.v{font-family:var(--mono);font-weight:500;font-size:13px;font-variant-numeric:tabular-nums}
.bitcoin-blockspace svg .gl{stroke:rgba(255,255,255,.07);stroke-width:1}
.bitcoin-blockspace svg .ax{stroke:rgba(255,255,255,.18);stroke-width:1}
.bitcoin-blockspace .bb-key{display:flex;gap:8px 22px;flex-wrap:wrap;margin:16px 0 4px;font-size:12px;letter-spacing:.3px;color:var(--dgrey)}
.bitcoin-blockspace .bb-key i{display:inline-block;width:11px;height:11px;border-radius:2px;margin-right:7px;vertical-align:-1px}
.bitcoin-blockspace figcaption{font-size:13px;line-height:1.55;color:var(--dgrey);margin-top:16px;padding-left:16px;border-left:2px solid var(--line);max-width:44rem}
.bitcoin-blockspace figcaption b{color:var(--grey);font-weight:500}
/* tables */
.bitcoin-blockspace .bb-tbl{background:var(--card);border:1px solid var(--line);border-radius:14px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.bitcoin-blockspace table{width:100%;border-collapse:collapse;min-width:560px}
.bitcoin-blockspace th{font-size:10px;letter-spacing:1px;text-transform:uppercase;font-weight:500;color:var(--dgrey);text-align:right;padding:15px 14px;border-bottom:1px solid var(--line);white-space:nowrap;background:rgba(17,28,50,.5)}
.bitcoin-blockspace th:first-child,.bitcoin-blockspace td:first-child{text-align:left;padding-left:22px}
.bitcoin-blockspace th:last-child,.bitcoin-blockspace td:last-child{padding-right:22px}
.bitcoin-blockspace td{font-family:var(--mono);font-size:14px;padding:13px 14px;text-align:right;border-bottom:1px solid var(--line-2);color:var(--grey);font-variant-numeric:tabular-nums;white-space:nowrap}
.bitcoin-blockspace td:first-child{font-family:var(--font);font-size:15px;color:var(--white);white-space:normal}
.bitcoin-blockspace tr:last-child td{border-bottom:none}
.bitcoin-blockspace td.bb-hi{color:var(--pink-soft);font-weight:500}
.bitcoin-blockspace td.bb-lo{color:var(--teal-muted);font-weight:500}
.bitcoin-blockspace tr.bb-hl td{background:rgba(147,37,75,.13)}
/* method + record */
.bitcoin-blockspace .bb-method{margin:60px auto 0}
.bitcoin-blockspace .bb-method .bb-inner{background:linear-gradient(180deg,#0c121c 0%,#0a1017 100%);border:1px solid var(--line);border-left:3px solid var(--magenta);border-radius:14px;padding:32px 34px}
.bitcoin-blockspace .bb-method .bb-lab{font-size:10px;letter-spacing:1px;text-transform:uppercase;font-weight:500;color:var(--pink-soft);margin:0 0 8px}
.bitcoin-blockspace .bb-method h2{margin:0 0 14px;font-weight:500;color:var(--white);font-size:clamp(23px,2.6vw,28px);line-height:1.2;letter-spacing:-.6px}
.bitcoin-blockspace .bb-method p{font-size:15px;line-height:1.66;color:var(--dgrey);max-width:46rem}
.bitcoin-blockspace .bb-method p:last-child{margin-bottom:0}
.bitcoin-blockspace .bb-record{margin:46px auto 0}
.bitcoin-blockspace .bb-record h2{margin:0 0 18px;font-weight:500;color:var(--white);font-size:22px;line-height:26px;letter-spacing:-.1px}
.bitcoin-blockspace .bb-record dl{display:grid;grid-template-columns:14rem 1fr;gap:0;margin:0;border-top:1px solid var(--line)}
.bitcoin-blockspace .bb-record dt{font-size:12px;letter-spacing:1px;text-transform:uppercase;font-weight:500;color:var(--dgrey);padding:16px 20px 16px 0;border-bottom:1px solid var(--line-2)}
.bitcoin-blockspace .bb-record dd{margin:0;padding:16px 0;border-bottom:1px solid var(--line-2);font-family:var(--mono);font-size:12.5px;line-height:1.85;color:var(--grey);word-break:break-all}
.bitcoin-blockspace .bb-record dd .bb-plain{font-family:var(--font);font-size:14px;color:var(--dgrey);display:block;word-break:normal}
.bitcoin-blockspace footer{max-width:1120px;margin:56px auto 70px;padding:0 26px}
.bitcoin-blockspace footer .bb-in{border-top:1px solid var(--line);padding-top:24px;display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:space-between;font-size:13px;color:var(--dgrey)}
.bitcoin-blockspace footer .bb-lg{font-weight:700;color:var(--white);letter-spacing:-.01em;font-size:16px}
@media (max-width:860px){
.bitcoin-blockspace .bb-record dl{grid-template-columns:1fr}
.bitcoin-blockspace .bb-record dt{padding-bottom:2px;border-bottom:none}
}
@media (max-width:640px){
.bitcoin-blockspace{font-size:17px}
.bitcoin-blockspace .bb-art{grid-template-columns:[full-s] 18px [col-s] minmax(0,1fr) [col-e] 18px [full-e]}
.bitcoin-blockspace .bb-wide,.bitcoin-blockspace footer{padding-left:18px;padding-right:18px}
.bitcoin-blockspace .bb-method .bb-inner{padding:24px 22px}
.bitcoin-blockspace .bb-lede{font-size:18.5px}
}
@media print{
.bitcoin-blockspace .bb-card,.bitcoin-blockspace .bb-tbl{break-inside:avoid}
}
.bitcoin-blockspace .inv-progress-track{position:fixed;top:0;left:0;right:0;height:2px;background:transparent;z-index:50}
.bitcoin-blockspace .inv-progress-fill{height:100%;width:0;background:linear-gradient(96deg,#f93f9c,#af3e76 46%,#00d8dd)}
.bitcoin-blockspace .bb-art p a,
.bitcoin-blockspace .bb-art figcaption a,
.bitcoin-blockspace .bb-method p a{color:inherit;border-bottom:1px solid rgba(247,136,192,.45);transition:color .15s ease,border-color .15s ease}
.bitcoin-blockspace .bb-art p a:hover,
.bitcoin-blockspace .bb-art figcaption a:hover,
.bitcoin-blockspace .bb-method p a:hover{color:var(--pink-soft);border-bottom-color:var(--pink-soft)}
.bitcoin-blockspace figcaption{text-align:left;padding-right:0}
.bitcoin-blockspace footer{background:transparent;border-top:0;color:var(--grey)}
.investigation_blog .glance .gkpi:last-child .v{color:#51becc}
