:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}body{color:#e8edf3;background:#0b0f14;margin:0;font-family:Inter,Arial,sans-serif}button{font-family:inherit}.app{background:#0b0f14;min-height:100vh;display:flex}.sidebar{z-index:10;background:#11161d;border-right:1px solid #202731;width:250px;min-height:100vh;padding:22px 14px;transition:all .25s;position:fixed;top:0;left:0}.sidebar.closed{width:76px}.logo{align-items:center;gap:12px;padding:5px 10px 28px;display:flex}.logo-icon{color:#06130f;background:#00b386;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:22px;font-weight:800;display:flex}.logo-title{font-size:15px;font-weight:700}.logo-subtitle{color:#7f8b99;margin-top:2px;font-size:12px}nav{flex-direction:column;gap:6px;display:flex}.nav-item{color:#8995a3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;align-items:center;gap:13px;width:100%;padding:12px 13px;font-size:14px;display:flex}.nav-item:hover{color:#fff;background:#191f27}.nav-item.active{color:#00d09c;background:#17352f}.server-status{background:#121b19;border:1px solid #26312f;border-radius:10px;align-items:center;gap:10px;padding:12px;display:flex;position:absolute;bottom:25px;left:14px;right:14px}.status-dot,.connection-dot{background:#00d09c;border-radius:50%;width:8px;height:8px}.status-title{color:#d9eee8;font-size:12px}.status-text{color:#728078;margin-top:3px;font-size:10px}.main{width:100%;margin-left:250px;transition:all .25s}.sidebar.closed+.main{margin-left:76px}.header{background:#0e1319;border-bottom:1px solid #202731;align-items:center;gap:15px;height:82px;padding:0 30px;display:flex}.header h1{margin:0;font-size:21px}.header p{color:#687482;margin:5px 0 0;font-size:12px}.menu-button{color:#8c98a6;cursor:pointer;background:0 0;border:none;padding:7px}.header-right{align-items:center;gap:24px;margin-left:auto;display:flex}.connection{color:#00c795;align-items:center;gap:8px;font-size:12px;display:flex}.user{align-items:center;gap:9px;font-size:13px;display:flex}.avatar{background:#26303b;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;font-size:11px;display:flex}.dashboard{padding:28px 30px 40px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.stat-card,.panel,.control-card{background:#11161d;border:1px solid #202731;border-radius:12px}.stat-card{padding:18px}.stat-top{color:#8c98a6;justify-content:space-between;align-items:center;font-size:13px;display:flex}.stat-icon{color:#8e9aa8;background:#1b222b;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.stat-icon.positive{color:#00d09c;background:#12332c}.stat-value{margin-top:15px;font-size:27px;font-weight:700}.positive-text{color:#00d09c}.stat-subtitle{color:#66727f;margin-top:6px;font-size:11px}.content-grid{grid-template-columns:1.65fr 1fr;gap:15px;margin-top:15px;display:grid}.panel{padding:20px}.panel-header{justify-content:space-between;align-items:center;display:flex}.panel-header h2{margin:0;font-size:15px}.panel-header p{color:#687482;margin:5px 0 0;font-size:11px}.panel-header select{color:#9ba6b3;background:#171d25;border:1px solid #29313b;border-radius:7px;padding:7px 10px}.chart{background:repeating-linear-gradient(#0000,#0000 49px,#1b222b 50px);border-bottom:1px solid #202731;height:250px;margin-top:15px;position:relative}.chart-empty{color:#596572;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex;position:absolute;inset:0}.empty-state{color:#687482;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:250px;display:flex}.empty-state h3{color:#c2cad3;margin:13px 0 5px;font-size:14px}.empty-state p{margin:0 0 17px;font-size:11px}.primary-button{color:#06130f;cursor:pointer;background:#00b386;border:none;border-radius:7px;padding:9px 14px;font-weight:700}.activity-panel{margin-top:15px}.text-button{color:#00c795;cursor:pointer;background:0 0;border:none;font-size:12px}.activity-empty{color:#5f6b78;justify-content:center;align-items:center;gap:10px;height:100px;font-size:12px;display:flex}.quick-controls{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:15px;display:grid}.control-card{align-items:center;gap:12px;padding:15px;display:flex}.control-icon{color:#00c795;background:#19221f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.control-card div:nth-child(2){flex-direction:column;flex:1;display:flex}.control-card strong{font-size:12px}.control-card span{color:#66727f;margin-top:4px;font-size:10px}.control-button{color:#00c795;cursor:pointer;background:#18231f;border:1px solid #2b4139;border-radius:6px;padding:7px 10px;font-size:11px}.control-button.danger{color:#ff6875;background:#241719;border-color:#4a272b}.placeholder{text-align:center;background:#11161d;border:1px solid #202731;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:500px;margin:30px;display:flex}.placeholder-icon{color:#00c795;margin-bottom:12px}.placeholder h2{margin:0}.placeholder p{color:#687482;font-size:13px}@media (width<=1000px){.stats-grid{grid-template-columns:repeat(2,1fr)}.content-grid,.quick-controls{grid-template-columns:1fr}}@media (width<=700px){.sidebar{width:76px}.sidebar .logo-title,.sidebar .logo-subtitle,.sidebar .nav-item span,.sidebar .server-status{display:none}.main{margin-left:76px}.stats-grid{grid-template-columns:1fr}.header-right .user span{display:none}.dashboard{padding:18px}}.editor-modal{background:#fff;border-radius:12px;flex-direction:column;width:95vw;max-width:1500px;height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000059}.editor-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.code-section,.logs-section{background:#111827;flex-direction:column;min-width:0;min-height:0;display:flex}.code-editor{resize:none;box-sizing:border-box;color:#f9fafb;tab-size:4;background:#111827;border:none;outline:none;width:100%;height:100%;min-height:0;padding:18px;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;overflow:auto}.logs-title{box-sizing:border-box;color:#fff;background:#1f2937;border-bottom:1px solid #374151;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex}.logs-title strong{font-size:14px}.logs-title span{color:#9ca3af;font-size:12px}.editor-footer button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:9px 16px;font-size:14px}@media (width<=900px){.editor-modal{width:98vw;height:94vh}.editor-body{grid-template-rows:1fr 1fr;grid-template-columns:1fr}}.modal-overlay{z-index:9999;box-sizing:border-box;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.editor-modal{background:#fff;border-radius:12px;flex-direction:column;width:95vw;max-width:1500px;height:90vh;max-height:900px;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000059}.editor-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;min-height:70px;padding:16px 20px;display:flex}.editor-header h2{margin:0 0 4px}.editor-header p{color:#6b7280;margin:0;font-size:12px}.editor-body{background:#d1d5db;flex:1;grid-template-columns:1fr 1fr;gap:1px;min-height:0;display:grid}.code-section,.logs-section{background:#111827;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.code-editor{resize:none;box-sizing:border-box;color:#f9fafb;tab-size:4;background:#111827;border:none;outline:none;flex:1;width:100%;height:100%;min-height:0;padding:18px;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;display:block;overflow:auto}.code-editor:focus{outline:none}.logs-title{box-sizing:border-box;color:#fff;background:#1f2937;border-bottom:1px solid #374151;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;min-height:48px;padding:0 16px;display:flex}.logs{box-sizing:border-box;white-space:pre-wrap;word-break:break-word;color:#d1d5db;background:#0b1220;flex:1;min-height:0;margin:0;padding:16px;font-family:Consolas,Monaco,Courier New,monospace;font-size:13px;line-height:1.5;overflow:auto}@media (width<=900px){.editor-modal{width:98vw;height:94vh}.editor-body{grid-template-rows:1fr 1fr;grid-template-columns:1fr}}.pnl-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:22px}.pnl-header{margin-bottom:18px}.pnl-header h2{margin:0}.pnl-header p{color:#6b7280;margin:5px 0 0}.pnl-grid{grid-template-columns:repeat(7,minmax(120px,1fr));gap:12px;display:grid}.pnl-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:18px}.pnl-card span{color:#6b7280;margin-bottom:8px;font-size:12px;display:block}.pnl-card strong{font-size:22px;display:block}@media (width<=1200px){.pnl-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=700px){.pnl-grid{grid-template-columns:repeat(2,1fr)}}.trades-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:22px}.trades-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.trades-header h2{margin:0}.trades-header p{color:#6b7280;margin:5px 0 0}.trades-live{color:#6b7280;font-size:12px}.trades-table-wrap{width:100%;overflow-x:auto}.trades-table{border-collapse:collapse;width:100%;min-width:900px}.trades-table th,.trades-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:12px 10px}.trades-table th{color:#6b7280;background:#f9fafb;font-size:12px}.trades-table td{font-size:13px}.trade-side,.trade-status{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600;display:inline-block}.trade-side.buy{color:#166534;background:#dcfce7}.trade-side.sell{color:#991b1b;background:#fee2e2}.trade-status.closed{color:#374151;background:#e5e7eb}.trade-status.open{color:#92400e;background:#fef3c7}.pnl-positive{color:#15803d;font-weight:700}.pnl-negative{color:#dc2626;font-weight:700}.pnl-zero{color:#6b7280;font-weight:600}.trades-empty{text-align:center;color:#6b7280;border:1px dashed #d1d5db;border-radius:8px;padding:40px 20px}.pnl-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.strategy-filter{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:7px;min-width:200px;padding:9px 12px;font-size:14px}.strategy-filter:focus{border-color:#111827;outline:none}@media (width<=700px){.pnl-header{flex-direction:column;align-items:stretch}.strategy-filter{width:100%}}.editor-body{flex-direction:column;min-height:0;display:flex}.code-section{flex:1;min-height:0}.logs-section{background:#0b0f14;border-top:1px solid #252b33;flex-direction:column;height:250px;min-height:250px;display:flex;overflow:hidden}.logs-header{background:#151a21;border-bottom:1px solid #252b33;justify-content:space-between;align-items:center;height:48px;min-height:48px;display:flex}.logs-tab{color:#fff;border-bottom:2px solid #22c55e;align-items:center;height:48px;padding:0 18px;font-size:14px;font-weight:600;display:flex}.logs-tools{align-items:center;gap:10px;padding-right:14px;display:flex}.logs-search{box-sizing:border-box;color:#fff;background:#11161d;border:1px solid #303741;border-radius:6px;width:180px;height:32px;padding:0 12px;font-size:12px}.logs-search::placeholder{color:#7b8490}.logs-search:focus{border-color:#4b5563;outline:none}.logs-range{color:#fff;background:#11161d;border:1px solid #303741;border-radius:6px;height:32px;padding:0 10px;font-size:12px}.logs-tools button{color:#fff;cursor:pointer;background:#11161d;border:1px solid #303741;border-radius:6px;height:32px;padding:0 14px;font-size:12px}.logs-tools button:hover{background:#1b2129}.logs-auto{color:#22c55e;font-size:11px}.logs{box-sizing:border-box;color:#c9d1d9;white-space:pre-wrap;background:#0b0f14;flex:1;min-height:0;margin:0;padding:14px 16px;font-family:Consolas,Monaco,Courier New,monospace;font-size:12px;line-height:1.55;overflow:auto}@media (width<=900px){.logs-section{height:220px;min-height:220px}.logs-tools{gap:6px}.logs-search{width:130px}.logs-auto{display:none}}.editor-tabs{background:#151a21;border-bottom:1px solid #252b33;align-items:stretch;height:46px;min-height:46px;display:flex}.editor-tab{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-right:1px solid #252b33;padding:0 18px;font-size:13px}.editor-tab:hover{color:#fff;background:#1b2129}.editor-tab.active{color:#fff;background:#11161d;border-bottom:2px solid #22c55e}.requirements-editor{background:#0f141b}.editor-footer button{color:#111827!important;background:#fff!important;border:1px solid #d1d5db!important}.editor-footer button.primary{font-weight:600;color:#fff!important;background:#111827!important;border:1px solid #111827!important}.editor-footer button.primary:hover{color:#fff!important;background:#000!important}.editor-footer .deploy-button{color:#fff!important;cursor:pointer!important;background:#111827!important;border:1px solid #111827!important;border-radius:6px!important;padding:9px 16px!important;font-weight:600!important}.editor-footer .deploy-button:hover{color:#fff!important;background:#000!important}.editor-footer .deploy-button:disabled{opacity:.8;color:#fff!important;cursor:not-allowed!important;background:#6b7280!important}.editor-footer{box-sizing:border-box;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;min-height:64px;padding:12px 16px;display:flex}.editor-message{color:#16a34a;white-space:nowrap;margin-right:auto;font-size:14px;font-weight:600}.editor-footer button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:9px 16px;font-size:14px;font-weight:500}.editor-footer button:hover{background:#f3f4f6}.editor-footer button.deploy-button{color:#fff;background:#2563eb;border-color:#2563eb}.editor-footer button.deploy-button:hover{background:#1d4ed8}.editor-footer button.primary{color:#fff;background:#111827;border-color:#111827}.editor-footer button.primary:hover{background:#000}.editor-footer button:disabled{opacity:.6;cursor:not-allowed}.editor-modal{border-radius:0;width:100vw;max-width:none;height:100vh;max-height:none;margin:0}.editor-body{width:100%;height:calc(100vh - 64px)}.code-section{width:100%;height:100%}.code-editor{box-sizing:border-box;resize:none;width:100%;height:100%;min-height:0}.logs{box-sizing:border-box;width:100%;height:100%;min-height:0;overflow:auto}.editor-footer{min-height:64px}.editor-header h2,.editor-header h3{font-size:16px;line-height:1.2;margin:0!important}.editor-header button{width:30px;height:30px;padding:0;font-size:18px}.editor-header{box-sizing:border-box;height:32px!important;min-height:32px!important;padding:2px 8px!important}.editor-header h2,.editor-header h3{margin:0!important;font-size:13px!important;line-height:1!important}.editor-header button{width:24px!important;height:24px!important;padding:0!important;font-size:16px!important;line-height:1!important}.editor-footer{box-sizing:border-box!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;height:52px!important;min-height:52px!important;padding:6px 10px!important;display:flex!important}.editor-footer .editor-message{text-overflow:ellipsis!important;white-space:nowrap!important;margin-right:auto!important;font-size:13px!important;overflow:hidden!important}.editor-footer button{flex-shrink:0!important;padding:7px 12px!important;font-size:13px!important}.trades-table-wrap{width:100%;margin-top:16px;overflow-x:auto}.trades-table{border-collapse:collapse;background:#fff;width:100%;font-size:14px}.trades-table th{text-align:left;color:#374151;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:12px 14px;font-weight:600}.trades-table td{color:#374151;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:12px 14px}.trades-table tbody tr:hover{background:#f9fafb}.trades-table td:nth-child(8),.trades-table td:last-child{font-weight:600}.trades-empty{text-align:center;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:30px}.pnl-card span{color:#475569!important}.pnl-card strong,.trades-panel h2{color:#1e293b!important}.trades-table th{color:#475569!important;background:#f8fafc!important}.trades-table td{color:#334155!important}.trades-table td:nth-child(8){color:#15803d!important;font-weight:700!important}.trades-table td:last-child{color:#15803d!important;font-weight:600!important}.pnl-chart-panel{border-radius:12px;margin-top:20px;padding:20px}.pnl-chart{width:100%;min-height:320px;margin-top:10px}.live-ltp-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:20px 24px;display:flex;box-shadow:0 4px 14px #0000000f}.live-ltp-card span{color:#6b7280;font-size:13px;font-weight:600}.live-ltp-card h2{margin:6px 0 0;font-size:28px}.live-ltp-status{font-size:13px;font-weight:700}.live-dot{margin-right:5px;color:#16a34a!important}.market-status{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:18px;padding:9px 16px;display:flex}.market-symbol{flex-direction:column;gap:2px;display:flex}.market-symbol strong{letter-spacing:.5px;font-size:12px}.market-ltp{font-size:18px;font-weight:700}.market-state{align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.market-dot{font-size:10px}.strategy-table-section{margin-top:22px}.strategy-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;overflow-x:auto}.strategy-table{border-collapse:collapse;background:#fff;width:100%;min-width:850px}.strategy-table th{text-align:left;color:#475569;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:12px 14px;font-size:12px;font-weight:600}.strategy-table td{color:#334155;white-space:nowrap;vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:12px 14px;font-size:13px}.strategy-table tbody tr:last-child td{border-bottom:none}.strategy-table tbody tr:hover{background:#f8fafc}.strategy-name-cell{align-items:center;gap:10px;display:flex}.strategy-name-cell strong{color:#1e293b;display:block}.strategy-name-cell small{color:#64748b;margin-top:3px;font-size:11px;display:block}.strategy-status{border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.table-action-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:7px 11px;font-size:12px;font-weight:600}.table-action-button.pause-button{color:#92400e;background:#fffbeb;border-color:#fde68a}.table-action-button.logs-button{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.running-section{margin-top:30px}.running-empty{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:10px;padding:24px;font-size:13px}@media (width<=900px){.strategy-table{min-width:800px}}.trades-panel{background:#11161d!important;border:1px solid #202731!important}.trades-panel h2{color:#e8edf3!important}.trades-panel p{color:#8995a3!important}.trades-table{background:#151a21!important}.trades-table th{color:#b8c1cc!important;background:#1b222b!important;border-bottom:1px solid #303741!important}.trades-table td{color:#d1d5db!important;background:#151a21!important;border-bottom:1px solid #252b33!important}.trades-table tbody tr:hover td{background:#1d252e!important}.strategy-list{flex-direction:column;gap:12px;margin-top:18px;display:flex}.strategy-card{background:#151a21;border:1px solid #29313b;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;transition:background .2s,border-color .2s;display:flex}.strategy-card:hover{background:#1b222b;border-color:#3a4653}.strategy-left{align-items:center;gap:14px;min-width:0;display:flex}.strategy-left input[type=checkbox]{cursor:pointer;accent-color:#00d09c;width:16px;height:16px}.strategy-left h3{color:#f1f5f9;margin:0;font-size:15px;font-weight:600}.strategy-left p{color:#8995a3;margin:5px 0 0;font-size:12px}.strategy-left small{color:#5f6b78;margin-top:5px;font-size:10px;display:block}.strategy-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.strategy-actions button{color:#d1d5db;cursor:pointer;background:#1b222b;border:1px solid #303945;border-radius:6px;padding:7px 11px;font-size:12px}.strategy-actions .status{color:#9ca3af;white-space:nowrap;background:#252b33;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:600}.strategy-actions .status.running{color:#00d09c;background:#12332c}.toolbar{background:#151a21;border:1px solid #29313b;border-radius:9px;align-items:center;gap:18px;margin-top:18px;padding:12px 14px;display:flex}.toolbar strong{color:#b8c1cc;font-size:12px}.toolbar-buttons{gap:8px;margin-left:auto;display:flex}.toolbar-buttons button{color:#d1d5db;cursor:pointer;background:#1b222b;border:1px solid #303945;border-radius:6px;padding:7px 12px;font-size:12px}.toolbar-buttons button:hover{color:#fff;background:#252e38}.strategy-card{box-shadow:0 4px 14px #00d09c1a;background:linear-gradient(135deg,#123b35 0%,#174d43 100%)!important;border:1px solid #287a69!important}.strategy-card:hover{box-shadow:0 6px 18px #00d09c2e;background:linear-gradient(135deg,#16483f 0%,#1c5b4e 100%)!important;border-color:#00d09c!important}.strategy-left h3{color:#fff!important}.strategy-left p{color:#b8e8dd!important}.strategy-left small{color:#83b8ad!important}.strategy-actions .status{border:1px solid #37665d;color:#c8ddd8!important;background:#24443e!important}.strategy-actions .status.running{color:#00e0a8!important;background:#063f32!important;border-color:#00a982!important}.strategy-actions button{color:#fff!important;background:#1d5147!important;border:1px solid #39796c!important}.strategy-actions button:hover{color:#06130f!important;background:#00a982!important;border-color:#00d09c!important}.strategy-left input[type=checkbox]{accent-color:#00d09c!important}.strategy-table-section{border:1px solid #293440;border-radius:12px;margin-top:20px;padding:18px;background:#151c24!important}.strategy-section-title{color:#fff;margin:0 0 14px;font-size:16px}.strategy-table-wrap{border-radius:10px;width:100%;overflow-x:auto}.strategy-table{border-spacing:0;width:100%;border-collapse:separate!important;background:#1b2430!important}.strategy-table thead th{text-align:left;border-bottom:1px solid #354454;padding:13px 14px;color:#fff!important;background:#24303d!important}.strategy-table tbody td{border-bottom:1px solid #303c49;padding:13px 14px;color:#e5e7eb!important;background:#1b2430!important}.strategy-name-cell small{margin-top:4px;display:block;color:#94a3b8!important}.strategy-status.running{color:#22c55e!important}.strategy-status.paused{color:#f59e0b!important}.strategy-status.deployed{color:#38bdf8!important}.strategy-status.stopped{color:#94a3b8!important}.table-action-button{cursor:pointer;border-radius:6px;padding:7px 12px;color:#fff!important;background:#273444!important;border:1px solid #3b4a5b!important}.table-action-button.delete-button:hover{background:#4a252c!important}.table-action-button.run-button:hover{background:#174d43!important}.table-action-button.stop-button{color:#ff7b7b!important;background:#3a2525!important;border-color:#673737!important}.table-action-button.stop-button:hover{background:#512c2c!important}body,.app,.main{background:#151b23!important}.panel,.strategy-table-section{background:#1a222c!important;border-color:#303b49!important}.toolbar{border-radius:10px;background:#1b242e!important;border-color:#344150!important}.strategy-section-title,.panel-header h2{color:#fff!important}.empty,.empty-state,.running-strategies,.strategy-empty,.trades-empty{color:#aebdcd!important;background:#202a36!important;border-color:#354252!important}.strategy-table-section *,.strategy-table-wrap{scrollbar-color:#526273 #202a36}.table-action-button.delete-button,.table-action-button.stop-button{color:#ff7d89!important;background:#49252d!important;border-color:#753944!important}.primary{color:#06130f!important;background:#00b386!important}.primary:hover{background:#00c795!important}.toolbar,.toolbar strong,.toolbar label{color:#e5edf5!important}.strategy-table input[type=checkbox],.toolbar input[type=checkbox]{accent-color:#00c795}.strategy-table-section{background:#f5f0e6!important;border-color:#d8cfbf!important}.strategy-section-title{color:#29251f!important}.strategy-table{background:#eee8dc!important}.strategy-table thead th{color:#29251f!important;background:#ded5c5!important;border-color:#cfc4b2!important}.strategy-table tbody td{color:#29251f!important;background:#f3eee4!important;border-color:#d8cfbf!important}.strategy-table tbody tr:hover td{background:#e8e0d2!important}.strategy-name-cell strong{color:#29251f!important}.strategy-name-cell small{color:#756b5d!important}.strategy-status.stopped{color:#665d50!important;background:#ddd6c8!important}.strategy-status.running{color:#08734f!important;background:#d7f0e5!important}.strategy-status.paused{color:#8a6415!important;background:#f8e8bd!important}.strategy-status.deployed{color:#25617a!important;background:#dcecf5!important}.table-action-button{color:#29251f!important;background:#e2d9ca!important;border-color:#c8bba8!important}.table-action-button:hover{background:#d5cabb!important}.table-action-button.run-button{color:#08734f!important;background:#d7eee5!important;border-color:#a9d8c5!important}.table-action-button.delete-button,.table-action-button.stop-button{color:#b4232f!important;background:#f5dddd!important;border-color:#e1b5b9!important}.empty{color:#756b5d!important;background:#f3eee4!important;border-color:#d8cfbf!important}.code-editor-wrapper{background:#0f1117;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.code-line-numbers{box-sizing:border-box;text-align:right;color:#6b7280;-webkit-user-select:none;user-select:none;background:#151821;border-right:1px solid #2a2f3a;flex-shrink:0;width:52px;padding-top:14px;padding-right:12px;font-family:Fira Code,Consolas,monospace;font-size:14px;line-height:20px;overflow:hidden}.code-line-numbers div{height:20px;line-height:20px}.code-editor-wrapper .code-editor{box-sizing:border-box;white-space:pre;border:0;border-radius:0;outline:none;flex:1;width:auto;min-width:0;height:100%;min-height:0;padding:14px 16px;font-family:Fira Code,Consolas,monospace;font-size:14px;line-height:20px;overflow:auto}
