@import url('./fonts.css');
:root{--paper:#f4f3ed;--ink:#172522;--muted:#68736e;--line:#d9ddd4;--accent:#294ee6;--soft:#e7ebff;--warm:#ed704a;--white:#fff;--display:'Space Grotesk',sans-serif;--body:'DM Sans',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body[data-case=us]{--accent:#c34b2c;--soft:#fbe9df}body[data-case=international]{--accent:#147b68;--soft:#e0eee8}a{color:inherit}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}button:disabled{cursor:default}::selection{background:var(--accent);color:#fff}.wrap{max-width:1240px;margin:auto;padding:0 42px}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.brand{text-decoration:none;font:600 15px var(--display);letter-spacing:-.4px;display:flex;gap:10px;align-items:center}.brand-symbol{height:24px;width:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;transform:rotate(-9deg)}.brand-symbol i{background:var(--ink);border-radius:1px}.brand-symbol i:nth-child(2){height:65%;align-self:end}.brand-symbol i:nth-child(3){height:82%;align-self:end}.case-nav{display:flex;gap:5px;background:#e8eae3;padding:4px;border-radius:99px}.case-nav a{font-size:12px;font-weight:600;text-decoration:none;padding:7px 14px;border-radius:99px;white-space:nowrap}.case-nav a[aria-current=page]{background:var(--ink);color:white}.top-source{font-size:12px;text-decoration:none;display:flex;gap:9px;align-items:center}.top-source:hover{color:var(--accent)}.progress{position:fixed;top:0;left:0;height:3px;background:var(--accent);width:0;z-index:50}.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:var(--muted)}.eyebrow .dot{height:7px;width:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--soft)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-top:67px;padding-bottom:64px;min-height:660px}.hero h1{font-family:var(--display);font-size:clamp(48px,5.5vw,76px);line-height:1.015;letter-spacing:-4.5px;font-weight:500;margin:25px 0}.hero h1 em{font-style:normal;color:var(--accent)}.hero-copy>p{font-size:17px;line-height:1.65;max-width:440px;color:#52635b}.hero-copy>p strong{color:var(--ink);font-weight:600}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:27px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:13px 19px;border:1px solid var(--ink);background:var(--ink);color:white;text-decoration:none;border-radius:5px;font-size:12px;font-weight:600;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:var(--accent);border-color:var(--accent)}.text-link{font-size:12px;text-underline-offset:5px}.hero-foot{margin-top:28px;font-size:10px;color:var(--muted);display:flex;gap:14px;align-items:center}.hero-foot:before{content:'';width:25px;height:1px;background:var(--muted)}.scene{position:relative;min-width:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 44px #17252207;overflow:hidden}.scene-top{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:1.4px;color:var(--muted);font-weight:600;border-bottom:1px solid #edf0e9}.live-dot{height:5px;width:5px;border-radius:50%;background:var(--accent);display:inline-block;margin-right:6px}.scene-stage{height:361px;position:relative;background-image:radial-gradient(#dce1d8 .65px,transparent .65px);background-size:14px 14px}.scene svg{width:100%;height:100%;display:block;font-family:var(--body);overflow:visible}.scene-controls{display:flex;align-items:center;gap:4px;padding:10px;border-top:1px solid var(--line);background:#fafbf7}.scene-controls button{font-size:10px;border:0;background:transparent;padding:9px 8px;color:var(--muted);flex:1;border-radius:4px;transition:.25s;white-space:nowrap}.scene-controls button.active{background:var(--soft);color:var(--accent);font-weight:700}.scene-controls .replay{flex:0 0 34px;font-size:17px;padding:4px}.scene-caption{padding:16px 19px;min-height:78px;border-top:1px solid var(--line);display:flex;gap:13px;align-items:flex-start}.step-number{font:500 25px var(--display);color:var(--accent);line-height:1.1}.scene-caption strong{font-size:12px;display:block;margin-bottom:3px}.scene-caption p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.fund-line{stroke:var(--accent);stroke-width:1;fill:none;opacity:.5;stroke-dasharray:4 6;animation:flow 6s linear infinite}.match-line{stroke:var(--warm);stroke-width:2;fill:none;opacity:0;stroke-dasharray:5 10;transition:opacity .7s;animation:flow 3s linear infinite}.account-dot{fill:#fff;stroke:#aeb9ad;stroke-width:1.2;transition:.6s}.account-label{fill:#6c7970;font:8px monospace}.graph-title{font-size:14px;fill:var(--ink);font-weight:600}.graph-small{font-size:9px;fill:var(--muted)}.scene[data-phase='1'] .match-line{opacity:.75}.scene[data-phase='1'] .fund-line,.scene[data-phase='2'] .fund-line{opacity:.13}.scene[data-phase='1'] .account-dot.active-node{fill:#fff1e7;stroke:var(--warm);stroke-width:2}.graph-result{opacity:0;transition:opacity .6s}.graph-accounts{transition:opacity .6s}.scene[data-phase='2'] .graph-result{opacity:1}.scene[data-phase='2'] .graph-accounts{opacity:.13}.scene[data-phase='2'] .match-line{opacity:.1}.graph-big{font:500 48px var(--display);fill:var(--accent);letter-spacing:-2px}.graph-result-small{font-size:12px;fill:var(--muted)}.hero-stamp{font:10px var(--body);position:absolute;bottom:15px;left:18px;color:var(--muted)}.metrics-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0;margin-bottom:86px}.metric{padding:0 25px;border-right:1px solid var(--line)}.metric:first-child{padding-left:0}.metric:last-child{border:0}.metric .value{font:500 clamp(28px,3vw,40px) var(--display);letter-spacing:-1.5px;line-height:1.2}.metric .label{font-size:11px;color:var(--muted);margin-top:6px}.section{padding:0 0 92px}.section-head{display:flex;gap:25px;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.section-index{font:11px var(--display);color:var(--accent);margin-bottom:12px;letter-spacing:1.1px}.section h2{font:500 clamp(30px,3.5vw,44px)/1.1 var(--display);letter-spacing:-1.9px;margin:0;max-width:650px}.section-head>p{font-size:12px;color:var(--muted);max-width:310px;margin:0;line-height:1.7}.funding-chain{display:grid;grid-template-columns:1fr 52px 1fr 52px 1fr;align-items:center;background:white;border:1px solid var(--line);padding:27px;border-radius:8px}.chain-node{min-width:0}.chain-node small{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:1px}.chain-node h3{font:500 21px var(--display);margin:7px 0 3px}.chain-node code{font-size:10px;color:var(--muted)}.chain-node .tag{display:inline-block;padding:4px 7px;background:var(--soft);color:var(--accent);font-size:9px;margin-top:10px;border-radius:3px}.chain-arrow{text-align:center;color:var(--accent);font-size:26px}.chain-foot{margin-top:16px;color:var(--muted);font-size:11px;display:flex;justify-content:space-between;gap:20px}.small-source{font-size:11px;color:var(--accent);text-underline-offset:4px;white-space:nowrap}.trade-proof{display:grid;grid-template-columns:1fr 1fr;background:#152822;color:#edf5ed;border-radius:10px;overflow:hidden}.proof-intro{padding:35px;border-right:1px solid #ffffff22;display:flex;flex-direction:column;align-items:flex-start}.proof-intro h3{font:500 31px/1.2 var(--display);letter-spacing:-1px;margin:10px 0 16px}.proof-intro p{color:#afc4b8;font-size:13px;margin:0 0 24px}.proof-intro .eyebrow{color:#98b4a5}.pill-group{display:flex;gap:6px;flex-wrap:wrap}.pill-group button{border:1px solid #6d8676;background:none;color:#c6d9ce;padding:7px 11px;font-size:10px;border-radius:99px}.pill-group button.active{color:#13231d;background:#d9f0db;border-color:#d9f0db}.execution-proof{padding:30px}.trade-meta{display:flex;justify-content:space-between;gap:12px;font-size:10px;color:#a3b9ac;margin-bottom:20px}.receipt{border:1px solid #507360;border-radius:6px;padding:17px;margin:12px 0;background:#ffffff04}.receipt-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.receipt-head strong{font:500 19px var(--display)}.side{font-size:10px;letter-spacing:1px;color:#a8e0b8}.side.sell{color:#ffa384}.receipt code{font-size:10px;color:#a9c1b1;word-break:break-all}.receipt-numbers{display:flex;justify-content:space-between;font-size:12px;margin-top:12px}.trade-equals{text-align:center;color:#afc9b8;font-size:10px}.proof-bottom{display:flex;justify-content:space-between;font-size:10px;color:#a3b9ac;gap:12px;margin-top:18px}.bars{display:grid;gap:22px}.bar-head{display:flex;justify-content:space-between;gap:15px;align-items:baseline;margin-bottom:8px}.bar-head strong{font:500 19px var(--display)}.bar-head span{font-size:11px;color:var(--muted)}.bar-track{height:17px;border-radius:2px;background:#e2e5db;overflow:hidden}.bar-fill{height:100%;width:calc(var(--share)*1%);background:var(--accent);transform-origin:left;transition:transform 1s cubic-bezier(.2,.7,.2,1)}.bar-label{font-size:10px;color:var(--muted);display:flex;justify-content:space-between;gap:10px;margin-top:6px}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:65px}.stat-note{border-top:2px solid var(--ink);padding-top:18px}.stat-note strong{font:500 33px var(--display);letter-spacing:-1px}.stat-note p{font-size:13px;color:var(--muted);margin:8px 0}.stat-note small{font-size:10px;color:var(--muted)}.daily-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.daily-card{border:1px solid var(--line);border-radius:6px;padding:20px;background:#fff}.daily-card small{font-size:10px;color:var(--muted)}.daily-card strong{font:500 24px var(--display);letter-spacing:-.9px;display:block;margin:16px 0 5px}.daily-card span{font-size:11px;color:var(--muted)}.formula-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:26px}.formula-heading{font-size:10px;letter-spacing:1px;color:var(--muted);display:flex;justify-content:space-between;margin-bottom:22px}.formula{display:flex;align-items:center;gap:18px;justify-content:space-between}.formula span{font:500 28px var(--display);letter-spacing:-1px}.formula small{display:block;font:10px var(--body);color:var(--muted);letter-spacing:0;margin-top:5px}.formula b{color:var(--muted);font-weight:400}.formula .answer{color:var(--accent)}.codebox{background:#14251f;color:#d5e8d8;border-radius:7px;padding:25px;font:12px/1.9 monospace;overflow:auto}.codebox .key{color:#96bba9}.codebox .code-value{color:#ffc2a4}.codebox small{font:9px var(--body);color:#95ad9f;display:block;letter-spacing:1px;margin-bottom:15px}.comparison-hero{padding:24px;height:361px;position:relative}.hundred-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:5px;max-width:270px;margin:15px auto 10px}.hundred-grid i{height:15px;background:var(--accent);border-radius:1px;opacity:.13;transition:opacity .5s;transition-delay:calc(var(--i)*10ms)}.hundred-grid i:first-child{background:#137b63;opacity:1}.scene[data-phase='1'] .hundred-grid i,.scene[data-phase='2'] .hundred-grid i{opacity:1}.comparison-numbers{display:flex;justify-content:space-between;gap:15px}.comparison-numbers small{font-size:9px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);display:block}.comparison-numbers strong{font:500 22px var(--display);letter-spacing:-1px}.comparison-numbers div:last-child{text-align:right;color:var(--accent)}.times-hundred{position:absolute;top:50%;left:50%;transform:translate(-50%,-32%);font:600 80px var(--display);letter-spacing:-6px;color:var(--ink);line-height:1;background:#fffffff2;padding:0 13px;border-radius:4px;pointer-events:none}.comparison-foot{font-size:9px;color:var(--muted);text-align:center;position:absolute;bottom:13px;left:0;right:0}.market-explorer{background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden}.explorer-top{display:flex;justify-content:space-between;align-items:center;padding:22px;gap:20px;border-bottom:1px solid var(--line)}.explorer-top label{font-size:12px;font-weight:600}.explorer-top select{max-width:290px;width:60%;border:1px solid var(--line);background:var(--paper);padding:9px 13px;border-radius:4px;font-size:11px;color:var(--ink)}.explorer-values{display:grid;grid-template-columns:1fr 1fr 100px;padding:30px;gap:20px}.explorer-values small{font-size:10px;color:var(--muted);display:block;margin-bottom:7px}.explorer-values strong{font:500 clamp(21px,2.5vw,34px) var(--display);letter-spacing:-1px;overflow-wrap:anywhere}.explorer-values .reported{color:var(--accent)}.ratio-pill{display:flex;align-items:center;justify-content:center;background:var(--soft);color:var(--accent);font:500 25px var(--display);border-radius:5px}.explorer-meta{display:flex;gap:22px;flex-wrap:wrap;padding:15px 23px;background:#fafbf7;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:6px;background:#fff}table{border-collapse:collapse;width:100%;font-size:11px;white-space:nowrap}th,td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--line)}th{color:var(--muted);font-size:9px;letter-spacing:.6px;font-weight:500}td:last-child{color:var(--accent);font-weight:700}tr:last-child td{border-bottom:0}td code{font-size:10px}.table-wrap details summary{padding:17px 20px;cursor:pointer;font-size:12px}.timeline{position:relative;padding-left:34px}.timeline:before{content:'';position:absolute;left:8px;top:8px;bottom:35px;width:1px;background:var(--line)}.timeline-item{position:relative;padding:0 0 32px}.timeline-item:before{content:'';position:absolute;left:-31px;top:5px;height:11px;width:11px;border:3px solid var(--paper);outline:1px solid var(--accent);background:var(--accent);border-radius:50%}.timeline-item small{color:var(--muted);font-size:10px}.timeline-item h3{font:500 25px var(--display);letter-spacing:-.7px;margin:7px 0}.timeline-item p{font-size:12px;color:var(--muted);margin:6px 0;max-width:440px}.flow-route{stroke:var(--accent);fill:none;stroke-width:2;stroke-dasharray:5 8;animation:flow 7s linear infinite}.flow-node{fill:#fff;stroke:var(--line);stroke-width:1}.flow-number{font:500 19px var(--display);fill:var(--accent)}.flow-currency{font-size:8px;fill:var(--muted)}.flow-focus{transition:opacity .6s}.scene[data-phase='0'] .focus-two,.scene[data-phase='0'] .focus-three{opacity:.25}.scene[data-phase='1'] .focus-one,.scene[data-phase='1'] .focus-three{opacity:.25}.scene[data-phase='2'] .focus-one,.scene[data-phase='2'] .focus-two{opacity:.25}.fact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.fact-card{padding:23px;border:1px solid var(--line);border-radius:6px;background:white}.fact-card .number{font:500 38px var(--display);letter-spacing:-1.5px;color:var(--accent)}.fact-card h3{font:500 17px var(--display);margin:8px 0}.fact-card p{font-size:11px;color:var(--muted);margin:0}.sources-section{padding-top:40px;border-top:1px solid var(--line);padding-bottom:50px}.source-list{border-top:1px solid var(--line)}.source-row{display:grid;grid-template-columns:36px 1fr auto;gap:16px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center;text-decoration:none;transition:padding .2s}.source-row:hover{padding-left:8px;color:var(--accent)}.source-row .source-index{font-size:10px;color:var(--muted)}.source-row strong{display:block;font-size:13px;font-weight:500}.source-row small{display:block;font-size:10px;color:var(--muted);margin-top:3px}.source-row .arrow{font-size:20px}.method{margin-top:20px;border:1px solid var(--line);border-radius:6px;padding:0 18px}.method summary{cursor:pointer;padding:16px 0;font-size:12px;font-weight:600}.method p{font-size:12px;color:var(--muted);margin:0 0 18px;max-width:900px}.method code{font-size:10px;overflow-wrap:anywhere}.download-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.download-row .button{background:transparent;color:var(--ink);border-color:var(--line)}.download-row .button:hover{background:var(--ink);color:#fff}.footer{border-top:1px solid var(--line);padding:23px 0 35px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:10px}.footer a{text-underline-offset:3px}.footer strong{color:var(--ink);font-weight:500}.js .reveal{opacity:0;transform:translateY(20px);transition:opacity .65s,transform .65s}.js .reveal.visible{opacity:1;transform:none}.js .reveal:not(.visible) .bar-fill{transform:scaleX(0)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.quiet{color:var(--muted)}.accent{color:var(--accent)}
.flow-title{font:500 21px var(--display);fill:var(--ink)}.flow-detail{font:12px var(--body);fill:var(--muted)}.flow-edge-label{font:10px var(--body);fill:#65796c;paint-order:stroke;stroke:#fff;stroke-width:8px}.flow-center{font:500 17px var(--display);fill:var(--ink)}.international-stage .flow-focus{opacity:1!important}.metrics-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.metric{min-width:0}.scroll-hint{display:none;font-size:10px;color:var(--muted);padding:0 15px}.sr-only:focus{clip:auto;white-space:normal;width:auto;height:auto;z-index:100;top:8px;left:8px;padding:12px;background:#fff}.scene[data-phase='0'] .international-stage .focus-three .flow-route,.scene[data-phase='2'] .international-stage .focus-one .flow-route{opacity:.2}.scene[data-phase='1'] .international-stage .flow-route{opacity:.2}
.graph-match-result{opacity:0;transition:opacity .6s}.scene[data-phase='1'] .graph-match-result{opacity:1}.scene[data-phase='1'] .account-count{opacity:0}.account-count{transition:opacity .6s}.account-node{cursor:pointer}.account-node:hover .account-dot,.account-node:focus .account-dot{fill:var(--soft);stroke:var(--accent);stroke-width:3}.account-node:focus{outline:none}.account-node:focus .account-label,.account-node:hover .account-label{fill:var(--accent);font-weight:700}.story-tour{width:min(1100px,calc(100vw - 36px));max-height:calc(100dvh - 36px);border:1px solid #a4b3a6;border-radius:13px;padding:0;background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #0005}.story-tour::backdrop{background:#0d201ade;backdrop-filter:blur(8px)}.tour-head{padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.tour-head small{font-size:10px;letter-spacing:1.5px;color:var(--muted)}.tour-close{background:none;border:1px solid var(--line);color:var(--ink);width:35px;height:35px;border-radius:50%;font-size:19px}.tour-body{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;padding:30px;align-items:center}.tour-copy h2{font:500 clamp(28px,4vw,48px)/1.06 var(--display);letter-spacing:-2px;margin:10px 0 22px}.tour-copy p{font-size:15px;line-height:1.7;color:var(--muted)}.tour-copy .button{margin-top:17px}.tour-body .scene-stage,.tour-body .comparison-hero{height:380px}.scene-placeholder{min-width:0}.tour-kicker{font-size:10px;letter-spacing:1.2px;color:var(--accent)}.tour-copy .tour-hint{font-size:11px;margin-top:30px;color:var(--muted)}
@media(max-width:760px){.tour-body{grid-template-columns:1fr;padding:17px;gap:16px}.tour-head{padding:13px 17px}.tour-copy h2{font-size:28px;letter-spacing:-1px;margin:5px 0 10px}.tour-copy>p{font-size:12px;margin:0}.tour-copy .button,.tour-copy .tour-hint{display:none}.tour-body .scene-stage,.tour-body .comparison-hero{height:290px}.tour-copy .tour-kicker{font-size:8px}.tour-body .scene-caption{padding:12px;min-height:70px}.story-tour{width:calc(100vw - 18px);max-height:calc(100dvh - 18px)}}
@keyframes flow{to{stroke-dashoffset:-120}}@media(min-width:1450px){.hero{min-height:740px}.hero h1{font-size:80px}}
@media(max-width:1000px){.wrap{padding:0 28px}.hero{gap:30px}.hero h1{font-size:59px;letter-spacing:-3px}.hero-copy>p{font-size:15px}.top-source{display:none}.two-column{gap:32px}.funding-chain{padding:22px;grid-template-columns:1fr 25px 1fr 25px 1fr}.chain-node h3{font-size:18px}.chain-node code{font-size:9px}.scene-controls button{font-size:9px}.proof-intro,.execution-proof{padding:24px}}
@media(max-width:760px){.wrap{padding:0 21px}.topbar{height:72px;gap:10px}.brand{font-size:12px;gap:7px}.brand-symbol{height:18px;width:18px}.case-nav a{font-size:9px;padding:6px 9px}.hero{grid-template-columns:1fr;gap:30px;padding:36px 0 38px;min-height:0}.hero h1{font-size:clamp(46px,10vw,70px);letter-spacing:-3px;margin:20px 0}.hero-copy>p{font-size:15px;max-width:560px}.hero-actions{margin-top:22px}.hero-foot{margin-top:19px}.hero .scene{max-width:560px;width:100%;margin:auto}.scene-stage,.comparison-hero{height:330px}.scene-top{padding:14px 16px}.scene-caption{min-height:76px}.scene-controls button{font-size:10px}.metrics-strip{padding:22px 0;margin-bottom:55px}.metric{padding:0 15px}.metric .value{font-size:27px}.metric .label{font-size:9px}.section{padding-bottom:60px}.section-head{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:23px}.section-head>p{max-width:100%}.section h2{font-size:35px}.two-column,.trade-proof{grid-template-columns:1fr;gap:28px}.trade-proof{gap:0}.proof-intro{border-right:0;border-bottom:1px solid #ffffff22}.funding-chain{grid-template-columns:1fr;padding:23px;gap:15px}.chain-node{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 20px}.chain-node h3{grid-column:1;margin:0;font-size:23px}.chain-node code{grid-column:2;grid-row:2;font-size:10px}.chain-node .tag{grid-column:2;grid-row:1;margin:0}.chain-arrow{font-size:20px;line-height:15px;transform:rotate(90deg);width:18px}.chain-foot{flex-direction:column;gap:8px}.daily-grid{gap:8px}.daily-card{padding:14px 10px}.daily-card strong{font-size:22px}.daily-card span{font-size:9px}.fact-cards{grid-template-columns:1fr}.fact-card{display:grid;grid-template-columns:95px 1fr;gap:0 10px;align-items:center}.fact-card .number{grid-row:1/3;font-size:35px}.fact-card h3{margin:0 0 6px}.explorer-values{padding:20px;grid-template-columns:1fr 1fr;gap:20px}.ratio-pill{grid-column:1/3;padding:7px;font-size:20px}.explorer-top{padding:16px;gap:10px}.explorer-top select{font-size:10px}.formula{gap:10px;flex-wrap:wrap}.formula span{font-size:25px}.source-row{grid-template-columns:20px 1fr 18px;gap:9px}.footer{flex-direction:column;gap:10px}.times-hundred{font-size:70px;top:52%}.hundred-grid{max-width:245px;gap:4px}.hundred-grid i{height:14px}.comparison-numbers strong{font-size:21px}}
@media(max-width:380px){.wrap{padding:0 16px}.case-nav a{padding:6px 7px;font-size:8px}.brand{font-size:10px}.brand-symbol{width:16px;height:16px}.hero h1{font-size:45px;letter-spacing:-2.7px}.eyebrow{font-size:8px;letter-spacing:1.2px}.scene-stage,.comparison-hero{height:285px}.scene-top{font-size:8px;padding:13px}.scene-controls{gap:0;padding:7px}.scene-controls button{font-size:8px}.hero-foot{font-size:9px}.metric{padding:0 8px}.metric .value{font-size:23px}.metric .label{font-size:8px}.daily-card strong{font-size:19px}.comparison-hero{padding:18px}.comparison-numbers strong{font-size:18px}.hundred-grid{max-width:215px;margin-top:15px}.hundred-grid i{height:12px}.times-hundred{font-size:58px}.chain-node code{font-size:9px}.explorer-values strong{font-size:20px}.section h2{font-size:31px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}.bar-fill{transform:none!important}}
@media print{.case-nav,.hero-actions,.scene-controls,.download-row,.progress{display:none}.hero{padding-top:25px;min-height:0}.section{break-inside:avoid;padding-bottom:30px}.js .reveal{opacity:1;transform:none}body{background:white}.scene{box-shadow:none}.wrap{padding:0}.metrics-strip{margin-bottom:30px}}

@media(max-width:760px){.explorer-values{grid-template-columns:1fr}.explorer-values .ratio-pill{grid-column:1}.explorer-values strong{font-size:clamp(24px,7vw,34px);white-space:nowrap;overflow-wrap:normal}.scroll-hint{display:block}}
/* Independent report identity and readable source links. */
.platform-brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}.platform-brand>img{width:155px;height:auto;display:block}.platform-brand>span{font-size:11px;color:var(--muted);border-left:1px solid var(--line);padding-left:12px}.report-label{font-size:9px;letter-spacing:1.5px;color:var(--muted)}.platform-icon{width:21px;height:21px;object-fit:contain}.chapter-clock{height:3px;background:#edf0e9;overflow:hidden}.chapter-clock i{display:block;height:100%;background:var(--accent);transform:scaleX(0);transform-origin:left}.scene[data-playing="false"] *,.scene[data-playing="false"] *:before,.scene[data-playing="false"] *:after{animation-play-state:paused!important}.address-link{text-decoration:none;text-underline-offset:3px;overflow-wrap:anywhere;word-break:break-word}.address-link code{font:inherit}.address-link:hover{color:var(--accent);text-decoration:underline}.chain-node>.address-link{font-size:11px}.receipt>.address-link{display:block;color:#c9d8f0;font-size:10px;overflow-wrap:anywhere}.receipt>.address-link:hover{color:#fff}.finding-note{margin:-20px 0 64px;padding:25px 28px;border-left:3px solid var(--accent);background:#e9ece480;border-radius:0 5px 5px 0}.finding-label{font-size:9px;letter-spacing:1.2px;color:var(--muted)}.finding-note h2{font:500 26px/1.2 var(--display);letter-spacing:-.6px;margin:8px 0 11px}.finding-note>p{font-size:13px;line-height:1.7;max-width:930px;margin:0}.finding-note .finding-scope{font-size:11px;color:var(--muted);margin-top:10px}.identity-card{margin-top:22px;background:white;border:1px solid var(--line);border-radius:7px;overflow:hidden}.identity-card>summary{cursor:pointer;font-size:14px;font-weight:600;padding:19px 22px}.identity-body{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:8px 24px 24px}.identity-body h3{font:500 24px/1.2 var(--display);margin:0 0 12px;letter-spacing:-.6px}.identity-body p{font-size:12px;color:var(--muted);line-height:1.75}.identity-record{padding:21px;background:#f4f6ef;border:1px solid var(--line);border-radius:5px;min-width:0;display:grid;gap:12px}.identity-record>span{font-size:9px;letter-spacing:.8px;color:var(--muted)}.identity-record>strong{font:500 29px var(--display)}.identity-record>a{font-size:11px}.identity-record>small{font-size:10px;color:var(--muted)}.identity-actions{padding:14px 24px;border-top:1px solid var(--line);display:flex;gap:22px;flex-wrap:wrap;font-size:11px}.identity-transfers{border-top:1px solid var(--line);padding:0 24px 18px}.identity-transfers>summary{cursor:pointer;padding:15px 0;font-size:12px}.footer{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:26px 0 35px}.footer-identity{display:grid;gap:12px}.footer-platform{display:flex;align-items:center;gap:14px;width:fit-content;text-decoration:none}.footer-platform img{width:118px;height:auto}.footer-platform span{font-size:10px}.independence-note{max-width:380px;justify-self:end;font-size:12px;line-height:1.65;margin:0}.tour-body .scene-stage{min-width:0}.scene [data-visual-phase]{outline:none}
@media(max-width:1000px){.report-label{display:none}.platform-brand>img{width:150px}.top-source{display:flex}.identity-body{gap:18px}}
@media(max-width:760px){.platform-brand>img{width:132px}.platform-brand>span{font-size:10px;max-width:85px;line-height:1.3;padding-left:9px}.top-source{font-size:10px}.eyebrow{letter-spacing:1px;font-size:9px}.hero h1{font-size:clamp(40px,9.3vw,65px)}.finding-note{padding:20px;margin:0 0 50px}.finding-note h2{font-size:24px}.finding-note>p{font-size:12px}.identity-body{grid-template-columns:1fr;padding:5px 20px 20px}.identity-actions{padding:14px 20px}.identity-record{padding:17px}.chain-node>.address-link{grid-column:2;grid-row:2;font-size:10px}.chain-node .tag{font-size:9px}.footer{grid-template-columns:1fr;gap:20px}.independence-note{justify-self:start;max-width:100%}.tour-body{gap:14px}.tour-body .scene-caption{min-height:80px}.tour-head small{font-size:9px}.tour-copy h2{font-size:25px}}
@media(max-width:380px){.platform-brand{gap:7px}.platform-brand>img{width:118px}.platform-brand>span{font-size:9px;max-width:76px}.top-source{font-size:9px;gap:4px}.hero h1{font-size:39px;letter-spacing:-2px}.hero .eyebrow{font-size:8px;letter-spacing:.4px}.platform-icon{width:18px;height:18px}.chain-node .tag{font-size:8px}.finding-note{padding:17px}.identity-card>summary{font-size:12px;padding:17px}.identity-body{padding:3px 17px 17px}.tour-copy h2{font-size:24px}}
/* Keep the focused story within narrow screens, including long chapter labels. */
.tour-copy,.tour-visual,.tour-body>.scene{min-width:0}.tour-head{position:sticky;top:0;z-index:5;background:var(--paper)}.tour-body{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.scene-controls button{min-width:0;line-height:1.35}
@media(max-width:760px){.tour-body{grid-template-columns:minmax(0,1fr)}.scene-controls button{white-space:normal}.scene-controls .replay{align-self:stretch}.tour-visual>.scene{width:100%}.scene-top>span{min-width:0}}
