:root{color-scheme:light;--bg: #eef3f8;--chrome: #ffffff;--surface: #ffffff;--surface-muted: #f7f9fc;--surface-subtle: #fbfcfe;--text: #182235;--heading: #111827;--muted: #667085;--muted-strong: #475467;--border: #d7e0ec;--border-strong: #c3d0e3;--blue: #2563eb;--blue-dark: #1e54c7;--blue-soft: #edf4ff;--green: #087443;--green-soft: #e8f7ef;--green-border: #a9dfc2;--red: #b42318;--red-soft: #fff2ef;--red-border: #ffc9c1;--warning: #b54708;--warning-soft: #fff8e8;--shadow: 0 10px 30px rgba(16, 24, 40, .08)}*{box-sizing:border-box}html,body,#root{max-width:100%;overflow-x:hidden}body{margin:0;min-height:100vh;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45}#root{min-height:100vh;padding:28px 20px 40px}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-frame{width:min(1240px,100%);max-width:100%;margin:0 auto;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#f8fafc;box-shadow:0 24px 70px #10182824}.window-bar{display:flex;align-items:center;justify-content:space-between;min-height:52px;border-bottom:1px solid var(--border);padding:0 18px;background:var(--chrome)}.window-title,.window-actions{display:flex;align-items:center}.window-title{gap:10px;color:var(--heading);font-size:15px;font-weight:800}.window-actions{gap:16px;color:#344054}.app-mark{display:grid;width:26px;height:26px;place-items:center;border:1px solid #b8d0ff;border-radius:7px;color:#fff;background:linear-gradient(180deg,#3b82f6,#1d4ed8)}.app-shell{width:100%;max-width:100%;min-width:0;padding:18px}.report-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start;max-width:100%;min-width:0;border:1px solid var(--border);border-radius:8px;padding:20px;background:var(--surface-muted)}.hero-copy{min-width:0;padding-top:4px}.hero-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}.eyebrow,.status-pill,.currency-pill{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:30px;border:1px solid var(--border);border-radius:999px;padding:6px 11px;background:var(--surface);font-size:12px;font-weight:800;white-space:nowrap}.eyebrow{color:var(--blue-dark);border-color:#bfd2ff;background:var(--blue-soft);text-transform:uppercase}.status-pill.connected{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.status-pill.disconnected{color:var(--warning);border-color:#f8d78c;background:var(--warning-soft)}h1,h2{margin:0;color:var(--heading);letter-spacing:0}h1{font-size:30px;line-height:1.1;font-weight:850}h2{font-size:18px;line-height:1.25;font-weight:850}.subtitle,.panel-heading p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.subtitle{max-width:980px;overflow-wrap:anywhere}.source-line{display:block;margin-top:3px}.hero-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hero-stats span{display:inline-flex;align-items:center;min-height:34px;border:1px solid var(--border);border-radius:999px;padding:7px 12px;color:var(--muted-strong);background:var(--surface);font-size:13px;font-weight:800}.scan-controls{display:grid;gap:10px;width:100%;max-width:100%;min-width:0;border:1px solid #c9d8f5;border-radius:8px;padding:10px;background:#ffffffc7}.lot-field,.control-field{display:grid;gap:7px;border:1px solid #c9d8f5;border-radius:8px;padding:10px;background:var(--surface)}.lot-field span,.control-field span{color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase}.lot-field input,.control-field input{width:100%;min-width:0;height:42px;border:1px solid #bfd0ef;border-radius:7px;padding:0 12px;outline:0;color:var(--heading);background:var(--surface-subtle);font-size:18px;font-weight:850}.control-field input{font-size:14px}.control-field-grid{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:10px}.lot-field input:focus,.control-field input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #2563eb1f}.manual-lot-toggle{display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;min-height:44px;border:1px solid #adc4f6;border-radius:8px;padding:0 13px;color:var(--blue-dark);background:var(--blue-soft);cursor:pointer;font-size:13px;font-weight:850;transition:background .14s ease,border-color .14s ease,color .14s ease}.manual-lot-toggle.active{color:#fff;border-color:var(--blue-dark);background:linear-gradient(180deg,#3679ee,#245bd4)}.control-actions,.panel-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;min-width:0}.button,.currency-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px solid var(--border);border-radius:8px;padding:8px 13px;background:linear-gradient(180deg,#fff,#f7f9fd);color:var(--text);box-shadow:0 1px 2px #1018280d;font-size:13px;font-weight:850;white-space:nowrap}.button{cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--border-strong);box-shadow:0 8px 18px #1018281a}.button:disabled{cursor:not-allowed;opacity:.52}.button.primary{color:#fff;border-color:var(--blue-dark);background:linear-gradient(180deg,#3b82f6,#2563eb)}.button.secondary{color:var(--blue-dark);border-color:#c7d7fe;background:linear-gradient(180deg,#fff,#eef4ff)}.button.danger{color:var(--red);border-color:var(--red-border);background:linear-gradient(180deg,#ffffff,var(--red-soft))}.button.success,.currency-pill{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.scan-status{display:flex;align-items:center;gap:11px;min-height:50px;margin:14px 0;border:1px solid #b7cafa;border-radius:8px;padding:12px 14px;color:#184391;background:var(--blue-soft);font-size:14px;font-weight:850}.scan-status.paused{color:var(--warning);border-color:#f6d28a;background:var(--warning-soft)}.spin-soft{animation:spin 1.25s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{margin-bottom:14px;border:1px solid #c7d7fe;border-radius:8px;padding:12px 14px;color:#344054;background:var(--blue-soft);font-size:13px;font-weight:750}.strategy-profile-panel{margin:14px 0}.strategy-profile-list{display:grid;gap:14px}.strategy-profile-card{border-bottom:1px solid #eef1f5;background:#fff}.strategy-profile-card.selected{background:#fff}.strategy-profile-main:hover,.strategy-profile-main:focus-visible{background:#fbfcfe;outline:0}.strategy-profile-main{display:grid;grid-template-columns:184px minmax(0,1fr);gap:50px;align-items:center;width:100%;min-width:0;border:0;padding:32px;background:#fff;color:inherit;text-align:left;cursor:pointer;overflow:hidden}.strategy-avatar{display:grid;width:184px;aspect-ratio:1;place-items:center;overflow:hidden;border:1px solid #d6d9de;border-radius:16px;background:radial-gradient(circle at 50% 31%,#f8d99a 0 14%,transparent 15%),linear-gradient(145deg,#8f1d20 0,#8f1d20 28%,#d49a27 29%,#d49a27 40%,#7f171a 41%,#7f171a 66%,#8d939d 67%,#8d939d);color:#fff;box-shadow:inset 0 0 42px #ffffff7a;font-size:58px;font-weight:950;text-shadow:0 2px 8px rgba(0,0,0,.32)}.strategy-avatar span{display:grid;width:72px;height:72px;place-items:center;border:2px solid rgba(255,255,255,.78);border-radius:999px;background:#0f172a38}.strategy-profile-copy{display:grid;gap:14px;min-width:0}.strategy-profile-title,.strategy-profile-meta{display:flex;align-items:center}.strategy-profile-title{flex-wrap:wrap;gap:12px}.strategy-profile-title strong{min-width:0;color:var(--heading);font-size:44px;line-height:1;font-weight:900;overflow-wrap:anywhere}.strategy-type-pill{display:inline-flex;align-items:center;min-height:40px;border-radius:999px;padding:6px 16px;color:#00a884;background:#dff5ef;font-size:22px;font-weight:800}.strategy-profile-meta{flex-wrap:wrap;gap:12px 34px;color:#7a7f87;font-size:22px;line-height:1.2;font-weight:700}.strategy-profile-meta span{display:inline-flex;align-items:center;gap:8px;min-width:0}.strategy-profile-meta strong{color:var(--heading);font-weight:800}.panel{overflow:hidden;max-width:100%;min-width:0;margin-bottom:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 6px 18px #1018280d}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fff,#fbfcfe)}.compact-heading{padding-bottom:14px}.inspection-stack{scroll-margin-top:18px}.table-wrap{max-width:100%;overflow:auto;scrollbar-color:#98a9c2 #eef3f8;scrollbar-width:thin}.table-wrap::-webkit-scrollbar{width:10px;height:10px}.table-wrap::-webkit-scrollbar-track{background:#eef3f8}.table-wrap::-webkit-scrollbar-thumb{border:2px solid #eef3f8;border-radius:999px;background:#98a9c2}.report-cards,.trade-cards,.weekly-cards{display:none}.detail-table-wrap{max-height:min(520px,58vh)}.report-table-wrap{max-height:min(430px,52vh)}.weekly-table-wrap{max-height:min(360px,45vh)}table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0}.report-table{min-width:1100px}.weekly-table{min-width:940px}th,td{border-bottom:1px solid var(--border);padding:12px 16px;text-align:left;white-space:nowrap;font-size:14px;line-height:1.35}th{position:sticky;top:0;z-index:1;color:#344054;background:#f3f6fb;font-size:11px;font-weight:900;text-transform:uppercase}th:not(:first-child),.metric-cell{text-align:right}tbody tr{outline:0}tbody tr:hover,tbody tr:focus-visible{background:#f8fbff}.report-table tbody tr{cursor:pointer}.selected-row{box-shadow:inset 4px 0 0 var(--blue);background:#edf4ff}.period-link{color:var(--blue);font-weight:850}.week-label,.week-range{display:block}.week-label{color:var(--heading);font-weight:850}.week-range{margin-top:3px;color:var(--muted);font-size:11px;font-weight:750}.profit-text{color:var(--green);font-weight:850}.loss-text{color:var(--red);font-weight:850}.net-pill{display:inline-flex;min-width:112px;justify-content:center;border:1px solid var(--border);border-radius:999px;padding:5px 12px;font-weight:850}.net-pill.profit{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.net-pill.loss{color:var(--red);border-color:var(--red-border);background:var(--red-soft)}.side-pill{display:inline-flex;align-items:center;justify-content:center;min-width:58px;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:850}.side-pill.buy{color:var(--green);background:var(--green-soft)}.side-pill.sell{color:var(--red);background:var(--red-soft)}.empty-cell{height:112px;color:var(--muted);font-size:13px;text-align:center}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border);padding:12px 16px;color:var(--muted-strong);background:#fbfcfe;font-size:13px;font-weight:800}.load-more-button{min-height:36px;border:1px solid #c7d7fe;border-radius:8px;padding:8px 12px;color:var(--blue-dark);background:linear-gradient(180deg,#fff,#eef4ff);cursor:pointer;font-size:13px;font-weight:850}.load-more-button:hover{border-color:#9bbcff;box-shadow:0 4px 10px #2563eb1f}.mobile-empty{border:1px dashed var(--border);border-radius:8px;padding:22px;color:var(--muted);background:var(--surface-subtle);text-align:center}.summary-grid,.toolbar{display:none}@media(max-width:1100px){.report-hero{grid-template-columns:minmax(0,1fr)}.control-actions,.panel-actions{justify-content:flex-start}}@media(max-width:900px){#root{padding:0}.app-frame{min-height:100vh;border:0;border-radius:0;box-shadow:none}.window-bar{padding:0 14px}.window-actions{display:none}.window-title{font-size:15px}.app-shell{padding:12px}.report-hero,.panel-heading{padding:14px}.report-hero{gap:12px;max-width:100%}.hero-meta{gap:8px;margin-bottom:12px}.eyebrow,.status-pill{min-height:28px;padding:5px 9px;font-size:11px}.hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.hero-stats span{justify-content:center;min-width:0;padding:8px 9px;text-align:center;white-space:normal}.scan-controls{padding:12px}.panel-heading{flex-direction:column;gap:12px}h1{font-size:26px}h2{font-size:18px}.subtitle,.panel-heading p,.scan-status{font-size:13px}.source-line{display:none}.panel-actions{width:100%;display:flex;flex-wrap:wrap;gap:8px}.control-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:100%;gap:8px}.button,.currency-pill{min-height:38px;padding:8px 11px;font-size:13px;min-width:0;white-space:normal}.panel-actions .button{width:auto;min-width:88px}.control-actions .button,.control-actions .currency-pill{width:100%;min-width:0}.scan-status{align-items:flex-start;line-height:1.45}.strategy-profile-list{gap:10px}.strategy-profile-card{border-bottom:1px solid #eef1f5}.strategy-profile-main{grid-template-columns:86px minmax(0,1fr);gap:14px;align-items:start;padding:16px}.strategy-avatar{width:86px;border-radius:12px;font-size:30px}.strategy-avatar span{width:38px;height:38px}.strategy-profile-copy{gap:7px}.strategy-profile-title{gap:8px}.strategy-profile-title strong{font-size:25px}.strategy-type-pill{min-height:28px;padding:5px 10px;font-size:14px}.strategy-profile-meta{display:grid;gap:5px;font-size:13px}.desktop-table{display:none}.report-cards,.trade-cards,.weekly-cards{display:grid;gap:10px;padding:12px;overflow-x:hidden;overflow-y:auto}.report-cards{max-height:min(520px,58vh)}.trade-cards{max-height:min(620px,64vh)}.weekly-cards{max-height:min(420px,52vh)}.period-card,.trade-card,.weekly-card{width:100%;max-width:100%;min-width:0;border:1px solid var(--border);border-radius:8px;padding:13px;background:var(--surface);color:var(--text);box-shadow:0 1px 2px #1018280a}.period-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;text-align:left;cursor:pointer}.period-card.selected{border-color:#9bbcff;box-shadow:inset 4px 0 0 var(--blue);background:#f7faff}.period-card:active,.weekly-card:active,.trade-card:active{transform:scale(.995)}.period-card-title,.period-card-net,.weekly-card-heading strong{min-width:0;max-width:100%;overflow-wrap:anywhere;font-size:15px;font-weight:850}.period-card-net{display:grid;gap:3px;justify-items:end;text-align:right}.period-card span:not(.period-card-title):not(.period-card-net),.trade-card-grid span,.weekly-card-grid span{display:grid;gap:3px;min-width:0}.period-card small,.trade-card small,.weekly-card small{color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.period-card strong,.trade-card strong,.weekly-card strong{min-width:0;max-width:100%;overflow-wrap:anywhere;font-size:13px}.period-card-net strong{font-size:15px}.trade-card-heading,.weekly-card-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.weekly-card-heading span:first-child{display:grid;gap:3px;min-width:0}.weekly-card-heading .net-pill{min-width:104px;flex:0 0 auto}.trade-card-grid,.weekly-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trade-card p{margin:12px 0 0;color:var(--muted);font-size:12px}.table-footer{position:sticky;bottom:0;flex-direction:column;align-items:stretch;padding:12px}.load-more-button{width:100%;min-height:42px}th,td{padding:12px 14px;font-size:13px}}@media(max-width:560px){.hero-stats,.control-actions{grid-template-columns:1fr}.strategy-profile-main{grid-template-columns:72px minmax(0,1fr);gap:12px;padding:14px}.strategy-avatar{width:72px;font-size:26px}.strategy-avatar span{width:34px;height:34px}.strategy-profile-title strong{font-size:22px}.strategy-type-pill{min-height:26px;padding:4px 9px;font-size:13px}}
