:root{--app-bg: #080a0d;--app-bg-soft: #0d1117;--app-panel: rgba(17, 24, 34, .88);--app-panel-soft: rgba(15, 21, 30, .78);--app-border: rgba(139, 152, 172, .16);--border: var(--app-border);--app-text: #e8edf4;--app-muted: rgba(215, 222, 232, .62);--app-link: rgba(248, 250, 252, .94);--app-positive: #6ee7a8;--app-negative: #ff8f8f;--app-warning: #ffd166;--app-info: #7dd3fc;--app-accent: rgba(88, 166, 255, .18);--app-accent-border: rgba(125, 211, 252, .34);--app-radius: 8px;--app-radius-sm: 6px;--app-ease: .14s ease}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{min-width:320px;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.35;background:var(--app-bg);color:var(--app-text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.app-boot-error{min-height:100vh;display:grid;place-content:center;gap:10px;padding:24px;background:var(--app-bg);color:var(--app-text);text-align:center}.app-boot-error h1{margin:0;font-size:1.4rem}.app-boot-error p{max-width:760px;margin:0 auto;color:var(--app-muted)}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:220px 1fr;height:100vh;height:100dvh;min-height:100vh;overflow:hidden;background:var(--app-bg)}.app-sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;padding:1rem .85rem .85rem;border-right:1px solid var(--app-border);background:var(--app-bg-soft)}.app-brand-pill{width:38px;height:38px;border-radius:var(--app-radius);border:1px solid rgba(125,211,252,.22);background:#7dd3fc14;font-size:.78rem;font-weight:850;color:var(--app-link)}.app-brand-name{color:var(--app-link);font-size:.9rem;font-weight:760;line-height:1.1}.app-nav-link{display:block;min-height:38px;padding:9px 10px;border-radius:var(--app-radius);text-decoration:none;color:var(--app-link);border:1px solid transparent;background:transparent;font-size:.84rem;font-weight:680;transition:background var(--app-ease),border-color var(--app-ease),color var(--app-ease)}.app-nav-link:hover{color:#fff;background:#ffffff0b}.app-nav-link.active{color:#f8fbff;background:#7dd3fc14;border-color:#7dd3fc3d}.app-mobile-nav{display:none}.app-nav-sections{display:grid;gap:18px}.app-nav-section{display:grid;gap:10px}.app-nav-section-label{padding:0 4px;color:var(--app-muted);font-size:.68rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.app-sidebar-status-grid{display:grid;gap:6px;margin-top:8px}.app-sidebar-status-card{min-height:42px;display:grid;align-content:center;gap:1px;border-radius:var(--app-radius);border:1px solid rgba(255,255,255,.1);background:#ffffff09;padding:7px 9px;overflow:hidden}.app-sidebar-status-card div{min-width:0;display:grid;gap:1px}.app-sidebar-status-card span,.app-sidebar-status-card small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar-status-card span{color:var(--app-muted);font-size:.58rem;font-weight:780;text-transform:uppercase}.app-sidebar-status-card small{color:#ffffffb8;font-size:.63rem}.app-sidebar-status-card.on{border-color:#78dca057;background:#78dca014}.app-sidebar-status-card.off{border-color:#ff8c8c47;background:#ff8c8c0e}.app-system-nav{display:grid;gap:12px}.app-update-backend-btn{width:100%;min-height:38px;border-radius:var(--app-radius);border:1px solid rgba(255,115,115,.38);background:#ff565614;color:#ffb8b8;font-size:.8rem;font-weight:760;letter-spacing:0;transition:border-color var(--app-ease),background var(--app-ease),color var(--app-ease)}.app-update-backend-btn:hover,.app-update-backend-btn:focus-visible{border-color:#ff7373bd;background:#ff565624;color:#ffe1e1}.app-update-backend-btn:disabled{cursor:wait;opacity:.7;transform:none}.app-update-backend-status{color:#ffffffa3;font-size:.68rem;line-height:1.35}.app-backend-update-popup-backdrop{position:fixed;inset:0;z-index:420;display:flex;align-items:flex-start;justify-content:center;padding:26px 16px;pointer-events:auto;background:#04080f57}.app-backend-update-popup{width:min(520px,calc(100vw - 32px));display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;align-items:center;border-radius:14px;border:1px solid rgba(120,220,160,.36);background:#0f1b1a;box-shadow:0 18px 48px #00000070;padding:14px}.app-backend-update-popup-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(120,220,160,.5);background:#78dca021;color:#a8f0c2;font-size:.72rem;font-weight:900}.app-backend-update-popup-copy{min-width:0}.app-backend-update-popup-copy h3{margin:0;color:#e8fff0;font-size:1rem;line-height:1.25}.app-backend-update-popup-copy p{margin:.18rem 0 0;color:#ffffffd1;font-size:.86rem;line-height:1.4}.app-backend-update-popup-copy small{display:block;margin-top:.3rem;color:#ffffff94;font-size:.7rem;line-height:1.35;overflow-wrap:anywhere}.app-backend-update-popup-close{min-height:36px;border-radius:9px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffd6;font-size:.78rem;font-weight:800;padding:0 12px}.app-backend-update-popup-close:hover,.app-backend-update-popup-close:focus-visible{border-color:#78dca080;background:#78dca01f;color:#f4fff7}.app-main{height:100vh;height:100dvh;display:grid;grid-template-rows:auto 1fr;overflow:hidden;min-width:0;min-height:0}.app-topbar{position:sticky;top:0;z-index:100;background:#080a0df5;border-bottom:1px solid var(--app-border);padding:10px 1.2rem}.app-topbar-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-width:0}.app-topbar-left{display:flex;align-items:center;gap:14px;min-width:0}.app-topbar-heading{display:grid;gap:3px;min-width:0;padding-left:14px;border-left:1px solid rgba(255,255,255,.09)}.app-topbar-kicker{color:var(--app-muted);font-size:.62rem;font-weight:760;line-height:1;text-transform:uppercase}.app-current-page{color:var(--app-link);font-size:1.02rem;font-weight:760;line-height:1.18rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-topbar-account-group{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.app-market-switch{display:inline-grid;grid-template-columns:repeat(2,minmax(116px,1fr));width:min(100%,330px);padding:3px;border-radius:var(--app-radius);border:1px solid rgba(255,255,255,.14);background:#ffffff09}.app-market-tab{height:34px;border:0;border-radius:var(--app-radius-sm);background:transparent;color:var(--app-muted);font-family:inherit;font-size:.8rem;font-weight:720;line-height:1;white-space:nowrap;cursor:pointer}.app-market-tab:hover,.app-market-tab:focus{color:#fff}.app-market-tab.active{color:var(--app-link);background:#7dd3fc1f;box-shadow:inset 0 0 0 1px #7dd3fc3d}.app-content{min-width:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:.9rem 1.1rem 1rem .9rem}.app-topbar-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:var(--app-link);padding:6px 12px;font-size:.75rem;text-decoration:none;white-space:nowrap;font-family:inherit}.app-topbar-action{cursor:pointer}.app-topbar-action:hover,.app-topbar-action:focus{background:#ffffff1f;color:#fff}.app-topbar-account{max-width:min(42vw,320px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--app-muted);font-size:.78rem}.app-topbar-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(244,191,79,.28);background:#f4bf4f1a;color:#ffecbef5;padding:6px 10px;font-size:.72rem;font-weight:800;line-height:1;white-space:nowrap}.app-page{display:grid;gap:.78rem;min-width:0;width:100%}.auth-page{min-height:100vh;width:min(100% - 32px,400px);margin:0 auto;display:flex;align-items:center;justify-content:center}.auth-panel{width:100%}.app-settings-page{grid-template-columns:minmax(0,1fr)}.app-title{margin:0;font-size:1.3rem;font-weight:760;line-height:1.62rem}.app-panel{border-radius:var(--app-radius);padding:12px;background:var(--app-panel);border:1px solid var(--app-border);min-width:0}.app-subpanel{border-radius:var(--app-radius);padding:10px;background:var(--app-panel-soft);border:1px solid var(--app-border);min-width:0}.app-service-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.topstep-accounts-section{margin-top:4px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.topstep-accounts-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.topstep-accounts-list{display:grid;gap:8px;margin-top:10px}.topstep-account-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:var(--app-radius);background:#0000002e}.topstep-account-name{min-width:0;font-weight:700;word-break:break-word}.app-label{font-size:.75rem;color:#ffffffb3}.app-muted{color:var(--app-muted)}.app-input,.app-input:focus{width:100%;min-width:0;min-height:36px;border-radius:var(--app-radius);border:1px solid rgba(255,255,255,.12);background:#00000038;color:var(--app-link);box-shadow:none;font-family:inherit;font-size:.84rem}.app-input::placeholder{color:#ffffff8c}.app-input:disabled{color:#ffffffb8;background:#ffffff0d;border-color:#ffffff1a;opacity:1}.app-input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.85);opacity:.8}.app-btn{min-height:36px;height:36px;border-radius:var(--app-radius);border:1px solid rgba(255,255,255,.14);color:var(--app-link);background:#ffffff0f;font-size:.84rem;font-weight:720;transition:background var(--app-ease),border-color var(--app-ease),color var(--app-ease)}.app-btn:hover,.app-btn:focus{color:#fff;border-color:#ffffff38;background:#ffffff1a}.app-btn:disabled{opacity:.48;cursor:not-allowed}.app-btn-primary{background:var(--app-accent);border-color:#646cff70}.app-btn-primary:hover,.app-btn-primary:focus{background:#646cff4d;border-color:#646cff9e}.app-btn-danger{background:#b4282838;border-color:#dc48488c;color:#ffd7d7}.app-btn-danger:hover,.app-btn-danger:focus{background:#b4282857;border-color:#f05c5cb3;color:#fff3f3}.app-btn-selected{border-color:var(--app-accent-border);background:#646cff33}.app-btn-run{min-width:160px;font-weight:600}.app-btn-small{min-height:32px;height:32px;padding:0 10px;font-size:.78rem}.app-card{border-radius:var(--app-radius);padding:12px;background:#ffffff09;border:1px solid var(--app-border)}.app-card-label{color:var(--app-muted);font-size:.75rem}.app-card-value{margin-top:.35rem;font-size:1.12rem;font-weight:760}.app-status-pill{min-height:36px;border-radius:999px;padding:0 12px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;gap:8px}.app-status-dot{width:9px;height:9px;border-radius:999px}.app-status-dot.off{background:var(--app-negative);box-shadow:0 0 10px #ff8c8c73}.app-status-dot.on{background:var(--app-positive);box-shadow:0 0 10px #78dca08c}.app-status-text{font-size:.8rem;font-weight:700;color:#ffffffe6;letter-spacing:.2px}.app-table-wrap{margin-top:.75rem;border-radius:var(--app-radius);border:1px solid var(--app-border);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-color:rgba(139,152,172,.42) rgba(255,255,255,.035);scrollbar-width:thin}.app-table-wrap::-webkit-scrollbar{width:10px;height:10px}.app-table-wrap::-webkit-scrollbar-track{background:#ffffff09}.app-table-wrap::-webkit-scrollbar-thumb{background:#8b98ac5c;border:2px solid rgba(8,10,13,.9);border-radius:999px}.mobile-trade-card-list,.mobile-run-card-list{display:none}.app-grid-head,.app-grid-row{display:grid;align-items:center;gap:8px;padding:9px 10px;width:100%;min-width:100%}.app-grid-head{font-size:.68rem;font-weight:760;color:#ffffffb8;background:#ffffff0a}.app-grid-row{font-size:.76rem;line-height:1.16rem;color:#ffffffeb;border-top:1px solid rgba(255,255,255,.06);background:#0000001a;transition:background-color .16s ease,color .16s ease}.app-grid-row>div{min-width:0;transition:color .16s ease,opacity .16s ease}.app-grid-row.selected{background:#646cff14}.history-grid{grid-template-columns:1.1fr .72fr 1.45fr .82fr .98fr .84fr .84fr .64fr .76fr;min-width:1000px}.app-grid-head.history-grid,.app-grid-row.history-grid{width:100%}.trades-grid{grid-template-columns:minmax(120px,1fr) minmax(58px,.42fr) minmax(68px,.5fr) minmax(132px,.95fr) minmax(58px,.38fr) minmax(40px,.28fr) minmax(76px,.54fr) minmax(76px,.54fr) minmax(86px,.6fr) minmax(58px,.34fr);min-width:min(960px,100%)}.trades-grid.has-action{grid-template-columns:minmax(120px,1fr) minmax(58px,.42fr) minmax(68px,.5fr) minmax(132px,.95fr) minmax(58px,.38fr) minmax(40px,.28fr) minmax(76px,.54fr) minmax(76px,.54fr) minmax(86px,.6fr) minmax(58px,.34fr) minmax(72px,.48fr);min-width:min(1040px,100%)}.app-grid-head.trades-grid,.app-grid-row.trades-grid{width:100%}.app-grid-row.trades-grid{align-items:start}.app-grid-row.trades-grid .app-side-pill{min-width:50px;padding:2px 7px;font-size:.64rem}.trades-grid .app-trade-fees,.app-grid-head.trades-grid>div:nth-child(10){text-align:right}.desktop-trade-table .app-grid-head{position:sticky;top:0;z-index:2}.desktop-trade-table .app-grid-head>div,.desktop-trade-table .app-grid-row>div{min-width:0;overflow:hidden}.trade-analysis-clickable{cursor:pointer}.trade-analysis-clickable:hover,.trade-analysis-clickable:focus-visible{background:#7dd3fc14;outline:1px solid rgba(125,211,252,.34);outline-offset:-1px}.strategy-table-wrap{margin-top:0}.futures-analytics-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem}.futures-analytics-tile{border:1px solid var(--border);border-radius:var(--app-radius);background:#ffffff05;padding:.7rem .75rem;min-height:76px}.futures-profit-visuals{margin-bottom:.35rem}.futures-profit-chart{display:flex;flex-direction:column;min-height:280px}.futures-profit-bar-list{display:grid;gap:.62rem}.futures-profit-bar-list-scroll{max-height:430px;overflow-y:auto;overscroll-behavior:contain;padding-right:.28rem;scrollbar-color:rgba(255,255,255,.26) rgba(255,255,255,.04);scrollbar-width:thin}.futures-profit-bar-list-scroll::-webkit-scrollbar{width:10px}.futures-profit-bar-list-scroll::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.futures-profit-bar-list-scroll::-webkit-scrollbar-thumb{background:#ffffff38;border:2px solid rgba(17,24,39,.9);border-radius:999px}.futures-profit-bar-row{display:grid;grid-template-columns:minmax(86px,.58fr) minmax(120px,1fr) minmax(110px,.7fr);align-items:center;gap:.7rem}.futures-profit-bar-label{display:grid;gap:1px;min-width:0}.futures-profit-bar-label strong,.futures-profit-bar-label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.futures-profit-bar-label span,.futures-profit-bar-value span{color:var(--app-muted);font-size:.72rem}.futures-profit-bar-track{height:10px;border-radius:999px;background:#ffffff12;overflow:hidden}.futures-profit-bar{height:100%;border-radius:inherit}.futures-profit-bar.positive{background:linear-gradient(90deg,#4ade8073,#86efacf2)}.futures-profit-bar.negative{background:linear-gradient(90deg,#f8717173,#fca5a5f2)}.futures-profit-bar-value{display:grid;justify-items:end;gap:1px;min-width:0}.futures-profit-bar-value strong,.futures-profit-bar-value span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strategy-grid{grid-template-columns:.9fr .9fr .95fr .9fr .9fr .7fr .9fr;min-width:740px}.app-time-cell{display:grid;gap:2px;font-size:.76rem;line-height:1.15rem;letter-spacing:.1px}.app-time-cell span{color:var(--app-muted)}.app-pnl-pos{color:var(--app-positive);font-weight:700}.app-pnl-neg{color:var(--app-negative);font-weight:700}.app-trade-notes{color:#ffffffa8;line-height:1.25rem;overflow-wrap:anywhere}.desktop-trade-table .app-trade-notes,.desktop-trade-table .trade-reason-line span{display:-webkit-box;max-height:3.45rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.desktop-trade-table .trade-reason-stack{gap:4px}.trade-reason-stack{display:grid;gap:7px;min-width:0}.trade-reason-line{display:grid;gap:2px;min-width:0}.trade-reason-line b{color:#8ebefffa;font-size:.62rem;line-height:.9rem;font-weight:900;text-transform:uppercase}.trade-reason-line span,.trade-reason-empty{color:#dde2ecc7;font-size:.76rem;line-height:1.18rem;overflow-wrap:anywhere}.trade-reason-empty{color:var(--app-muted)}.app-trade-fees{color:#ffffffbd;font-weight:800;white-space:nowrap}.app-empty{padding:12px;border-top:1px solid rgba(255,255,255,.06);color:#ffffffa8;font-size:.82rem}.app-kicker{font-size:.82rem;line-height:1.1rem}.app-badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:var(--app-link);padding:3px 11px;font-size:.72rem;letter-spacing:.2px;line-height:1;white-space:nowrap}.app-positive-badge{color:#c7f9df;background:#28784c4d;border-color:#52c88273}.app-risk-badge{color:#ffd8d8;background:#8c2c2c4d;border-color:#f25c5c85}.app-neutral-badge{color:var(--app-muted);background:#ffffff0f;border-color:#ffffff29}.app-toggle-row{display:inline-flex;align-items:center;gap:8px;min-height:28px;color:var(--app-link);font-size:.78rem}.app-side-pill{display:inline-flex;align-items:center;justify-content:center;min-width:64px;border-radius:999px;padding:2px 10px;font-size:.72rem;border:1px solid rgba(255,255,255,.2)}.app-side-pill.long{color:#c7f9df;background:#28784c4d;border-color:#52c88273}.app-side-pill.short{color:#ffd8d8;background:#8c2c2c4d;border-color:#f25c5c85}.app-filter-btn{height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:var(--app-link);min-width:74px}.app-filter-btn.active{border-color:var(--app-accent-border);background:#646cff40}.app-filter-btn:disabled{opacity:.5}.app-placeholder-copy{opacity:.7}.app-live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.futures-live-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.futures-live-filtered-metrics-stack{margin-top:.75rem;display:grid;gap:.75rem}.futures-live-filtered-primary-grid,.futures-live-filtered-average-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.app-live-card{min-height:92px;display:grid;align-content:start}.app-active-trades-grid{grid-template-columns:1.35fr .6fr .55fr .72fr .72fr .72fr .72fr .72fr 1fr;min-width:980px}.futures-run-grid{grid-template-columns:.44fr .58fr minmax(180px,1.45fr) .72fr .82fr .66fr .78fr .52fr .68fr minmax(96px,.72fr);min-width:980px}.futures-portfolio-run-grid{grid-template-columns:58px minmax(146px,1.02fr) minmax(82px,.54fr) minmax(70px,.46fr) minmax(108px,.72fr) minmax(84px,.52fr) minmax(94px,.58fr) minmax(64px,.42fr) minmax(70px,.42fr) minmax(100px,.58fr) minmax(110px,.66fr) minmax(82px,.48fr) minmax(150px,.78fr) minmax(124px,.66fr);min-width:1360px;gap:6px;padding-left:8px;padding-right:8px}.futures-portfolio-run-grid>div{min-width:0}.futures-portfolio-run-grid>div:nth-child(13){display:flex;flex-direction:column;align-items:flex-start;gap:4px}.futures-portfolio-run-grid>div:nth-child(13) .app-badge{max-width:100%;white-space:normal;text-align:center;line-height:1.08rem}.futures-portfolio-run-grid>div:last-child{display:flex;justify-content:flex-end}.futures-portfolio-run-grid>div:last-child .app-btn{max-width:100%;white-space:nowrap}.futures-trade-grid{grid-template-columns:1.25fr 1.15fr .62fr .66fr .72fr .72fr .82fr .9fr .95fr;min-width:1080px}.futures-strategy-grid{grid-template-columns:1.35fr .48fr .62fr .8fr minmax(220px,1.75fr);min-width:780px}.futures-settings-grid{grid-template-columns:minmax(220px,1fr) 140px 160px;min-width:560px}.futures-fieldset{border:0;margin-left:0;margin-right:0;padding:0}.futures-segment-grid{grid-template-columns:minmax(0,1.42fr) minmax(0,.72fr) minmax(0,.42fr) minmax(0,.42fr) minmax(0,.58fr);min-width:0}.futures-segment-card{display:flex;flex-direction:column;min-height:0}.futures-segment-scroll{max-height:430px;min-height:430px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#05080d59;scrollbar-color:rgba(255,255,255,.26) rgba(255,255,255,.04);scrollbar-width:thin}.futures-segment-scroll::-webkit-scrollbar{width:10px;height:10px}.futures-segment-scroll::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.futures-segment-scroll::-webkit-scrollbar-thumb{background:#ffffff38;border:2px solid rgba(5,8,13,.85);border-radius:999px}.futures-segment-scroll .app-grid-head{position:sticky;top:0;z-index:2;border-top:0;box-shadow:0 1px #ffffff14,0 10px 18px #00000029}.futures-segment-scroll .app-grid-head,.futures-segment-scroll .app-grid-row{min-width:0}.futures-segment-scroll .app-grid-head>div,.futures-segment-scroll .app-grid-row>div{min-width:0}.futures-segment-scroll .app-grid-head>div:not(:first-child),.futures-segment-scroll .app-grid-row>div:not(:first-child){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.futures-segment-scroll .app-grid-head>div:first-child,.futures-segment-scroll .app-grid-row>div:first-child{overflow-wrap:anywhere}.futures-lab-grid{grid-template-columns:minmax(140px,1.2fr) .55fr .75fr .82fr .58fr .52fr .58fr .58fr .82fr .9fr .82fr;min-width:1120px}.futures-diagnostics-grid{grid-template-columns:minmax(120px,1fr) .72fr .72fr .72fr .72fr .82fr .72fr;min-width:840px}.futures-live-decision-grid{grid-template-columns:minmax(130px,1fr) .52fr .62fr .48fr .42fr .58fr .9fr minmax(220px,1.7fr);min-width:980px}.futures-live-order-grid{grid-template-columns:minmax(130px,1fr) .58fr .52fr .58fr .42fr .58fr 1fr .88fr;min-width:900px}.futures-live-risk-grid{grid-template-columns:minmax(130px,.9fr) .72fr minmax(170px,1fr) minmax(260px,2fr);min-width:760px}.futures-live-realtime-grid{grid-template-columns:minmax(130px,1fr) .55fr .9fr .58fr .8fr minmax(220px,1.6fr);min-width:880px}.futures-live-page,.futures-config-page,.futures-history-page{font-family:inherit;gap:1rem}.futures-live-page{padding-right:58px}.futures-live-page .app-title,.futures-config-page .app-title,.futures-history-page .app-title{font-size:1.65rem;line-height:2rem}.futures-live-control-panel,.futures-monitor-panel{display:grid;gap:16px;padding:18px}.futures-config-page .app-panel,.futures-history-page .app-panel{padding:18px}.futures-config-page .app-table-wrap,.futures-history-page .app-table-wrap{margin-top:1rem}.futures-config-page .row.g-3,.futures-history-page .row.g-3{--bs-gutter-x: 1rem;--bs-gutter-y: 1rem}.futures-config-page .app-data-chip,.futures-history-page .app-data-chip{min-height:64px;background:#ffffff0a}.documents-page{display:grid;gap:1rem}.documents-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.36fr);gap:1rem;align-items:stretch;padding:10px 0 0}.documents-hero-copy,.documents-source-panel,.documents-note-panel,.documents-pipeline,.documents-symbol-matrix,.documents-strategy-group{border:1px solid var(--app-border);background:linear-gradient(180deg,#121822f5,#0a0e14f5);border-radius:8px}.documents-hero-copy{display:grid;align-content:center;gap:.55rem;padding:18px}.documents-label,.documents-section-head span,.documents-source-tile span,.documents-source-panel span,.documents-strategy-top span,.documents-signal-list span,.documents-exit-row span{color:var(--app-muted);font-size:.68rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.documents-hero p,.documents-section-head p,.documents-note-panel span,.documents-source-tile small,.documents-source-panel small,.documents-pipeline-step span,.documents-entry-copy,.documents-signal-list li,.documents-exit-row p{color:#e5ebf6bd;line-height:1.42}.documents-hero p,.documents-section-head p,.documents-entry-copy,.documents-exit-row p{margin:0}.documents-source-panel{display:grid;align-content:center;gap:.45rem;padding:18px}.documents-source-panel strong{color:var(--app-text);font-size:1.35rem;line-height:1.2}.documents-source-panel code{width:fit-content;border:1px solid rgba(78,205,196,.28);border-radius:6px;background:#4ecdc414;color:#6de8db;padding:5px 8px;font-size:.78rem}.documents-source-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.documents-source-tile{min-width:0;min-height:108px;display:grid;align-content:start;gap:.35rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff09;padding:13px}.documents-source-tile strong{min-width:0;color:var(--app-link);font-size:1rem;line-height:1.25;overflow-wrap:anywhere}.documents-source-tile.muted strong{color:#f7c873}.documents-source-tile small{min-width:0;overflow-wrap:anywhere}.documents-note-panel{display:flex;align-items:center;gap:.75rem;padding:12px 14px;border-color:#f7c87342;background:#f7c87312}.documents-note-panel strong{flex:0 0 auto;color:#f7c873;font-size:.85rem}.documents-pipeline,.documents-symbol-matrix,.documents-strategy-group{display:grid;gap:.9rem;padding:16px}.documents-section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem}.documents-section-head h3{margin:.12rem 0 0;color:var(--app-text);font-size:1.08rem;line-height:1.25}.documents-section-head p{max-width:760px;font-size:.9rem;text-align:right}.documents-pipeline-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.55rem}.documents-pipeline-step{min-height:128px;display:grid;align-content:start;gap:.42rem;border-radius:7px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:11px}.documents-pipeline-step b{color:#4ecdc4e6;font-size:.68rem}.documents-pipeline-step strong{color:var(--app-text);font-size:.87rem;line-height:1.2}.documents-pipeline-step span{font-size:.78rem}.documents-matrix-grid{display:grid;gap:.5rem}.documents-symbol-row{display:grid;grid-template-columns:58px minmax(0,1fr);gap:.65rem;align-items:center;border-radius:7px;border:1px solid rgba(255,255,255,.07);background:#ffffff06;padding:9px 10px}.documents-symbol-row strong{color:#6de8db;font-size:.88rem}.documents-symbol-row div,.documents-symbol-chip-row{display:flex;flex-wrap:wrap;gap:.35rem}.documents-symbol-row span,.documents-symbol-chip-row b{border-radius:6px;border:1px solid rgba(78,205,196,.18);background:#4ecdc414;color:#e5ebf6db;padding:4px 7px;font-size:.7rem;font-weight:850;line-height:1}.documents-symbol-row span.live-confirmed{border-color:#74f0ad6b;box-shadow:inset 0 -2px #74f0ad2e}.documents-strategy-atlas{display:grid;gap:1rem}.documents-strategy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.documents-strategy-card{min-width:0;display:grid;gap:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#04080c70;padding:12px}.documents-strategy-top{display:grid;gap:.6rem}.documents-strategy-top h4{margin:.15rem 0 0;color:var(--app-text);font-size:1rem;line-height:1.22}.documents-entry-copy{min-height:58px;font-size:.86rem}.documents-strategy-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.documents-signal-list{display:grid;gap:.35rem}.documents-signal-list ul{margin:0;padding-left:1rem}.documents-signal-list li{margin:.24rem 0;font-size:.78rem}.documents-exit-row{display:grid;gap:.28rem;border-top:1px solid rgba(255,255,255,.08);padding-top:.65rem}.documents-exit-row p{font-size:.82rem}.documents-strategy-diagram{display:block;width:100%;aspect-ratio:18 / 8;overflow:visible}.documents-strategy-diagram .chart-bg{fill:#060c12f5;stroke:#ffffff14}.documents-strategy-diagram .grid-line{stroke:#ffffff1c;stroke-width:1}.documents-strategy-diagram .grid-line.faint{stroke:#ffffff0e}.documents-strategy-diagram .price-line{fill:none;stroke:#6de8db;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.documents-strategy-diagram .trend-band{fill:#4ecdc41c}.documents-strategy-diagram .range-zone,.documents-strategy-diagram .time-window,.documents-strategy-diagram .gap-zone{fill:#4ecdc41c;stroke:#4ecdc45c}.documents-strategy-diagram .gap-zone,.documents-strategy-diagram .time-window{fill:#f7c87317;stroke:#f7c87357}.documents-strategy-diagram .level-line,.documents-strategy-diagram .vwap-line,.documents-strategy-diagram .channel-line,.documents-strategy-diagram .band-line{fill:none;stroke:#74f0adb8;stroke-width:2.5;stroke-dasharray:7 6}.documents-strategy-diagram .channel-line.faint,.documents-strategy-diagram .band-line.lower{stroke:#74f0ad57}.documents-strategy-diagram .level-line.amber,.documents-strategy-diagram .arrow-line.amber{stroke:#f7c873e6}.documents-strategy-diagram .arrow-line,.documents-strategy-diagram .wick-line,.documents-strategy-diagram .state-link{fill:none;stroke:#f7c873db;stroke-width:3;stroke-linecap:round}.documents-strategy-diagram .state-node,.documents-strategy-diagram .overlay-box{fill:#ffffff0e;stroke:#ffffff29}.documents-strategy-diagram .state-node.active,.documents-strategy-diagram .overlay-box.active{fill:#4ecdc426;stroke:#4ecdc47a}.documents-strategy-diagram .state-node.final,.documents-strategy-diagram .overlay-box.final{fill:#74f0ad21;stroke:#74f0ad80}.documents-strategy-diagram .state-text,.documents-strategy-diagram .diagram-label,.documents-strategy-diagram .diagram-code{fill:#e5ebf6e0;font-size:13px;font-weight:850}.documents-strategy-diagram .diagram-label{fill:#e5ebf694;font-size:12px}.documents-strategy-diagram .diagram-code{fill:#f7c873;font-size:15px}.documents-strategy-diagram .signal-dot{fill:#74f0ad;stroke:#060c12f5;stroke-width:3}.documents-strategy-diagram .signal-dot.amber{fill:#f7c873}.documents-strategy-diagram .volume-bar{fill:#4ecdc442}.documents-strategy-diagram .volume-bar.spike{fill:#f7c87399}.futures-launch-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px}.futures-launch-main{min-width:0;display:grid;align-content:start;gap:7px}.futures-launch-title-row{display:flex;align-items:center;gap:12px;min-width:0}.futures-launch-state{width:max-content;display:inline-flex;align-items:center;gap:7px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff09;color:var(--app-muted);font-size:.74rem;font-weight:800;line-height:1;padding:7px 10px}.futures-launch-state span{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px #ffffff09}.futures-launch-state.ready{border-color:#78dca033;background:#78dca014;color:var(--app-positive)}.futures-launch-state.live{border-color:#7aa2ff47;background:#7aa2ff1a;color:#9db6ff}.futures-launch-state.offline{border-color:#ff8c8c42;background:#ff8c8c0e;color:#ffffffe6}.futures-launch-state.offline span{background:var(--app-negative);box-shadow:0 0 10px #ff8c8c73}.futures-feature-toggle{--toggle-color: #ef6f6c;display:inline-flex;align-items:center;gap:8px;min-height:38px;border-radius:999px;border:1px solid rgba(239,111,108,.42);background:#ef6f6c1c;color:#ffd7d5;padding:5px 10px 5px 6px;font-size:.74rem;font-weight:900;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none}.futures-feature-toggle input{position:absolute;opacity:0;pointer-events:none}.futures-feature-toggle span{width:34px;height:20px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#00000047;position:relative;flex:0 0 auto}.futures-feature-toggle span:after{content:"";position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:var(--toggle-color);box-shadow:0 0 10px #ef6f6c66;transition:transform .12s ease,background .12s ease,box-shadow .12s ease}.futures-feature-toggle.is-on{--toggle-color: #78dca0;border-color:#78dca06b;background:#78dca01f;color:#c7f9df}.futures-feature-toggle.is-on span:after{transform:translate(14px);box-shadow:0 0 10px #78dca073}.futures-feature-toggle:has(input:disabled){cursor:default;opacity:.72}.futures-launch-config{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:14px}.futures-launch-account-field{min-width:0}.futures-launch-account-field .app-input,.futures-launch-chip,.futures-launch-symbols{min-height:64px}.futures-launch-chip,.futures-launch-symbols{display:grid;align-content:center;gap:5px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;padding:10px 12px}.futures-launch-chip.ready{border-color:#78dca02e;background:#78dca00f}.futures-launch-chip.warning{border-color:#ffd67052;background:#ffd67014}.futures-launch-chip span,.futures-launch-symbols span{color:var(--app-muted);font-size:.74rem;font-weight:800;line-height:1rem}.futures-launch-chip strong{color:var(--app-link);font-size:1.02rem;line-height:1.22rem;overflow-wrap:anywhere}.futures-launch-chip small{color:var(--app-muted);font-size:.74rem;line-height:1rem;overflow-wrap:anywhere}.futures-launch-stat-stack{display:grid;gap:2px}.futures-launch-symbol-list{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.futures-launch-symbol-list b{border-radius:999px;border:1px solid rgba(122,162,255,.2);background:#7aa2ff14;color:var(--app-link);font-size:.72rem;line-height:1;padding:6px 8px}.futures-live-risk-config-panel{padding:18px}.futures-live-source-chip{display:grid;gap:3px;min-width:min(100%,270px);max-width:390px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff09;padding:9px 12px}.futures-live-source-chip.ready{border-color:#78dca02e;background:#78dca00e}.futures-live-source-chip span,.futures-live-source-chip small{color:var(--app-muted);font-size:.72rem;font-weight:800;line-height:1rem}.futures-live-source-chip strong{color:var(--app-link);font-size:.98rem;line-height:1.15rem}.futures-live-source-chip small{overflow-wrap:anywhere}.futures-live-contract-panel{display:grid;gap:12px}.futures-live-contract-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.futures-live-contract-list span{border-radius:999px;border:1px solid rgba(122,162,255,.22);background:#7aa2ff14;color:var(--app-link);font-size:.74rem;font-weight:850;line-height:1;padding:8px 10px}.futures-live-action-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.futures-live-action-row .app-btn{min-width:0;min-height:36px;height:auto;padding-top:8px;padding-bottom:8px;line-height:1.12;white-space:normal;overflow-wrap:anywhere}.futures-symbol-toggle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:8px}.futures-live-data-notice{margin-top:0;border:1px solid rgba(244,191,79,.24);background:#f4bf4f14;color:#ffecbeeb;border-radius:12px;padding:10px 12px;font-size:.88rem;line-height:1.35}.futures-live-data-notice.offline{border-color:#ff7f7f47;background:#ff7f7f14;color:#ffd7d7f0}.futures-live-data-notice.idle{border-color:#86abff38;background:#86abff13;color:#dae5fff0}.futures-market-chart-shell-empty{min-height:420px}.futures-chart-sync-empty{min-height:292px;display:grid;align-content:center;justify-items:start;gap:10px;border-style:dashed}.futures-chart-sync-empty strong{color:var(--app-link);font-size:1rem}.futures-chart-sync-empty span{max-width:720px;color:var(--app-muted);font-size:.84rem;line-height:1.35}.futures-chart-feed-stopped-empty{border-color:#ff7f7f47;background:#ff7f7f12}.futures-chart-feed-stopped-empty strong{color:#ff8d8dfa}.futures-chart-sync-grid{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.futures-chart-sync-grid span{border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff09;color:var(--app-link);font-size:.72rem;font-weight:800;line-height:1;padding:7px 9px}.futures-chart-actions button:disabled{opacity:.42;cursor:not-allowed}.futures-timeframe-row{display:inline-flex;align-items:center;gap:4px;padding:3px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff09}.futures-timeframe-row-chart{flex:0 0 auto}.futures-timeframe-btn{min-width:38px;height:26px;border-radius:8px;border:0;background:transparent;color:var(--app-muted);font-size:.78rem;font-weight:800;transition:background .16s ease,color .16s ease,transform .16s ease}.futures-timeframe-btn:hover,.futures-timeframe-btn:focus,.futures-timeframe-btn.active{color:var(--app-link);background:#64b4ff29}.futures-timeframe-btn:active{transform:translateY(1px)}.futures-chart-symbol-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px}.futures-chart-symbol-btn{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0b;color:var(--app-link);padding:9px 11px}.futures-chart-symbol-btn:hover,.futures-chart-symbol-btn:focus,.futures-chart-symbol-btn.active{border-color:#64b4ff7a;background:#64b4ff24}.futures-chart-symbol-btn span{font-weight:800}.futures-chart-symbol-btn small{color:var(--app-muted);font-size:.74rem}.futures-symbol-state-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:9px}.futures-symbol-card{min-height:110px;display:grid;gap:5px;text-align:left;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff09;color:var(--app-link);padding:10px 12px}.futures-symbol-card:hover,.futures-symbol-card:focus,.futures-symbol-card.active{border-color:#78dca061;background:#78dca014}.futures-symbol-card span{color:var(--app-muted);font-size:.72rem}.futures-symbol-card strong{font-size:1.08rem;line-height:1.28rem}.futures-symbol-card em,.futures-symbol-card small{font-style:normal;font-size:.76rem;line-height:1rem}.futures-symbol-card small{color:var(--app-muted)}.futures-market-layout{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:10px}.futures-monitor-workspace-panel{display:grid;gap:12px}.live-workspace{display:grid;gap:10px;contain:layout paint style;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:var(--app-radius);background:#050708;box-shadow:0 18px 48px #00000042;transition:border-color .18s ease,opacity .18s ease}.live-workspace.is-transitioning{opacity:.96;border-color:#7dd3fc4d}.live-workspace-topbar{display:grid;grid-template-columns:minmax(180px,auto) minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:9px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b0e10}.live-workspace-identity{display:inline-flex;align-items:center;gap:10px;min-width:0}.live-workspace-badge{display:inline-grid;width:40px;height:40px;place-items:center;border-radius:50%;border:1px solid rgba(125,211,252,.24);background:#7dd3fc14;color:var(--app-link);font-size:.72rem;font-weight:900}.live-workspace-identity strong{display:block;color:#f8fafc;font-size:1.05rem;line-height:1.15rem}.live-workspace-identity div>span:not(.live-workspace-source-pill){display:block;color:#e2e8f094;font-size:.74rem}.live-workspace-source-pill{display:inline-flex;align-items:center;width:fit-content;max-width:100%;min-height:20px;margin-top:4px;padding:2px 7px;border:1px solid rgba(148,163,184,.24);border-radius:999px;background:#94a3b814;color:#e2e8f0bd;font-size:.64rem;font-weight:850;line-height:1rem;white-space:nowrap}.live-workspace-source-pill.is-live{border-color:#15c8aa47;background:#15c8aa1a;color:#49e2c9}.live-workspace-source-pill.is-fallback{border-color:#7dd3fc42;background:#7dd3fc14;color:#a6ddf8}.live-workspace-source-pill.is-waiting{border-color:#facc153d;background:#facc1514;color:#fde68a}.live-workspace-source-pill.is-stale{border-color:#facc1557;background:#facc151c;color:#fde68a}.live-workspace-source-pill.is-error{border-color:#ff7f7f5c;background:#ff7f7f1c;color:#ffbebefa}.live-workspace-symbols,.live-workspace-timeframes{display:inline-flex;align-items:center;gap:4px;min-width:0}.live-workspace-symbols{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.live-workspace-symbols::-webkit-scrollbar{display:none}.live-workspace-symbols button,.live-workspace-timeframes button{flex:0 0 auto;min-width:42px;min-height:32px;border:1px solid transparent;border-radius:var(--app-radius-sm);background:transparent;color:#e2e8f0ad;font-size:.78rem;font-weight:850;transition:background var(--app-ease),border-color var(--app-ease),color var(--app-ease)}.live-workspace-symbols button:hover,.live-workspace-timeframes button:hover,.live-workspace-symbols button:focus,.live-workspace-timeframes button:focus,.live-workspace-symbols button.active,.live-workspace-timeframes button.active{color:#f8fafc;border-color:#7dd3fc38;background:#7dd3fc1a}.live-workspace-symbols button.has-live-trade{color:#ff4d64;font-weight:950;border-color:#ff4d647a;background:#ff4d641f;box-shadow:inset 0 0 0 1px #ff4d6433,0 0 0 1px #ff4d6414}.live-workspace-symbols button.has-live-trade:hover,.live-workspace-symbols button.has-live-trade:focus,.live-workspace-symbols button.has-live-trade.active{color:#ff6b7c;border-color:#ff4d64b8;background:#ff4d642e}.live-workspace-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,300px);gap:10px;padding:0 10px 10px}.live-workspace-chart-panel{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:var(--app-radius);background:#020405}.live-workspace-readout{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:38px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.075);color:#f8fafcf0;font-size:.82rem;font-weight:760}.live-workspace-readout>div:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-workspace-feed-stack{display:grid;justify-items:end;min-width:150px;color:#cbd5e19e;font-size:.72rem;line-height:1.05rem;text-align:right}.live-workspace-feed-stack span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-workspace-feed-stack span:last-child{color:#94a3b899;font-size:.66rem}.live-workspace-readout>span{flex:0 0 auto;color:#cbd5e19e;font-size:.74rem}.live-workspace-muted{color:#cbd5e18f}.live-workspace-positive{color:#15c8aa}.live-workspace-negative{color:#ff4d64}.live-workspace-chart-frame{position:relative;contain:layout paint;isolation:isolate;height:clamp(520px,62vh,780px);min-height:440px;overflow:hidden;background:#020405}.live-workspace-chart-frame.has-runtime-warning .live-workspace-chart{filter:saturate(.82)}.live-workspace-chart{position:absolute;inset:0;touch-action:none}.live-workspace-chart-state-banner{position:absolute;top:12px;left:12px;z-index:3;display:grid;gap:2px;max-width:min(460px,calc(100% - 24px));border:1px solid rgba(250,204,21,.26);border-radius:7px;background:#17130ae0;box-shadow:0 12px 26px #0000003d;padding:9px 11px;pointer-events:none}.live-workspace-chart-state-banner strong{color:#fde68a;font-size:.78rem;line-height:1rem}.live-workspace-chart-state-banner span{color:#fff6d2c7;font-size:.68rem;line-height:.95rem}.live-workspace-chart-state-banner.is-error{border-color:#ff7f7f57;background:#1c0d0ee6}.live-workspace-chart-state-banner.is-error strong{color:#ffbebefa}.live-workspace-chart-state-banner.is-error span{color:#ffdcdcc7}.live-workspace-empty{position:absolute;inset:0;z-index:2;display:grid;place-content:center;gap:5px;padding:24px;background:#020405a3;text-align:center}.live-workspace-empty strong{color:#f8fafc;font-size:1rem}.live-workspace-empty span{max-width:340px;color:#e2e8f0a8;font-size:.8rem}.live-workspace-watermark{position:absolute;left:18px;bottom:16px;pointer-events:none;color:#f8fafcd1;font-size:clamp(1.4rem,4vw,2.35rem);font-weight:950;letter-spacing:0;text-shadow:0 2px 14px rgba(0,0,0,.58)}.live-workspace-bottom{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-height:46px;padding:7px 10px;border-top:1px solid rgba(255,255,255,.075);background:#0a0d0f}.live-workspace-clock{display:inline-flex;gap:14px;color:#e2e8f0a8;font-size:.76rem;white-space:nowrap}.live-workspace-inspector{display:grid;align-content:start;gap:10px;min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:var(--app-radius);background:#0c1013f0;padding:12px}.live-workspace-inspector-head{display:grid;gap:3px}.live-workspace-inspector-head span,.live-workspace-level-grid span,.live-workspace-pnl-row span,.live-workspace-dtm span{color:#cbd5e194;font-size:.68rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.live-workspace-inspector-head strong{color:#f8fafc;font-size:.95rem;line-height:1.15rem}.live-workspace-summary-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.live-workspace-summary-row div{min-width:0;padding:7px;border:1px solid rgba(255,255,255,.065);border-radius:var(--app-radius-sm);background:#ffffff07}.live-workspace-summary-row span{display:block;color:#cbd5e194;font-size:.6rem;font-weight:850;text-transform:uppercase}.live-workspace-summary-row strong{display:block;margin-top:2px;overflow:hidden;color:#f8fafc;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.live-workspace-pnl-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid rgba(255,255,255,.07);border-radius:var(--app-radius-sm);background:#ffffff09}.live-workspace-pnl-row strong{font-size:1rem}.live-workspace-level-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.live-workspace-level-grid div{min-width:0;padding:8px;border:1px solid rgba(255,255,255,.065);border-radius:var(--app-radius-sm);background:#ffffff07}.live-workspace-level-grid strong{display:block;margin-top:3px;overflow:hidden;color:#f8fafc;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.live-workspace-note,.live-workspace-dtm p{margin:0;color:#e2e8f0b8;font-size:.76rem;line-height:1.18rem;overflow-wrap:anywhere}.live-workspace-dtm{display:grid;gap:5px;padding:9px;border:1px solid rgba(125,211,252,.16);border-radius:var(--app-radius-sm);background:#7dd3fc0f}.live-workspace-trade-tape{display:grid;gap:7px;max-height:340px;overflow-y:auto;padding-right:2px;scrollbar-width:thin}.live-workspace-tape-head{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:3px 0 5px;background:#0c1013f0}.live-workspace-tape-head span{color:#cbd5e194;font-size:.68rem;font-weight:850;text-transform:uppercase}.live-workspace-tape-head strong{color:#f8fafcd1;font-size:.72rem}.live-workspace-trade-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:8px;width:100%;border:1px solid rgba(255,255,255,.07);border-radius:var(--app-radius-sm);background:#ffffff07;color:inherit;padding:8px;text-align:left;transition:border-color var(--app-ease),background var(--app-ease)}.live-workspace-trade-row:hover,.live-workspace-trade-row:focus,.live-workspace-trade-row.active{border-color:#7dd3fc3d;background:#7dd3fc12}.live-workspace-side{display:inline-grid;min-width:42px;min-height:24px;place-items:center;border-radius:var(--app-radius-sm);font-size:.65rem;font-weight:900}.live-workspace-side.long{color:#15c8aa;background:#15c8aa1f}.live-workspace-side.short{color:#ff4d64;background:#ff4d641f}.live-workspace-trade-row span:nth-child(2){display:grid;gap:2px;min-width:0}.live-workspace-trade-row span:nth-child(2) strong{overflow:hidden;color:#f8fafc;font-size:.76rem;line-height:.95rem;text-overflow:ellipsis;white-space:nowrap}.live-workspace-trade-row small,.live-workspace-trade-row em{color:#e2e8f09e;font-size:.68rem;font-style:normal;line-height:.95rem;overflow-wrap:anywhere}.live-workspace-trade-row em{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.live-workspace-trade-row b{font-size:.74rem;line-height:1rem;white-space:nowrap}.live-workspace-mobile-sheet{display:none;padding:0 10px 10px}.futures-bot-tracker-panel{display:grid;gap:14px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff07;padding:16px}.futures-thinking-panel{display:grid;gap:10px}.futures-log-tab{position:fixed;top:42%;right:0;z-index:1830;display:inline-grid;gap:2px;place-items:center;min-width:52px;min-height:86px;border:1px solid rgba(120,170,255,.38);border-right:0;border-radius:8px 0 0 8px;background:#1c2230f5;color:#ebf0fff0;font-size:.72rem;font-weight:850;box-shadow:0 16px 40px #0000006b}.futures-log-tab b{color:#92e8b1fa;font-size:.86rem}.futures-log-tab.open{right:min(420px,calc(100vw - 54px))}.futures-log-backdrop{position:fixed;inset:0;z-index:1800;border:0;background:#00000047}.futures-log-drawer{position:fixed;top:0;right:0;z-index:1820;width:min(420px,100vw);height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);gap:0;transform:translate(102%);transition:transform .18s ease;border-left:1px solid rgba(255,255,255,.1);background:#0a0d13fa;box-shadow:-20px 0 50px #00000075}.futures-log-drawer.open{transform:translate(0)}.futures-log-drawer-head{display:grid;gap:12px;padding:16px;border-bottom:1px solid rgba(255,255,255,.08)}.futures-log-drawer-title{color:var(--app-link);font-size:.9rem;font-weight:900}.futures-log-drawer-controls{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px}.futures-log-drawer-controls .app-btn{width:auto;min-width:76px;min-height:34px;padding:6px 12px;font-size:.72rem}.futures-log-drawer-controls .futures-review-status{justify-self:center;min-height:34px;padding:6px 12px;font-size:.72rem;white-space:nowrap}.futures-log-drawer-list{overflow-y:auto;padding:8px 10px 18px}.futures-log-drawer .futures-thinking-row{grid-template-columns:minmax(0,1fr);gap:7px;border-radius:8px;border:1px solid rgba(255,255,255,.07);margin-bottom:8px;background:#ffffff06}.futures-log-drawer-time{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--app-muted);font-size:.7rem;font-variant-numeric:tabular-nums}.futures-log-drawer-time span{border-radius:999px;padding:2px 7px;background:#ffffff14;color:#ffffffc7;font-weight:850}.futures-thinking-header,.futures-thinking-actions{display:flex;align-items:center;gap:8px}.futures-thinking-header{justify-content:space-between;flex-wrap:wrap}.futures-thinking-actions{justify-content:flex-end;flex-wrap:wrap}.futures-thinking-pager{display:inline-flex;align-items:center;gap:6px;color:var(--app-muted);font-size:.76rem;font-variant-numeric:tabular-nums;white-space:nowrap}.futures-review-status{border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:900;white-space:nowrap;background:#ffffff0e;color:var(--app-muted)}.futures-review-status.active,.futures-review-status.ok{color:#92e8b1fa;background:#78dca01f}.futures-review-status.warn,.futures-review-status.thinking{color:#ffd670fa;background:#ffd6701f}.futures-review-status.error,.futures-review-status.blocked{color:#ff8d8dfa;background:#ff78781f}.futures-thinking-log{display:grid;overflow:visible;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#080c1294}.futures-thinking-log-head,.futures-thinking-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;align-items:start;padding:8px 10px}.futures-thinking-log-head{color:var(--app-muted);font-size:.68rem;font-weight:800;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.08)}.futures-thinking-row{color:#ffffffd6;font-size:.78rem;line-height:1.24rem;border-bottom:1px solid rgba(255,255,255,.055)}.futures-thinking-row.bracket-alert{color:#ffe4b8fa;background:#ffb0481f;box-shadow:inset 3px 0 #ffb048cc}.futures-thinking-row.dtm-decision{color:#ffe8b2fa;background:#ffd67017;box-shadow:inset 3px 0 #ffd670b8}.futures-thinking-row.dtm-decision .futures-event-tag{background:#ffd67029;color:#ffe08efa}.futures-thinking-row.order-flow-pass{color:#c7f9dffa;background:#78dca014;box-shadow:inset 3px 0 #78dca09e}.futures-thinking-row.order-flow-blocked{color:#ffd2d2fa;background:#ff787814;box-shadow:inset 3px 0 #ff7878b8}.futures-thinking-row.bracket-alert time,.futures-thinking-row.bracket-alert .futures-event-tag{color:#ffd180fa}.futures-thinking-row:last-child{border-bottom:0}.futures-thinking-row time{color:var(--app-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.futures-thinking-row span,.futures-event-body{min-width:0;overflow-wrap:anywhere}.futures-event-body{display:grid;gap:5px}.futures-event-topline{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.futures-event-tag{display:inline-flex;align-items:center;max-width:100%;min-height:24px;border-radius:999px;padding:3px 8px;background:#78aaff1f;color:#8ebefffa;font-size:.66rem;font-weight:900;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.futures-event-tag.accepted,.futures-event-tag.active{background:#78dca01f;color:#92e8b1fa}.futures-event-tag.warn,.futures-event-tag.closed{background:#ffd6701f;color:#ffd670fa}.futures-event-tag.error,.futures-event-tag.blocked{background:#ff78781f;color:#ff8d8dfa}.futures-event-context{color:var(--app-muted);font-size:.72rem;font-variant-numeric:tabular-nums}.futures-event-title{color:#ffffffeb;font-weight:850}.futures-event-subtext{color:#dde2ecc2}.futures-event-details{display:flex;flex-wrap:wrap;gap:6px;padding-top:2px}.futures-event-detail{display:inline-flex;align-items:center;gap:5px;max-width:100%;border-radius:999px;padding:3px 8px;background:#fff1;color:#ecf1f8e6;font-size:.68rem;line-height:1rem}.futures-event-detail b{color:var(--app-muted);font-weight:850;text-transform:uppercase;font-size:.58rem}.futures-event-detail em{color:#ffffffeb;font-style:normal;font-variant-numeric:tabular-nums;min-width:0;overflow:hidden;text-overflow:ellipsis}.futures-bot-tracker-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.futures-bot-tracker-header div{display:grid;gap:2px}.futures-bot-tracker-header strong{color:var(--app-link);font-size:.9rem}.futures-bot-tracker-header div>span{color:var(--app-muted);font-size:.76rem}.futures-symbol-tracker-sidebar{display:grid;gap:12px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.futures-symbol-tracker-heading{color:var(--app-link);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.futures-symbol-tracker-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.futures-symbol-tracker-card{min-width:0;display:grid;gap:10px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#0b0f16b8;color:var(--app-link);padding:12px}.futures-symbol-tracker-card.active{border-color:#64b4ff7a;background:#64b4ff1a}.futures-symbol-tracker-card.focused{min-height:184px;align-content:start}.futures-symbol-tracker-topline{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.futures-symbol-tracker-topline span{min-width:0;color:var(--app-muted);font-size:.82rem;font-weight:900;overflow:hidden;text-overflow:ellipsis}.futures-symbol-tracker-topline strong{color:var(--app-link);font-size:1.28rem;line-height:1.35rem;font-variant-numeric:tabular-nums}.futures-symbol-tracker-pnl{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.futures-symbol-tracker-pnl em{font-style:normal;font-size:1.12rem;line-height:1.35rem;font-weight:900}.futures-symbol-tracker-pnl small{min-width:0;font-size:.78rem;font-weight:850;text-align:right;white-space:nowrap}.futures-symbol-tracker-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.futures-symbol-tracker-meta span{min-width:0;border-radius:6px;background:#ffffff0b;color:var(--app-muted);padding:8px 6px;font-size:.7rem;font-weight:850;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.futures-symbol-tracker-meta b{color:var(--app-link)}.futures-symbol-tracker-flow,.futures-symbol-tracker-health .futures-health-pill{min-width:0;border-radius:7px;font-size:.72rem;font-weight:850}.futures-symbol-tracker-flow{overflow:hidden;padding:9px 10px;background:#4d7cfe1f;color:#c7d2fe;text-align:center;text-overflow:ellipsis;white-space:nowrap}.futures-symbol-tracker-health .futures-health-pill{width:100%;min-height:32px;justify-content:center}.futures-symbol-tracker-detail{margin:0;color:#e2e8f0a8;font-size:.74rem;line-height:1.16rem;overflow-wrap:anywhere}.futures-symbol-tracker-sidebar .futures-bot-tracker-card{min-height:104px;gap:6px;padding:9px;border-radius:8px}.futures-symbol-tracker-sidebar .futures-bot-tracker-topline span{font-size:.74rem}.futures-symbol-tracker-sidebar .futures-bot-tracker-topline strong{font-size:.9rem;line-height:1.05rem}.futures-symbol-tracker-sidebar .futures-bot-tracker-pnl em{font-size:.9rem}.futures-symbol-tracker-sidebar .futures-bot-tracker-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.futures-symbol-tracker-sidebar .futures-bot-tracker-stats span,.futures-symbol-tracker-sidebar .futures-bot-signal{min-height:28px;padding:6px 5px;font-size:.66rem}.futures-symbol-tracker-sidebar .futures-bot-tracker-health .futures-health-pill{min-height:24px;justify-content:center;font-size:.66rem}.futures-symbol-tracker-sidebar .futures-order-flow-chip{display:none}.futures-risk-heartbeat-panel{display:grid;gap:14px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#0b0f16a3;padding:16px}.futures-risk-heartbeat-panel.ok{border-color:#78dca038}.futures-risk-heartbeat-panel.warn{border-color:#ffd6703d}.futures-risk-heartbeat-panel.error{border-color:#ff787847}.futures-risk-heartbeat-panel.idle{border-color:#ffffff14}.futures-risk-heartbeat-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.futures-risk-heartbeat-header strong{color:var(--app-link);font-size:.98rem;line-height:1.2rem}.futures-risk-heartbeat-status{border-radius:7px;background:#ffffff0e;color:var(--app-muted);font-size:.76rem;font-weight:900;line-height:1rem;padding:9px 12px;text-align:center}.futures-risk-heartbeat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.futures-risk-heartbeat-metric{min-width:0;display:grid;align-content:center;gap:8px;min-height:86px;border-radius:7px;background:#ffffff0b;padding:11px 12px}.futures-risk-heartbeat-metric span,.futures-risk-heartbeat-meta span{min-width:0;color:var(--app-muted);font-size:.68rem;font-weight:850;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.futures-risk-heartbeat-metric strong{min-width:0;color:var(--app-link);font-size:.96rem;line-height:1.2rem;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.futures-risk-heartbeat-metric strong.pos{color:#92e8b1fa}.futures-risk-heartbeat-metric strong.neg{color:#ff8d8dfa}.futures-risk-heartbeat-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.futures-risk-heartbeat-meta span{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid rgba(255,255,255,.07);border-radius:7px;background:#ffffff07;color:var(--app-link);font-size:.72rem;font-weight:850;line-height:1rem;padding:8px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.futures-risk-heartbeat-meta b{color:var(--app-link);font-weight:900;overflow:hidden;text-transform:none;text-overflow:ellipsis}.futures-bot-tracker-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.futures-bot-tracker-card{min-height:168px;display:grid;align-content:space-between;gap:10px;text-align:left;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0b0f16b8;color:var(--app-link);padding:14px;transition:border-color .16s ease,background .16s ease}.futures-bot-tracker-card.active{border-color:#64b4ff7a;background:#64b4ff1a}.futures-bot-tracker-topline,.futures-bot-tracker-pnl,.futures-bot-tracker-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.futures-bot-tracker-topline span{color:var(--app-muted);font-size:.82rem;font-weight:800}.futures-bot-tracker-topline strong{font-size:1.24rem;line-height:1.35rem}.futures-bot-tracker-pnl em{font-style:normal;font-size:1rem;font-weight:900}.futures-bot-tracker-pnl{justify-content:flex-start}.futures-bot-tracker-pnl small,.futures-bot-tracker-foot{color:var(--app-muted);font-size:.78rem}.futures-bot-tracker-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.futures-bot-tracker-stats span,.futures-bot-signal{min-width:0;border-radius:7px;background:#ffffff0b;color:var(--app-muted);padding:8px 6px;font-size:.74rem;font-weight:800;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.futures-bot-tracker-stats b{color:var(--app-link)}.futures-order-flow-chip{grid-column:1 / -1;color:#c7d6ff!important;background:#7aa2ff1a!important}.futures-bot-signal.trading{color:#92e8b1fa;background:#78dca01f}.futures-bot-signal.setup{color:#ffd670fa;background:#ffd6701f}.futures-bot-signal.looking{color:#64b4fffa;background:#64b4ff1f}.futures-bot-tracker-health{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:8px;min-width:0}.futures-bot-tracker-health.compact{grid-template-columns:minmax(104px,max-content)}.futures-bot-tracker-health small{min-width:0;color:var(--app-muted);font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.futures-health-pill{display:block;width:100%;border-radius:7px;padding:9px 10px;font-size:.68rem;font-weight:900;text-align:center;white-space:nowrap;background:#ffffff0e;color:var(--app-muted)}.futures-health-pill.ok{color:#92e8b1fa;background:#78dca01f}.futures-health-pill.warn{color:#ffd670fa;background:#ffd6701f}.futures-health-pill.error{color:#ff8d8dfa;background:#ff78781f}.futures-chart-selector-stack{display:grid;gap:4px;padding-top:6px}.futures-chart-symbol-mini-row{display:inline-flex;align-items:center;gap:4px;padding:3px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.futures-chart-symbol-mini-btn{min-width:36px;height:22px;border:0;border-radius:7px;background:transparent;color:var(--app-muted);font-size:.68rem;font-weight:900;transition:background .15s ease,color .15s ease}.futures-chart-symbol-mini-btn:hover,.futures-chart-symbol-mini-btn:focus,.futures-chart-symbol-mini-btn.active{color:var(--app-link);background:#64b4ff29}.futures-market-chart-shell{min-height:0;padding:10px;contain:layout paint;cursor:grab;overscroll-behavior:contain;touch-action:none;-webkit-user-select:none;user-select:none;transition:opacity .18s ease,transform .18s ease,border-color .18s ease;will-change:opacity,transform}.futures-market-chart-shell:active{cursor:grabbing}.futures-market-chart-shell.is-transitioning{opacity:.96;transform:none;border-color:#64b4ff2e}.futures-market-chart-shell:focus{outline:1px solid rgba(100,180,255,.28);outline-offset:2px}.futures-market-svg{aspect-ratio:3 / 1;height:auto;max-height:620px;min-height:0;overscroll-behavior:contain;touch-action:none;cursor:inherit;transition:opacity .18s ease,filter .18s ease}.futures-market-chart-shell.is-transitioning .futures-market-svg{opacity:.98;filter:none}.futures-chart-actionbar{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:2px}.futures-chart-left-controls{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;min-width:0}.futures-chart-status-copy{display:grid;gap:2px;min-width:0}.futures-chart-status-copy strong{font-size:.82rem;color:var(--app-link)}.futures-chart-status-copy span{color:var(--app-muted);font-size:.74rem;line-height:.95rem}.futures-chart-actions{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff09}.futures-chart-actions button{min-width:30px;height:26px;border:0;border-radius:7px;background:transparent;color:var(--app-muted);font-size:.76rem;font-weight:800}.futures-chart-actions button:hover,.futures-chart-actions button:focus{color:var(--app-link);background:#64b4ff29}.futures-chart-range-row{display:grid;grid-template-columns:auto minmax(140px,1fr) auto;align-items:center;gap:8px;margin-top:4px;color:var(--app-muted);font-size:.7rem}.futures-chart-range-row input{width:100%;height:16px;accent-color:rgba(120,220,160,.9);cursor:pointer}.futures-chart-range-row input:disabled{cursor:not-allowed;opacity:.58}.futures-chart-bottom-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:8px 10px}.futures-timezone-note{color:var(--app-muted);font-size:.76rem;line-height:1rem}.futures-timezone-svg-label{fill:#ffffff85;font-size:13px;font-weight:800;paint-order:stroke;stroke:#0a0e14e6;stroke-width:3px}.futures-price-grid{stroke:#ffffff14;stroke-width:1}.futures-price-label{fill:#ffffff8c;font-size:13px;font-weight:800;paint-order:stroke;stroke:#0a0e14e6;stroke-width:3px}.futures-current-price-line{stroke:#ffffff3d;stroke-width:1.5;stroke-dasharray:7 6}.futures-volume-divider{stroke:#ffffff1a;stroke-width:1}.futures-volume-bar.up{fill:#78dca038;transition:height .18s ease,y .18s ease,opacity .18s ease}.futures-volume-bar.down{fill:#ff8c8c33;transition:height .18s ease,y .18s ease,opacity .18s ease}.futures-poll-dot{fill:#ffd670e6;stroke:#0a0e14eb;stroke-width:2}.futures-time-axis-label{fill:#ffffff85;font-size:12px;font-weight:800;paint-order:stroke;stroke:#0a0e14e6;stroke-width:3px}.futures-trade-overlay{color:#64b4fff2;--trade-pnl-color: var(--app-positive);outline:none}.futures-trade-overlay:focus,.futures-trade-overlay:focus-visible{outline:none}.futures-trade-overlay.positive{--trade-pnl-color: var(--app-positive)}.futures-trade-overlay.negative{--trade-pnl-color: var(--app-negative)}.futures-trade-entry-control{cursor:pointer}.futures-trade-point-halo{fill:#64b4ff33;stroke:#64b4ff5c;stroke-width:2}.futures-trade-point{fill:#64b4fffa;stroke:#080c12f2;stroke-width:2.4}.futures-trade-point-button{fill:#080c12eb;stroke:#64b4ffd1;stroke-width:1.7}.futures-trade-point-button-text{fill:currentColor;font-size:12px;font-weight:900;paint-order:stroke;stroke:#080c12f2;stroke-width:3px}.futures-trade-popover-box{fill:#080c12f0;stroke:currentColor;stroke-width:2;filter:drop-shadow(0 10px 22px rgba(0,0,0,.42))}.futures-trade-overlay.open .futures-trade-point-halo{animation:futures-live-pnl-pulse 2.2s ease-in-out infinite}.futures-trade-overlay.hovered .futures-trade-point-button,.futures-trade-overlay.active .futures-trade-point-button{fill:#64b4ff2e}.futures-trade-overlay:focus-visible .futures-trade-point-button{stroke-width:2.4;fill:#64b4ff38}.futures-trade-popover-title,.futures-trade-popover-text,.futures-trade-popover-pnl{fill:currentColor;paint-order:stroke;stroke:#080c12eb;stroke-width:2.6px;stroke-linejoin:round}.futures-trade-popover-title{font-size:15px;font-weight:900}.futures-trade-popover-pnl{font-size:24px;font-weight:950}.futures-trade-popover-text{font-size:15px;font-weight:850}.futures-trade-popover-risk{fill:#ffffffb8}.futures-trade-pnl-value{fill:var(--trade-pnl-color)}.futures-trade-exit-glyph{fill:#ffd670f2;stroke:#080c12f2;stroke-width:2;animation:futures-trade-exit-pop 1.1s ease-out both;transform-box:fill-box;transform-origin:center}@keyframes futures-trade-entry-pulse{0%{transform:scale(.92);opacity:.82}55%{transform:scale(1.18);opacity:1}to{transform:scale(.92);opacity:.82}}@keyframes futures-trade-exit-pop{0%{transform:scale(.6);opacity:.2}45%{transform:scale(1.28);opacity:1}to{transform:scale(1);opacity:.95}}@keyframes futures-live-pnl-pulse{0%,to{stroke-width:1.4;opacity:.9}50%{stroke-width:2.2;opacity:1}}.app-candle-wick.live{stroke-width:3}.app-candle-body.live{stroke-width:2.2}.futures-strategy-watch{display:grid;gap:12px}.futures-strategy-watch-grid{display:grid;gap:7px;max-height:304px;overflow-y:auto;padding-right:2px}.futures-strategy-chip{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:8px 10px}.futures-strategy-chip.enabled{border-color:#64b4ff38;background:#64b4ff0f}.futures-strategy-chip div{display:grid;gap:2px;min-width:0}.futures-strategy-chip strong{font-size:.78rem;color:var(--app-link)}.futures-strategy-chip span,.futures-strategy-chip em{color:var(--app-muted);font-size:.72rem;font-style:normal;overflow-wrap:anywhere}.futures-latest-signals{display:grid;gap:7px}.futures-signal-row{display:grid;grid-template-columns:.8fr .8fr .8fr 1.35fr;align-items:center;gap:8px;border-radius:10px;background:#ffffff09;padding:8px 10px;color:var(--app-muted);font-size:.74rem}.futures-signal-row strong{color:var(--app-link)}.futures-signal-row em{font-style:normal}.app-empty.compact{padding:10px;font-size:.74rem}.futures-live-button-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.futures-live-button-row .app-btn{min-height:38px;height:auto;padding-top:8px;padding-bottom:8px;line-height:1.15;white-space:normal}.futures-live-chart-shell{margin-top:12px;min-height:340px;display:grid;gap:10px}.futures-live-chart{width:100%;height:300px;display:block;border-radius:14px;background:#00000029;border:1px solid rgba(255,255,255,.08)}.futures-chart-axis,.futures-chart-zero{stroke:#ffffff24;stroke-width:1}.futures-chart-zero{stroke-dasharray:5 7}.futures-chart-legend{display:flex;gap:10px;flex-wrap:wrap;color:#ffffffc7;font-size:.78rem}.futures-chart-legend-item{display:inline-flex;align-items:center;gap:6px;min-height:24px}.futures-chart-legend-item i{width:9px;height:9px;border-radius:50%;display:inline-block}.futures-live-trades-grid{grid-template-columns:minmax(112px,.82fr) minmax(46px,.32fr) minmax(48px,.32fr) minmax(78px,.52fr) minmax(48px,.3fr) minmax(32px,.22fr) minmax(62px,.42fr) minmax(62px,.42fr) minmax(74px,.5fr) minmax(148px,1fr) minmax(148px,1fr) minmax(50px,.28fr);min-width:min(1120px,100%)}.futures-live-all-trades-grid{grid-template-columns:minmax(120px,1fr) minmax(58px,.42fr) minmax(58px,.42fr) minmax(132px,.95fr) minmax(58px,.38fr) minmax(40px,.28fr) minmax(76px,.54fr) minmax(76px,.54fr) minmax(86px,.6fr) minmax(58px,.34fr);min-width:min(940px,100%)}.app-grid-head.futures-live-trades-grid,.app-grid-head.futures-live-all-trades-grid{background:#ffffff0a;border-bottom:1px solid rgba(125,211,252,.18)}.app-grid-row.futures-live-trades-grid,.app-grid-row.futures-live-all-trades-grid{background:#0000001a}.app-grid-row.futures-live-all-trades-grid.trade-analysis-clickable:hover,.app-grid-row.futures-live-all-trades-grid.trade-analysis-clickable:focus-visible{background:#7dd3fc13;outline:0;box-shadow:inset 0 0 0 1px #7dd3fc57}.app-grid-row.futures-live-all-trades-grid.trade-analysis-clickable:hover>div,.app-grid-row.futures-live-all-trades-grid.trade-analysis-clickable:focus-visible>div{background:transparent}.futures-live-trades-grid .app-trade-fees,.futures-live-all-trades-grid .app-trade-fees,.app-grid-head.futures-live-trades-grid>div:last-child,.app-grid-head.futures-live-all-trades-grid>div:last-child{text-align:right}.app-live-value{margin-top:.45rem;font-size:1.08rem;font-weight:700;line-height:1.35rem;transition:color .16s ease}.app-live-detail{margin-top:.45rem;color:var(--app-muted);font-size:.78rem;line-height:1.32rem}.app-live-feedback{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd1;font-size:.82rem}.app-live-snapshot-btn{min-height:38px;height:auto;line-height:1.15;white-space:normal}.app-timeframe-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.app-trade-toolbar{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px}.app-backtest-trade-toolbar{grid-template-columns:minmax(108px,.78fr) minmax(96px,.62fr) minmax(96px,.62fr) minmax(142px,1fr) minmax(108px,.76fr) minmax(122px,.84fr) minmax(122px,.84fr)}.futures-live-trade-toolbar{grid-template-columns:minmax(118px,1fr) minmax(118px,1fr) minmax(104px,.85fr) minmax(132px,1.08fr) minmax(112px,.9fr) minmax(128px,1fr) minmax(128px,1fr)}.app-data-toolbar{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr)) auto;align-items:end;gap:12px}.futures-data-toolbar{grid-template-columns:minmax(240px,1.35fr) minmax(150px,.75fr) minmax(150px,.72fr) minmax(160px,.82fr) minmax(160px,.82fr)}.futures-strategy-slot-toolbar{grid-template-columns:repeat(3,minmax(180px,1fr))}.futures-data-field,.futures-data-chip{min-width:0}.futures-data-chip strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.futures-storage-chip strong{display:block}.futures-run-builder{display:grid;gap:14px}.futures-contract-selector{display:flex;flex-wrap:wrap;gap:10px 18px}.app-data-chip{display:grid;gap:4px;min-height:56px;border-radius:14px;border:1px solid var(--app-border);background:#ffffff09;padding:10px 12px;min-width:0}.app-data-chip strong{font-size:.9rem;color:var(--app-link);line-height:1.2rem}.app-keypoint-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.app-chart-shell{min-width:0;overflow:hidden;border-radius:14px;border:1px solid var(--app-border);background:#00000024;padding:12px}.app-chart-empty{margin-top:12px;border-radius:14px;border:1px dashed rgba(255,255,255,.12);background:#ffffff08;color:var(--app-muted);padding:18px;font-size:.84rem}.app-chart-hover{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:8px;color:#ffffffe0;font-size:.82rem}.futures-market-chart-shell .app-chart-hover{gap:8px;margin-bottom:4px;font-size:.78rem}.futures-market-chart-shell .app-chart-hover div{gap:8px}.app-chart-hover div{display:flex;gap:10px;flex-wrap:wrap;color:var(--app-muted)}.app-market-svg,.app-equity-svg{display:block;width:100%;height:auto;border-radius:10px;background:#ffffff06}.app-market-svg.futures-market-svg{aspect-ratio:3 / 1;height:auto;max-height:620px}.app-candle-wick{stroke-width:2}.app-candle-wick.up,.app-candle-body.up{stroke:#78dca0f2;fill:#78dca099}.app-candle-wick.down,.app-candle-body.down{stroke:#ff8c8cf2;fill:#ff8c8c94}.app-indicator-line,.app-equity-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.app-indicator-line.vwap{stroke:#ffd670e6;stroke-width:2.4}.app-indicator-line.ema-fast{stroke:#61dafbe0;stroke-width:1.8}.app-indicator-line.ema-slow{stroke:#b297ffe0;stroke-width:1.8}.app-orb-line,.app-trade-line,.app-trade-time-line,.app-hover-line{stroke-dasharray:7 6;stroke-width:2}.app-orb-line.high{stroke:#78dca085}.app-orb-line.low,.app-trade-line.stop{stroke:#ff8c8c94}.app-trade-line.entry{stroke:#64b4ffa8}.app-trade-line.exit{stroke:#b297ffb8}.app-trade-line.target{stroke:#78dca0a3}.app-trade-line.vwap{stroke:#ffd670cc}.app-trade-line.ifvg{stroke:#61dafbb8}.app-trade-line.market-high{stroke:#78dca061}.app-trade-line.market-low{stroke:#ff8c8c61}.app-trade-line.previous-close{stroke:#ffffff59}.app-chart-zone{fill:#ffffff14;stroke:#ffffff14}.app-chart-zone.orb{fill:#78dca017}.app-chart-zone.ifvg{fill:#61dafb1a}.app-trade-time-line.entry{stroke:#64b4ffb8}.app-trade-time-line.exit{stroke:#b297ffb8}.app-trade-time-label,.app-chart-label{fill:#ffffffe6;font-size:11px;font-weight:700;paint-order:stroke;stroke:#0a0e14e0;stroke-width:3px;stroke-linejoin:round}.app-trade-time-label.entry{fill:#96d2fff2}.app-trade-time-label.exit{fill:#c8b4fff2}.app-chart-label.orb-high,.app-chart-label.orb-low{fill:#96f5bef2}.app-chart-label.ifvg,.app-chart-label.vwap{fill:#ffe696f2}.app-trade-marker{stroke:#0a0e14e6;stroke-width:2}.app-trade-marker.entry{fill:#64b4fff2}.app-trade-marker.exit{fill:#b297fff2}.app-hover-line{stroke:#ffffff38}.app-equity-line{stroke:#64b4fff2;stroke-width:4}.app-equity-hit{fill:transparent;stroke:transparent;stroke-width:14}.app-chart-caption{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:8px;color:var(--app-muted);font-size:.78rem}.futures-market-chart-shell .app-chart-caption{margin-top:4px;font-size:.72rem}.app-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.app-modal-card.app-trade-modal{width:min(1120px,100%);max-height:min(90vh,920px);overflow-y:auto}.app-modal-card.app-trade-analysis-modal{width:min(1280px,calc(100vw - 32px));max-height:min(94vh,920px);overflow-y:auto;border-radius:10px;padding:12px}.trade-analysis-backdrop{align-items:center}.trade-analysis-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.trade-analysis-header h3{margin:2px 0 0;font-size:1.08rem;line-height:1.3;letter-spacing:0}.trade-analysis-metric-grid,.trade-analysis-market-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.trade-analysis-metric,.trade-analysis-market-tile,.trade-analysis-detail{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09;padding:7px 9px;min-width:0}.trade-analysis-metric span,.trade-analysis-market-tile span,.trade-analysis-detail span{display:block;color:var(--app-muted);font-size:.68rem;font-weight:700;text-transform:uppercase}.trade-analysis-metric strong,.trade-analysis-market-tile strong{display:block;margin-top:3px;font-size:.86rem;line-height:1.22;word-break:break-word}.trade-analysis-chart-shell{margin-top:12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(180deg,#0f172ab8,#030712c7),#0307128c;padding:9px}.trade-analysis-chart-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:#ffffffc7;font-size:.78rem}.trade-analysis-chart-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,230px);gap:10px;align-items:stretch}.trade-analysis-svg{width:100%;height:auto;aspect-ratio:960 / 500;display:block;min-height:360px;max-height:min(58vh,620px);border-radius:8px;background:linear-gradient(180deg,#0206172e,#02061780),#0206176b}.trade-analysis-chart-footer{display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap;margin-top:7px;color:#ffffff9e;font-size:.68rem;font-weight:700;text-transform:uppercase}.trade-analysis-chart-footer span{display:inline-flex;align-items:center;gap:5px}.trade-analysis-chart-footer i,.trade-analysis-level-row i{display:inline-block;flex:0 0 auto}.trade-analysis-chart-footer i{width:8px;height:8px;border-radius:999px}.trade-analysis-chart-footer i.vwap{background:#facc15}.trade-analysis-chart-footer i.ema20{background:#38bdf8}.trade-analysis-chart-footer i.ema50{background:#c084fc}.trade-analysis-chart-footer i.entry{background:#60a5fa}.trade-analysis-chart-footer i.exit{background:#facc15}.trade-analysis-level-panel{min-width:0;max-height:min(58vh,620px);border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#020617ad;padding:8px;overflow:auto}.trade-analysis-level-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#ffffffe0;font-size:.68rem;font-weight:800;text-transform:uppercase}.trade-analysis-level-title strong{color:#ffffff94;font-size:.64rem}.trade-analysis-level-group{display:grid;gap:5px;margin-top:9px}.trade-analysis-level-group>span{color:#ffffff7a;font-size:.6rem;font-weight:800;text-transform:uppercase}.trade-analysis-level-row{display:grid;grid-template-columns:22px minmax(0,1fr);grid-template-areas:"dot label" "dot value";align-items:center;column-gap:8px;min-height:35px;padding:6px 7px;border-radius:7px;border:1px solid rgba(255,255,255,.065);background:#ffffff09}.trade-analysis-level-row.plan{background:#60a5fa0e}.trade-analysis-level-row i{grid-area:dot;position:relative;width:22px;height:12px;border-radius:0;background:transparent}.trade-analysis-level-row i:before{content:"";position:absolute;left:0;right:0;top:5px;border-top:2px solid var(--level-color);filter:drop-shadow(0 0 4px color-mix(in srgb,var(--level-color) 60%,transparent))}.trade-analysis-level-row i:after{content:"";position:absolute;right:-1px;top:2px;width:7px;height:7px;border-radius:999px;background:var(--level-color);box-shadow:0 0 7px color-mix(in srgb,var(--level-color) 72%,transparent)}.trade-analysis-level-row.level-target i:before,.trade-analysis-level-row.level-prior-high i:before{border-top-style:solid}.trade-analysis-level-row.level-stop i:before,.trade-analysis-level-row.level-prior-low i:before,.trade-analysis-level-row.level-poc i:before,.trade-analysis-level-row.level-vah i:before,.trade-analysis-level-row.level-val i:before,.trade-analysis-level-row.level-orb-high i:before,.trade-analysis-level-row.level-orb-low i:before{border-top-style:dashed}.trade-analysis-level-row em{grid-area:label;color:#ffffffb8;font-style:normal;font-size:.62rem;font-weight:800;line-height:1.05;text-transform:uppercase}.trade-analysis-level-row strong{grid-area:value;color:#fffffff2;font-size:.76rem;line-height:1.15}.trade-analysis-grid-line,.trade-analysis-volume-divider{stroke:#ffffff18;stroke-width:1}.trade-analysis-axis-label,.trade-analysis-time-label,.trade-analysis-annotation-label{font-size:12px;font-weight:700}.trade-analysis-axis-label,.trade-analysis-time-label{fill:#ffffff94}.trade-analysis-volume.up{fill:#34d39952}.trade-analysis-volume.down{fill:#fb71854d}.trade-analysis-line{fill:none;stroke-width:2;opacity:.9}.trade-analysis-line.vwap{stroke:#facc15}.trade-analysis-line.ema20{stroke:#38bdf8}.trade-analysis-line.ema50{stroke:#c084fc}.trade-analysis-wick.up,.trade-analysis-candle.up{stroke:#34d399;fill:#34d399cc}.trade-analysis-wick.down,.trade-analysis-candle.down{stroke:#fb7185;fill:#fb7185d1}.trade-analysis-level-dot{stroke:#030712e6;stroke-width:1.7;filter:drop-shadow(0 0 4px rgba(255,255,255,.24))}.trade-analysis-price-level{stroke-linecap:round;stroke-dasharray:5 6;filter:drop-shadow(0 0 5px rgba(255,255,255,.28))}.trade-analysis-price-level.plan{stroke-width:2.1;opacity:.9}.trade-analysis-price-level.structure{stroke-width:1.75;opacity:.82}.trade-analysis-price-level.level-target{stroke-dasharray:12 5}.trade-analysis-price-level.level-stop{stroke-dasharray:2 6}.trade-analysis-price-level.level-poc{stroke-dasharray:1 7;stroke-width:1.9}.trade-analysis-price-level.level-prior-high{stroke-dasharray:14 5 3 5}.trade-analysis-price-level.level-prior-low{stroke-dasharray:7 5}.trade-analysis-price-level.level-vah{stroke-dasharray:10 4 2 4}.trade-analysis-price-level.level-val{stroke-dasharray:4 4}.trade-analysis-price-level.level-orb-high,.trade-analysis-price-level.level-orb-low{stroke-dasharray:16 4;stroke-width:1.95}.trade-analysis-price-level.level-vwap{stroke-dasharray:10 5;stroke-width:2}.trade-analysis-price-level.level-ema20{stroke-dasharray:2 5}.trade-analysis-price-level.level-ema50{stroke-dasharray:8 4 2 4}.trade-analysis-price-level.level-session-open{stroke-dasharray:1 6;stroke-width:2}.trade-analysis-price-level.level-keltner-upper,.trade-analysis-price-level.level-keltner-lower{stroke-dasharray:12 3 2 3;stroke-width:1.9}.trade-analysis-structure-badge,.trade-analysis-event-label-bg{fill:#020617d1;stroke:#ffffff17;stroke-width:1}.trade-analysis-event.entry .trade-analysis-event-dot{fill:#60a5fa}.trade-analysis-event.exit .trade-analysis-event-dot{fill:#facc15}.trade-analysis-event-dot{stroke:#020617f0;stroke-width:1.6}.trade-analysis-event-rail{stroke:#ffffff2e;stroke-width:1;stroke-dasharray:3 5}.trade-analysis-event-leader{stroke:#ffffff61;stroke-width:1;stroke-dasharray:2 4}.trade-analysis-event-label{fill:#ffffffe6;font-size:13px;font-weight:800}.trade-analysis-event-price{fill:#ffffffa3;font-size:11.5px;font-weight:700}.trade-analysis-structure-line{stroke-width:2}.trade-analysis-structure-leader{stroke-width:1.1;stroke-dasharray:2 4;opacity:.75;stroke-linecap:round}.trade-analysis-range-fill,.trade-analysis-gap-fill,.trade-analysis-candle-highlight{opacity:.18}.trade-analysis-gap-fill{opacity:.24}.trade-analysis-legend{display:flex;align-items:center;gap:6px 10px;flex-wrap:wrap;margin-top:8px;color:#ffffffc2;font-size:.72rem}.trade-analysis-legend span{display:inline-flex;align-items:center;gap:6px}.trade-analysis-legend i{width:9px;height:9px;border-radius:50%;flex:0 0 auto}.trade-analysis-market-grid{margin-top:8px;grid-template-columns:repeat(6,minmax(0,1fr))}.trade-analysis-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:10px}.trade-analysis-detail p{margin:5px 0 0;color:#ffffffdb;font-size:.78rem;line-height:1.34}.app-error{border-radius:12px;border:1px solid rgba(255,140,140,.28);background:#a0282829;color:#ffd7d7;padding:10px 12px;font-size:.84rem}.app-btn-large{height:48px;font-size:1rem;font-weight:700}.app-btn-block{width:100%}.app-settings-row{display:grid;grid-template-columns:minmax(140px,.24fr) minmax(0,1fr);align-items:start;gap:16px;padding:12px 0;border-top:1px solid rgba(255,255,255,.06)}.app-settings-row:first-of-type{border-top:0;padding-top:0}.app-settings-value{font-weight:600;word-break:break-word}.app-settings-value-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-settings-value-row .app-settings-value{flex:1;min-width:0}.app-settings-action{flex-shrink:0}.app-modal-backdrop{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:16px;background:#04080fb8}.app-modal-card{width:min(520px,100%);border-radius:18px;padding:16px;background:#0f1624;border:1px solid var(--app-border);box-shadow:0 22px 60px #0006}.app-panel>.row,.app-subpanel>.row{margin-left:0;margin-right:0}.app-panel>.row>[class*=col-],.app-subpanel>.row>[class*=col-]{padding-left:.35rem;padding-right:.35rem}@media(max-width:1100px){.trade-analysis-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trade-analysis-market-grid,.trade-analysis-detail-grid{grid-template-columns:1fr}.app-modal-card.app-trade-analysis-modal{max-height:94vh}.history-grid{grid-template-columns:1.02fr .68fr 1.3fr .72fr .9fr .72fr .72fr .56fr .75fr;min-width:950px}.trades-grid{grid-template-columns:1.12fr .6fr .72fr 1.08fr .5fr .44fr .68fr .68fr .72fr .52fr;min-width:980px}.trades-grid.has-action{grid-template-columns:1.12fr .6fr .72fr 1.08fr .5fr .44fr .68fr .68fr .72fr .52fr .66fr;min-width:1080px}.futures-analytics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.strategy-grid{grid-template-columns:.9fr .85fr .9fr .85fr .85fr .7fr .85fr;min-width:710px}.app-live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.futures-launch-shell,.futures-market-layout{grid-template-columns:minmax(0,1fr)}.live-workspace-main{grid-template-columns:minmax(0,1fr) minmax(220px,270px)}.live-workspace-chart-frame{height:clamp(480px,58vh,700px)}.documents-hero,.documents-source-grid,.documents-strategy-grid{grid-template-columns:minmax(0,1fr)}.documents-pipeline-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.documents-section-head{align-items:start;flex-direction:column}.documents-section-head p{max-width:none;text-align:left}.futures-launch-actions{justify-content:flex-start}.futures-launch-config,.futures-bot-tracker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.futures-risk-heartbeat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.futures-risk-heartbeat-meta,.app-data-toolbar,.app-trade-toolbar,.app-detail-grid,.app-keypoint-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.futures-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.futures-profit-bar-row{grid-template-columns:minmax(72px,.62fr) minmax(90px,1fr) minmax(96px,.76fr);gap:.55rem}.app-shell{grid-template-columns:170px 1fr}.app-topbar{padding:12px 1rem 13px}.app-topbar-inner{align-items:flex-start;grid-template-columns:minmax(0,1fr)}.app-topbar-left{display:grid;gap:10px}.app-topbar-heading{padding-left:0;border-left:0}.app-topbar-account-group{justify-content:flex-start;flex-wrap:wrap}.app-content{padding-right:1.55rem}.app-sidebar{padding:12px 14px}.app-nav-link{font-size:.82rem;padding:10px 8px}}@media(max-width:760px){.app-shell{grid-template-columns:120px 1fr}.app-brand-name,.app-sidebar-text{display:none}.app-sidebar{padding:14px 10px}.app-topbar{padding:11px 10px 12px}.app-market-switch{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,280px);border-radius:999px}.app-market-tab{height:34px;border-radius:999px;font-size:.78rem}.app-topbar-heading{display:grid;gap:5px}.app-current-page{font-size:.92rem}.app-brand-row{width:100%;justify-content:center;gap:0}.app-brand-pill{margin-left:auto;margin-right:auto}.app-nav-link{text-align:center;padding:10px 8px;font-size:.8rem}.app-nav-sections{gap:14px}.app-nav-section-label{text-align:center;padding:0}.app-sidebar-status-card{min-height:42px;padding:8px 10px}.app-sidebar-status-card div{justify-content:center}.app-sidebar-status-card span,.app-sidebar-status-card small{display:none}.app-live-grid,.futures-launch-shell,.futures-launch-config,.futures-chart-symbol-row,.futures-symbol-state-grid,.futures-risk-heartbeat-grid,.futures-risk-heartbeat-meta,.futures-bot-tracker-grid,.documents-pipeline-grid,.documents-strategy-grid,.documents-strategy-columns{grid-template-columns:minmax(0,1fr)}.futures-launch-actions .app-btn{flex:1 1 100%}.futures-thinking-log-head,.futures-thinking-row{grid-template-columns:minmax(0,1fr)}.futures-signal-row{grid-template-columns:.72fr .72fr .78fr 1fr}.app-data-toolbar,.app-trade-toolbar,.app-detail-grid,.app-keypoint-grid{grid-template-columns:minmax(0,1fr)}.app-settings-row{grid-template-columns:minmax(0,1fr);gap:6px}}@media(max-width:760px){.app-shell{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto}.app-sidebar{display:none!important}.app-main{height:auto;grid-template-rows:auto minmax(0,1fr)}.app-topbar{padding:max(10px,env(safe-area-inset-top)) 12px 10px}.app-topbar-inner{gap:8px}.app-topbar-left{width:100%;min-width:0}.app-market-switch{display:none}.app-topbar-heading{min-width:0;padding-left:0;border-left:0}.app-topbar-kicker{display:none}.app-current-page{max-width:100%;font-size:1rem;line-height:1.2rem}.app-topbar-account-group{width:100%;justify-content:flex-start;gap:6px;overflow:hidden}.app-topbar-account{max-width:100%;flex:1 1 auto;font-size:.68rem}.app-topbar-btn,.app-topbar-status{min-height:28px;padding:5px 8px;font-size:.68rem}.app-content{padding:12px 10px;overflow-y:auto;-webkit-overflow-scrolling:touch}.app-mobile-nav{z-index:520;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:3px;min-height:52px;padding:6px max(6px,env(safe-area-inset-left)) 6px max(6px,env(safe-area-inset-right));align-items:center;border-top:1px solid rgba(255,255,255,.1);background:#080c13fa;box-shadow:0 -10px 26px #00000057}.app-mobile-nav-link{min-width:0;min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:9px;border:1px solid transparent;color:var(--app-muted);text-decoration:none;text-align:center;font-size:.63rem;font-weight:850;line-height:1}.app-mobile-nav-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-mobile-nav-link.active{border-color:#646cff61;background:#646cff2e;color:var(--app-link)}.app-page{gap:.85rem}.app-panel,.app-subpanel,.app-card{border-radius:12px;padding:12px}.app-title,.futures-live-page .app-title,.futures-config-page .app-title,.futures-history-page .app-title{font-size:1.18rem;line-height:1.38rem}.app-btn,.app-input,.app-input:focus{min-height:44px}.app-btn{height:auto;padding:9px 12px;line-height:1.1}.app-btn-small{min-height:38px;height:auto;padding:8px 10px}.app-badge{min-height:28px;padding:4px 9px}.app-data-chip{min-height:54px;border-radius:10px;padding:9px 10px}.app-data-chip strong,.futures-data-chip strong,.futures-storage-chip strong{white-space:normal;overflow-wrap:anywhere}.futures-config-page .app-panel,.futures-history-page .app-panel{padding:12px}.futures-config-page .row.g-3,.futures-history-page .row.g-3,.app-panel>.row,.app-subpanel>.row{--bs-gutter-x: .65rem;--bs-gutter-y: .65rem}.futures-settings-grid{grid-template-columns:minmax(0,1fr) minmax(74px,.42fr) minmax(84px,.48fr);min-width:0;gap:8px}.app-grid-head.futures-settings-grid,.app-grid-row.futures-settings-grid{width:100%;min-width:0}.app-grid-row.futures-settings-grid{align-items:center;padding:10px}.futures-settings-grid .app-input{min-height:38px;padding:6px 8px}.futures-segment-grid{grid-template-columns:minmax(0,1fr) minmax(0,.84fr) minmax(0,.5fr) minmax(0,.5fr) minmax(0,.7fr);min-width:0;gap:6px}.app-grid-head.futures-segment-grid,.app-grid-row.futures-segment-grid{min-width:0;width:100%;font-size:.68rem}.futures-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.futures-analytics-tile{min-height:68px;padding:.62rem}.futures-contract-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.futures-contract-selector .app-toggle-row,.futures-fieldset .app-toggle-row{min-height:40px;border-radius:9px;background:#ffffff09;padding:8px}.app-settings-value-row{display:grid;gap:8px}.app-settings-action{width:100%}.app-service-header{align-items:stretch}.app-service-header>div:last-child,.app-service-header .app-toggle-row{width:100%}.app-service-header>div:last-child{justify-content:space-between}.app-service-header+.row .col-12.d-flex{align-items:stretch!important}.app-service-header+.row .col-12.d-flex>.d-flex{width:100%;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))}.documents-hero{gap:.7rem;padding-top:4px}.documents-source-grid,.documents-pipeline-grid,.documents-strategy-grid{gap:.75rem}.documents-pipeline,.documents-symbol-matrix,.documents-strategy-group,.documents-strategy-card,.documents-hero-copy,.documents-source-panel{padding:12px}.documents-note-panel{align-items:flex-start;flex-direction:column}}@media(max-width:390px){.app-mobile-nav{gap:3px;padding-left:5px;padding-right:5px;min-height:48px}.app-mobile-nav-link{min-height:38px;border-radius:8px;font-size:.58rem}.futures-analytics-grid,.futures-contract-selector{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.futures-live-page{gap:.78rem;padding-right:0}.app-modal-card.app-trade-analysis-modal{width:min(560px,calc(100vw - 18px));max-height:min(94vh,940px);padding:9px}.trade-analysis-chart-stage{grid-template-columns:minmax(0,1fr);gap:8px}.trade-analysis-svg{min-height:340px;max-height:none}.trade-analysis-level-panel{padding:7px;max-height:none;overflow:visible}.trade-analysis-level-group{grid-template-columns:repeat(2,minmax(0,1fr))}.trade-analysis-level-group>span{grid-column:1 / -1}.futures-live-page>.d-flex:first-child{display:flex!important;justify-content:flex-end!important;margin-bottom:-2px}.futures-live-page>.d-flex:first-child .app-title,.futures-live-page>.d-flex:first-child .app-badge{display:none}.futures-live-page>.d-flex:first-child>.d-flex{margin-left:auto}.futures-live-control-panel,.futures-monitor-panel{gap:12px;padding:12px}.futures-launch-shell{grid-template-columns:minmax(0,1fr);gap:10px}.futures-launch-main{gap:8px}.futures-launch-title-row{display:none}.futures-launch-state{width:100%;justify-content:center;min-height:40px;font-size:.8rem}.futures-launch-actions{width:100%}.futures-feature-toggle{flex:1 1 calc(50% - 4px);justify-content:center}.futures-launch-actions .app-btn{width:100%;min-height:52px;font-size:.95rem}.futures-launch-config{grid-template-columns:minmax(0,1fr);gap:8px}.futures-launch-account-field .app-input,.futures-launch-chip,.futures-launch-symbols{min-height:58px}.futures-launch-chip,.futures-launch-symbols{border-radius:10px;padding:9px 10px}.futures-launch-symbol-list{gap:4px}.futures-launch-symbol-list b{padding:5px 7px;font-size:.68rem}.futures-live-summary-grid,.futures-live-filtered-primary-grid,.futures-live-filtered-average-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.futures-live-summary-grid .app-card{min-height:88px;padding:12px}.futures-live-summary-grid .app-card-value{font-size:1.04rem;line-height:1.2rem;overflow-wrap:anywhere}.futures-live-trade-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.desktop-trade-table,.desktop-run-table{display:none}.mobile-trade-card-list,.mobile-run-card-list{display:grid;gap:9px;margin-top:12px}.mobile-trade-card,.mobile-run-card{min-width:0;display:grid;gap:10px;border-radius:12px;border:1px solid rgba(255,255,255,.09);background:#ffffff09;padding:12px}.mobile-run-card.selected{border-color:#646cff6b;background:#646cff16}.mobile-trade-card-head,.mobile-run-card-head{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-trade-card-head>div,.mobile-run-card-head>div{min-width:0;display:grid;gap:4px}.mobile-trade-card-head .app-label,.mobile-run-card-head .app-label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-trade-card-head strong{font-size:1.1rem;line-height:1.2rem}.mobile-run-card-head strong{color:var(--app-link);font-size:.92rem;line-height:1.15rem;overflow-wrap:anywhere}.mobile-trade-meta-grid,.mobile-run-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.mobile-trade-meta-grid span,.mobile-run-meta-grid span{min-width:0;display:grid;gap:2px;border-radius:8px;background:#ffffff0b;padding:8px}.mobile-trade-meta-grid b,.mobile-run-meta-grid b,.mobile-trade-details span{color:var(--app-muted);font-size:.62rem;font-weight:900;line-height:.9rem;text-transform:uppercase}.mobile-trade-meta-grid em,.mobile-run-meta-grid em{min-width:0;color:var(--app-link);font-size:.78rem;font-style:normal;font-weight:850;line-height:1.05rem;overflow-wrap:anywhere}.mobile-run-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(255,255,255,.07);padding-top:9px}.mobile-run-card-foot span{min-width:0;color:var(--app-muted);font-size:.72rem;line-height:1rem;overflow-wrap:anywhere}.mobile-run-card-foot .app-btn{flex:0 0 auto;min-height:38px}.mobile-trade-details{border-top:1px solid rgba(255,255,255,.07);padding-top:8px}.mobile-trade-details summary{min-height:34px;color:var(--app-link);cursor:pointer;font-size:.78rem;font-weight:850}.mobile-trade-details div{display:grid;gap:3px;padding:7px 0}.mobile-trade-details p{margin:0;color:#ffffffc7;font-size:.78rem;line-height:1.22rem;overflow-wrap:anywhere}.futures-market-chart-shell{padding:5px;touch-action:pan-y}.futures-monitor-workspace-panel{gap:9px}.live-workspace{border-left:0;border-right:0;border-radius:0;margin-left:calc(-1*clamp(.75rem,4vw,1rem));margin-right:calc(-1*clamp(.75rem,4vw,1rem))}.live-workspace-topbar{grid-template-columns:minmax(0,1fr);gap:8px;padding:9px}.live-workspace-identity{justify-content:space-between;width:100%}.live-workspace-identity>div{min-width:0}.live-workspace-source-pill{min-height:18px;margin-top:3px;padding:1px 6px;font-size:.6rem}.live-workspace-symbols,.live-workspace-timeframes{width:100%;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.live-workspace-symbols::-webkit-scrollbar,.live-workspace-timeframes::-webkit-scrollbar{display:none}.live-workspace-symbols button,.live-workspace-timeframes button{min-width:52px;min-height:34px}.live-workspace-main{display:block;padding:0 6px 8px}.live-workspace-chart-panel{border-radius:var(--app-radius-sm)}.live-workspace-main>.live-workspace-inspector{display:none}.live-workspace-mobile-sheet{display:block;padding:0 6px 8px}.live-workspace-chart-frame{height:min(68vh,560px);min-height:390px}.live-workspace-chart-state-banner{top:8px;left:8px;max-width:calc(100% - 16px);padding:8px 9px}.live-workspace-readout{display:grid;gap:3px;min-height:46px;padding:7px;font-size:.72rem}.live-workspace-readout>div:first-child{white-space:nowrap}.live-workspace-feed-stack{justify-items:start;min-width:0;text-align:left;font-size:.66rem}.live-workspace-feed-stack span:last-child{font-size:.62rem}.live-workspace-readout>span{font-size:.66rem}.live-workspace-bottom{display:grid;gap:5px;min-height:56px;padding:6px}.live-workspace-clock{width:100%;justify-content:space-between;gap:8px;overflow-x:auto;font-size:.66rem}.live-workspace-watermark{left:11px;bottom:12px;font-size:1.24rem}.live-workspace-inspector.is-compact{gap:8px;padding:10px}.live-workspace-summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}.live-workspace-level-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.live-workspace-level-grid div{padding:7px}.live-workspace-level-grid span,.live-workspace-pnl-row span,.live-workspace-dtm span,.live-workspace-summary-row span,.live-workspace-tape-head span{font-size:.62rem}.live-workspace-level-grid strong{font-size:.74rem}.live-workspace-trade-tape{max-height:260px}.live-workspace-trade-row{grid-template-columns:auto minmax(0,1fr)}.live-workspace-trade-row b{grid-column:2}.futures-market-chart-shell-empty{min-height:auto}.futures-chart-actionbar,.futures-chart-left-controls,.futures-chart-bottom-bar{align-items:stretch;gap:5px}.futures-chart-left-controls,.futures-chart-selector-stack,.futures-chart-actions{width:100%}.futures-chart-symbol-mini-row,.futures-timeframe-row-chart,.futures-chart-actions{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);overflow-x:auto;-webkit-overflow-scrolling:touch}.futures-chart-symbol-mini-btn,.futures-timeframe-btn,.futures-chart-actions button{min-width:42px;min-height:30px;height:30px}.futures-chart-actions button{font-size:.68rem}.futures-chart-status-copy span,.app-chart-hover div,.app-chart-caption,.futures-timezone-note{font-size:.68rem;line-height:.95rem}.futures-chart-status-copy{gap:1px}.futures-chart-status-copy strong{font-size:.76rem;line-height:.98rem}.app-chart-hover{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);align-items:center;gap:7px;margin-bottom:2px}.futures-market-chart-shell .app-chart-hover{margin-bottom:0}.futures-market-chart-shell .app-chart-hover div{display:flex;gap:10px;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch}.futures-market-chart-shell .app-chart-hover div::-webkit-scrollbar{display:none}.futures-market-chart-shell .app-chart-hover span{flex:0 0 auto}.app-market-svg.futures-market-svg,.futures-market-svg{aspect-ratio:1.28 / 1;max-height:380px;min-height:250px}.futures-chart-range-row{grid-template-columns:minmax(0,1fr);gap:2px;margin-top:2px;font-size:.64rem;line-height:.9rem}.futures-chart-range-row input{height:14px}.futures-market-chart-shell .app-chart-caption{margin-top:1px;font-size:.66rem;line-height:.9rem}.futures-chart-sync-empty{min-height:148px;justify-items:stretch;padding:16px}.futures-chart-sync-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.futures-bot-tracker-panel{padding:12px;gap:10px}.futures-bot-tracker-grid{grid-template-columns:minmax(0,1fr);gap:8px}.futures-risk-heartbeat-grid,.futures-risk-heartbeat-meta{grid-template-columns:minmax(0,1fr)}.futures-bot-tracker-card{min-height:134px;gap:8px;padding:12px}.futures-bot-tracker-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.futures-log-tab{top:45%;min-width:48px;min-height:82px;z-index:1830}.futures-log-tab.open{right:calc(100vw - 54px)}.futures-log-drawer{top:0;right:0;width:calc(100vw - 54px);height:100dvh;max-height:100dvh;border-left:1px solid rgba(255,255,255,.1);background:#080c13}.futures-log-drawer-head{padding:calc(10px + env(safe-area-inset-top)) 10px 10px;background:#0a0d13fc}.futures-log-drawer-controls{gap:8px}.futures-log-drawer-controls .app-btn{min-width:58px;min-height:30px;padding:5px 9px;font-size:.66rem}.futures-log-drawer-controls .futures-review-status{min-height:30px;padding:5px 9px;font-size:.66rem}.futures-time-axis-label,.futures-timezone-svg-label{display:none}.futures-log-drawer-list{padding:8px 8px calc(18px + env(safe-area-inset-bottom))}}@media(max-width:390px){.futures-live-trade-toolbar,.mobile-trade-meta-grid,.mobile-run-meta-grid,.futures-live-summary-grid,.futures-live-filtered-primary-grid,.futures-live-filtered-average-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.app-topbar{padding:max(8px,env(safe-area-inset-top)) 10px 8px}.app-topbar-inner{grid-template-columns:minmax(0,1fr)}.app-content{padding:10px 8px calc(64px + env(safe-area-inset-bottom))}.app-panel,.app-subpanel,.app-card{border-radius:var(--app-radius);padding:10px}.app-btn,.app-input,.app-input:focus{min-height:38px}.app-btn{padding:8px 10px;font-size:.78rem}.app-mobile-nav{gap:4px;min-height:46px;padding:5px max(6px,env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-right));background:#080a0dfa;box-shadow:none}.app-mobile-nav-link{min-height:34px;border-radius:var(--app-radius-sm);font-size:.6rem;font-weight:760}.app-mobile-nav-link.active{border-color:#7dd3fc52;background:#7dd3fc1a;color:var(--app-link)}.futures-live-page{gap:.62rem}.futures-live-control-panel,.futures-monitor-panel{gap:8px;padding:10px}.futures-launch-shell{gap:8px}.futures-launch-state{min-height:34px;border-radius:var(--app-radius);font-size:.72rem}.futures-launch-actions{display:grid;grid-template-columns:minmax(96px,.76fr) minmax(0,1.24fr);gap:8px;width:100%}.futures-feature-toggle{min-height:40px;width:100%;justify-content:center;border-radius:var(--app-radius);font-size:.7rem;padding:5px 8px}.futures-launch-actions .app-btn{width:100%;min-height:40px;border-radius:var(--app-radius);font-size:.82rem}.futures-launch-config{gap:7px}.futures-launch-account-field .app-input,.futures-launch-chip,.futures-launch-symbols{min-height:48px}.futures-launch-chip,.futures-launch-symbols{border-radius:var(--app-radius);padding:8px 10px}.futures-launch-chip span,.futures-launch-symbols span{font-size:.64rem;line-height:.85rem}.futures-launch-chip strong{font-size:.88rem;line-height:1.05rem}.futures-launch-symbol-list b{border-radius:var(--app-radius-sm);padding:5px 7px;font-size:.62rem}.futures-log-tab{display:none}}.futures-live-header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.futures-live-header-copy{display:grid;gap:2px;min-width:0}.futures-live-header-copy>span{min-width:0;overflow:hidden;color:var(--app-muted);font-size:.72rem;font-weight:760;line-height:1rem;text-overflow:ellipsis;white-space:nowrap}.futures-live-header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex-wrap:wrap}@media(max-width:760px){:root{--mobile-nav-height: 58px;--mobile-edge: 10px}html,body,#root{min-height:100%;overflow:hidden}.app-shell{height:100dvh;min-height:100svh;grid-template-rows:minmax(0,1fr) auto;background:linear-gradient(180deg,#0b1119f0,#05070a 44%),var(--app-bg)}.app-main{height:auto;min-height:0;grid-template-rows:auto minmax(0,1fr)}.app-topbar{position:relative;z-index:310;padding:max(7px,env(safe-area-inset-top)) var(--mobile-edge) 7px;background:#080b10fa}.app-topbar-inner{gap:0}.app-topbar-left{min-height:28px}.app-current-page{font-size:.86rem;line-height:1.05rem}.app-topbar-account-group{display:none}.app-content{padding:8px var(--mobile-edge) calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 16px);overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;scroll-padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 20px)}.app-mobile-nav{position:sticky;bottom:0;z-index:1720;min-height:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));padding:6px max(7px,env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-right));border-top:1px solid rgba(148,163,184,.16);background:#05080cfb;box-shadow:0 -12px 32px #0000006b}.app-mobile-nav-link{min-height:38px;border-radius:8px;font-size:.61rem;letter-spacing:0}.app-mobile-nav-link.active{border-color:#15c8aa57;background:#15c8aa1f;color:#e9fff8}.futures-live-page{gap:8px}.futures-live-header{position:sticky;top:0;z-index:230;min-height:44px;margin:-1px calc(-1 * var(--mobile-edge)) 0;padding:7px var(--mobile-edge);border-bottom:1px solid rgba(148,163,184,.12);background:#070a0ef5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.futures-live-header .app-title{display:block;max-width:50vw;font-size:1rem;line-height:1.18rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.futures-live-header-copy>span{max-width:52vw;font-size:.62rem;line-height:.82rem}.futures-live-header-actions{gap:6px;flex-wrap:nowrap}.futures-live-header-actions .app-badge{min-height:28px;padding:5px 8px;font-size:.62rem}.futures-live-header-logs{min-height:30px;border-color:#7dd3fc3d;background:#7dd3fc1a;font-size:.68rem}.futures-live-control-panel{gap:8px;border-color:#7dd3fc29;background:#0c121aeb}.futures-launch-shell{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:stretch}.futures-launch-main{min-width:0}.futures-launch-state{min-height:44px;justify-content:flex-start;padding:0 11px;font-size:.78rem}.futures-launch-actions{grid-template-columns:minmax(72px,.7fr) minmax(0,1.3fr);align-content:stretch;gap:7px}.futures-feature-toggle,.futures-launch-actions .app-btn{min-height:44px;border-radius:8px}.futures-launch-config{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.futures-launch-account-field .app-input,.futures-launch-chip,.futures-launch-symbols{min-height:46px}.futures-launch-account-field .app-input{height:46px;padding:7px 28px 7px 9px;font-size:.72rem}.futures-launch-symbols{grid-column:1 / -1}.futures-launch-symbol-list{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch}.futures-launch-symbol-list::-webkit-scrollbar{display:none}.futures-launch-symbol-list b{flex:0 0 auto}.futures-live-summary-grid,.futures-live-filtered-primary-grid,.futures-live-filtered-average-grid{display:flex;grid-template-columns:none;gap:7px;margin-right:calc(-1 * var(--mobile-edge));margin-left:calc(-1 * var(--mobile-edge));padding:0 var(--mobile-edge) 2px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.futures-live-summary-grid::-webkit-scrollbar,.futures-live-filtered-primary-grid::-webkit-scrollbar,.futures-live-filtered-average-grid::-webkit-scrollbar{display:none}.futures-live-summary-grid .app-live-card,.futures-live-filtered-primary-grid .app-live-card,.futures-live-filtered-average-grid .app-live-card{flex:0 0 132px;min-height:74px;padding:10px;scroll-snap-align:start}.futures-live-summary-grid .app-live-value,.futures-live-filtered-primary-grid .app-live-value,.futures-live-filtered-average-grid .app-live-value{font-size:.96rem;line-height:1.1rem;overflow-wrap:anywhere}.futures-risk-heartbeat-panel{padding:10px;gap:8px}.futures-risk-heartbeat-header,.futures-risk-heartbeat-status{font-size:.78rem}.futures-risk-heartbeat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.futures-risk-heartbeat-meta{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.futures-risk-heartbeat-meta::-webkit-scrollbar{display:none}.futures-risk-heartbeat-meta span{flex:0 0 auto;min-height:30px}.futures-monitor-workspace-panel{margin-right:calc(-1 * var(--mobile-edge));margin-left:calc(-1 * var(--mobile-edge))}.live-workspace{margin:0;border-right:0;border-left:0;border-radius:0;box-shadow:none}.live-workspace-topbar{gap:7px;padding:8px var(--mobile-edge)}.live-workspace-symbols,.live-workspace-timeframes{padding-bottom:1px}.live-workspace-symbols button,.live-workspace-timeframes button{min-width:48px;min-height:32px;border-radius:8px;font-size:.72rem}.live-workspace-main{padding:0 var(--mobile-edge) 8px}.live-workspace-chart-frame{height:clamp(320px,52dvh,500px);min-height:320px}.live-workspace-readout{min-height:44px;padding:7px 8px}.live-workspace-readout>div:first-child{overflow-x:auto;text-overflow:clip;scrollbar-width:none}.live-workspace-readout>div:first-child::-webkit-scrollbar{display:none}.live-workspace-mobile-sheet{padding:0 var(--mobile-edge) 10px}.live-workspace-inspector.is-compact{border-radius:8px}.live-workspace-trade-tape{max-height:214px}.mobile-trade-card,.mobile-run-card{border-radius:8px}.futures-live-trade-toolbar{display:flex;grid-template-columns:none;gap:7px;margin-right:calc(-1 * var(--mobile-edge));margin-left:calc(-1 * var(--mobile-edge));padding:0 var(--mobile-edge) 2px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.futures-live-trade-toolbar::-webkit-scrollbar{display:none}.futures-live-trade-toolbar>label{flex:0 0 146px}.futures-live-trade-toolbar>label:has(input[type=date]){flex-basis:154px}.futures-live-trade-toolbar .app-input{min-height:42px;font-size:.72rem}.mobile-trade-card-list{margin-top:10px}.futures-trade-pagination{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px!important;align-items:stretch!important}.futures-trade-pagination .app-muted{grid-column:1 / -1;grid-row:1;min-width:0;text-align:center;line-height:1.05rem;overflow-wrap:anywhere}.futures-trade-pagination .app-btn{width:100%;min-height:42px;border-radius:8px}.futures-log-tab{right:calc(12px + env(safe-area-inset-right));bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 12px);top:auto;z-index:1830;display:inline-flex;min-width:74px;min-height:42px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(125,211,252,.36);border-radius:8px;background:#111822f5;box-shadow:0 14px 34px #00000070;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.futures-log-tab.open{display:none}.futures-log-tab span{font-size:.68rem}.futures-log-tab b{min-width:24px;min-height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#15c8aa24;color:#9cf5ce;font-size:.72rem}.futures-log-backdrop{z-index:1800;background:#0000006b}.futures-log-drawer{inset:auto 0 0;width:100vw;height:min(78dvh,640px);max-height:calc(100dvh - max(8px,env(safe-area-inset-top)));transform:translateY(105%);border-top:1px solid rgba(125,211,252,.18);border-left:0;border-radius:14px 14px 0 0;background:#080c12fc;box-shadow:0 -22px 52px #00000094}.futures-log-drawer.open{transform:translateY(0)}.futures-log-drawer-head{gap:8px;padding:10px 10px 8px;border-radius:14px 14px 0 0}.futures-log-drawer-head:before{content:"";justify-self:center;width:42px;height:4px;border-radius:999px;background:#94a3b857}.futures-log-drawer-title{font-size:.86rem}.futures-log-drawer-controls{grid-template-columns:minmax(58px,auto) minmax(0,1fr) minmax(58px,auto);gap:6px}.futures-log-drawer-controls .app-btn,.futures-log-drawer-controls .futures-review-status{min-width:0;min-height:34px;padding:6px 8px;border-radius:8px;font-size:.65rem}.futures-log-drawer-controls .futures-review-status{overflow:hidden;text-overflow:ellipsis}.futures-log-drawer-list{padding:8px 8px calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 12px)}.futures-log-drawer .futures-thinking-row{border-radius:8px}}@media(max-width:340px){.futures-live-header .app-title{max-width:44vw}.futures-live-header-copy>span{max-width:44vw}.futures-launch-shell,.futures-launch-config{grid-template-columns:minmax(0,1fr)}.futures-launch-symbols{grid-column:auto}.futures-live-summary-grid .app-live-card,.futures-live-filtered-primary-grid .app-live-card,.futures-live-filtered-average-grid .app-live-card{flex-basis:122px}}
