:root{--bg:#07111f;--bg2:#0a1626;--panel:#0e1d30;--panel2:#10243a;--line:#20344d;--muted:#74879e;--text:#ecf3fb;--blue:#5b8cff;--violet:#9b83ff;--green:#34d7a0;--orange:#f4a261;--red:#ff6f85;--shadow:0 16px 36px rgba(0,0,0,.15)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;font-size:14px}button,input,select{font:inherit;color:inherit}button{cursor:pointer;border:0;background:none}.app-shell{display:flex;min-height:100vh}.sidebar{width:244px;background:#081422;border-right:1px solid #182d45;display:flex;flex-direction:column;padding:25px 14px 16px;flex-shrink:0}.brand{display:flex;align-items:center;gap:10px;padding:0 12px 28px}.brand-mark{display:flex;align-items:flex-end;gap:3px;width:27px;height:28px}.brand-mark span{display:block;width:6px;border-radius:4px;background:linear-gradient(180deg,#7ca2ff,#8d68ef)}.brand-mark span:nth-child(1){height:14px}.brand-mark span:nth-child(2){height:22px}.brand-mark span:nth-child(3){height:28px}.brand-name{font-size:18px;font-weight:780;letter-spacing:-.4px}.brand-sub{font-size:10px;color:#71869d;margin-top:2px;letter-spacing:.7px}.workspace-switcher{display:flex;align-items:center;gap:9px;padding:10px 11px;background:#102237;border:1px solid #1b3654;border-radius:9px;margin:0 4px 28px}.workspace-avatar,.user-avatar{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5d8dff,#8066dc);color:#fff;font-weight:700}.workspace-avatar{width:27px;height:27px;border-radius:7px;font-size:12px}.workspace-copy{display:flex;flex-direction:column;flex:1;gap:2px}.workspace-copy span{font-size:12px;font-weight:650}.workspace-copy small,.sidebar-user small{font-size:10px;color:#6e839b}.workspace-switcher svg{width:14px;fill:none;stroke:#8da0b8;stroke-width:2}.nav-group{margin-bottom:24px}.nav-label{font-size:10px;color:#5f748d;text-transform:uppercase;letter-spacing:1.6px;padding:0 13px 9px}.nav-item{display:flex;align-items:center;gap:11px;width:100%;height:38px;padding:0 12px;border-radius:7px;color:#8ea4ba;text-align:left;font-size:13px;transition:.2s;margin:3px 0}.nav-item:hover{background:#10243a;color:#dce8f6}.nav-item.active{background:linear-gradient(90deg,rgba(99,119,255,.2),rgba(88,113,244,.08));color:#f0f5ff;box-shadow:inset 2px 0 0 #7693ff}.nav-icon{font-size:18px;width:16px;color:#8ba6c3;text-align:center;line-height:1}.nav-item.active .nav-icon{color:#99a8ff}.nav-badge{font-size:10px;font-weight:700;color:#fff;background:#6d77ef;border-radius:10px;padding:2px 6px;margin-left:auto}.sidebar-foot{margin-top:auto}.data-status{display:flex;gap:9px;align-items:center;padding:12px 10px;border-top:1px solid #172a40;border-bottom:1px solid #172a40;margin-bottom:14px}.status-dot{width:7px;height:7px;background:var(--green);box-shadow:0 0 0 4px rgba(52,215,160,.11);border-radius:50%}.data-status div,.sidebar-user div:nth-child(2){display:flex;flex-direction:column;gap:3px}.data-status strong,.sidebar-user strong{font-size:11px}.data-status small{font-size:10px;color:#70859c}.sidebar-user{display:flex;align-items:center;gap:9px;padding:0 9px}.user-avatar{width:29px;height:29px;border-radius:50%;font-size:12px}.sidebar-user>span{color:#6e8199;margin-left:auto;letter-spacing:2px}.main-content{flex:1;min-width:0;background:linear-gradient(135deg,#091525 0%,#081423 65%)}.topbar{height:71px;border-bottom:1px solid #172c44;display:flex;align-items:center;justify-content:space-between;padding:0 40px}.breadcrumb{display:flex;align-items:center;gap:10px;font-size:12px;color:#6c8098}.breadcrumb i{font-style:normal;color:#344b63}.breadcrumb strong{color:#d9e5f2;font-weight:600}.top-actions{display:flex;align-items:center;gap:14px}.market-pill{display:flex;align-items:center;gap:7px;color:#a1b2c6;font-size:11px;padding-right:12px;border-right:1px solid #243750}.market-pill b{font-weight:550;color:#5f7a95}.pulse{width:6px;height:6px;border-radius:50%;background:#748aa0}.icon-btn,.help-btn{height:30px;width:30px;border-radius:7px;color:#8da1b8;font-size:18px;display:flex;align-items:center;justify-content:center}.icon-btn:hover,.help-btn:hover{background:#172c44;color:#eaf2fc}.notification{position:relative}.notification span{position:absolute;right:3px;top:4px;width:4px;height:4px;border-radius:50%;background:var(--red)}.help-btn{border:1px solid #2b425b;font-size:12px}.page{max-width:1480px;margin:0 auto;padding:30px 40px 52px;animation:fadein .25s ease}@keyframes fadein{from{opacity:.3;transform:translateY(4px)}to{opacity:1;transform:none}}.hidden{display:none!important}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:29px}.page-heading.compact{align-items:center;margin-bottom:25px}.eyebrow{font-size:10px;letter-spacing:1.8px;color:#7188a1;margin:0 0 8px;font-weight:700}.page-heading h1{font-size:26px;letter-spacing:-.8px;margin:0;font-weight:750}.page-heading h1 span{font-size:17px;color:#a696ff;vertical-align:5px;margin-left:4px}.heading-note{margin:8px 0 0;color:#71849b;font-size:12px}.heading-actions{display:flex;gap:10px}.btn{height:36px;border-radius:7px;padding:0 15px;font-size:12px;font-weight:650;transition:.2s}.btn.primary{background:linear-gradient(135deg,#748dff,#816fea);box-shadow:0 7px 18px rgba(102,103,227,.2);color:#fff}.btn.primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn.ghost{border:1px solid #2b425c;background:rgba(21,39,59,.5);color:#b5c5d7}.btn.ghost:hover{border-color:#5972a0;background:#172c45}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metric-card{background:linear-gradient(135deg,#102239,#0d1b2e);border:1px solid #1d344e;border-radius:9px;padding:17px 18px 14px;box-shadow:var(--shadow);position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;width:92px;height:92px;border-radius:50%;right:-35px;top:-37px;background:rgba(111,140,255,.04)}.accent-blue{border-top:2px solid #5f8aff}.accent-green{border-top:2px solid #3fd8a3}.accent-orange{border-top:2px solid #f3a05c}.accent-purple{border-top:2px solid #a68cf8}.metric-top,.metric-bottom{display:flex;align-items:center;justify-content:space-between;color:#8ca1b6;font-size:11px}.metric-icon{font-size:16px;color:#8498af}.metric-value{font-size:25px;font-weight:720;letter-spacing:-.8px;margin:14px 0 15px}.metric-value .trend{font-size:10px;font-weight:600;vertical-align:4px;margin-left:8px;padding:4px 6px;border-radius:4px}.trend.up{color:#45d7a5;background:rgba(53,214,163,.1)}.trend.down{color:#e99973;background:rgba(235,142,107,.1)}.positive{color:#44d8a3!important}.negative{color:#f07c87!important}.metric-bottom{font-size:10px;color:#6f859d}.sparkline{height:22px;display:flex;align-items:flex-end;gap:3px}.sparkline i{display:block;width:3px;border-radius:2px;background:currentColor;opacity:.85}.sparkline i:nth-child(1){height:8px}.sparkline i:nth-child(2){height:12px}.sparkline i:nth-child(3){height:9px}.sparkline i:nth-child(4){height:14px}.sparkline i:nth-child(5){height:12px}.sparkline i:nth-child(6){height:17px}.sparkline i:nth-child(7){height:13px}.sparkline i:nth-child(8){height:19px}.sparkline i:nth-child(9){height:16px}.sparkline i:nth-child(10){height:21px}.sparkline.blue{color:#6d91fb}.sparkline.green{color:#43d6a2}.sparkline.orange{color:#ef9f63}.sparkline.purple{color:#a38afa}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:14px;margin-bottom:14px}.panel{background:linear-gradient(140deg,#0e1e32,#0d1b2e);border:1px solid #1d344d;border-radius:9px;box-shadow:var(--shadow)}.chart-panel{min-height:395px;padding:21px 21px 15px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between}.panel-head h2{font-size:14px;margin:0 0 6px;font-weight:680;letter-spacing:-.2px}.panel-head p{font-size:11px;color:#71869d;margin:0}.chart-controls{display:flex;align-items:center;gap:4px}.period{font-size:10px;color:#7890a8;padding:6px 8px;border-radius:5px}.period.active{color:#dbe5ff;background:#253658}.more-btn{margin-left:7px;color:#7890a8;letter-spacing:2px}.chart-legend{display:flex;gap:22px;margin:22px 0 4px;font-size:10px;color:#8396ab}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend b{font-weight:650;color:#b6c5d5;margin-left:2px}.legend-line{display:inline-block;width:16px;height:2px;border-radius:3px}.legend-line.violet{background:#9983fc}.legend-line.grey{background:#697b91}.equity-chart{height:252px;position:relative}.equity-chart canvas,.backtest-chart canvas{width:100%;height:100%;display:block}.chart-tooltip{position:absolute;right:19%;top:18%;background:#162b43;border:1px solid #36516d;border-radius:5px;padding:8px 11px;display:flex;flex-direction:column;gap:3px;box-shadow:0 8px 22px #0004}.chart-tooltip:after{content:"";position:absolute;bottom:-5px;left:20px;width:8px;height:8px;background:#162b43;border-right:1px solid #36516d;border-bottom:1px solid #36516d;transform:rotate(45deg)}.chart-tooltip small{font-size:9px;color:#8ba1b9}.chart-tooltip strong{font-size:12px}.chart-tooltip span{font-size:9px;color:#45d7a5}.chart-axis{display:flex;justify-content:space-between;font-size:9px;color:#61778f;padding:0 4px}.allocation-panel{padding:21px 21px 15px}.text-btn{font-size:11px;color:#8fa7fb;padding:2px 0}.text-btn span{margin-left:4px}.allocation-wrap{display:flex;align-items:center;gap:19px;margin:28px 5px 25px}.donut{width:142px;height:142px;border-radius:50%;background:conic-gradient(#678bfc 0 28.4%,#9c80fb 28.4% 50.1%,#40c7bc 50.1% 66.3%,#ef9a62 66.3% 76.4%,#1d3046 76.4%);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.donut:before{content:"";position:absolute;width:102px;height:102px;background:#0e1d30;border-radius:50%}.donut div{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px}.donut strong{font-size:19px}.donut small{font-size:10px;color:#768ba2}.allocation-list{display:flex;flex-direction:column;gap:13px;width:100%}.allocation-list div{display:flex;align-items:center;gap:7px;font-size:11px;color:#93a6b9}.allocation-list b{margin-left:auto;color:#dbe6f2;font-weight:600}.dot{width:6px;height:6px;border-radius:50%}.c1{background:#678bfc}.c2{background:#9c80fb}.c3{background:#40c7bc}.c4{background:#ef9a62}.cash-row{display:flex;align-items:center;border-top:1px solid #1d344b;padding-top:14px;font-size:11px;color:#8398ad}.cash-row b{color:#dae6f0;margin-left:auto;margin-right:11px;font-weight:600}.cash-row>span:last-child{font-size:10px;color:#647c95}.cash-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#344961;margin-right:7px}.bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.signal-panel,.strategy-panel{padding:21px}.signal-list{margin-top:18px}.signal-item{display:flex;align-items:center;padding:11px 0;border-bottom:1px solid #1a3048}.signal-item:last-child{border:0}.signal-type{font-size:10px;font-weight:700;width:37px;text-align:center;border-radius:4px;padding:5px 0;margin-right:10px}.signal-type.buy{background:rgba(52,215,160,.11);color:#43d6a3}.signal-type.sell{background:rgba(244,117,137,.11);color:#f08090}.signal-item>div:nth-child(2){display:flex;flex-direction:column;gap:3px;flex:1}.signal-item strong{font-size:12px}.signal-item small{font-size:10px;color:#6f849b}.signal-price{text-align:right}.signal-price strong{font-size:12px}.signal-price small{display:block;font-size:10px;margin-top:3px}.strategy-row{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #1a3048}.strategy-row:last-child{border:0}.strategy-name{display:flex;align-items:center;gap:9px;width:45%;min-width:180px}.strategy-name>div{display:flex;flex-direction:column;gap:4px}.strategy-name strong{font-size:11px;font-weight:600}.strategy-name small{font-size:9px;color:#6f859d}.strategy-status{width:6px;height:6px;border-radius:50%;background:#3dd3a0;box-shadow:0 0 0 3px rgba(61,211,160,.1)}.strategy-status.off{background:#71849b;box-shadow:none}.mini-bar{height:4px;flex:1;background:#20354e;border-radius:5px;overflow:hidden}.mini-bar i{height:100%;display:block;background:#678bfc;border-radius:5px}.mini-bar.muted i{background:#50627b}.strategy-row>b{font-size:11px;width:62px;text-align:right}.muted-text{color:#7a8da3!important}.row-arrow{font-size:18px;color:#60768e;margin-left:2px}.strategy-toolbar,.signal-filters{display:flex;align-items:center;gap:18px;margin-bottom:17px}.search-field{height:34px;display:flex;align-items:center;gap:8px;padding:0 11px;background:#0d1b2d;border:1px solid #223a54;border-radius:6px;color:#7c91a8}.search-field input{background:none;border:0;outline:0;width:170px;font-size:11px;color:#dae6f2}.filter-tabs{display:flex;align-items:center;gap:5px}.filter-tabs button{padding:8px 11px;color:#768ca5;font-size:11px;border-radius:5px}.filter-tabs button.active{background:#253658;color:#dae4ff}.filter-tabs b{font-size:9px;margin-left:3px;color:#9badeb}.strategy-toolbar>.btn{margin-left:auto}.strategy-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.strategy-card{padding:20px;min-height:220px}.strategy-card-top{display:flex;justify-content:space-between;align-items:flex-start}.strategy-card h3{font-size:14px;margin:0 0 6px}.strategy-card p{font-size:10px;color:#71859d;margin:0}.tag-running{font-size:9px;color:#45d6a1;background:rgba(52,215,160,.1);border-radius:4px;padding:5px 7px}.tag-paused{font-size:9px;color:#8ba0b5;background:rgba(118,137,160,.12);border-radius:4px;padding:5px 7px}.strategy-performance{display:flex;align-items:flex-end;justify-content:space-between;margin:28px 0 17px}.strategy-performance strong{font-size:25px}.strategy-performance small{display:block;color:#72879e;font-size:10px;margin-bottom:4px}.strategy-spark{height:38px;width:100px}.strategy-spark svg{width:100%;height:100%}.strategy-card-foot{border-top:1px solid #1d344c;padding-top:14px;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#71869e}.strategy-card-foot button{color:#93a7fa}.backtest-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:14px;margin-bottom:14px}.config-panel{padding:21px}.save-state{color:#42d6a1;font-size:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 10px;margin-top:22px}.form-grid label,.modal-body>label,.modal-body label{font-size:10px;color:#8296ad;display:flex;flex-direction:column;gap:7px}.form-grid input,.form-grid select,.cost-grid input,.modal-body input,.modal-body select,.settings-panel select{height:33px;background:#0a182a;border:1px solid #263f5b;border-radius:5px;padding:0 9px;color:#dae6f2;outline:0;font-size:11px}.form-grid input:focus,.form-grid select:focus,.modal-body input:focus{border-color:#6d82eb}.param-section{border-top:1px solid #1c334b;margin-top:20px;padding-top:17px}.section-title{font-size:11px;color:#c0d0df;margin-bottom:14px}.section-title span{float:right;font-size:10px;color:#70859e;font-weight:400}.range-row{display:flex;gap:13px}.range-row label{font-size:10px;color:#8195aa;display:flex;flex-direction:column;gap:7px;flex:1}.range-row output{font-size:11px;color:#c7d6e7;font-weight:600}.range-row input{accent-color:#7787ee;width:100%}.cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cost-grid label{font-size:9px;color:#8094a9;display:flex;flex-direction:column;gap:6px}.cost-grid input{width:100%;font-size:10px}.full{width:100%;margin-top:24px}.result-panel{padding:21px}.result-tag{font-size:9px;color:#43d7a3;background:rgba(52,215,160,.1);border-radius:4px;padding:5px 8px}.result-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border-bottom:1px solid #1e354d;margin:25px 0 9px;padding-bottom:16px}.result-metrics div{display:flex;flex-direction:column;gap:7px}.result-metrics small{font-size:10px;color:#748aa1}.result-metrics strong{font-size:17px}.backtest-chart{height:240px}.result-footer{display:flex;align-items:center;gap:28px;border-top:1px solid #1c334b;padding-top:13px;color:#72879f;font-size:10px}.result-footer b{color:#cad7e4;margin-left:4px}.result-footer .text-btn{margin-left:auto}.trades-panel{padding:21px}.table-actions{display:flex;align-items:center;gap:9px}.table-filter{font-size:10px;color:#778da5;padding:6px 8px;border-radius:4px}.table-filter.active{color:#dbe4ff;background:#263958}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;min-width:670px}th{font-size:10px;color:#70869e;text-align:left;font-weight:500;padding:14px 10px;border-bottom:1px solid #233951}td{font-size:11px;padding:14px 10px;border-bottom:1px solid #1a3047;color:#d0deeb}tbody tr:hover{background:rgba(54,81,114,.18)}.trade-dir,.sig-pill{display:inline-block;font-size:9px;border-radius:4px;padding:4px 6px;font-weight:650}.trade-dir.buy,.sig-pill.buy{color:#45d6a2;background:rgba(52,215,160,.1)}.trade-dir.sell,.sig-pill.sell{color:#f38392;background:rgba(244,117,137,.1)}.signal-table-panel{padding:0 21px}.signal-table-panel table{min-width:850px}.signal-strength{display:flex;align-items:center;gap:8px}.strength-bars{display:flex;gap:2px}.strength-bars i{width:4px;height:11px;border-radius:1px;background:#283e57}.strength-bars i.on{background:#6b89f4}.signal-filters .search-field.right{margin-left:auto}.date-chip{font-size:11px;padding:8px 10px;background:#12253b;border:1px solid #243c58;color:#bdcbe0;border-radius:5px}.date-chip span{color:#7d92a9;margin-left:8px}.notice{display:flex;align-items:center;gap:11px;border:1px solid #5e4d30;background:rgba(118,85,34,.13);padding:11px 14px;border-radius:7px;margin-bottom:17px}.notice>span{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid #daa553;border-radius:50%;font-size:10px;color:#e0ac5e}.notice div{flex:1}.notice strong{font-size:11px;color:#e5be72}.notice p{font-size:10px;color:#ad956b;margin:4px 0 0}.notice button{color:#a58a61;font-size:18px}.universe-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.universe-summary>div{background:#102239;border:1px solid #1d344e;border-radius:8px;padding:17px}.universe-summary small,.universe-summary span{display:block;color:#71869e;font-size:10px}.universe-summary strong{display:block;font-size:17px;margin:11px 0 7px}.stock-panel{padding:21px}.stock-panel .search-field{height:31px}.stock-panel .panel-head{align-items:center}.data-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.data-card{padding:18px;display:flex;align-items:center;gap:13px}.data-card-icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:8px;font-size:18px}.data-card-icon.blue{background:rgba(86,131,246,.15);color:#77a0ff}.data-card-icon.purple{background:rgba(150,118,246,.15);color:#aa94ff}.data-card-icon.orange{background:rgba(239,151,87,.15);color:#f1a064}.data-card h3{font-size:12px;margin:0 0 5px}.data-card p,.data-card strong{font-size:10px;color:#71879f;margin:0}.data-card strong{display:block;margin-top:7px;color:#bdccdb;font-weight:500}.data-ok{font-size:9px;color:#43d5a1;margin-left:auto;align-self:flex-start}.source-panel{padding:21px}.source-row{display:flex;align-items:center;gap:12px;padding:16px 0;border-top:1px solid #1b3047}.source-logo{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:7px;color:white;font-size:17px;font-weight:800}.source-logo.ak{background:#44a98b}.source-logo.local{background:#526e9d}.source-row>div:nth-child(2){display:flex;flex-direction:column;gap:4px}.source-row strong{font-size:11px}.source-row small{font-size:10px;color:#71859c}.source-state{font-size:10px;color:#43d5a1;margin-left:auto}.source-state.grey{color:#71859d}.logs-panel{padding:8px 20px}.log-row{display:grid;grid-template-columns:100px 44px 1fr 90px;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid #1b3047;font-size:11px;color:#c4d2df}.log-row:last-child{border-bottom:0}.log-time,.log-meta{font-size:10px;color:#6e849c}.log-level{font-size:9px;border-radius:3px;padding:4px 5px;text-align:center}.log-level.success{color:#43d5a1;background:rgba(52,215,160,.1)}.log-level.info{color:#83a8ff;background:rgba(107,142,255,.1)}.log-level.warn{color:#e1aa60;background:rgba(221,167,88,.1)}.settings-panel{max-width:760px;padding:0 22px}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid #1b3047}.setting-row:last-child{border-bottom:0}.setting-row div{display:flex;flex-direction:column;gap:5px}.setting-row strong{font-size:12px}.setting-row small{font-size:10px;color:#71859c}.switch{position:relative;width:35px;height:20px}.switch input{opacity:0;width:0;height:0}.switch span{position:absolute;inset:0;background:#293f57;border-radius:14px;transition:.2s}.switch span:before{content:"";position:absolute;width:14px;height:14px;left:3px;top:3px;background:#899bb0;border-radius:50%;transition:.2s}.switch input:checked+span{background:#576cd6}.switch input:checked+span:before{transform:translateX(15px);background:#fff}.setting-row select{width:190px}.modal-backdrop{position:fixed;inset:0;background:rgba(3,9,17,.7);backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;z-index:10}.modal-backdrop.open{display:flex}.modal{width:540px;background:#102238;border:1px solid #2d4865;border-radius:11px;box-shadow:0 26px 80px #0008;animation:modalin .22s ease}@keyframes modalin{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px 15px;border-bottom:1px solid #213a54}.modal-head h2{font-size:19px;margin:0}.close-modal{font-size:24px;color:#8195ab;line-height:1}.modal-body{padding:20px 24px}.modal-body>label{margin-bottom:14px}.rule-box{border:1px solid #2a4662;background:#0c1b2d;border-radius:7px;padding:13px 12px;margin-top:14px}.rule-box.exit{border-color:#4b3d4d}.rule-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.rule-head strong{font-size:11px}.rule-head button{font-size:10px;color:#9caefc}.rule-line{display:grid;grid-template-columns:1fr .82fr 1.25fr 18px;gap:6px;margin-top:7px}.rule-line select,.rule-line input{height:29px;font-size:10px}.rule-line button{color:#6d8299;font-size:15px}.modal-hint{font-size:10px;color:#7b90a7;margin:15px 0 1px}.modal-foot{display:flex;justify-content:flex-end;gap:9px;padding:14px 24px;border-top:1px solid #213a54}.toast{position:fixed;right:28px;bottom:25px;display:flex;align-items:center;gap:10px;padding:12px 16px;background:#183048;border:1px solid #355879;border-radius:7px;box-shadow:0 12px 36px #0006;transform:translateY(100px);opacity:0;transition:.25s;z-index:20}.toast.show{transform:none;opacity:1}.toast>span{width:20px;height:20px;border-radius:50%;background:#39c99b;color:#06231a;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px}.toast div{display:flex;flex-direction:column;gap:3px}.toast strong{font-size:11px}.toast small{font-size:10px;color:#9db0c4}@media(max-width:1100px){.sidebar{width:205px}.page{padding-left:24px;padding-right:24px}.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.backtest-layout{grid-template-columns:1fr}.bottom-grid{grid-template-columns:1fr}.strategy-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.sidebar{width:64px;padding:20px 8px}.brand{padding:0 11px 25px}.brand>div:last-child,.workspace-switcher,.nav-label,.nav-item:not(.active) .nav-icon~*,.nav-item{font-size:0}.brand-name,.brand-sub,.workspace-switcher,.sidebar-foot{display:none}.nav-item{justify-content:center;padding:0;height:42px}.nav-icon{font-size:19px}.nav-badge{position:absolute;margin:0;margin-left:23px;margin-top:-22px;font-size:8px;padding:1px 4px}.topbar{padding:0 16px}.market-pill{display:none}.page{padding:23px 15px 40px}.page-heading{align-items:flex-start;gap:18px;flex-direction:column}.page-heading.compact{align-items:flex-start}.page-heading h1{font-size:22px}.metric-grid{gap:9px}.metric-card{padding:13px}.metric-value{font-size:19px}.metric-value .trend{display:block;width:max-content;margin:7px 0 0}.chart-panel,.allocation-panel,.signal-panel,.strategy-panel,.result-panel,.config-panel,.trades-panel,.stock-panel,.source-panel{padding:16px}.chart-controls .period{display:none}.chart-controls .period.active{display:block}.equity-chart{height:220px}.allocation-wrap{margin:24px 0 20px;gap:12px}.donut{width:120px;height:120px}.donut:before{width:84px;height:84px}.universe-summary,.data-cards{grid-template-columns:1fr 1fr}.strategy-cards{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.result-metrics{grid-template-columns:1fr 1fr;gap:14px}.strategy-toolbar,.signal-filters{flex-wrap:wrap;gap:9px}.strategy-toolbar>.btn{margin-left:0}.signal-filters .search-field.right{margin-left:0;width:100%}.signal-filters .search-field input{flex:1}.modal{width:calc(100% - 24px)}.rule-line{grid-template-columns:1fr 1fr 18px}.rule-line input{grid-column:1/3}.log-row{grid-template-columns:72px 44px 1fr;gap:8px}.log-meta{display:none}.heading-actions{width:100%}.heading-actions .btn{flex:1}}

.pulse.live{background:#38d6a0;box-shadow:0 0 0 4px rgba(56,214,160,.12)}

/* Data-driven strategy builder and stock research */
.strategy-editor{padding:22px;margin-bottom:28px}.editor-meta{display:grid;grid-template-columns:1fr 2fr;gap:12px;margin-top:20px}.editor-meta label{display:flex;flex-direction:column;gap:7px;color:#8296ad;font-size:10px}.editor-meta input,.builder-rule select,.builder-rule input,.rule-group-head select{height:34px;background:#0a182a;border:1px solid #263f5b;border-radius:5px;padding:0 9px;color:#dae6f2;font-size:11px;min-width:0}.rule-group{border-top:1px solid #1c334b;margin-top:20px;padding-top:17px}.rule-group-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.rule-group-head strong{margin-right:auto;font-size:12px}.builder-rules{display:grid;gap:8px}.builder-rule{display:grid;grid-template-columns:minmax(180px,1fr) 130px minmax(200px,1.2fr) 54px;gap:8px;align-items:center;background:#0a182a;border:1px solid #203750;border-radius:6px;padding:9px}.builder-side{display:flex;gap:6px;min-width:0}.builder-side select{flex:1}.builder-side input{width:72px}.builder-rule [hidden]{display:none}.remove-rule{font-size:10px;color:#f08a96}.editor-actions{display:flex;align-items:center;gap:10px;margin-top:20px}.editor-actions span{margin-left:auto;color:#7389a2;font-size:10px}.preset-heading{margin:25px 0 12px}.preset-heading h2{font-size:15px;margin:0 0 5px}.preset-heading p{font-size:11px;color:#71869d;margin:0}.strategy-template-icon{font-size:23px!important;color:#8195fb}.strategy-spark{font-size:10px;color:#7389a2;display:flex;align-items:center}.strategy-card-foot{gap:8px}.strategy-card-foot .run-template{color:#46d6a3}.detail-quote-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:14px}.detail-quote-grid>.panel{padding:14px;display:flex;flex-direction:column;gap:9px}.detail-quote-grid small,.indicator-values small{font-size:10px;color:#71869d}.detail-quote-grid strong{font-size:15px}.detail-chart-panel{padding:20px;margin-bottom:14px}.detail-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px}.detail-toolbar h2{font-size:14px;margin:0 0 5px}.detail-toolbar p{margin:0;color:#7489a0;font-size:10px}.detail-controls{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.detail-controls select,.detail-range{height:30px;background:#0a182a;border:1px solid #263f5b;border-radius:5px;padding:0 8px;color:#b8c8d9;font-size:10px}.detail-range.active{background:#273758;color:#e2e9ff}.detail-chart-wrap{height:360px;margin-top:14px}.detail-chart-wrap canvas{height:100%;width:100%}.detail-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.detail-indicators,.detail-announcements{padding:20px;min-width:0}.indicator-values{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:17px}.indicator-values>div{display:flex;justify-content:space-between;gap:10px;padding:9px;background:#0a182a;border-radius:5px}.indicator-values strong{font-size:11px}.announcement-list{margin-top:13px;max-height:340px;overflow:auto}.announcement-item{display:flex;flex-direction:column;gap:6px;padding:11px 0;border-bottom:1px solid #1a3047;color:#d0deeb;text-decoration:none}.announcement-item span{font-size:9px;color:#7389a2}.announcement-item strong{font-size:11px;font-weight:550;line-height:1.5}.overview-watchlist,.overview-strategies{margin-top:14px}.overview-watch-row,.overview-strategy-row{display:grid;grid-template-columns:1fr .7fr auto;gap:8px;align-items:center;padding:12px 0;border-bottom:1px solid #1a3048;font-size:10px}.overview-watch-row span,.overview-strategy-row span{color:#71869d}.overview-watch-row b{font-size:10px}.overview-strategy-row{grid-template-columns:1fr auto}.empty-state{padding:20px 10px;color:#71869d;font-size:11px;text-align:center}
@media(max-width:1100px){.detail-quote-grid{grid-template-columns:repeat(3,1fr)}.detail-bottom-grid{grid-template-columns:1fr}.builder-rule{grid-template-columns:1fr 110px 1.2fr 50px}}
@media(max-width:720px){.editor-meta{grid-template-columns:1fr}.rule-group-head{flex-wrap:wrap}.rule-group-head strong{width:100%}.builder-rule{grid-template-columns:1fr 1fr}.builder-side{grid-column:1/3}.builder-rule>[data-operator]{grid-column:1/2}.remove-rule{grid-column:2/3}.editor-actions{flex-wrap:wrap}.editor-actions span{width:100%;margin:0}.detail-quote-grid{grid-template-columns:repeat(2,1fr)}.detail-toolbar{align-items:flex-start;flex-direction:column}.detail-chart-wrap{height:280px}.detail-controls{width:100%}}
