/* ETH collection, Index purchase and PONS distribution. Figures stay separate from artwork. */
.flow-plan-note { margin:16px 0 0; max-width:76ch; font-size:12px; line-height:1.7; color:var(--muted); }
.reward-flow { --flow-edge:#bac8aa; --flow-gold:#8a6414; --flow-tint:#e5ecd9; --flow-track:#d1dcc3; margin-top:38px; }
html[data-theme="dark"] .reward-flow { --flow-edge:#424f34; --flow-gold:#e7cb78; --flow-tint:#192014; --flow-track:#303b26; }
.flow-toolbar { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 0; border-block:1px solid var(--line); }
.flow-round { display:flex; align-items:center; }
.flow-round b { font-size:14px; font-weight:600; }
.flow-round>span:last-child { grid-column:2; font-size:11px; color:var(--muted); margin-top:2px; }
.flow-status-dot { width:7px; height:7px; border-radius:50%; background:var(--muted); }
.reward-flow[data-running] .flow-status-dot { background:var(--lime); box-shadow:0 0 0 4px var(--flow-tint); }
.flow-factory { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); column-gap:40px; padding:30px 0 28px; }
.flow-station { position:relative; min-width:0; }
.flow-station h3 { font-family:inherit; letter-spacing:0; line-height:1.4; }
.flow-step { display:flex; gap:9px; align-items:center; min-height:44px; width:100%; border:0; padding:0; background:transparent; color:var(--muted); text-align:left; font-size:14px; font-weight:600; border-radius:6px; }
.flow-step>span { display:grid; place-items:center; width:27px; height:27px; flex:none; border:1px solid var(--flow-edge); border-radius:50%; font-size:10px; font-weight:500; }
.flow-step[data-current] { color:var(--ink); }
.flow-step[data-current]>span { color:#172b0b; background:var(--accent); border-color:var(--accent); }
.flow-art { position:relative; height:214px; margin:10px 0 22px; }
.flow-art img { object-fit:contain; }
.flow-trade-art { display:flex; flex-direction:column; justify-content:center; gap:9px; padding-bottom:27px; }
.flow-trade-ticket { display:flex; align-items:center; gap:8px; padding:10px; border:1px solid var(--flow-edge); border-radius:12px; background:var(--surface); box-shadow:0 5px 12px -7px #172b0b33; font-size:11px; }
.flow-trade-ticket:nth-child(1) { margin-right:19px; }
.flow-trade-ticket:nth-child(2) { margin-left:13px; }
.flow-trade-ticket:nth-child(3) { margin-right:9px; }
.flow-ticket-icon { width:23px; height:23px; display:grid; place-items:center; border-radius:50%; color:var(--lime); background:var(--flow-tint); font-size:16px; }
.flow-trade-ticket:nth-child(2) .flow-ticket-icon { color:var(--flow-gold); }
.flow-trade-ticket>span:last-child { margin-left:auto; font-size:9px; white-space:nowrap; color:var(--muted); }
.flow-platform { position:absolute; bottom:0; left:0; width:100%; display:flex; justify-content:center; align-items:center; gap:5px; color:var(--muted); font-size:10px; }
.flow-platform img { width:20px; height:20px; border-radius:5px; }
.flow-sponge-art { isolation:isolate; }
.flow-sponge-states { position:absolute; inset:0; z-index:1; isolation:isolate; }
.flow-sponge-img { position:absolute; width:122%; height:122%; left:-11%; top:-11%; z-index:1; mix-blend-mode:plus-lighter; }
.flow-sponge-empty { opacity:calc(1 - var(--flow-fill,0)); }
.flow-sponge-filled { opacity:var(--flow-fill,0); }
.flow-sponge-ground { position:absolute; bottom:8px; height:24px; left:8%; right:8%; border-radius:50%; background:var(--flow-tint); }
.flow-vault-ring { position:absolute; left:2%; right:2%; bottom:4px; height:50px; border:1px solid var(--flow-edge); border-radius:50%; transform:rotate(-8deg); }
.flow-swap-art { display:flex; align-items:center; justify-content:center; }
.flow-swap-orbit { position:absolute; width:90%; aspect-ratio:1; border:1px dashed var(--flow-edge); border-radius:50%; transform:rotate(-22deg) scaleY(.8); }
.flow-swap-core { display:flex; flex-direction:column; align-items:center; gap:14px; }
.flow-swap-core>img { width:64px; height:64px; border-radius:50%; background:#fff; padding:6px; box-shadow:0 0 0 10px var(--flow-tint); }
.flow-swap-core svg { width:27px; height:27px; fill:none; stroke:var(--muted); stroke-width:1.6; }
.flow-swap-eth { position:absolute; left:0; top:21px; width:30%; height:78px; transform:rotate(-14deg); }
.flow-swap-pons { position:absolute; right:-3px; bottom:27px; width:33%; height:90px; transform:rotate(12deg); opacity:var(--flow-bought,1); }
.flow-holder-art { display:flex; align-items:flex-end; justify-content:space-between; padding:0 5px 24px; gap:7px; max-width:220px; margin-inline:auto; --branch-spread:80px; --branch-drop:75px; }
.flow-holder-drop { position:absolute; z-index:2; left:calc(50% - 9px); top:74px; width:18px; height:25px; opacity:0; --branch-end:0px; }
.flow-holder-drop-left { --branch-end:calc(-1 * var(--branch-spread)); }
.flow-holder-drop-right { --branch-end:var(--branch-spread); }
.flow-holder-source { opacity:var(--flow-paid,1); position:absolute; top:9px; width:60px; height:77px; left:calc(50% - 30px); }
.flow-holder-source img { width:100%; height:100%; }
.flow-holder-branches { position:absolute; left:25px; right:25px; top:112px; height:28px; border:1px solid var(--flow-edge); border-bottom:0; border-radius:12px 12px 0 0; }
.flow-holder-branches::before,.flow-holder-branches::after { content:""; position:absolute; left:50%; width:1px; background:var(--flow-edge); }
.flow-holder-branches::before { bottom:100%; height:27px; }
.flow-holder-branches::after { top:0; height:28px; }
.flow-wallet { width:49px; height:49px; position:relative; display:grid; place-items:center; border:1px solid var(--flow-edge); border-radius:14px; background:var(--surface); }
.flow-wallet>svg { width:23px; height:23px; fill:var(--muted); }
.flow-wallet>i { position:absolute; right:-4px; top:-6px; width:17px; height:17px; display:grid; place-items:center; border-radius:50%; font-size:11px; font-style:normal; background:var(--accent); color:#172b0b; opacity:0; }
.reward-flow[data-phase="complete"] .flow-wallet>i { opacity:1; }
.flow-number { display:flex; gap:7px; align-items:baseline; line-height:1.1; white-space:nowrap; }
.flow-number b { font-size:clamp(30px,3.2vw,42px); letter-spacing:-.04em; font-weight:600; font-variant-numeric:tabular-nums; }
.flow-number>span { font-size:11px; color:var(--muted); }
.flow-subnumber { margin-top:9px; font-size:11px; color:var(--muted); font-variant-numeric:tabular-nums; }
.flow-subnumber b { color:var(--ink); font-weight:500; }
.flow-station>p { max-width:25ch; margin:17px 0 0; font-size:12px; line-height:1.65; color:var(--muted); }
.flow-pipe { position:absolute; top:150px; left:calc(100% - 9px); width:58px; height:38px; z-index:3; pointer-events:none; --packet-x:44px; --packet-y:0px; }
.flow-pipe-track { position:absolute; left:0; right:0; top:19px; height:1px; background:var(--flow-track); }
.flow-pipe-label { position:absolute; left:50%; bottom:34px; transform:translateX(-50%); white-space:nowrap; font-size:8px; font-weight:600; letter-spacing:.02em; color:var(--muted); }
.flow-pipe-arrow { position:absolute; right:-3px; top:4px; color:var(--flow-edge); font-size:21px; }
.flow-packet { position:absolute; left:0; top:4px; width:16px; height:30px; object-fit:contain; opacity:0; }
.reward-flow[data-phase="0"] [data-pipe="0"] .flow-packet,
.reward-flow[data-phase="2"] [data-pipe="1"] .flow-packet,
.reward-flow[data-phase="3"] [data-pipe="2"] .flow-packet { animation:flow-transit 0.4125s linear infinite both; animation-play-state:paused; }
.reward-flow .flow-packet-second { animation-delay:-0.205s!important; }
.reward-flow[data-phase="0"] .flow-trade-ticket { animation:flow-ticket 0.45s ease-in-out infinite; animation-play-state:paused; }
.reward-flow[data-phase="0"] .flow-trade-ticket:nth-child(2) { animation-delay:-0.15s; }
.reward-flow[data-phase="0"] .flow-trade-ticket:nth-child(3) { animation-delay:-0.3s; }
.reward-flow[data-phase="1"] .flow-sponge-img { animation:flow-breathe 0.6s ease-in-out infinite; animation-play-state:paused; }
.reward-flow[data-phase="2"] .flow-swap-core svg { animation:flow-turn 0.5s ease-in-out infinite; animation-play-state:paused; }
.reward-flow[data-phase="3"] .flow-wallet>i { animation:flow-received 0.45s ease-in-out infinite; animation-play-state:paused; }
.reward-flow[data-phase="3"] .flow-holder-drop { animation:flow-branch 0.45s ease-in-out infinite; animation-play-state:paused; }
.reward-flow[data-phase="3"] .flow-holder-drop-left { animation-delay:-0.15s; }
.reward-flow[data-phase="3"] .flow-holder-drop-right { animation-delay:-0.3s; }
.reward-flow[data-phase="3"] .flow-wallet:nth-last-child(2)>i { animation-delay:-0.15s; }
.reward-flow[data-phase="3"] .flow-wallet:last-child>i { animation-delay:-0.3s; }
.reward-flow[data-running][data-phase] .flow-art *, .reward-flow[data-running] [data-pipe] .flow-packet { animation-play-state:running; }
.flow-playhead { height:3px; background:var(--flow-track); overflow:hidden; }
.flow-playhead>span { display:block; width:100%; height:100%; background:var(--lime); transform-origin:left; transform:scaleX(var(--flow-progress,1)); }
.flow-caption { display:flex; gap:12px; align-items:center; min-height:92px; padding:18px 0; border-bottom:1px solid var(--line); }
.flow-caption-index { display:grid; place-items:center; flex:none; width:32px; height:32px; border:1px solid var(--flow-edge); border-radius:50%; color:var(--lime); font-size:12px; font-weight:600; }
.flow-caption p { margin:0; font-size:13px; line-height:1.6; max-width:73ch; }
.flow-caption-title { font-weight:600; }
.flow-caption-copy { color:var(--muted); }
.flow-clock { flex:none; margin-left:auto; padding-left:10px; color:var(--muted); font-size:10px; font-variant-numeric:tabular-nums; }
.flow-allocation { border-bottom:1px solid var(--line); }
.flow-allocation summary { display:flex; align-items:center; gap:9px; cursor:pointer; list-style:none; font-size:12px; min-height:54px; }
.flow-allocation summary::-webkit-details-marker { display:none; }
.flow-allocation summary>svg { width:17px; height:17px; fill:var(--muted); }
.flow-allocation-toggle { margin-left:auto; font-size:20px; color:var(--muted); }
.flow-allocation[open] .flow-allocation-toggle { transform:rotate(45deg); }
.flow-allocation-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; padding:4px 0 15px; }
.flow-allocation-grid>div+div { border-left:1px solid var(--line); padding-left:20px; }
.flow-allocation-grid span { display:block; font-size:11px; color:var(--muted); }
.flow-allocation-grid b { display:block; margin-top:5px; font-size:22px; font-weight:600; color:var(--flow-gold); }
.flow-allocation-grid small { font-size:10px; font-weight:400; }
.flow-allocation>p { font-size:11px; color:var(--muted); margin:0 0 20px; }
.flow-disclaimer { font-size:10px; color:var(--muted); margin:18px 0 0; max-width:93ch; line-height:1.7; }
@keyframes flow-transit { 0% { opacity:0; transform:translate(0,0) scale(.75); } 15%,80% { opacity:1; } 100% { opacity:0; transform:translate(var(--packet-x),var(--packet-y)) scale(.85); } }
@keyframes flow-ticket { 0%,100% { transform:translateX(0); } 50% { transform:translateX(5px); border-color:var(--lime); } }
@keyframes flow-breathe { 0%,100% { transform:translateY(0) scale(1); } 50% { transform:translateY(-5px) scale(1.02); } }
@keyframes flow-turn { 0%,100% { transform:rotate(0); } 50% { transform:rotate(180deg); } }
@keyframes flow-received { 0%,20% { opacity:0; transform:scale(.8); } 45%,100% { opacity:1; transform:scale(1); } }
@keyframes flow-branch { 0% { opacity:0; transform:translate(0,0) scale(.6); } 20% { opacity:1; } 50% { transform:translate(var(--branch-end),calc(var(--branch-drop) * .45)) scale(.8); } 80% { opacity:1; } 100% { opacity:0; transform:translate(var(--branch-end),var(--branch-drop)) scale(.5); } }
@media (min-width:741px) and (max-width:1050px) {
  .flow-factory { column-gap:20px; }
  .flow-step { font-size:12px; gap:6px; }
  .flow-step>span { width:23px; height:23px; font-size:9px; }
  .flow-art { height:154px; margin-block:12px 20px; }
  .flow-sponge-img { width:110%; height:110%; left:-5%; top:-5%; }
  .flow-number { gap:4px; }.flow-number b { font-size:27px; }.flow-number>span { font-size:9px; }
  .flow-subnumber { font-size:10px; line-height:1.5; min-height:30px; }
  .flow-station>p { font-size:11px; margin-top:8px; }
  .flow-trade-art { gap:7px; padding-bottom:22px; }
  .flow-trade-ticket { padding:7px 6px; gap:5px; font-size:9px; }
  .flow-ticket-icon { width:18px; height:18px; font-size:12px; }
  .flow-trade-ticket>span:last-child { display:none; }
  .flow-trade-ticket:nth-child(1) { margin-right:9px; }.flow-trade-ticket:nth-child(2) { margin-left:8px; }
  .flow-platform { font-size:8px; }
  .flow-swap-core { gap:12px; }.flow-swap-core>img { width:43px; height:43px; box-shadow:0 0 0 6px var(--flow-tint); padding:4px; }
  .flow-swap-core svg { width:22px; height:22px; }
  .flow-swap-eth { height:55px; top:15px; }.flow-swap-pons { height:61px; bottom:26px; }
  .flow-holder-art { --branch-spread:48px; --branch-drop:51px; padding:0 2px 17px; gap:5px; }
  .flow-holder-source { width:41px; height:55px; left:calc(50% - 20.5px); top:5px; }
  .flow-holder-branches { left:18px; right:18px; top:81px; height:25px; }
  .flow-holder-branches::before { height:21px; }.flow-holder-branches::after { height:25px; }
  .flow-holder-drop { top:56px; width:13px; height:20px; left:calc(50% - 6.5px); }
  .flow-wallet { width:33px; height:35px; border-radius:10px; }.flow-wallet>svg { width:19px; height:19px; }
  .flow-wallet>i { width:14px; height:14px; font-size:9px; }
  .flow-pipe { top:124px; left:calc(100% - 4px); width:28px; --packet-x:20px; }
  .flow-pipe-label { display:none; }
  .flow-packet { width:12px; height:23px; top:8px; }
}
@media (max-width:740px) {
  .reward-flow { margin-top:26px; }
  .flow-toolbar { gap:10px; flex-wrap:wrap; }
  .flow-round b { font-size:12px; }.flow-round>span:last-child { font-size:10px; }
  .flow-factory { grid-template-columns:minmax(0,1fr); gap:38px; padding-block:23px 27px; }
  .flow-station { display:grid; grid-template-columns:105px minmax(0,1fr); column-gap:15px; }
  .flow-station h3 { grid-column:2; }
  .flow-step { font-size:13px; gap:7px; min-height:44px; }
  .flow-step>span { width:23px; height:23px; font-size:9px; }
  .flow-art { grid-column:1; grid-row:1/5; height:136px; width:105px; margin:14px 0 0; align-self:center; }
  .flow-number,.flow-subnumber,.flow-station>p { grid-column:2; }
  .flow-number { margin-top:7px; gap:5px; }.flow-number b { font-size:29px; }.flow-number>span { font-size:10px; }
  .flow-subnumber { font-size:10px; line-height:1.5; margin-top:6px; }
  .flow-station>p { font-size:11px; line-height:1.5; margin-top:10px; max-width:34ch; }
  .flow-trade-art { gap:5px; padding-bottom:20px; }
  .flow-trade-ticket { padding:6px 5px; gap:4px; font-size:8px; border-radius:8px; }
  .flow-ticket-icon { width:14px; height:14px; font-size:10px; flex:none; }
  .flow-trade-ticket>span:last-child { display:none; }
  .flow-trade-ticket:nth-child(1) { margin-right:6px; }.flow-trade-ticket:nth-child(2) { margin-left:6px; }.flow-trade-ticket:nth-child(3) { margin-right:3px; }
  .flow-platform { font-size:8px; gap:3px; white-space:nowrap; }.flow-platform img { width:14px; height:14px; }
  .flow-sponge-img { width:134%; height:112%; left:-17%; top:-6%; }
  .flow-vault-ring { height:24px; bottom:10px; }
  .flow-swap-core { gap:12px; }.flow-swap-core>img { width:36px; height:36px; padding:4px; box-shadow:0 0 0 6px var(--flow-tint); }
  .flow-swap-core svg { width:19px; height:19px; }
  .flow-swap-eth { height:45px; top:13px; }.flow-swap-pons { height:51px; bottom:24px; }
  .flow-holder-art { gap:5px; padding:0 1px 13px; --branch-spread:36px; --branch-drop:49px; }
  .flow-holder-drop { top:48px; width:12px; height:18px; left:calc(50% - 6px); }
  .flow-holder-source { width:35px; height:48px; left:calc(50% - 17.5px); top:5px; }
  .flow-holder-branches { left:15px; right:15px; top:72px; height:26px; }
  .flow-holder-branches::before { height:20px; }.flow-holder-branches::after { height:26px; }
  .flow-wallet { width:29px; height:32px; border-radius:9px; }.flow-wallet>svg { width:17px; height:17px; }
  .flow-wallet>i { width:13px; height:13px; font-size:9px; }
  .flow-pipe { left:33px; top:calc(100% + 3px); width:38px; height:32px; --packet-x:0px; --packet-y:25px; }
  .flow-pipe-track { width:1px; height:100%; left:19px; top:0; }
  .flow-pipe-label { left:35px; top:6px; bottom:auto; transform:none; font-size:8px; }
  .flow-pipe-arrow { transform:rotate(90deg); right:11px; top:11px; }
  .flow-packet { width:12px; height:23px; left:13px; top:-8px; }
  .flow-caption { align-items:flex-start; gap:9px; padding-block:15px; min-height:113px; }
  .flow-caption-index { width:26px; height:26px; font-size:10px; }.flow-caption p { font-size:12px; }
  .flow-clock { display:none; }
  .flow-allocation-grid { grid-template-columns:minmax(0,1fr); gap:13px; }
  .flow-allocation-grid>div+div { border-left:0; border-top:1px solid var(--line); padding:12px 0 0; }
  .flow-allocation-grid>div { display:flex; align-items:center; justify-content:space-between; gap:15px; }
  .flow-allocation-grid b { font-size:18px; flex:none; }.flow-allocation-grid span { max-width:20ch; font-size:10px; }
}
@media (max-width:360px) {
  .flow-station { grid-template-columns:82px minmax(0,1fr); column-gap:12px; }
  .flow-art { width:82px; height:120px; }
  .flow-step { font-size:11px; gap:5px; }.flow-number b { font-size:26px; }
  .flow-pipe { left:22px; }.flow-platform { font-size:6px; }
  .flow-holder-branches { left:12px; right:12px; top:63px; }
  .flow-wallet { width:23px; height:28px; }.flow-holder-source { top:0; }
  .flow-holder-art { --branch-spread:28px; --branch-drop:40px; }
}
@media (prefers-reduced-motion:reduce) {
  .reward-flow *, .reward-flow *::before, .reward-flow *::after { animation:none!important; transition:none!important; }
  .flow-packet { display:none; }
}
