.idx-panel{--bg: #0a1017;--panel: #0e1620;--panel-2: #121c28;--line: #1e2c3a;--line-soft: #182534;--txt: #c8d6e5;--txt-dim: #7c8fa3;--txt-mute: #5d7186;--head: #8fa8bf;--up: #22c55e;--down: #ef4444;--amber: #f0b429;--cyan: #38bdf8;color:var(--txt);margin-bottom:12px}.idx-panel .panel{background:var(--panel);border:1px solid var(--line);border-radius:6px;overflow:hidden}.idx-panel .panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 12px;background:var(--panel-2);border-bottom:1px solid var(--line);flex-wrap:wrap}.idx-panel .panel-title{font-size:var(--fs-head);font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--txt)}.idx-panel .panel-title .idx-suffix{color:var(--txt-mute);font-weight:600;text-transform:none;letter-spacing:normal;margin-left:6px}.idx-panel button.panel-head{width:100%;border:none;cursor:pointer;font:inherit;color:inherit;text-align:left}.idx-panel button.panel-head:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.idx-panel .panel-meta{display:flex;align-items:center;gap:10px;font-size:var(--fs-micro);color:var(--txt-dim)}.idx-panel .panel-body{padding:10px 12px}.idx-panel .toggle{background:none;border:1px solid var(--line);color:var(--txt-dim);font-size:var(--fs-micro);padding:3px 10px;border-radius:4px;cursor:pointer;font:inherit}.idx-panel .toggle:hover{color:var(--txt);border-color:var(--txt-dim)}.idx-panel .toggle:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.idx-panel table.idx-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.idx-panel table.idx-table th{font-size:var(--fs-micro);text-transform:uppercase;letter-spacing:.3px;color:var(--head);background:var(--panel-2);padding:5px 6px;border-bottom:1px solid var(--line-soft);text-align:center}.idx-panel table.idx-table td{font-size:var(--fs-small);color:var(--txt);padding:5px 6px;text-align:center;border-bottom:1px solid var(--line-soft)}.idx-panel .kv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px 20px}.idx-panel .kv{display:flex;justify-content:space-between;gap:10px;padding:5px 0;border-bottom:1px solid var(--line-soft)}.idx-panel .kv .k{color:var(--txt-dim);font-size:var(--fs-small)}.idx-panel .kv .v{color:var(--txt);font-size:var(--fs-small);font-weight:600;font-variant-numeric:tabular-nums}.idx-panel .tl-rows{display:flex;flex-direction:column}.idx-panel .tl-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:7px 0;border-bottom:1px solid var(--line-soft);font-size:var(--fs-small)}.idx-panel .tl-row:last-child{border-bottom:none}.idx-panel .tl-label{color:var(--txt-dim)}.idx-panel .tl-right{display:flex;align-items:baseline;gap:8px}.idx-panel .tl-value{color:var(--txt);font-weight:600;font-variant-numeric:tabular-nums}.idx-panel .tl-dist{color:var(--txt-mute);font-size:var(--fs-micro);font-variant-numeric:tabular-nums;min-width:52px;text-align:right}.idx-panel .tl-row--spot{background:var(--panel-2);margin:2px 0;padding:7px 8px;border-radius:4px;border-bottom:none}.idx-panel .tl-row--spot .tl-label,.idx-panel .tl-row--spot .tl-value{color:var(--head);font-weight:700}.idx-panel .tl-row--na .tl-value{color:var(--txt-mute);font-weight:400}.levels-range-row{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:12px;margin-bottom:12px}@media (max-width: 900px){.levels-range-row{grid-template-columns:1fr}}.idx-panel .tl-caption{padding-top:8px;color:var(--txt-mute);font-size:var(--fs-micro)}.idx-panel .tl-empty{text-align:center;padding:14px 12px;color:var(--txt-dim);font-size:var(--fs-small)}.idx-panel .atm-wrap{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}.idx-panel .side-cap{font-size:var(--fs-micro);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.idx-panel .side-cap.ce{color:var(--up)}.idx-panel .side-cap.pe{color:var(--down)}.idx-panel .side-cap.atm{color:var(--cyan)}.idx-panel .analysis{display:grid;grid-template-columns:1fr 1fr .68fr;gap:10px}.idx-panel .analysis .card{background:var(--panel-2);border:1px solid var(--line);border-radius:6px;padding:10px 12px}.idx-panel .analysis .metrics{display:flex;flex-direction:column;gap:4px;margin-top:6px;padding-top:6px;border-top:1px solid var(--line-soft)}.idx-panel .analysis .ranked{font-size:var(--fs-micro);color:var(--txt-dim)}.idx-panel .analysis .pill{display:inline-block;padding:2px 8px;border-radius:4px;font-size:var(--fs-micro);font-weight:700}.idx-panel .seg{display:inline-flex;gap:2px;background:var(--panel-2);border:1px solid var(--line);border-radius:5px;padding:2px}.idx-panel .seg button{background:none;border:none;color:var(--txt-dim);font-size:var(--fs-micro);font-weight:600;padding:4px 14px;border-radius:3px;cursor:pointer;font:inherit}.idx-panel .seg button.active{background:var(--panel);color:var(--txt)}.idx-panel .seg button:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.idx-panel .score-legend{display:flex;gap:12px;font-size:var(--fs-micro);color:var(--txt-dim);flex-wrap:wrap}.idx-panel .engines{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--line)}.idx-panel .engine{background:var(--panel-2);padding:6px 8px;display:flex;flex-direction:column;gap:2px;min-height:44px}.idx-panel .engine .idx-num{font-size:var(--fs-micro);color:var(--txt-mute);font-family:monospace}.idx-panel .engine .idx-label{font-size:var(--fs-small);color:var(--txt);line-height:1.25}.idx-panel .foot{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 12px;color:var(--txt-mute);font-size:var(--fs-micro)}.idx-panel .foot .foot-disclaimer{flex:1 1 auto;min-width:240px;font-style:italic}.idx-panel .foot .foot-meta{display:flex;gap:14px;white-space:nowrap}@media (max-width: 1400px){.idx-panel .engines{grid-template-columns:repeat(4,1fr)}}@media (max-width: 900px){.idx-panel .engines,.idx-panel .atm-wrap,.idx-panel .analysis,.idx-panel .kv-grid{grid-template-columns:1fr}}.idx-panel .ladder-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:var(--fs-small)}.idx-panel .ladder-table td{padding:5px 0}.idx-panel .ladder-label{width:36%;color:var(--txt-dim)}.idx-panel .ladder-price{width:22%;text-align:right;font-weight:600;font-variant-numeric:tabular-nums}.idx-panel .ladder-dist{width:15%;text-align:right;font-size:var(--fs-micro);font-variant-numeric:tabular-nums}.idx-panel .ladder-tag{width:27%;text-align:right;padding-right:4px;font-size:var(--fs-micro);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.idx-panel .ladder-row--r td{background:#2a1315}.idx-panel .ladder-row--r .ladder-label,.idx-panel .ladder-row--r .ladder-price,.idx-panel .ladder-row--r .ladder-dist,.idx-panel .ladder-row--r .ladder-tag{color:#f0999b}.idx-panel .ladder-row--s td{background:#0f2620}.idx-panel .ladder-row--s .ladder-label,.idx-panel .ladder-row--s .ladder-price,.idx-panel .ladder-row--s .ladder-dist,.idx-panel .ladder-row--s .ladder-tag{color:#7fd8b4}.idx-panel .ladder-row--r td:first-child,.idx-panel .ladder-row--s td:first-child,.idx-panel .ladder-row--x td:first-child{padding-left:8px}.idx-panel .ladder-row--b td{color:var(--txt-dim)}.idx-panel .ladder-row--b .ladder-tag{color:var(--txt-mute)}.idx-panel .ladder-row--x td{background:var(--panel-2)}.idx-panel .ladder-row--x .ladder-label,.idx-panel .ladder-row--x .ladder-price{color:#fff;font-weight:700}.idx-panel .ladder-row--x .ladder-tag{color:var(--txt-mute)}.idx-panel .ladder-row--reach.ladder-row--r .ladder-label,.idx-panel .ladder-row--reach.ladder-row--r .ladder-price,.idx-panel .ladder-row--reach.ladder-row--r .ladder-tag{color:#ff6b6e;font-weight:500}.idx-panel .ladder-row--reach.ladder-row--s .ladder-label,.idx-panel .ladder-row--reach.ladder-row--s .ladder-price,.idx-panel .ladder-row--reach.ladder-row--s .ladder-tag{color:#4ee6a8;font-weight:500}.idx-panel .ladder-row--na td{color:var(--txt-mute);font-weight:400}.idx-panel .irs-toggles{display:flex;gap:6px}.idx-panel .toggle.active{color:var(--txt);border-color:var(--txt-dim);background:var(--panel-2)}.idx-panel .irs-frozen{color:var(--amber);font-size:var(--fs-micro);padding-bottom:6px}.idx-panel .irs-rows{display:flex;flex-direction:column}.idx-panel .irs-row{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:var(--fs-small)}.idx-panel .irs-row--flat .irs-name,.idx-panel .irs-row--flat .irs-value,.idx-panel .irs-row--flat .irs-band{color:var(--txt-mute)}.idx-panel .irs-row--flat .irs-fill{opacity:.45}.idx-panel .irs-row--na{color:var(--txt-mute)}.idx-panel .irs-name{width:96px;flex:none;color:var(--txt)}.idx-panel .irs-row--na .irs-name{color:var(--txt-mute)}.idx-panel .irs-bar{position:relative;flex:1;height:18px}.idx-panel .irs-zero{position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--line)}.idx-panel .irs-fill{position:absolute;top:2px;height:14px;border-radius:2px}.idx-panel .irs-fill--pos{background:#4ee6a8}.idx-panel .irs-fill--neg{background:#ff6b6e}.idx-panel .irs-value{width:62px;flex:none;text-align:right;font-variant-numeric:tabular-nums}.idx-panel .irs-value--pos{color:#4ee6a8}.idx-panel .irs-value--neg{color:#ff6b6e}.idx-panel .irs-band{width:78px;flex:none;text-align:right;font-size:var(--fs-micro);color:var(--txt-dim)}.idx-panel .irs-row--skel .irs-name,.idx-panel .irs-row--skel .irs-value,.idx-panel .irs-row--skel .irs-band{color:var(--txt-mute)}.idx-panel .irs-skel-fill{position:absolute;left:35%;right:35%;top:6px;height:6px;border-radius:3px;background:var(--line-soft)}.futures-panel-root{--fp-bg:#0A0E14;--fp-panel:#101823;--fp-panel-2:#15202E;--fp-inset:#0C1420;--fp-hairline:rgba(140,162,186,.1);--fp-hairline-strong:rgba(140,162,186,.22);--fp-green:#2FD79B;--fp-red:#FF5C77;--fp-amber:#F2B43C;--fp-amber-dim:#C79238;--fp-blue:#5A9BFF;--fp-text:#DCE6F2;--fp-text-soft:#B9C7D8;--fp-muted:#8CA2BA;--fp-faint:#5C7089;--fp-green-wash:rgba(47,215,155,.1);--fp-green-line:rgba(47,215,155,.3);--fp-red-wash:rgba(255,92,119,.1);--fp-red-line:rgba(255,92,119,.3);--fp-amber-wash:rgba(242,180,60,.08);--fp-amber-line:rgba(242,180,60,.3);--fp-radius:10px;--fp-radius-sm:6px;--fp-font-display:"Space Grotesk",system-ui,"Segoe UI",sans-serif;--fp-font-mono:"JetBrains Mono",ui-monospace,"Courier New",monospace;--fp-fs-eyebrow: clamp(.63rem, .5vw, .81rem);--fp-fs-caption: clamp(.72rem, .58vw, .94rem);--fp-fs-body: clamp(.78rem, .62vw, 1rem);--fp-fs-title: clamp(.88rem, .7vw, 1.1rem);--fp-fs-figure: clamp(1rem, 1.2vw + .9rem, 1.25rem);background:linear-gradient(var(--fp-hairline) 1px,transparent 1px) 0 0/100% 32px,linear-gradient(90deg,var(--fp-hairline) 1px,transparent 1px) 0 0/32px 100%,var(--fp-bg);font-family:var(--fp-font-display);font-size:var(--fp-fs-body);color:var(--fp-text);min-height:100vh}.futures-panel-root *{box-sizing:border-box}.futures-panel-root .wrap{max-width:1280px;margin:0 auto;padding:0 12px 40px}.futures-panel-root .topbar{display:flex;align-items:center;gap:10px;padding:7px 14px;background:var(--fp-bg);border-bottom:1px solid var(--fp-hairline-strong);position:sticky;top:0;z-index:100}.futures-panel-root .footer{padding:6px 14px;background:var(--fp-bg);border-top:1px solid var(--fp-hairline);text-align:center;font-size:var(--fp-fs-eyebrow);color:var(--fp-faint);margin-top:20px}.futures-panel-root .panel{background:var(--fp-panel);border:1px solid var(--fp-hairline-strong);border-radius:var(--fp-radius);overflow:hidden;margin-bottom:14px}.futures-panel-root .ph{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 12px;background:var(--fp-panel-2);border-bottom:1px solid var(--fp-hairline);font-size:var(--fp-fs-eyebrow);font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--fp-muted);flex-wrap:wrap}.futures-panel-root .ph-title{font-size:var(--fp-fs-title);font-weight:700;color:var(--fp-text);letter-spacing:0;text-transform:none}.futures-panel-root .sebi{font-size:var(--fp-fs-eyebrow);color:var(--fp-faint);padding:4px 12px;border-top:1px solid var(--fp-hairline);text-align:center}.futures-panel-root .warn{background:var(--fp-amber-wash);border:1px solid var(--fp-amber-line);border-radius:var(--fp-radius-sm);padding:8px 12px;font-size:var(--fp-fs-eyebrow);color:var(--fp-amber-dim);line-height:1.6;margin:10px 12px}.futures-panel-root .tabs{display:flex;gap:4px;padding:10px 12px 0;background:var(--fp-inset);border-bottom:1px solid var(--fp-hairline-strong);overflow-x:auto}.futures-panel-root .tab{padding:9px 14px;min-height:24px;display:flex;align-items:center;border-radius:var(--fp-radius-sm) var(--fp-radius-sm) 0 0;font-size:var(--fp-fs-caption);font-weight:600;cursor:pointer;border:1px solid transparent;border-bottom:none;color:var(--fp-muted);white-space:nowrap;transition:all .15s}.futures-panel-root .tab:hover{color:var(--fp-text);background:var(--fp-panel-2)}.futures-panel-root .tab.active{background:var(--fp-panel);border-color:var(--fp-hairline-strong);color:var(--fp-blue);border-bottom:1px solid var(--fp-panel);margin-bottom:-1px}.futures-panel-root .tab-content{padding:14px}.futures-panel-root .grid{display:grid;gap:10px}.futures-panel-root .g2{grid-template-columns:1fr 1fr}.futures-panel-root .g3{grid-template-columns:1fr 1fr 1fr}.futures-panel-root .g4{grid-template-columns:1fr 1fr 1fr 1fr}.futures-panel-root .field{display:flex;flex-direction:column;gap:3px;background:var(--fp-inset);border:1px solid var(--fp-hairline);border-radius:var(--fp-radius-sm);padding:8px 12px}.futures-panel-root .lbl{font-size:var(--fp-fs-eyebrow);color:var(--fp-muted);letter-spacing:.6px;font-weight:700;text-transform:uppercase}.futures-panel-root .val{font-size:var(--fp-fs-figure);font-weight:700;font-family:var(--fp-font-mono);font-variant-numeric:tabular-nums}.futures-panel-root .sub{font-size:var(--fp-fs-eyebrow);color:var(--fp-muted);margin-top:1px}.futures-panel-root .sm{font-size:var(--fp-fs-body);font-weight:700;font-variant-numeric:tabular-nums}.futures-panel-root .gn{color:var(--fp-green)}.futures-panel-root .rd{color:var(--fp-red)}.futures-panel-root .or{color:var(--fp-amber)}.futures-panel-root .wh{color:var(--fp-text)}.futures-panel-root .bl{color:var(--fp-blue)}.futures-panel-root .muted{color:var(--fp-muted)}.futures-panel-root .badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:var(--fp-radius-sm);font-size:var(--fp-fs-caption);font-weight:700}.futures-panel-root .b-gn{background:var(--fp-green-wash);color:var(--fp-green);border:1px solid var(--fp-green-line)}.futures-panel-root .b-rd{background:var(--fp-red-wash);color:var(--fp-red);border:1px solid var(--fp-red-line)}.futures-panel-root .b-or{background:var(--fp-amber-wash);color:var(--fp-amber);border:1px solid var(--fp-amber-line)}.futures-panel-root .b-wh{background:var(--fp-hairline);color:var(--fp-text);border:1px solid var(--fp-hairline-strong)}.futures-panel-root .summary-aligned{background:var(--fp-green-wash);border:1px solid var(--fp-green-line);border-radius:var(--fp-radius);padding:12px 16px;margin-top:12px}.futures-panel-root .summary-aligned.bear{background:var(--fp-red-wash);border-color:var(--fp-red-line)}.futures-panel-root .summary-unclear{background:var(--fp-inset);border:1px solid var(--fp-hairline-strong);border-radius:var(--fp-radius);padding:12px 16px;margin-top:12px}.futures-panel-root .summary-label{font-size:var(--fp-fs-eyebrow);color:var(--fp-muted);letter-spacing:.6px;font-weight:700;text-transform:uppercase;margin-bottom:6px}.futures-panel-root .ban-box{background:var(--fp-red-wash);border:1px solid var(--fp-red-line);border-radius:var(--fp-radius-sm);padding:6px 12px;font-size:var(--fp-fs-caption);color:var(--fp-red)}.futures-panel-root .ref-box{background:var(--fp-inset);border:1px solid var(--fp-hairline);border-radius:var(--fp-radius-sm);padding:6px 12px;font-size:var(--fp-fs-caption);color:var(--fp-muted)}.futures-panel-root .corp-box{background:var(--fp-amber-wash);border:1px solid var(--fp-amber-line);border-radius:var(--fp-radius-sm);padding:6px 12px;font-size:var(--fp-fs-caption);color:var(--fp-amber-dim)}.futures-panel-root .gauge-wrap{display:flex;align-items:center;gap:8px;margin-top:4px}.futures-panel-root .gauge-bg{flex:1;height:4px;background:var(--fp-hairline-strong);border-radius:2px}.futures-panel-root .gauge-fill{height:4px;border-radius:2px}.futures-panel-root .phase-bar{display:flex;gap:8px;padding:12px 0 4px}.futures-panel-root .phase-btn{padding:5px 18px;border-radius:var(--fp-radius-sm);font-size:var(--fp-fs-body);font-weight:700;cursor:pointer;border:1px solid var(--fp-hairline-strong);background:var(--fp-inset);color:var(--fp-muted);font-family:var(--fp-font-display);transition:all .15s}.futures-panel-root .phase-btn.active{background:var(--fp-panel-2);color:var(--fp-blue);border-color:var(--fp-blue)}.futures-panel-root .div{border:none;border-top:1px solid var(--fp-hairline);margin:12px 0}.futures-panel-root .dot{width:7px;height:7px;border-radius:50%;background:var(--fp-green);display:inline-block;margin-right:5px}.futures-panel-root .code{font-family:var(--fp-font-mono);font-size:var(--fp-fs-eyebrow);background:var(--fp-inset);padding:1px 6px;border-radius:3px;color:var(--fp-blue);font-variant-numeric:tabular-nums}.futures-panel-root .btn-how{background:var(--fp-amber);color:var(--fp-bg);border:none;border-radius:var(--fp-radius-sm);padding:9px 14px;min-height:24px;font-size:var(--fp-fs-eyebrow);font-weight:700;cursor:pointer;letter-spacing:.3px;font-family:var(--fp-font-display)}.futures-panel-root .overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:1300;display:flex;align-items:flex-start;justify-content:center;padding-top:40px}.futures-panel-root .popup{background:var(--fp-panel);border:1px solid var(--fp-hairline-strong);border-radius:var(--fp-radius);width:620px;max-width:min(620px,92vw);max-height:82vh;display:flex;flex-direction:column;box-shadow:0 24px 60px #000000ab}.futures-panel-root .popup-hdr{padding:12px 16px;background:var(--fp-panel-2);border-bottom:1px solid var(--fp-hairline);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.futures-panel-root .popup-body{overflow-y:auto;flex:1}.futures-panel-root .popup-body-padded{overflow-y:auto;flex:1;padding:12px 16px;font-size:var(--fp-fs-caption);color:var(--fp-text-soft);line-height:1.7}.futures-panel-root .popup-close{background:none;border:none;color:var(--fp-muted);font-size:20px;cursor:pointer;padding:0 4px;line-height:1}.futures-panel-root .popup-close:hover{color:var(--fp-text)}.futures-panel-root .disclaimer-box{background:var(--fp-amber-wash);border:1px solid var(--fp-amber-line);border-radius:var(--fp-radius-sm);padding:12px 16px;margin:12px;font-size:var(--fp-fs-caption);color:var(--fp-amber-dim);line-height:1.7}.futures-panel-root .popup-sec{padding:10px 16px;border-bottom:1px solid var(--fp-hairline)}.futures-panel-root .popup-sec:last-child{border-bottom:none}.futures-panel-root .sec-label{font-size:var(--fp-fs-eyebrow);font-weight:700;color:var(--fp-blue);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px}.futures-panel-root .sec-body{font-size:var(--fp-fs-body);color:var(--fp-text-soft);line-height:1.65}.futures-panel-root .bu-row{display:grid;grid-template-columns:60px 60px 1fr 1fr;gap:6px;padding:4px 0;font-size:var(--fp-fs-caption);border-bottom:1px solid var(--fp-hairline);align-items:center}.futures-panel-root .bu-row:last-child{border-bottom:none}.futures-panel-root .popup-close-btn{background:var(--fp-amber);color:var(--fp-bg);border:none;border-radius:var(--fp-radius-sm);padding:8px 24px;font-size:var(--fp-fs-body);font-weight:700;cursor:pointer;margin:12px auto;display:block;font-family:var(--fp-font-display)}.futures-panel-root .divider-line{border:none;border-top:1px solid var(--fp-hairline-strong);margin:0 16px}.futures-panel-root .disc-box{background:var(--fp-amber-wash);border:1px solid var(--fp-amber-line);border-radius:var(--fp-radius-sm);padding:10px 14px;margin-bottom:12px;color:var(--fp-amber-dim);line-height:1.7}.futures-panel-root .close-btn{background:var(--fp-amber);color:var(--fp-bg);border:none;border-radius:var(--fp-radius-sm);padding:7px 20px;font-size:var(--fp-fs-caption);font-weight:700;cursor:pointer;margin:12px auto;display:block;font-family:var(--fp-font-display)}@media (max-width: 600px){.futures-panel-root .popup{width:min(620px,92vw)}.futures-panel-root .overlay{padding-top:20px}}.futures-panel-root .itip{position:relative;display:inline-block;margin-left:5px;vertical-align:middle}.futures-panel-root .itip-ic{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:var(--fp-hairline-strong);color:var(--fp-blue);font-size:var(--fp-fs-eyebrow);font-weight:700;cursor:pointer;line-height:1;-webkit-user-select:none;user-select:none}.futures-panel-root .itip-ic:hover,.futures-panel-root .itip.open .itip-ic{background:var(--fp-blue);color:var(--fp-bg)}.futures-panel-root .itip-box{display:none;position:absolute;z-index:400;top:20px;left:0;width:250px;max-width:60vw;background:var(--fp-panel);border:1px solid var(--fp-hairline-strong);border-radius:var(--fp-radius-sm);padding:10px 12px;box-shadow:0 10px 30px #000000d1;font-size:var(--fp-fs-caption);line-height:1.55;color:var(--fp-text);white-space:normal}.futures-panel-root .itip:hover .itip-box,.futures-panel-root .itip.open .itip-box{display:block}.futures-panel-root .itip-box b{color:var(--fp-blue);display:block;font-size:var(--fp-fs-eyebrow);letter-spacing:.5px;text-transform:uppercase;margin-bottom:5px}.futures-panel-root .itip-box .decide{display:block;margin-top:6px;color:var(--fp-green);font-size:var(--fp-fs-eyebrow)}.futures-panel-root .itip-box .decide b{color:var(--fp-green);display:inline;font-size:var(--fp-fs-eyebrow);letter-spacing:0;text-transform:none;margin:0}.futures-panel-root .tt-wrap{position:relative;display:inline-block;cursor:help}.futures-panel-root .tt-wrap .tt{display:none;position:absolute;z-index:300;background:var(--fp-bg);border:1px solid var(--fp-hairline-strong);border-radius:var(--fp-radius);padding:14px 16px;min-width:260px;box-shadow:0 12px 40px #000c;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);pointer-events:none;white-space:nowrap}.futures-panel-root .tt-wrap:hover .tt{display:block}.futures-panel-root .tt-wrap .tt:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--fp-hairline-strong)}.futures-panel-root .tt-title{font-size:var(--fp-fs-caption);color:var(--fp-blue);letter-spacing:.5px;font-weight:700;text-transform:uppercase;margin-bottom:8px}.futures-panel-root .tt-note{font-size:var(--fp-fs-eyebrow);color:var(--fp-muted);margin-top:8px;line-height:1.5;white-space:normal;max-width:280px}.futures-panel-root .cmp-chart-box{background:var(--fp-panel);border:1px solid var(--fp-hairline);border-radius:var(--fp-radius-sm);padding:10px 12px;margin:0 0 12px}.futures-panel-root .cmp-chart-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;flex-wrap:wrap;gap:4px}.futures-panel-root .cmp-chart-title{font-size:var(--fp-fs-eyebrow);color:var(--fp-muted);letter-spacing:.5px;font-weight:700;text-transform:uppercase}.futures-panel-root .cmp-chart-legend{font-size:var(--fp-fs-eyebrow);color:var(--fp-text-soft);display:flex;align-items:center;gap:3px}.futures-panel-root .dot-legend{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:2px}.futures-panel-root .cmp-chart-foot{display:flex;justify-content:space-between;margin-top:6px;font-size:var(--fp-fs-eyebrow);color:var(--fp-muted);font-family:var(--fp-font-mono)}.futures-panel-root .tv-link-row{display:flex;justify-content:flex-end;margin-bottom:10px}.futures-panel-root .tv-link{display:inline-flex;align-items:center;gap:6px;background:var(--fp-inset);border:1px solid var(--fp-hairline-strong);color:var(--fp-blue);text-decoration:none;font-size:var(--fp-fs-eyebrow);font-weight:700;letter-spacing:.2px;padding:6px 12px;border-radius:var(--fp-radius-sm);min-height:30px;transition:all .15s}.futures-panel-root .tv-link:hover{background:var(--fp-panel-2);border-color:var(--fp-blue);color:var(--fp-text)}.futures-panel-root .tv-link svg{width:12px;height:12px;flex-shrink:0}.futures-panel-root .cmp-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:12px}.futures-panel-root .cmp-card{background:var(--fp-panel);border:1px solid var(--fp-hairline);border-radius:var(--fp-radius-sm);overflow:hidden}.futures-panel-root .card-hdr{padding:6px 10px;background:var(--fp-panel-2);border-bottom:1px solid var(--fp-hairline);text-align:center}.futures-panel-root .card-name{font-size:var(--fp-fs-body);font-weight:700;color:var(--fp-text);letter-spacing:.3px}.futures-panel-root .card-body{padding:8px 10px;display:flex;flex-direction:column;gap:6px}.futures-panel-root .val-sm{font-size:var(--fp-fs-caption);font-weight:700;font-variant-numeric:tabular-nums;font-family:var(--fp-font-mono)}.futures-panel-root .xs{font-size:var(--fp-fs-caption)}.futures-panel-root .xxs,.futures-panel-root .xxxs{font-size:var(--fp-fs-eyebrow)}.futures-panel-root .sum-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:12px}.futures-panel-root .sum-card{border-radius:var(--fp-radius-sm);padding:8px 10px;text-align:center}.futures-panel-root .sum-card-bull{background:var(--fp-green-wash);border:1px solid var(--fp-green-line)}.futures-panel-root .sum-card-bear{background:var(--fp-red-wash);border:1px solid var(--fp-red-line)}.futures-panel-root .sum-card-none{background:var(--fp-inset);border:1px solid var(--fp-hairline-strong)}.futures-panel-root .cmp-table{width:100%;border-collapse:collapse;font-size:var(--fp-fs-caption)}.futures-panel-root .cmp-table th{background:var(--fp-panel-2);padding:5px 10px;text-align:left;font-size:var(--fp-fs-eyebrow);color:var(--fp-muted);letter-spacing:.5px;font-weight:700;text-transform:uppercase;border-bottom:1px solid var(--fp-hairline-strong);border-right:1px solid var(--fp-hairline);white-space:nowrap}.futures-panel-root .cmp-table th:first-child{min-width:130px}.futures-panel-root .cmp-table td{padding:5px 10px;border-bottom:1px solid var(--fp-hairline);border-right:1px solid var(--fp-hairline);text-align:center;vertical-align:middle;font-variant-numeric:tabular-nums}.futures-panel-root .cmp-table td:first-child{text-align:left;font-weight:700;color:var(--fp-muted);font-size:var(--fp-fs-eyebrow);letter-spacing:.4px;text-transform:uppercase;background:var(--fp-inset)}.futures-panel-root .cmp-table tr:nth-child(2n) td{background:#8ca2ba08}.futures-panel-root .sec-hdr{font-size:var(--fp-fs-eyebrow);font-weight:700;color:var(--fp-muted);letter-spacing:.6px;text-transform:uppercase;padding:6px 0 4px;border-bottom:1px solid var(--fp-hairline);margin-bottom:8px}.futures-panel-root .div-alert{background:var(--fp-amber-wash);border:1px solid var(--fp-amber-line);border-radius:var(--fp-radius-sm);padding:8px 14px;margin-bottom:10px;font-size:var(--fp-fs-caption);color:var(--fp-amber-dim);line-height:1.6}.futures-panel-root .stk-vs-idx{animation:futuresFadeIn .2s ease}@keyframes futuresFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.futures-panel-root .agree-bar{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:12px}.futures-panel-root .agree-cell{background:var(--fp-inset);border:1px solid var(--fp-hairline);border-radius:var(--fp-radius-sm);padding:7px 10px;text-align:center}.futures-panel-root .agree-cell .lbl2{font-size:var(--fp-fs-eyebrow);color:var(--fp-muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:3px}.futures-panel-root .agree-cell .val2{font-size:var(--fp-fs-caption);font-weight:700;font-variant-numeric:tabular-nums}@media (max-width: 1024px){.futures-panel-root .wrap{padding:0 .75rem 2.5rem}.futures-panel-root .grid.g4{grid-template-columns:1fr 1fr}.futures-panel-root .cmp-grid,.futures-panel-root .sum-strip{grid-template-columns:repeat(3,1fr)}}@media (max-width: 600px){.futures-panel-root .grid.g4,.futures-panel-root .grid.g3{grid-template-columns:1fr}.futures-panel-root .cmp-grid,.futures-panel-root .sum-strip{grid-template-columns:repeat(2,1fr)}.futures-panel-root .topbar{flex-wrap:wrap;gap:6px;padding:7px 10px}.futures-panel-root .tabs{padding:8px 10px 0}.futures-panel-root .tab{padding:8px 10px;font-size:var(--fp-fs-eyebrow)}.futures-panel-root .agree-bar{grid-template-columns:1fr}}@media (hover: none) and (pointer: coarse){.futures-panel-root .itip-ic{position:relative;width:18px;height:18px;font-size:var(--fp-fs-caption)}.futures-panel-root .itip-ic:after{content:"";position:absolute;left:50%;top:50%;width:44px;height:44px;transform:translate(-50%,-50%)}.futures-panel-root .tab,.futures-panel-root .btn-how,.futures-panel-root .phase-btn{min-height:44px}}.strategy-tester-root{--st-bg:#0A0E14;--st-panel:#101823;--st-panel-2:#15202E;--st-inset:#0E1622;--st-hairline:rgba(140,162,186,.1);--st-hairline-strong:rgba(140,162,186,.22);--st-green:#2FD79B;--st-red:#FF5C77;--st-amber:#F2B43C;--st-amber-dim:#C79238;--st-blue:#5A9BFF;--st-grey:#7C8B9C;--st-text:#E4EBF2;--st-muted:#8CA2BA;--st-faint:#5C7089;--st-green-wash:rgba(47,215,155,.1);--st-green-line:rgba(47,215,155,.3);--st-red-wash:rgba(255,92,119,.1);--st-red-line:rgba(255,92,119,.3);--st-amber-wash:rgba(242,180,60,.08);--st-amber-line:rgba(242,180,60,.3);--st-grey-wash:rgba(124,139,156,.1);--st-grey-line:rgba(124,139,156,.3);--st-radius:10px;--st-radius-sm:6px;--st-font-display:"Space Grotesk",system-ui,"Segoe UI",sans-serif;--st-font-mono:"JetBrains Mono",ui-monospace,"Courier New",monospace;--st-fs-eyebrow: clamp(.63rem, .5vw, .81rem);--st-fs-caption: clamp(.72rem, .58vw, .94rem);--st-fs-body: clamp(.78rem, .62vw, 1rem);--st-fs-title: clamp(.88rem, .7vw, 1.1rem);--st-fs-figure: clamp(1rem, 1.2vw + .9rem, 1.25rem);background:linear-gradient(var(--st-hairline) 1px,transparent 1px) 0 0/100% 32px,linear-gradient(90deg,var(--st-hairline) 1px,transparent 1px) 0 0/32px 100%,var(--st-bg);font-family:var(--st-font-display);font-size:var(--st-fs-body);color:var(--st-text);min-height:100vh}.strategy-tester-root *{box-sizing:border-box}.strategy-tester-root .st-wrap{max-width:1280px;margin:0 auto;padding:0 12px 40px}.strategy-tester-root .st-statusbar{display:flex;align-items:center;gap:10px;padding:7px 14px;background:var(--st-bg);border-bottom:1px solid var(--st-hairline-strong);position:sticky;top:0;z-index:100;flex-wrap:wrap}.strategy-tester-root .st-live-dot{width:7px;height:7px;border-radius:50%;background:var(--st-grey)}.strategy-tester-root .st-live-dot[data-open=true]{background:var(--st-green)}.strategy-tester-root .st-status-index{font-weight:700;letter-spacing:.4px}.strategy-tester-root .st-status-recompute,.strategy-tester-root .st-status-expiry{font-size:var(--st-fs-eyebrow);color:var(--st-muted)}.strategy-tester-root .st-tab-back{margin-left:auto;background:var(--st-inset);border:1px solid var(--st-hairline-strong);color:var(--st-muted);border-radius:var(--st-radius-sm);padding:5px 12px;font-size:var(--st-fs-eyebrow);cursor:pointer;font-family:var(--st-font-display)}.strategy-tester-root .st-tab-back:hover{color:var(--st-text);border-color:var(--st-blue)}.strategy-tester-root .st-title{font-size:var(--st-fs-title);font-weight:700;margin:14px 0 2px;text-transform:capitalize}.strategy-tester-root .st-disclaimer{font-size:var(--st-fs-eyebrow);color:var(--st-amber-dim);background:var(--st-amber-wash);border:1px solid var(--st-amber-line);border-radius:var(--st-radius-sm);padding:6px 12px;margin:0 0 12px;line-height:1.6}.strategy-tester-root .st-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:var(--st-radius-sm);font-size:var(--st-fs-caption);font-weight:700}.strategy-tester-root .st-badge-live{background:var(--st-green-wash);color:var(--st-green);border:1px solid var(--st-green-line)}.strategy-tester-root .st-badge-stored{background:var(--st-amber-wash);color:var(--st-amber);border:1px solid var(--st-amber-line)}.strategy-tester-root .st-badge-green{background:var(--st-green-wash);color:var(--st-green);border:1px solid var(--st-green-line)}.strategy-tester-root .st-badge-red{background:var(--st-red-wash);color:var(--st-red);border:1px solid var(--st-red-line)}.strategy-tester-root .st-panel-badge{font-size:var(--st-fs-caption);font-weight:700;padding:4px 12px;border-radius:var(--st-radius-sm)}.strategy-tester-root .st-controls-row,.strategy-tester-root .st-adjust-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:10px}.strategy-tester-root .st-field{display:flex;flex-direction:column;gap:3px}.strategy-tester-root .st-lbl{font-size:var(--st-fs-eyebrow);color:var(--st-muted);letter-spacing:.6px;font-weight:700;text-transform:uppercase}.strategy-tester-root .st-val{font-size:var(--st-fs-figure);font-weight:700;font-family:var(--st-font-mono);font-variant-numeric:tabular-nums}.strategy-tester-root select,.strategy-tester-root input[type=number]{background:var(--st-inset);color:var(--st-text);border:1px solid var(--st-hairline-strong);border-radius:var(--st-radius-sm);padding:7px 10px;min-height:34px;font-family:var(--st-font-display);font-size:var(--st-fs-body)}.strategy-tester-root select:disabled,.strategy-tester-root input:disabled{opacity:.5;cursor:not-allowed}.strategy-tester-root .st-links-row{display:flex;gap:16px;margin-bottom:10px}.strategy-tester-root .st-link{color:var(--st-blue);font-size:var(--st-fs-eyebrow);font-weight:700;text-decoration:none}.strategy-tester-root .st-link:hover{text-decoration:underline}.strategy-tester-root .st-inputs-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:14px}.strategy-tester-root .st-input-cell{display:flex;flex-direction:column;gap:3px;background:var(--st-inset);border:1px solid var(--st-hairline);border-radius:var(--st-radius-sm);padding:8px 12px}.strategy-tester-root .st-panel{background:var(--st-panel);border:1px solid var(--st-hairline-strong);border-radius:var(--st-radius);overflow:hidden;margin-bottom:14px}.strategy-tester-root .st-ph{display:flex;align-items:center;gap:8px;padding:7px 12px;background:var(--st-panel-2);border-bottom:1px solid var(--st-hairline)}.strategy-tester-root .st-ph-title{font-size:var(--st-fs-title);font-weight:700;color:var(--st-text)}.strategy-tester-root .st-strategy-card{padding:12px}.strategy-tester-root .st-empty-note{font-size:var(--st-fs-caption);color:var(--st-muted);padding:10px 4px}.strategy-tester-root .st-seller-placeholder{padding:20px 12px;text-align:center}.strategy-tester-root .st-preset-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.strategy-tester-root .st-pill{padding:6px 14px;border-radius:999px;font-size:var(--st-fs-caption);font-weight:700;cursor:pointer;border:1px solid var(--st-hairline-strong);background:var(--st-inset);color:var(--st-muted);font-family:var(--st-font-display)}.strategy-tester-root .st-pill.active{background:var(--st-amber-wash);color:var(--st-amber);border-color:var(--st-amber-line)}.strategy-tester-root .st-add-leg-btn{background:var(--st-inset);border:1px dashed var(--st-hairline-strong);color:var(--st-blue);border-radius:var(--st-radius-sm);padding:8px 14px;font-size:var(--st-fs-caption);font-weight:700;cursor:pointer;font-family:var(--st-font-display)}.strategy-tester-root .st-leg-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.strategy-tester-root .st-leg-row{display:flex;align-items:center;gap:8px;background:var(--st-inset);border:1px solid var(--st-hairline);border-radius:var(--st-radius-sm);padding:6px 10px;flex-wrap:wrap}.strategy-tester-root .st-lots-input{width:60px}.strategy-tester-root .st-leg-premium{font-family:var(--st-font-mono);font-size:var(--st-fs-caption);color:var(--st-muted);font-variant-numeric:tabular-nums}.strategy-tester-root .st-remove-leg-btn{margin-left:auto;background:none;border:none;color:var(--st-red);cursor:pointer;font-size:var(--st-fs-body)}.strategy-tester-root .st-main-split{display:grid;grid-template-columns:1.6fr 1fr;gap:14px;margin-top:12px}.strategy-tester-root .st-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.strategy-tester-root .st-chart-wrap{background:var(--st-inset);border:1px solid var(--st-hairline);border-radius:var(--st-radius-sm);padding:8px}.strategy-tester-root .st-chart-empty{padding:40px 12px;text-align:center;color:var(--st-muted);font-size:var(--st-fs-caption)}.strategy-tester-root .st-chart-horizon-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.strategy-tester-root .st-pill-sm{padding:3px 10px;font-size:var(--st-fs-eyebrow)}.strategy-tester-root .st-chart-svg{width:100%;height:auto;display:block}.strategy-tester-root .st-chart-profit-fill{fill:var(--st-green-wash)}.strategy-tester-root .st-chart-zero-line{stroke:var(--st-hairline-strong);stroke-width:1}.strategy-tester-root .st-chart-spot-line{stroke:var(--st-amber);stroke-width:1;stroke-dasharray:4 3}.strategy-tester-root .st-chart-spot-label{fill:var(--st-amber);font-size:9px;font-family:var(--st-font-mono)}.strategy-tester-root .st-chart-payoff-line{fill:none;stroke:var(--st-blue);stroke-width:2}.strategy-tester-root .st-chart-tn-line{fill:none;stroke:var(--st-blue);stroke-width:1.5;stroke-dasharray:5 4;opacity:.75}.strategy-tester-root .st-chart-be-gross{fill:var(--st-amber);stroke:none}.strategy-tester-root .st-chart-be-net{fill:none;stroke:var(--st-red);stroke-width:2}.strategy-tester-root .st-chart-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:6px;font-size:var(--st-fs-eyebrow);color:var(--st-muted)}.strategy-tester-root .st-chart-be-gross-dot,.strategy-tester-root .st-chart-be-net-dot,.strategy-tester-root .st-chart-tn-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px;vertical-align:middle}.strategy-tester-root .st-chart-be-gross-dot{background:var(--st-amber)}.strategy-tester-root .st-chart-be-net-dot{border:2px solid var(--st-red);background:transparent}.strategy-tester-root .st-chart-tn-dot{border:2px dashed var(--st-blue);background:transparent}.strategy-tester-root .st-chart-tn-toggle{margin-left:auto;opacity:.6;font-style:italic}.strategy-tester-root .st-metrics-panel{display:flex;flex-direction:column;gap:10px}.strategy-tester-root .st-greeks-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.strategy-tester-root .st-greek-tile{display:flex;flex-direction:column;gap:2px;background:var(--st-inset);border:1px solid var(--st-hairline);border-radius:var(--st-radius-sm);padding:8px 10px}.strategy-tester-root .st-outlay-row{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr;gap:6px 8px;align-items:center;background:var(--st-inset);border:1px solid var(--st-hairline);border-radius:var(--st-radius-sm);padding:8px 10px}.strategy-tester-root .st-verdict-body{padding:10px 12px}.strategy-tester-root .st-verdict-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid var(--st-hairline)}.strategy-tester-root .st-verdict-row:last-of-type{border-bottom:none}.strategy-tester-root .st-verdict-row-title{font-size:var(--st-fs-caption);color:var(--st-muted)}.strategy-tester-root .st-verdict-chip{display:inline-flex;align-items:center;gap:5px;font-size:var(--st-fs-caption);font-weight:700;padding:3px 10px;border-radius:999px}.strategy-tester-root .st-verdict-dot{width:6px;height:6px;border-radius:50%}.strategy-tester-root .st-verdict-green{background:var(--st-green-wash);color:var(--st-green);border:1px solid var(--st-green-line)}.strategy-tester-root .st-verdict-green .st-verdict-dot{background:var(--st-green)}.strategy-tester-root .st-verdict-amber{background:var(--st-amber-wash);color:var(--st-amber);border:1px solid var(--st-amber-line)}.strategy-tester-root .st-verdict-amber .st-verdict-dot{background:var(--st-amber)}.strategy-tester-root .st-verdict-red{background:var(--st-red-wash);color:var(--st-red);border:1px solid var(--st-red-line)}.strategy-tester-root .st-verdict-red .st-verdict-dot{background:var(--st-red)}.strategy-tester-root .st-verdict-grey{background:var(--st-grey-wash);color:var(--st-grey);border:1px solid var(--st-grey-line)}.strategy-tester-root .st-verdict-grey .st-verdict-dot{background:var(--st-grey)}.strategy-tester-root .st-verdict-composite{margin-top:10px;padding-top:10px;border-top:1px solid var(--st-hairline-strong);font-size:var(--st-fs-caption);color:var(--st-text);line-height:1.6}.strategy-tester-root .st-cost-body{padding:10px 12px}.strategy-tester-root .st-cost-row{display:flex;justify-content:space-between;padding:4px 0}.strategy-tester-root .st-cost-total{border-top:1px solid var(--st-hairline-strong);margin-top:4px;padding-top:8px;font-weight:700}.strategy-tester-root .st-cost-note{font-size:var(--st-fs-eyebrow);color:var(--st-amber-dim);margin-top:8px;line-height:1.5}.strategy-tester-root .st-div{border:none;border-top:1px solid var(--st-hairline);margin:10px 0}.strategy-tester-root .st-hedge-body,.strategy-tester-root .st-sizer-body{padding:10px 12px}.strategy-tester-root .st-sizer-inputs{display:flex;gap:12px;margin-bottom:10px;flex-wrap:wrap}.strategy-tester-root .st-sizer-warn{margin-top:8px;background:var(--st-red-wash);border:1px solid var(--st-red-line);color:var(--st-red);border-radius:var(--st-radius-sm);padding:8px 12px;font-size:var(--st-fs-caption);line-height:1.5}.strategy-tester-root .st-stress-body{padding:10px 12px}.strategy-tester-root .st-stress-section-title{font-size:var(--st-fs-eyebrow);color:var(--st-muted);letter-spacing:.4px;font-weight:700;text-transform:uppercase;margin:12px 0 4px}.strategy-tester-root .st-stress-section-title:first-child{margin-top:0}.strategy-tester-root .st-stress-table .st-cost-row{border-bottom:1px solid var(--st-hairline)}.strategy-tester-root .st-stress-table .st-cost-row:last-child{border-bottom:none}.strategy-tester-root .st-error-banner{background:var(--st-red-wash);border:1px solid var(--st-red-line);color:var(--st-red);border-radius:var(--st-radius-sm);padding:8px 14px;font-size:var(--st-fs-caption);margin-top:10px}@media (max-width: 1024px){.strategy-tester-root .st-wrap{padding:0 .75rem 2.5rem}.strategy-tester-root .st-inputs-strip{grid-template-columns:repeat(3,1fr)}.strategy-tester-root .st-main-split,.strategy-tester-root .st-two-col{grid-template-columns:1fr}}@media (max-width: 600px){.strategy-tester-root .st-inputs-strip{grid-template-columns:repeat(2,1fr)}.strategy-tester-root .st-controls-row,.strategy-tester-root .st-adjust-row{gap:8px}.strategy-tester-root .st-field{flex:1 1 45%}.strategy-tester-root select,.strategy-tester-root input[type=number]{width:100%}.strategy-tester-root .st-outlay-row{grid-template-columns:auto 1fr}}
