/* The launch plan is an illustration, never a live balance or a quote. */
.fee-story { margin: 20px 0 38px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); overflow: hidden; scroll-margin-top: 90px; }
.fs-heading { display: flex; align-items: start; justify-content: space-between; gap: 28px; padding: 27px 30px 24px; }
.fs-heading h2 { font-size: clamp(24px, 2.25vw, 31px); font-weight: 550; letter-spacing: -.045em; line-height: 1.16; margin: 0 0 9px; }
.fs-heading p { font-size: 12px; line-height: 1.7; max-width: 450px; margin: 0; }
.fs-state { flex-shrink: 0; padding-top: 4px; font-size: 11px; color: var(--muted); }
.fs-guide { margin: 17px 30px 0; font-size: 11px; color: var(--muted); }
.fs-allocation { display: grid; grid-template-columns: 1fr auto; gap: 15px 30px; margin: 0 30px 23px; }
.fs-major, .fs-minor { display: flex; align-items: baseline; gap: 12px; }
.fs-major b { color: var(--accent); font-size: 56px; font-weight: 500; line-height: 1; letter-spacing: -.07em; }
.fs-major span { font-size: 13px; }
.fs-minor b { color: var(--blue-text); font-size: 27px; font-weight: 500; letter-spacing: -.045em; }
.fs-minor span { font-size: 12px; color: var(--muted); }
.fs-meter { grid-column: 1 / -1; height: 7px; display: flex; gap: 3px; overflow: hidden; border-radius: 3px; }
.fs-meter i:first-child { flex: 95; background: var(--accent); }
.fs-meter i:last-child { flex: 5; background: var(--blue-text); }
.fs-example { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 30px; background: var(--bg); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fs-example label { display: flex; align-items: center; gap: 11px; font-size: 12px; }
.fs-example select { min-height: 44px; padding: 6px 30px 6px 11px; background: var(--panel); border: 1px solid var(--line-strong); border-radius: 5px; color: var(--text); font-size: 12px; }
.fs-example > span { color: var(--muted); font-size: 11px; }
.fs-stages { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; padding: 25px 30px 21px; }
.fs-stage { position: relative; width: 100%; min-width: 0; padding: 0 0 15px; border: 0; border-bottom: 2px solid var(--line); border-radius: 0; background: none; text-align: left; cursor: pointer; }
.fs-stage:disabled { cursor: default; }
.fs-stage[aria-pressed=true] { border-bottom-color: var(--accent); }
.fs-stage:not(:last-child)::after { content: '\2192'; position: absolute; right: -18px; top: 34px; color: var(--muted); font-size: 18px; }
.fs-stage > span, .fs-stage > strong, .fs-stage > small { display: block; }
.fs-stage .fs-step-label { font-size: 11px; color: var(--muted); margin: 11px 0 5px; }
.fs-stage[aria-pressed=true] .fs-step-label { text-decoration: underline; text-underline-offset: 3px; }
.fs-stage > strong { font-weight: 550; font-size: 15px; letter-spacing: -.025em; }
.fs-stage > small { font-size: 12px; line-height: 1.5; color: var(--muted); margin-top: 5px; }
.fs-art { height: 88px; position: relative; display: flex !important; align-items: center; justify-content: center; background: var(--bg); border-radius: 7px; overflow: hidden; }
.fs-stage[aria-pressed=true] .fs-art { background: var(--accent-soft); }
.fs-coin { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--accent); border-radius: 50%; background: var(--panel); color: var(--accent); font-size: 11px; font-style: normal; font-weight: 550; box-shadow: inset 0 0 0 4px var(--panel), inset 0 0 0 5px var(--line); }
.fs-stack .fs-coin:first-child { transform: translate(-17px, -7px); }
.fs-stack .fs-coin:nth-child(2) { transform: translate(0, 0); }
.fs-stack .fs-coin:nth-child(3) { transform: translate(17px, 7px); }
.fs-pool svg { width: 57px; height: 49px; color: var(--accent); fill: var(--panel); stroke: currentColor; stroke-width: 1.25; stroke-linejoin: round; }
.fs-pool i { position: absolute; width: 13px; height: 13px; background: var(--accent); border: 2px solid var(--panel); border-radius: 50%; top: 10px; opacity: 0; }
.fs-swap .fs-coin:first-child { transform: translateX(-21px); color: var(--blue-text); border-color: var(--blue-text); }
.fs-swap .fs-coin:nth-child(2) { transform: translateX(21px); font-size: 9px; }
.fs-burn .fs-coin { font-size: 9px; }
.fs-burn i { position: absolute; width: 5px; height: 5px; background: var(--accent); opacity: 0; }
.fs-burn i:nth-child(2) { --dx: -27px; --dy: -21px; }
.fs-burn i:nth-child(3) { --dx: 27px; --dy: -18px; }
.fs-burn i:nth-child(4) { --dx: -18px; --dy: 27px; }
.fs-burn i:nth-child(5) { --dx: 24px; --dy: 24px; }
.fs-stage[aria-pressed=true] .fs-stack .fs-coin:nth-child(3) { animation: fs-collect 3s ease-in-out infinite; }
.fs-stage[aria-pressed=true] .fs-pool i { animation: fs-deposit 2.8s ease-in-out infinite; }
.fs-stage[aria-pressed=true] .fs-swap .fs-coin:nth-child(2) { animation: fs-purchase 3s ease-in-out infinite; }
.fs-stage[aria-pressed=true] .fs-burn .fs-coin { animation: fs-burn 3s ease-in-out infinite; }
.fs-stage[aria-pressed=true] .fs-burn i { animation: fs-particles 3s ease-out infinite; }
.fee-story[data-running=false] .fs-art * { animation: none !important; }
@keyframes fs-collect { 0%, 15% { transform: translate(17px, -45px); opacity: 0; } 40%, 85% { transform: translate(17px, 7px); opacity: 1; } 100% { transform: translate(17px, 7px); opacity: 0; } }
@keyframes fs-deposit { 0%, 10% { transform: translateY(-15px); opacity: 0; } 30% { opacity: 1; } 65%, 100% { transform: translateY(34px); opacity: 0; } }
@keyframes fs-purchase { 0%, 12% { transform: translate(37px, 0) scale(.8); opacity: 0; } 40%, 86% { transform: translate(21px, 0) scale(1); opacity: 1; } 100% { opacity: 0; transform: translate(21px, 0); } }
@keyframes fs-burn { 0%, 25% { transform: scale(1); opacity: 1; } 65%, 90% { transform: scale(.1); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@keyframes fs-particles { 0%, 25% { transform: translate(0, 0); opacity: 0; } 42% { opacity: .8; } 85%, 100% { transform: translate(var(--dx), var(--dy)); opacity: 0; } }
.fs-caption { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 0 30px 22px; }
.fs-caption p { font-size: 12px; line-height: 1.75; margin: 0; max-width: 680px; min-height: 63px; }
.fs-caption strong { color: var(--text); font-weight: 550; }
.fs-caption button { display: flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; min-height: 44px; min-width: 104px; padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: 5px; font-size: 11px; background: var(--panel); }
.fs-caption button::before { content: '\25B6'; font-size: 8px; }
.fs-caption button[aria-pressed=true]::before { content: '\2161'; font-size: 12px; }
.fs-paused { display: flex; align-items: center; gap: 24px; padding: 15px 30px; border-top: 1px solid var(--line); background: var(--bg); font-size: 11px; color: var(--muted); }
.fs-paused strong { font-size: 13px; color: var(--text); font-weight: 550; margin-right: 6px; }
.fs-paused > span:first-child { color: var(--text); }
.fs-foot { display: flex; gap: 20px; justify-content: space-between; padding: 15px 30px; border-top: 1px solid var(--line); }
.fs-foot p { margin: 0; font-size: 11px; line-height: 1.7; max-width: 680px; }
.fs-foot a { font-size: 11px; white-space: nowrap; align-self: center; text-decoration: underline; text-underline-offset: 3px; }
.fee-story .fs-announcement { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.fee-story button:focus-visible, .fee-story select:focus-visible { outline: 2px solid var(--blue-text); outline-offset: 3px; }
.fee-story [hidden] { display: none !important; }
@media (max-width: 1050px) {
  .fs-heading, .fs-example, .fs-paused, .fs-foot { padding-left: 22px; padding-right: 22px; }
  .fs-allocation { margin-left: 22px; margin-right: 22px; }
  .fs-guide { margin-left: 22px; margin-right: 22px; }
  .fs-stages { padding-left: 22px; padding-right: 22px; gap: 16px; }
  .fs-stage:not(:last-child)::after { right: -15px; }
  .fs-caption { padding-left: 22px; padding-right: 22px; }
  .fs-major span { max-width: 150px; }
}
@media (max-width: 650px) {
  .fee-story { margin-top: 16px; margin-bottom: 28px; }
  .fs-heading { flex-direction: column-reverse; gap: 13px; padding: 20px 18px; }
  .fs-heading h2 { font-size: 26px; max-width: 270px; }
  .fs-heading p { font-size: 12px; }
  .fs-state { padding: 0; font-size: 10px; }
  .fs-allocation { margin: 0 18px 20px; gap: 13px 12px; }
  .fs-major, .fs-minor { display: block; }
  .fs-major b { font-size: 48px; }
  .fs-major span, .fs-minor span { display: block; margin-top: 6px; font-size: 11px; }
  .fs-minor { padding-top: 15px; text-align: right; }
  .fs-example { padding: 12px 18px; align-items: start; flex-direction: column; gap: 4px; }
  .fs-example label { width: 100%; justify-content: space-between; font-size: 11px; }
  .fs-example > span { font-size: 10px; }
  .fs-stages { padding: 20px 18px; grid-template-columns: 1fr; gap: 20px; }
  .fs-stage { display: grid; grid-template-columns: 85px 1fr; column-gap: 16px; align-items: center; padding-bottom: 13px; }
  .fs-stage:not(:last-child)::after { content: '\2193'; left: 37px; right: auto; top: auto; bottom: -24px; }
  .fs-stage .fs-step-label { margin: 0 0 3px; align-self: end; }
  .fs-stage > strong { font-size: 15px; }
  .fs-stage > small { margin: 3px 0 0; align-self: start; }
  .fs-art { height: 85px; grid-row: 1 / 4; }
  .fs-coin { width: 40px; height: 40px; }
  .fs-swap .fs-coin:nth-child(2), .fs-burn .fs-coin { font-size: 8px; }
  .fs-guide { margin-left: 18px; margin-right: 18px; }
  .fs-caption { padding: 0 18px 20px; grid-template-columns: 1fr; gap: 12px; }
  .fs-caption p { font-size: 12px; min-height: 147px; }
  .fs-caption button { justify-self: start; min-width: 118px; }
  .fs-paused { padding: 14px 18px; gap: 9px 15px; flex-wrap: wrap; }
  .fs-paused > span:first-child { flex-basis: 100%; }
  .fs-foot { padding: 14px 18px; flex-direction: column; gap: 8px; }
  .fs-foot a { align-self: start; }
}
@media (prefers-reduced-motion: reduce) { .fee-story .fs-art * { animation: none !important; } }
