.demo-page{padding-bottom:32px}
.demo-mobile-action{display:none}
@media(max-width:800px){
  .demo-mobile-action{display:block;padding:14px 16px;border-bottom:1px solid #a4c58a12;scroll-margin-top:12px;background:#101914}
  .demo-mobile-action .demo-return{margin:0 0 8px}
  .demo-mobile-action .demo-return-hint{margin-top:6px}
  .demo-mobile-action:empty{display:none}
}
.demo-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;padding-top:44px;padding-bottom:32px}
.demo-intro h1{font-size:clamp(34px,4.6vw,56px);line-height:1.13;letter-spacing:-2px;margin:16px 0}
.demo-intro>div:first-child{max-width:690px}.demo-intro p{max-width:590px;color:var(--muted);margin:0;font-size:15px}
.demo-wallet{flex-shrink:0;min-width:215px;padding:16px 20px;border:1px solid var(--line);border-radius:12px;background:var(--panel)}
.demo-wallet>div>span{font-size:11px;color:var(--muted)}.demo-wallet strong{display:flex;align-items:baseline;gap:10px;font-size:26px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--lime)}
.demo-wallet small{font-size:11px;font-weight:400;color:var(--muted)}.demo-wallet button{padding:4px 0;border:0;background:none;color:var(--muted);font-size:11px;text-decoration:underline;text-underline-offset:3px}
.demo-wallet button:hover:enabled{color:var(--lime)}.demo-page button:disabled{cursor:default;opacity:.45}
.demo-board{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:stretch}
.demo-flight{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#101914}
.demo-stage-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:19px 24px;border-bottom:1px solid #a4c58a12}
.demo-stage-top h2{margin:0;font-size:13px;font-weight:500;color:#b4c0b8}.demo-mode{display:inline-flex;align-items:center;gap:7px;border:1px solid #dcf87532;border-radius:20px;padding:4px 9px;font-size:9px;letter-spacing:1px;color:var(--lime)}
.demo-mode i{width:5px;height:5px;border-radius:50%;background:currentColor}
.demo-sky{position:relative;isolation:isolate}.demo-sky svg{display:block;width:100%;height:auto}.demo-sky [hidden]{display:none}
.demo-telemetry{position:absolute;z-index:1;top:8%;left:5.7%;width:78%;pointer-events:none}
.demo-telemetry>span{font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:var(--lime)}
.demo-telemetry>strong{display:block;font-size:clamp(42px,6vw,78px);font-weight:600;line-height:1.22;letter-spacing:-3px;font-variant-numeric:tabular-nums}
.demo-telemetry>strong span{font-size:.65em;letter-spacing:0;color:#a9b793;margin-left:5px}
.demo-telemetry>p{font-size:12px;color:#9fad9d;max-width:320px;margin:8px 0 0}
.demo-stage-bottom{position:absolute;bottom:1.8%;left:5.7%;right:5.7%;display:flex;justify-content:space-between;color:#778a78;font-size:9px;letter-spacing:1px;pointer-events:none}
.demo-stage-bottom b{font-weight:500;color:#bbc7ad}
.demo-flight[data-phase=ended] .demo-telemetry>span,.demo-flight[data-phase=ended] .demo-telemetry>strong,.demo-flight[data-phase=ended] .demo-telemetry>strong span{color:#f4a36f}
.demo-flight[data-phase=ended] #demo-trail{stroke:#f4a36f;opacity:.65}
.demo-history{padding:17px 24px;border-top:1px solid #a4c58a12;min-height:107px;background:#0b130e}
.demo-history-heading{display:flex;justify-content:space-between;font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#9aab9c}.demo-history-heading>span:last-child{color:var(--lime)}
.demo-history p{font-size:11px;color:#778979;margin:12px 0 0}.demo-history ol{display:flex;flex-wrap:wrap;gap:7px;padding:0;list-style:none;margin:12px 0 0}.demo-history ol:empty{display:none}
.demo-history li{border:1px solid #74816933;border-radius:6px;padding:4px 9px;font-size:11px;font-variant-numeric:tabular-nums;color:#b1c4ab;background:#c0db9810}.demo-history li[data-win=true]{border-color:#dcf87550;color:var(--lime)}.demo-history li[data-high=true]{color:#d3b4ff}
.demo-controls{padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--panel);display:flex;flex-direction:column;min-width:0}
.demo-controls-heading{display:flex;align-items:center;gap:10px;margin-bottom:24px}.demo-controls-heading h2{font-size:16px;margin:0;letter-spacing:-.3px}.demo-control-icon{color:var(--lime);border:1px solid #dcf87525;border-radius:7px;background:#dcf87509;width:29px;height:29px;text-align:center;font-size:18px}
.demo-controls label{font-size:12px;color:#bcc5cf}
.demo-amount{display:flex;align-items:center;gap:10px;border:1px solid #3b4551;background:#090f17;border-radius:9px;margin-top:9px;padding:0 14px}
.demo-amount:focus-within{border-color:var(--lime);box-shadow:0 0 0 2px #dcf87515}
.demo-amount input{min-width:0;width:100%;padding:12px 0;border:0;outline:0;background:transparent;color:var(--text);font:600 22px/1.3 'Manrope',sans-serif}
.demo-amount input:disabled{color:var(--muted)}.demo-amount span{font-size:10px;color:var(--muted)}.demo-target-wrap input{font-size:17px;padding:10px 0}
.demo-field-hint{font-size:10px;line-height:1.6;color:var(--muted);margin:7px 0 0}
.demo-presets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:12px;margin-bottom:22px}
.demo-presets button{border:1px solid #38424e;border-radius:6px;background:#ffffff03;color:var(--muted);padding:7px 2px;font-size:11px}
.demo-presets button:hover:enabled{color:var(--lime);border-color:#829449}
.demo-auto-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:17px;border-top:1px solid var(--line);margin-bottom:12px}
.demo-auto-row label{cursor:pointer}.demo-auto-row input{appearance:none;width:34px;height:20px;flex-shrink:0;margin:0;border:1px solid #525d68;border-radius:20px;background:#202b37;cursor:pointer;position:relative}
.demo-auto-row input:before{content:'';position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:#9aa7b6;transition:transform .15s}
.demo-auto-row input:checked{background:var(--lime);border-color:var(--lime)}.demo-auto-row input:checked:before{background:#17200e;transform:translateX(14px)}.demo-auto-row input:focus-visible{outline:2px solid var(--lime);outline-offset:4px}
.demo-target-label{font-size:10px!important}.demo-return{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:20px 0 12px;font-size:11px;color:var(--muted)}.demo-return strong{color:var(--text);font-size:16px;font-variant-numeric:tabular-nums}
.demo-action{width:100%;border:0;min-height:58px;display:flex;flex-direction:column;justify-content:center;gap:2px!important;padding:12px 6px!important;font-size:13px;line-height:1.35;text-align:center}
.demo-action #demo-action-value{font-size:12px;font-weight:500}.demo-action #demo-action-value:empty{display:none}.demo-action[data-mode=cancel]{background:#293542;color:var(--text)}
.demo-action[data-mode=cash]{background:#dcf875;box-shadow:0 4px 25px #dcf87516}
.demo-return-hint{text-align:center}.demo-outcome{margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}.demo-outcome>span{font-size:9px;letter-spacing:1px;text-transform:uppercase;color:var(--muted)}
.demo-outcome p{font-size:12px;margin:5px 0 0;line-height:1.7;color:var(--text);min-height:40px}.demo-outcome[data-result=win] p{color:var(--lime)}.demo-outcome[data-result=loss] p{color:#f4a36f}
#demo-error{color:#f5b08e;font-size:11px;line-height:1.6;margin:10px 0 0}#demo-error:empty{display:none}.demo-controls input[aria-invalid=true]{color:#f5b08e}
.demo-disclosure{display:flex;align-items:flex-start;gap:12px;margin-top:20px;padding:16px 20px;border:1px solid var(--line);border-radius:10px;background:#ffffff02}
.demo-disclosure p{font-size:11px;line-height:1.8;color:var(--muted);margin:0}.demo-disclosure-icon{border:1px solid #6a7848;color:var(--lime);border-radius:50%;font-size:11px;width:18px;height:18px;line-height:16px;text-align:center;flex-shrink:0;margin-top:3px}
.demo-real-cta{display:flex;align-items:center;justify-content:space-between;gap:36px;margin-top:20px;padding:30px 34px;border:1px solid #dcf87538;border-radius:14px;background:radial-gradient(circle at 100% 0,#dcf87512,transparent 48%),#151c27}
.demo-real-cta>div{max-width:650px}.demo-real-cta h2{font-size:clamp(23px,2.5vw,32px);line-height:1.2;letter-spacing:-.7px;margin:10px 0 9px}.demo-real-cta p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}.demo-real-button{flex-shrink:0;min-width:220px;justify-content:space-between;background:#e53935;border-color:#e53935;color:#fff}.demo-real-button:hover{background:#f04b47;border-color:#f04b47}
.demo-guide{padding-top:44px;padding-bottom:25px}.demo-guide-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.demo-guide h2{font-size:23px;margin:0}.demo-guide-heading a{font-size:12px}
.demo-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.demo-guide-grid h3{font-size:12px;color:var(--lime);margin:0 0 10px}.demo-guide-grid p{font-size:12px;line-height:1.85;color:var(--muted);margin:0}
.demo-session-note{font-size:10px;color:var(--muted);border-top:1px solid var(--line);padding-top:18px;margin-top:28px}.demo-no-js{font-size:12px;color:#f4a36f}
@media(min-width:801px) and (max-width:1050px){.demo-board{grid-template-columns:minmax(0,1fr) 290px}.demo-controls{padding:20px}.demo-telemetry>strong{font-size:55px}.demo-telemetry>p{max-width:245px;font-size:11px}.demo-stage-top{padding:17px}.demo-mode{font-size:8px;letter-spacing:0}}
@media(max-width:800px){.demo-intro{padding-top:28px;align-items:stretch;gap:22px;flex-direction:column}.demo-intro h1{letter-spacing:-1.3px}.demo-intro p{font-size:14px}.demo-wallet{display:flex;align-items:center;justify-content:space-between;gap:15px;min-width:0}.demo-wallet strong{font-size:23px}.demo-wallet button{font-size:12px}.demo-board{grid-template-columns:minmax(0,1fr);gap:14px}.demo-telemetry>strong{font-size:clamp(44px,10vw,72px)}.demo-controls{padding:22px}.demo-history{min-height:90px}.demo-real-cta{align-items:flex-start;flex-direction:column;gap:22px;padding:25px 22px}.demo-real-button{width:100%;min-width:0}.demo-guide-grid{gap:22px}.demo-intro{padding-bottom:22px}}
@media(max-width:480px){.demo-stage-top{padding:14px 16px}.demo-stage-top h2{font-size:11px}.demo-mode{font-size:8px;letter-spacing:0}.demo-telemetry>span{font-size:9px;letter-spacing:.5px}.demo-telemetry>strong{font-size:46px;letter-spacing:-2px}.demo-telemetry>p{font-size:10px;line-height:1.6;max-width:240px;margin-top:3px}.demo-stage-bottom{font-size:7px;letter-spacing:.3px}.demo-history{padding:14px 16px}.demo-history li{font-size:10px;padding:4px 7px}.demo-guide-heading{align-items:flex-start;flex-direction:column;gap:12px}.demo-guide-grid{grid-template-columns:minmax(0,1fr)}.demo-disclosure{padding:14px}.demo-guide{padding-top:30px}.demo-intro .eyebrow{font-size:9px;letter-spacing:1px}}
@media(prefers-reduced-motion:reduce){.demo-auto-row input:before{transition:none}}
