@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap";:root{font-family:DM Sans,Segoe UI,sans-serif;color:var(--theme-text, #d9e1eb);background:var(--theme-bg, #090f18);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg:#090f18;--surface:#101925;--surface2:#14202d;--border:#22303e;--text:#e7edf5;--muted:#8291a5;--teal:#6bd5bc;--blue:#8bbafa;--amber:#dabb77;--red:#ed929c;--radius:12px}*{box-sizing:border-box}body{margin:0;font-size:14px}button,input,select,textarea{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}button,input,select{outline:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--teal);outline-offset:3px}h1,h2,h3,h4,p{margin:0}h1,h2,h3{color:var(--text);font-family:Manrope,Segoe UI,sans-serif}h1{font-size:30px;font-weight:750;letter-spacing:-1.1px;line-height:1.3}h2{font-size:17px;font-weight:700;letter-spacing:-.35px;line-height:1.4}h3{font-size:14px;font-weight:650;line-height:1.5}p{color:var(--theme-muted, #94a3b6);font-size:14px;line-height:1.75;margin:10px 0}small{font-size:12px;color:var(--muted)}strong{font-weight:600}svg{flex-shrink:0}label{display:flex;flex-direction:column;gap:8px;color:var(--theme-text, #acbacb);font-size:13px;font-weight:500}input,select,textarea{width:100%;min-width:0;height:42px;border:1px solid var(--theme-border, #2a3949);border-radius:7px;background:var(--theme-surface, #0c1520);color:var(--theme-text, #dbe5ef);padding:9px 12px}input::placeholder{color:var(--theme-muted, #657489)}input[type=checkbox]{width:17px;height:17px;accent-color:var(--teal);flex-shrink:0}select{width:auto;max-width:100%;padding-right:27px}label>select{width:100%}option{background:var(--theme-surface, #101925)}input:disabled{color:var(--muted);background:var(--theme-surface, #0e1721)}details{padding:14px 0;border-top:1px solid var(--border)}summary{cursor:pointer;color:var(--theme-text, #adbed3);font-size:13px;line-height:1.6}details p{font-size:13px}details[open]>summary{margin-bottom:16px}button.text-link{background:none;border:0;padding:0}.button{min-height:38px;padding:9px 15px;border:1px solid transparent;border-radius:7px;display:inline-flex;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:650;line-height:1.5;white-space:normal;transition:background .15s,transform .15s;text-align:center}.button:hover:not(:disabled){filter:brightness(1.1)}.primary{background:var(--theme-primary, #80ddc5);color:var(--theme-teal, #10261f)}.secondary{background:var(--theme-surface2, #182532);color:var(--theme-text, #d6e2ee);border-color:var(--theme-border, #304151)}.danger{background:var(--theme-red-soft, #3c202b);color:var(--theme-red, #f3a8af);border-color:var(--theme-red-border, #69404a)}.ghost{background:transparent;color:var(--theme-muted, #99adc1);border-color:transparent}.button.large{min-height:47px;padding:12px 23px;font-size:14px}.button.full{width:100%}.button-row,.modal-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.modal-actions{justify-content:flex-end;margin-top:24px}.icon-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--theme-muted, #9dacbf);width:34px;height:34px;border-radius:7px}.icon-button:hover{background:var(--theme-surface2, #1d2a39);color:var(--theme-text, #e1e9f3)}.badge{display:inline-flex;align-items:center;white-space:nowrap;vertical-align:middle;font-size:11px;font-weight:700;letter-spacing:.6px;line-height:1.5;padding:4px 7px;border-radius:4px;background:var(--theme-surface2, #1b2938);color:var(--theme-muted, #98adbf);border:1px solid var(--theme-border, #2a3b4b)}.badge.teal{background:var(--theme-teal-soft, #17332f);border-color:var(--theme-teal-border, #295348);color:var(--theme-teal, #85d6be)}.badge.blue{background:var(--theme-surface2, #172a42);border-color:var(--theme-border, #273d57);color:var(--theme-text, #9bbbeb)}.badge.amber{background:var(--theme-amber-soft, #30291e);border-color:var(--theme-amber-border, #4d4130);color:var(--theme-amber, #d9b976)}.badge.red{background:var(--theme-red-soft, #322029);border-color:var(--theme-red-border, #563641);color:var(--theme-red, #eca0a7)}.teal{color:var(--teal)!important}.red{color:var(--red)!important}.blue{color:var(--blue)!important}.amber{color:var(--amber)!important}.muted{color:var(--muted)}.card{min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px}.card+.card{margin-top:20px}.two-grid>.card+.card,.three-grid>.card+.card,.four-grid>.card+.card,.signal-grid>.card+.card,.strategy-grid>.card+.card,.feature-strip>.card+.card{margin-top:0}.two-grid,.three-grid,.four-grid{display:grid;gap:18px;margin-bottom:20px}.two-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.three-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.four-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.spread,.section-title,.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}.section-title{margin-bottom:18px;align-items:flex-start}.section-title p{font-size:12px;margin:4px 0 0}.section-title.outside{margin:25px 0 14px}.metric{padding:12px 0;min-width:0}.metric>span{display:block;color:var(--theme-muted, #8899ac);font-size:12px;line-height:1.5}.metric>strong{display:block;margin:9px 0 5px;font-size:24px;line-height:1.25;font-weight:600;letter-spacing:-.7px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.metric small{display:block;line-height:1.6}.eyebrow{font-size:11px;letter-spacing:1.8px;line-height:1.5;font-weight:700;color:var(--theme-muted, #8c9cb0);margin-bottom:8px}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--theme-teal, #a5cabf);font-size:12px;font-weight:500;line-height:1.7}.text-link:hover{color:var(--theme-teal, #d5f3e9)}.fine-print{font-size:11px;line-height:1.65;color:var(--theme-muted, #71849a)}.centered{text-align:center}.right{text-align:right}.align-right{align-self:flex-end}.badge-row{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.alert{display:flex;gap:11px;align-items:flex-start;padding:13px 16px;border-radius:8px;background:var(--theme-surface2, #28251d);border:1px solid var(--theme-amber-border, #49402c);color:var(--theme-amber, #c5b083);font-size:12px;line-height:1.7;margin:0 0 20px}.alert svg{margin-top:2px}.alert.red{background:var(--theme-red-soft, #2c1d26);border-color:var(--theme-red-border, #53323e)}.alert.teal{background:var(--theme-teal-soft, #173029);border-color:var(--theme-teal-border, #305347)}.alert strong{font-weight:700}.alert a{display:block;margin-top:8px}.success{display:flex;align-items:flex-start;gap:8px;color:var(--teal);font-size:12px;line-height:1.7;margin:15px 0}.empty{padding:40px 18px;text-align:center;max-width:540px;margin:auto}.empty-icon{display:block;color:var(--theme-muted, #53677d);font-size:32px;margin-bottom:10px}.empty h3{font-size:16px}.empty p{font-size:13px;max-width:380px;margin:10px auto 20px}.empty .button{margin-top:8px}.loading{padding:70px 20px;text-align:center;color:var(--theme-muted, #8fa2b7)}.loading svg{color:var(--theme-teal, #82c4b4)}.skeleton{height:13px;background:var(--theme-surface2, #1a2837);border-radius:6px;width:min(370px,80%);margin:20px auto;animation:pulse 1.3s infinite}.skeleton.short{width:min(220px,60%)}.spin{animation:spin 1s linear infinite}.fatal{max-width:650px;margin:15vh auto;padding:30px}.status-dot{display:inline-block;width:6px;height:6px;background:var(--theme-primary, #71cdb2);border-radius:50%;box-shadow:0 0 0 3px #71cdb20b}.status-dot.small{width:5px;height:5px;margin-right:6px}.muted-dot{background:var(--theme-blue, #718197)}.dot-separator{margin:0 5px;color:var(--theme-muted, #3e5166)}.progress-track{height:5px;border-radius:4px;background:var(--theme-surface2, #243141);overflow:hidden}.progress-track>div{height:100%;border-radius:4px;background:var(--theme-primary, #74c6b0);transition:width .35s}.progress-block{margin:16px 0}.progress-block>.spread{font-size:11px;color:var(--theme-muted, #8da0b4);margin-bottom:10px}.sparkline{display:block;width:100%;color:var(--theme-teal, #6acdb2);min-height:35px}.sparkline.negative{color:var(--theme-red, #d78c98)}.chart-empty{font-size:11px;color:var(--theme-muted, #596e83);display:flex;align-items:center;justify-content:center;line-height:1.7}.modal{width:min(580px,calc(100vw - 30px));max-height:85vh;overflow:auto;color:var(--text);background:var(--theme-surface, #111c28);border:1px solid var(--theme-border, #35485a);border-radius:14px;padding:25px;box-shadow:0 25px 150px #000a}.modal::backdrop{background:#02070bbb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.modal p{font-size:13px}.modal .activity-list{max-height:50vh;overflow:auto}.form-stack{display:flex;flex-direction:column;gap:19px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.segmented{display:inline-flex;align-items:center;padding:3px;background:var(--theme-surface, #0d1622);border:1px solid var(--theme-border, #263443);border-radius:7px;gap:2px;max-width:100%}.segmented button{border:0;background:transparent;color:var(--theme-muted, #8d9db0);padding:7px 12px;font-size:12px;border-radius:4px;white-space:nowrap}.segmented button.selected{background:var(--theme-surface2, #223244);color:var(--theme-text, #d7e7ed)}.segmented.small button{font-size:11px;padding:5px 9px}.segmented.wrap{flex-wrap:wrap}.review-list{margin:18px 0}.review-list>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--theme-border, #22303e)}.review-list>div:last-child{border-bottom:0}.review-list dt{font-size:12px;color:var(--theme-muted, #8799ae);line-height:1.7;flex:1}.review-list dd{margin:0;max-width:65%;font-size:12px;line-height:1.7;text-align:right;color:var(--theme-text, #cbd8e5);overflow-wrap:anywhere}.check-label{display:flex;flex-direction:row;align-items:center;font-size:12px}.evidence-list{padding-left:18px;margin:10px 0;color:var(--theme-muted, #99adc1);font-size:13px;line-height:1.9}.evidence-list li{padding-left:3px;margin-bottom:9px}.sample-label{font-size:11px;color:var(--theme-muted, #8a9baf);border-top:1px solid var(--theme-border, #22303e);padding-top:15px;margin-top:18px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin:18px 0;font-size:12px;color:var(--muted)}.brand{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;font-family:Manrope,sans-serif;font-weight:750;font-size:16px;letter-spacing:-.65px;color:var(--theme-text, #eef5f8)}.brand-profit{color:var(--theme-teal, #91d9c7)}.brand-mark{width:29px;height:29px;display:flex;align-items:center;justify-content:center;background:var(--theme-teal-soft, #183430);color:var(--theme-teal, #a3e4cc);border:1px solid var(--theme-teal-border, #2a5247);border-radius:8px}.brand-mark svg{width:27px;height:27px}.app-shell{display:flex;min-height:100vh}.sidebar{width:232px;position:fixed;inset:0 auto 0 0;z-index:40;background:var(--theme-surface, #0c131e);border-right:1px solid var(--theme-border, #1c2936);display:flex;flex-direction:column;padding:0 14px}.sidebar-brand{height:77px;display:flex;align-items:center;padding:0 11px;flex-shrink:0}.workspace-switch{display:flex;align-items:center;gap:9px;padding:10px 9px;background:var(--theme-surface, #141e2b);border:1px solid var(--theme-border, #253240);border-radius:8px;margin:0 6px 21px}.workspace-switch>div{flex:1}.workspace-switch strong{font-size:11px;color:var(--theme-text, #becbd9);display:block}.workspace-switch small{display:block;font-size:11px;margin-top:4px}.workspace-avatar{width:28px;height:28px;display:flex;justify-content:center;align-items:center;background:var(--theme-surface2, #25384a);border-radius:6px;font-size:11px;color:var(--theme-text, #b9cfdf)}.workspace-switch>svg{color:var(--theme-muted, #52677c)}.side-nav{flex:1;min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--theme-surface2, #263746) transparent}.nav-group{margin-bottom:19px}.nav-label{display:block;margin:0 13px 9px;color:var(--theme-muted, #50657c);font-size:11px;font-weight:650;letter-spacing:1.65px}.nav-group a{display:flex;gap:11px;align-items:center;min-height:35px;padding:8px 11px;border-radius:6px;color:var(--theme-muted, #8d9db1);font-size:11px;margin:2px 0;border:1px solid transparent}.nav-group a svg{color:var(--theme-muted, #697e96);width:16px}.nav-group a.active{background:var(--theme-teal-soft, #17302d);border-color:var(--theme-teal-border, #27463d);color:var(--theme-teal, #a5dbc9)}.nav-group a.active svg{color:var(--theme-teal, #83c9b1)}.nav-group a:hover:not(.active){background:var(--theme-surface2, #16202e);color:var(--theme-text, #d2e0eb)}.nav-count{margin-left:auto;background:var(--theme-teal-soft, #263c36);padding:2px 5px;border-radius:3px;font-size:11px;color:var(--theme-teal, #a9dcca)}.sidebar-bottom{border-top:1px solid var(--theme-border, #1d2b3b);padding:14px 6px 13px;flex-shrink:0}.trial-card{display:block;padding:12px;background:linear-gradient(115deg,var(--theme-surface2, #1a273a),var(--theme-surface, #15232c));border:1px solid var(--theme-border, #29374c);border-radius:9px}.trial-card>div{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--theme-text, #b9cbe1)}.trial-card svg{color:var(--theme-text, #99b3d5)}.trial-card p{font-size:11px;line-height:1.6;margin:8px 0}.trial-card>span{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--theme-text, #a8c7d9)}.profile-button{margin-top:15px;display:flex;align-items:center;gap:9px;background:none;border:0;padding:0;color:var(--theme-muted, #8ba0b8);width:100%;text-align:left}.profile-button>div{flex:1;min-width:0}.profile-button strong{display:block;font-size:11px;color:var(--theme-text, #c2cfdc);overflow:hidden;text-overflow:ellipsis}.profile-button small{display:block;font-size:11px;margin-top:4px}.avatar{display:inline-flex;align-items:center;justify-content:center;background:var(--theme-surface2, #2d3b52);color:var(--theme-text, #d3e0f0);border:1px solid var(--theme-border, #3c4a61);border-radius:50%;font-size:12px;width:31px;height:31px;flex-shrink:0}.main-shell{margin-left:232px;flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:77px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 30px;border-bottom:1px solid var(--theme-border, #1d2a39);background:#0d1520ee;position:sticky;top:0;z-index:25;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.market-switch{display:flex;align-items:center;gap:2px;padding:4px;border:1px solid var(--theme-border, #293644);border-radius:7px;background:var(--theme-surface, #0c141f)}.market-switch button{border:0;border-radius:4px;background:none;color:var(--theme-muted, #859ab0);font-size:11px;min-height:30px;padding:6px 12px;white-space:nowrap}.market-switch button.selected{background:var(--theme-surface2, #243447);color:var(--theme-text, #e0ebf6)}.topbar-right{display:flex;align-items:center;gap:19px}.connection-status{display:flex;gap:7px;align-items:center;color:var(--theme-muted, #8ba2b1);font-size:11px;white-space:nowrap}.notification-trigger{position:relative}.notification-trigger i{position:absolute;top:4px;right:6px;width:4px;height:4px;background:var(--theme-blue, #b7cfdf);border-radius:50%}.small-avatar{width:29px;height:29px}.environment-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 30px;min-height:37px;background:var(--theme-surface, #10161e);border-bottom:1px solid var(--theme-border, #212b36);font-size:11px;color:var(--theme-muted, #75879a)}.environment-bar>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.environment-bar strong{color:var(--theme-amber, #c3a975);font-size:11px;letter-spacing:1px;font-weight:600}.simulation-dot{display:block;width:4px;height:4px;background:var(--theme-amber, #b59760);border-radius:50%}.environment-bar a{display:flex;gap:6px;align-items:center;color:var(--theme-muted, #788ca0);white-space:nowrap}.workspace{padding:30px;max-width:1800px;width:100%;margin:0 auto;flex:1;min-height:calc(100vh - 160px)}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.page-heading p{font-size:12px;margin:7px 0 0}.page-heading .eyebrow{font-size:11px;color:var(--theme-muted, #70849d);letter-spacing:1.6px}.heading-dot{color:var(--theme-teal, #7ccfb8)}.date-label{font-size:11px;color:var(--theme-muted, #8d9daf)}.app-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 30px;border-top:1px solid var(--theme-border, #1d2a37);font-size:11px;color:var(--theme-muted, #566b82)}.app-footer>span{display:flex;align-items:center;gap:6px}.menu-toggle{display:none}.auto-control{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;border:1px solid var(--theme-teal-border, #294338);background:linear-gradient(110deg,var(--theme-teal-soft, #152923) 0%,var(--theme-teal-soft, #11201f) 65%,var(--theme-surface, #13222d));padding:17px 22px;border-radius:10px;margin-bottom:22px}.auto-control .eyebrow{font-size:11px;letter-spacing:1.4px;margin-bottom:9px;color:var(--theme-teal, #7ca993)}.auto-state{display:flex;align-items:center;gap:8px}.auto-state strong{font-size:13px;font-weight:600;color:var(--theme-teal, #d0e5db)}.auto-control p{font-size:11px;margin:6px 0 0;color:var(--theme-muted, #839e97)}.auto-actions{display:flex;align-items:center;gap:8px}.auto-control .button{font-size:11px;min-height:33px;padding:7px 12px}.auto-control .alert,.auto-control .success{flex-basis:100%;margin:0}.capital-card{padding:18px 20px 10px}.capital-label{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:500;color:var(--theme-text, #adbdce)}.market-symbol{font-size:31px;color:var(--theme-text, #a7c8d9)}.market-symbol.small-symbol{font-size:15px;width:24px;height:24px;border:1px solid var(--theme-border, #344454);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:var(--theme-surface2, #1a2736)}.capital-value{font-size:27px;font-weight:550;letter-spacing:-.9px;font-variant-numeric:tabular-nums;line-height:1.4;color:var(--theme-text, #e1ebf4);margin:15px 0 12px}.capital-value small{display:block;font-size:11px;font-weight:400;letter-spacing:0;margin-top:4px}.capital-lower{display:flex;justify-content:space-between;font-size:11px;margin-bottom:6px}.capital-lower small{font-size:11px;margin-left:4px}.capital-lower>span:last-child{color:var(--theme-muted, #8195aa)}.capital-grid.single{display:block;margin-bottom:20px}.capital-grid.single .capital-card{max-width:none}.capital-grid.single .sparkline{height:45px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px}.dashboard-primary,.dashboard-secondary{min-width:0}.market-view{background:linear-gradient(120deg,var(--theme-surface2, #142032),var(--theme-surface, #111b28));border-color:var(--theme-border, #2c3d50)}.icon-heading{display:flex;align-items:center;gap:9px}.icon-heading h2{font-size:14px}.ai-icon{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:9px;background:var(--theme-surface2, #243249);color:var(--theme-text, #b4c8ea);border:1px solid var(--theme-border, #344762);flex-shrink:0}.market-view h3{font-size:16px;margin:21px 0 10px}.market-view>p{font-size:12px;line-height:1.9}.card-bottom{padding-top:15px;margin-top:17px;border-top:1px solid var(--theme-border, #243344);font-size:11px;color:var(--theme-muted, #7890a6)}.card-bottom a{display:inline-flex;align-items:center;gap:6px;color:var(--theme-text, #a4b9d2)}.instrument-title{display:flex;align-items:center;gap:12px;min-width:0}.instrument-title p{font-size:11px;margin:4px 0 0}.instrument-title p>span{margin:0 5px}.instrument-title h3{font-size:18px;letter-spacing:-.6px}.instrument-logo{width:41px;height:41px;border:1px solid var(--theme-border, #3c3d38);background:var(--theme-amber-soft, #322d23);color:var(--theme-amber, #dcb673);border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;font-size:20px;font-weight:650;flex-shrink:0}.instrument-logo.india{background:var(--theme-teal-soft, #1b3031);border-color:var(--theme-teal-border, #294448);color:var(--theme-teal, #a1d1c9)}.instrument-logo.us{background:var(--theme-surface2, #202b44);border-color:var(--theme-border, #354363);color:var(--theme-text, #aac1ed)}.score-number strong{font-size:28px;font-weight:600;letter-spacing:-1px;color:var(--theme-teal, #93d4c1)}.score-number small{font-size:11px;margin-left:4px;color:var(--theme-muted, #667e92)}.opportunity .badge-row{margin:19px 0 13px}.strategy-label{font-size:11px;color:var(--theme-muted, #8ea4b9);display:flex;align-items:center;gap:7px;margin-bottom:19px}.opportunity-levels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px 0;border-top:1px solid var(--theme-border, #243341);border-bottom:1px solid var(--theme-border, #243341)}.opportunity-levels span{display:block;font-size:11px;color:var(--theme-muted, #71889d);margin-bottom:9px}.opportunity-levels strong{font-size:12px;font-weight:500;color:var(--theme-text, #d4e1ed);font-variant-numeric:tabular-nums;white-space:nowrap}.opportunity-context{font-size:11px;line-height:1.8;margin:17px 0 0}.opportunity .card-bottom{border:0;margin-top:5px}.risk-overview>p{font-size:11px;margin-top:-5px}.risk-market{padding:18px 0;border-bottom:1px solid var(--theme-border, #243442)}.risk-market:last-of-type{border-bottom:0;margin-bottom:9px}.risk-market .spread>strong{font-size:11px;font-weight:500;color:var(--theme-text, #a8bdcc)}.risk-remaining{font-size:23px;margin-top:16px;letter-spacing:-.6px;color:var(--theme-text, #dbe8ed)}.risk-remaining small{display:block;font-size:11px;font-weight:400;letter-spacing:0;margin-top:5px;color:var(--theme-muted, #708a99)}.risk-market .fine-print,.risk-overview .button{font-size:11px}.activity-list{display:flex;flex-direction:column}.activity-item{position:relative;display:flex;align-items:flex-start;gap:11px;padding:0 0 21px}.activity-item:last-child{padding-bottom:0}.activity-dot{height:6px;width:6px;border-radius:50%;background:var(--theme-teal-soft, #52766d);margin-top:5px;flex-shrink:0}.activity-item:not(:last-child):after{content:"";position:absolute;top:15px;bottom:5px;left:2px;width:1px;background:var(--theme-surface2, #243241)}.activity-item strong{display:block;font-size:11px;color:var(--theme-text, #b9cbd8);line-height:1.5;font-weight:500}.activity-item p{font-size:11px;line-height:1.7;margin:4px 0 5px;color:var(--theme-muted, #71889c)}.activity-item small{font-size:11px;color:var(--theme-muted, #526a80)}.quiet-note{display:flex;align-items:center;gap:11px;padding:15px 9px;color:var(--theme-muted, #4e716a)}.quiet-note p{font-size:11px;color:var(--theme-muted, #667f8a);line-height:1.7}.market-mini-list>a{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--theme-border, #22303f)}.market-mini-list>a:last-child{border-bottom:0;padding-bottom:0}.market-mini-list>a>div:first-child{flex:1;min-width:0}.market-mini-list strong{font-size:11px;display:block;color:var(--theme-text, #bbccdd)}.market-mini-list small{display:block;font-size:11px;margin-top:4px}.market-mini-list .right strong{font-variant-numeric:tabular-nums}.market-mini-list>a>svg{color:var(--theme-muted, #576e84)}.filterbar{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.search-field{position:relative;flex:1;min-width:180px;max-width:350px}.search-field input{padding-left:38px;font-size:12px;height:38px}.search-field>svg{position:absolute;left:12px;top:11px;color:var(--theme-muted, #607890)}.filterbar>select{height:38px;font-size:12px}.filter-count{margin-left:auto;color:var(--theme-muted, #8295a9);font-size:12px}.signal-grid,.strategy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px;margin-bottom:20px}.signal-grid .opportunity{padding:19px}.table-card{padding:0;overflow:hidden}.table-title{padding:22px 22px 0}.table-scroll{max-width:100%;overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px;white-space:nowrap}th{background:var(--theme-surface, #131e2b);color:var(--theme-muted, #70879e);font-size:11px;font-weight:500;padding:14px 18px;border-bottom:1px solid var(--theme-border, #243445)}td{padding:16px 18px;color:var(--theme-text, #abbed0);border-bottom:1px solid var(--theme-border, #21303f);font-variant-numeric:tabular-nums}tr:last-child td{border-bottom:0}tr:hover td{background:var(--theme-surface2, #142130)}td small{display:block;font-size:11px;line-height:1.7;margin-top:5px;color:var(--theme-muted, #607990)}.table-primary{font-size:12px;font-weight:600;display:inline-flex;gap:7px;align-items:center;color:var(--theme-text, #c5d7e5)}td details{padding:8px 0 0;border:none;max-width:260px;white-space:normal}td details summary{font-size:11px}.heatmap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.heatmap>a{padding:30px 15px;text-align:center;border:1px solid var(--theme-teal-border, #345148);border-radius:9px;background:var(--theme-teal-soft, #1b3930);color:var(--theme-teal, #abdbc2);display:flex;flex-direction:column;gap:10px}.heatmap>a.down{background:var(--theme-red-soft, #35232d);border-color:var(--theme-red-border, #4d323f);color:var(--theme-red, #e0afb5)}.heatmap strong{font-size:17px}.heatmap span{font-size:25px}.heatmap small{font-size:11px;color:inherit;opacity:.6}.back-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--theme-muted, #94acbe);margin-bottom:20px}.analysis-price{font-size:28px;display:block;letter-spacing:-1px;text-align:right}.page-heading>div>span.teal,.page-heading>div>span.red{display:block;text-align:right;font-size:11px;margin-top:7px}.analysis-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px}.analysis-grid>div{min-width:0}.recommendation{font-size:21px;margin:23px 0 10px}.chart-toolbar{display:flex;align-items:center;justify-content:space-between;margin:25px 0 10px;font-size:11px;color:var(--theme-muted, #92a9bb);letter-spacing:.5px}.chart-toolbar select{height:31px;font-size:11px;padding:4px 25px 4px 10px}.financial-chart{height:340px;min-width:0}.evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.score-components{display:grid;grid-template-columns:1fr 1fr;gap:12px}.score-components>div{display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--theme-muted, #859db1);padding:11px;background:var(--theme-surface2, #142131);border-radius:6px;text-transform:capitalize}.score-components strong{color:var(--theme-text, #bfcfe0)}.scenario{margin-top:20px;padding-top:18px;border-top:1px solid var(--theme-border, #263342)}.scenario strong{font-size:13px}.scenario p{font-size:12px;margin:8px 0}.scenario small{font-size:11px;line-height:1.8;display:block}.equity-chart{padding:18px 0;border-top:1px solid var(--theme-border, #243240)}.equity-chart .spread{font-size:12px;margin-bottom:12px;color:var(--theme-text, #b6c9da)}.autopsy-section{margin-bottom:23px}.autopsy-section h3{text-transform:capitalize;font-size:13px}.autopsy-section p{font-size:12px;line-height:1.85}.decision-flow>div{display:flex;gap:17px;margin-bottom:23px}.decision-flow>div>span{font-size:11px;color:var(--theme-muted, #7397b3);background:var(--theme-surface2, #1e2e40);height:28px;width:28px;border:1px solid var(--theme-border, #30465b);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.decision-flow h3{font-size:13px}.decision-flow p{font-size:12px;margin:7px 0}.status-row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid var(--theme-border, #243240);font-size:12px;min-width:0}.status-row:last-child{border-bottom:0}.status-row p{font-size:11px;margin-bottom:0}.rejection-list>div{display:flex;gap:20px;align-items:center;padding:10px 0;border-bottom:1px solid var(--theme-border, #223344);font-size:12px}.rejection-list>div>a{font-weight:600;min-width:80px}.rejection-list p{font-size:12px;flex:1}.family-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.family-grid .spread{font-size:11px;flex-wrap:wrap}.family-grid small{font-size:11px}.family-grid .progress-block{margin:12px 0 8px}.library-intro{display:flex;justify-content:space-between;align-items:center;gap:30px;background:var(--theme-surface, #111f2b);border:1px solid var(--theme-border, #283c4e);border-radius:12px;padding:23px;margin-bottom:23px}.library-intro>div{max-width:650px}.library-intro p{font-size:12px}.library-intro>strong{font-size:34px;text-align:right;color:var(--theme-teal, #b6dace)}.library-intro>strong>span{display:block;font-size:11px;color:var(--theme-muted, #7795a8);font-weight:400;white-space:nowrap}.heading-button{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border:0;background:none;text-align:left;padding:0;margin:20px 0 12px;width:100%;color:var(--theme-muted, #7695af)}.heading-button h2{font-size:16px}.strategy-card>p{font-size:12px;line-height:1.8;min-height:45px}.strategy-card .badge-row{margin-top:15px}.strategy-stats{gap:13px;margin:0}.strategy-stats .metric strong{font-size:21px}.strategy-stats .metric>span{font-size:11px}.strategy-card .sample-label{font-size:11px;min-height:0}.strategy-card .card-bottom{margin-top:0}.strategy-card .button{font-size:11px;padding:6px 9px;min-height:30px}.backtest-form{display:grid;grid-template-columns:1fr 1.5fr 1.2fr .6fr .6fr auto;gap:13px;align-items:end}.backtest-form label{font-size:11px}.backtest-form select,.backtest-form input{font-size:11px;height:38px}.backtest-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:20px;margin-top:20px}.backtest-layout>div{min-width:0}.run-list{display:flex;flex-direction:column;gap:7px}.run-list>button{background:var(--theme-surface, #0d1722);border:1px solid var(--theme-border, #243647);border-radius:7px;color:var(--theme-text, #a8bbcf);display:flex;justify-content:space-between;align-items:center;gap:10px;text-align:left;padding:13px}.run-list>button.selected{border-color:var(--theme-teal-border, #528172);background:var(--theme-teal-soft, #172c2b)}.run-list strong{font-size:12px}.run-list small{display:block;font-size:11px;margin-top:6px}.run-list .badge{font-size:11px}.metrics-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin:15px 0}.metrics-row .metric strong{font-size:22px}.risk-profile-summary{display:flex;align-items:center;gap:25px;flex-wrap:wrap;font-size:12px;color:var(--theme-muted, #92aabe)}.risk-formula{color:var(--theme-teal, #afcbbc);font-size:15px;padding:16px;background:var(--theme-teal-soft, #172a29);border:1px solid var(--theme-teal-border, #2b4840);border-radius:7px;line-height:1.9}.diagnosis-intro{display:flex;align-items:flex-start;gap:20px;margin-bottom:22px}.diagnosis-intro .ai-icon{width:44px;height:44px}.diagnosis-intro h2{font-size:22px;margin:15px 0 10px}.diagnosis-intro p{max-width:760px;font-size:13px}.plan-step{display:flex;align-items:flex-start;gap:17px;padding:23px 0;border-bottom:1px solid var(--theme-border, #233242)}.plan-step:last-of-type{border:0}.plan-step>span{display:flex;align-items:center;justify-content:center;background:var(--theme-teal-soft, #21342f);border:1px solid var(--theme-teal-border, #355349);border-radius:8px;width:31px;height:31px;color:var(--theme-teal, #aacabd);font-size:11px;flex-shrink:0}.plan-step p{font-size:12px}.plan-step .button{margin-top:10px}.broker-icon{height:42px;width:42px;background:var(--theme-surface2, #1c2a3e);color:var(--theme-text, #a8c0e4);border:1px solid var(--theme-border, #34445c);display:flex;align-items:center;justify-content:center;font-size:25px;border-radius:12px}.broker-card h2{font-size:20px;margin-top:23px}.broker-card>p{font-size:12px;min-height:70px;margin:12px 0 20px}.broker-card .review-list dd{max-width:60%}.broker-card .button{font-size:11px}.settings-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px}.settings-grid>div{min-width:0}.settings-grid .card p{font-size:12px}.settings-grid .text-link{display:flex;margin:18px 0}.setting-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;padding:19px 0;border-bottom:1px solid var(--theme-border, #263443)}.setting-row>div{flex:1;min-width:0}.setting-row strong{font-size:12px;color:var(--theme-text, #c0d1de)}.setting-row p{font-size:11px;margin:6px 0}.setting-row select{font-size:11px;max-width:145px}.danger-zone{border-color:var(--theme-red-border, #4e303d)}.billing-current{display:flex;align-items:center;justify-content:space-between;gap:30px}.billing-current h2{text-transform:capitalize;font-size:20px}.billing-current p{font-size:12px}.billing-current+.alert{margin-top:20px;margin-bottom:0}.ops-page{padding:30px;max-width:1500px;margin:auto}.ops-header{display:flex;align-items:center;gap:25px;margin-bottom:40px}.ops-header>a{margin-left:auto}.ops-page>h1{margin-bottom:30px}.onboarding-layout{display:grid;grid-template-columns:185px minmax(0,1fr);gap:35px;max-width:1050px;margin:35px auto}.step-list{padding-top:5px}.step-list>div:not(.setup-note){display:flex;align-items:center;gap:12px;padding:14px 0;font-size:12px;color:var(--theme-muted, #647b91)}.step-list>div>span{width:25px;height:25px;border:1px solid var(--theme-border, #2c3b4c);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;background:var(--theme-surface, #101923)}.step-list>div.current{color:var(--theme-teal, #cae6db)}.step-list>div.current>span{background:var(--theme-teal-soft, #285041);border-color:var(--theme-teal-border, #4b7a65);color:var(--theme-teal, #a9e8cf)}.step-list>div.done{color:var(--theme-teal, #8cbcab)}.step-list>div.done>span{background:var(--theme-teal-soft, #18372d);border-color:var(--theme-teal-border, #2e5b47)}.setup-note{margin-top:35px;padding-top:22px;border-top:1px solid var(--theme-border, #203344);color:var(--theme-muted, #618c7c)}.setup-note p{font-size:11px;line-height:1.8;color:var(--theme-muted, #6c8996)}.wizard{padding:32px;min-height:530px;display:flex;flex-direction:column}.wizard>.eyebrow{margin-bottom:16px}.wizard>h2{font-size:26px;letter-spacing:-.9px;margin-bottom:5px}.wizard>p{font-size:13px;margin:13px 0 25px}.wizard-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:30px;margin-top:auto}.setup-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:25px 0}.setup-features svg{color:var(--theme-teal, #89b9a6);width:25px}.setup-features strong{display:block;font-size:13px;margin-top:15px}.setup-features p{font-size:12px}.choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0}.choice{border:1px solid var(--theme-border, #2a3d4e);border-radius:10px;background:var(--theme-surface, #121e2b);color:var(--theme-text, #a6b9cb);padding:23px 16px;min-width:0;text-align:left;transition:border .2s}.choice.selected{border-color:var(--theme-teal-border, #5c927e);background:var(--theme-teal-soft, #19322c)}.choice>strong{display:block;font-size:16px;color:var(--theme-text, #c5d7df);margin:10px 0}.choice>p{font-size:11px;line-height:1.8;min-height:40px;margin:11px 0 20px}.choice h3{font-size:18px;margin-top:20px}.connection-list{margin:20px 0}.connection-list>div{display:flex;align-items:center;gap:15px;padding:20px 0;border-bottom:1px solid var(--theme-border, #253443)}.connection-list>div>svg{color:var(--theme-muted, #799caf)}.connection-list>div>div{flex:1}.connection-list strong{font-size:13px}.connection-list p{font-size:11px;margin:6px 0}.risk-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin:30px 0}.risk-preview strong{display:block;font-size:29px;font-weight:550;color:var(--theme-teal, #cce4d9);letter-spacing:-.7px}.risk-preview span{display:block;font-size:11px;color:var(--theme-muted, #88a197);margin-top:8px}.public{background:var(--theme-bg, #090f18)}.public-header{height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 6%;border-bottom:1px solid var(--theme-border, #1d2936)}.public-header .brand{font-size:21px;gap:11px}.public-header .brand-mark{width:34px;height:34px}.public-header nav{display:flex;align-items:center;gap:28px;font-size:13px;color:var(--theme-text, #a4b3c4)}.public-header nav>.button{font-size:12px}.public main{max-width:1500px;margin:auto}.landing-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center;padding:100px 6% 85px;background:radial-gradient(ellipse at 85% 40%,#142e382e,transparent 65%)}.landing-hero .eyebrow{color:var(--theme-muted, #98baad);font-size:11px;letter-spacing:2px;margin-bottom:25px;display:flex;align-items:center;gap:10px}.landing-hero h1{font-size:clamp(40px,4.4vw,64px);letter-spacing:-2.7px;font-weight:650;line-height:1.15;color:var(--theme-text, #eff3f7)}.landing-hero h1>span{color:var(--theme-teal, #a0c7ba)}.hero-copy{font-size:16px;line-height:1.9;max-width:540px;margin:27px 0 32px;color:var(--theme-muted, #8f9fb0)}.hero-actions{display:flex;gap:13px;align-items:center;flex-wrap:wrap}.landing-hero .fine-print{font-size:11px;margin-top:20px}.hero-markets{display:flex;align-items:center;gap:27px;margin-top:40px;color:var(--theme-muted, #7891a5);font-size:11px;letter-spacing:1.6px}.hero-diagram{height:415px;border:1px solid var(--theme-border, #2a3d47);background:linear-gradient(150deg,#152532aa,#10212888);border-radius:20px;box-shadow:0 10px 100px #0c4b4020}.diagram-head{padding:24px 27px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #243c4644;color:var(--theme-muted, #7b9aa3)}.diagram-head .eyebrow{margin:0;font-size:11px;letter-spacing:1.4px;color:var(--theme-muted, #819ca7)}.diagram-orbit{position:relative;height:276px;display:flex;align-items:center;justify-content:center;background-image:radial-gradient(#83b7aa12 1px,transparent 1px);background-size:15px 15px}.orbit-circle{width:220px;height:180px;border-radius:50%;border:1px dashed #6fa78c33;position:absolute;transform:rotate(-25deg)}.orbit-core{background:var(--theme-teal-soft, #112620);padding:16px 19px;border:1px solid var(--theme-teal-border, #476b58);border-radius:11px;z-index:1}.orbit-node{position:absolute;font-size:11px;padding:10px 16px;background:var(--theme-surface2, #182d36);border:1px solid var(--theme-border, #33505e);color:var(--theme-muted, #a0b7c3);border-radius:7px}.n1{top:23px;left:30px}.n2{top:27px;right:30px}.n3{bottom:24px;right:25px;background:var(--theme-teal-soft, #203c32);color:var(--theme-teal, #a8d2b8);border-color:var(--theme-teal-border, #3d614c)}.n4{bottom:23px;left:29px}.diagram-foot{height:62px;display:flex;align-items:center;gap:10px;padding:0 28px;border-top:1px solid var(--theme-border, #233a46);color:var(--theme-muted, #95b6a9);font-size:11px}.feature-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:0 6% 80px}.feature-strip .card{padding:30px;background:var(--theme-surface, #101a26)}.feature-strip svg{color:var(--theme-teal, #92bea9)}.feature-strip h2{font-size:17px;margin:25px 0 12px}.feature-strip p{font-size:13px;line-height:1.85}.landing-bottom{text-align:center;padding:45px 20px 100px;border-top:1px solid var(--theme-border, #1d2c3b)}.landing-bottom h2{font-size:35px;font-weight:600;line-height:1.5;letter-spacing:-1.3px;margin:23px 0 17px}.landing-bottom p{font-size:14px;margin:0 0 30px}.public-footer{border-top:1px solid var(--theme-border, #23313f);padding:40px 6%;display:flex;align-items:center;gap:25px;flex-wrap:wrap}.public-footer>.brand{font-size:16px}.public-footer>p{font-size:11px;color:var(--theme-muted, #71869a)}.public-footer>div{margin-left:auto;display:flex;gap:25px;font-size:11px;color:var(--theme-muted, #8ca3b6)}.public-footer>small{display:block;flex-basis:100%;font-size:11px;color:var(--theme-muted, #526a80)}.pricing-page{padding:65px 6% 80px}.center-heading{text-align:center;margin-bottom:45px}.center-heading h1{font-size:39px;letter-spacing:-1.6px;margin-top:17px}.center-heading p{font-size:14px;margin-top:18px}.pricing-card{padding:29px;display:flex;flex-direction:column;align-items:flex-start}.pricing-card.featured{border-color:var(--theme-teal-border, #416655);background:linear-gradient(150deg,var(--theme-teal-soft, #152b26),var(--theme-surface, #111d25))}.pricing-card>.badge{margin-bottom:16px}.pricing-card h2{font-size:22px}.pricing-card>p{font-size:12px;margin:10px 0 20px}.plan-price{font-size:36px;letter-spacing:-1.3px;font-weight:500;color:var(--theme-teal, #deece7);margin:15px 0 28px;white-space:nowrap}.plan-price small{font-size:11px;font-weight:400;letter-spacing:0;color:var(--theme-muted, #839d95);margin-left:9px}.pricing-card>.button{width:100%}.pricing-card>ul{padding:0;list-style:none;margin:28px 0 15px;width:100%;flex:1}.pricing-card li{font-size:12px;display:flex;align-items:center;gap:10px;margin:18px 0;color:var(--theme-muted, #9eb3bf)}.pricing-card li svg{color:var(--theme-teal, #76a995)}.auth-page{min-height:100vh;padding:37px 6%;background:radial-gradient(ellipse at 20% 50%,#17362d55,transparent 55%)}.auth-brand .brand{font-size:23px}.auth-layout{max-width:1100px;margin:70px auto;display:grid;grid-template-columns:1fr 430px;gap:100px;align-items:center}.auth-story .eyebrow{font-size:11px;color:var(--theme-muted, #90aa9e);letter-spacing:2px;margin-bottom:27px}.auth-story h1{font-size:55px;line-height:1.24;letter-spacing:-2.2px;font-weight:600}.auth-story h1>span{color:var(--theme-teal, #9cc6b5)}.auth-story>p{font-size:15px;line-height:1.9;margin:25px 0;max-width:380px}.auth-proof{display:flex;align-items:center;gap:13px;margin-top:45px;padding-top:25px;border-top:1px solid var(--theme-border, #2b403b);color:var(--theme-muted, #9fbcb0);font-size:12px;max-width:360px}.auth-proof small{display:block;font-size:11px;color:var(--theme-muted, #6c8a80);margin-top:6px}.auth-card{padding:35px;background:var(--theme-surface, #111b27);border-color:var(--theme-border, #2a3947)}.auth-card h2{font-size:24px;letter-spacing:-.7px}.auth-card>p{font-size:12px;margin:13px 0 28px}.auth-card .form-stack{gap:19px}.auth-card label{font-size:12px}.auth-card input,.auth-card .button{height:44px}.auth-switch{font-size:12px;text-align:center;margin:25px 0!important}.auth-switch a{color:var(--theme-teal, #a8d9c9)}.auth-legal{font-size:11px;color:var(--theme-muted, #677e93);line-height:1.9;border-top:1px solid var(--theme-border, #263443);padding-top:20px;text-align:center}.auth-legal a{text-decoration:underline}.legal-page{max-width:800px!important;padding:70px 25px}.legal-page h1{margin-bottom:25px}.legal-page>.badge{margin-bottom:20px}.legal-page h2{margin-top:35px}.legal-page p{line-height:1.9;font-size:14px}.ops-page>h1{font-size:28px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.45}}@media(min-width:1500px){.workspace{padding:34px 38px}.topbar,.environment-bar{padding-left:38px;padding-right:38px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 350px}.nav-group a{font-size:12px;min-height:37px}.nav-label{font-size:11px}.sidebar{width:244px}.main-shell{margin-left:244px}.card{padding:24px}.hero-opportunity .opportunity-levels strong{font-size:15px}.hero-opportunity .opportunity-levels span{font-size:11px}}@media(max-width:1200px){.sidebar{width:212px;padding:0 10px}.main-shell{margin-left:212px}.brand{font-size:15px}.workspace{padding:24px}.topbar,.environment-bar{padding-left:24px;padding-right:24px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 280px;gap:16px}.card{padding:18px}.topbar-right{gap:13px}.connection-status{display:none}.opportunity-levels{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.capital-value{font-size:24px}.three-grid{gap:14px}.four-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-grid{grid-template-columns:minmax(0,1fr) 255px}.backtest-form{grid-template-columns:1fr 1fr 1fr}.settings-grid{grid-template-columns:minmax(0,1fr) 280px}.family-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.onboarding-layout{grid-template-columns:145px minmax(0,1fr);gap:22px}.wizard{padding:25px}.choice-grid{gap:10px}.choice{padding:20px 13px}.public-header nav{gap:20px}.landing-hero{gap:35px;padding-top:75px}.landing-hero h1{font-size:48px}.hero-diagram{height:380px}.diagram-orbit{height:242px}.diagram-foot{font-size:11px;padding:0 20px}.hero-actions .button.large{font-size:12px;padding:11px 15px}.auth-layout{gap:55px}.auth-story h1{font-size:49px}.signal-grid .card-bottom>span{font-size:11px}.backtest-layout{grid-template-columns:240px minmax(0,1fr)}}@media(max-width:1024px){.sidebar{width:195px}.main-shell{margin-left:195px}.sidebar-brand{padding:0 5px}.sidebar .brand{font-size:13px;gap:7px}.sidebar .brand-mark{width:27px;height:27px}.workspace-switch{margin-left:0;margin-right:0}.nav-group a{font-size:11px;gap:9px;padding:8px}.nav-label{font-size:11px;margin-left:8px}.workspace{padding:22px}.topbar,.environment-bar{padding-left:22px;padding-right:22px}.market-switch button{font-size:11px;padding:6px 9px}.dashboard-grid{grid-template-columns:minmax(0,1fr)}.dashboard-secondary{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dashboard-secondary>.card+.card{margin:0}.dashboard-secondary .quiet-note{grid-column:1/-1}.capital-value{font-size:22px}.capital-card{padding:15px 15px 8px}.capital-label,.capital-card .badge{font-size:11px}.auto-control{padding:16px}.auto-control .auto-actions{gap:3px}.auto-state strong{font-size:12px}.environment-bar a{display:none}.analysis-grid{grid-template-columns:1fr}.analysis-grid>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:18px}.analysis-grid>div:last-child>.card+.card{margin-top:0}.settings-grid{grid-template-columns:1fr}.settings-grid>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-grid>div:last-child .card+.card{margin-top:0}.onboarding-layout{grid-template-columns:1fr}.step-list{display:flex;flex-wrap:wrap;gap:10px}.step-list>div:not(.setup-note){padding:0;font-size:11px;gap:6px}.setup-note{display:none}.wizard{min-height:470px}.wizard>h2{font-size:24px}.backtest-layout{grid-template-columns:1fr}.run-list{display:grid;grid-template-columns:1fr 1fr}.three-grid .broker-card{padding:15px}.broker-card h2{font-size:17px}.broker-card>.button{width:100%}.broker-card .review-list>div{display:block}.broker-card .review-list dd{text-align:left;max-width:none;margin-top:5px}.broker-card .badge{font-size:11px}.public-header{padding:0 4%;height:80px}.public-header nav{gap:18px;font-size:12px}.public-header nav>a:first-child{display:none}.public-header .brand{font-size:18px}.landing-hero{padding:65px 5%;gap:25px}.landing-hero h1{font-size:41px;letter-spacing:-1.7px}.hero-copy{font-size:14px}.hero-diagram{height:335px}.diagram-head{padding:20px 15px}.diagram-orbit{height:218px}.diagram-foot{height:53px;padding:0 15px;font-size:11px}.orbit-core .brand{font-size:13px}.orbit-core{padding:12px}.orbit-node{font-size:11px;padding:8px 11px}.n1,.n4{left:13px}.n2,.n3{right:13px}.hero-markets{gap:17px;font-size:11px}.feature-strip{margin:0 5% 60px;gap:15px}.feature-strip .card{padding:22px}.feature-strip h2{font-size:15px}.feature-strip p{font-size:12px}.auth-layout{gap:35px;grid-template-columns:1fr 380px}.auth-story h1{font-size:42px}.auth-card{padding:27px}.auth-story>p{font-size:13px}.pricing-card{padding:23px}.plan-price{font-size:29px}.pricing-card h2{font-size:19px}.pricing-card li{font-size:11px}.public-footer>.brand{font-size:15px}.public-footer>div{gap:15px}.app-footer{font-size:11px}}@media(max-width:760px){.sidebar{transform:translate(-100%);transition:transform .2s;width:238px}.sidebar.open{transform:translate(0)}.sidebar .brand{font-size:16px}.sidebar .nav-group a{font-size:12px;min-height:36px}.sidebar .nav-label{font-size:11px}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;background:#0009;border:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.main-shell{margin-left:0}.menu-toggle{display:inline-flex}.topbar{height:65px;padding:0 17px;gap:10px}.topbar-right{gap:10px}.market-switch{margin-right:auto;padding:3px}.market-switch button{font-size:11px;padding:6px 8px;min-height:28px}.topbar-right>.badge{display:none}.topbar-right>.small-avatar{display:none}.environment-bar{padding:9px 20px;font-size:11px;min-height:34px}.environment-bar .dot-separator{margin:0}.environment-bar>div{gap:5px}.workspace{padding:24px 19px}.page-heading{margin-bottom:23px;gap:14px;align-items:flex-start}.page-heading h1{font-size:27px;letter-spacing:-.9px}.page-heading p{font-size:11px;line-height:1.7}.page-heading .date-label{font-size:11px;white-space:nowrap}.heading-actions{padding-top:22px}.card{padding:20px}.two-grid,.three-grid{gap:15px}.three-grid{grid-template-columns:1fr}.four-grid{gap:13px}.metric>strong{font-size:23px}.capital-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.capital-card{padding:13px 11px 8px}.capital-label{font-size:11px;gap:6px}.capital-card .market-symbol{display:none}.capital-card .badge{font-size:11px;padding:2px 4px}.capital-value{font-size:20px;margin:14px 0 10px}.capital-value small{font-size:11px}.capital-lower{font-size:11px;flex-wrap:wrap;gap:4px}.capital-lower small{font-size:11px}.capital-lower>span:last-child{display:none}.capital-card .chart-empty{font-size:11px}.auto-control{padding:17px 19px;gap:14px}.auto-control>div:first-child{width:100%}.auto-control .auto-actions{margin-left:0;gap:8px}.auto-control .auto-actions .button{min-height:34px}.auto-control .eyebrow{font-size:11px}.auto-state strong{font-size:13px}.auto-control p{font-size:11px}.dashboard-secondary{grid-template-columns:1fr 1fr;gap:15px}.dashboard-primary .section-title .badge{font-size:11px}.dashboard-primary .market-view h3{font-size:17px}.dashboard-primary .market-view p{font-size:12px}.opportunity-levels{grid-template-columns:repeat(4,minmax(0,1fr))}.opportunity-levels strong{font-size:12px}.signal-grid,.strategy-grid{grid-template-columns:1fr}.signal-grid .card-bottom>span{font-size:11px}.signal-grid .opportunity{padding:20px}.filterbar{gap:10px}.filterbar .search-field{max-width:none;flex-basis:100%}.filterbar>select{flex:1;font-size:11px;min-width:130px}.filter-count{font-size:11px}.table-card{padding:0}.heatmap{grid-template-columns:repeat(3,minmax(0,1fr))}.analysis-grid>div:last-child{grid-template-columns:1fr}.evidence-grid{grid-template-columns:1fr}.financial-chart{height:310px}.score-components{grid-template-columns:1fr 1fr}.analysis-price{font-size:24px}.page-heading .instrument-logo{width:34px;height:34px;font-size:18px}.page-heading .instrument-title{gap:9px}.metrics-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.metrics-row .metric>span{font-size:11px}.metrics-row .metric strong{font-size:21px}.rejection-list>div{flex-wrap:wrap;gap:9px}.rejection-list p{flex-basis:70%;font-size:11px}.family-grid{gap:22px}.library-intro{padding:20px;gap:20px}.library-intro p{font-size:11px}.library-intro>strong{font-size:28px}.library-intro>strong>span{font-size:11px;white-space:normal}.strategy-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.backtest-form{grid-template-columns:1fr 1fr}.backtest-form label{font-size:11px}.backtest-form .button{min-height:38px}.backtest-layout{gap:17px}.settings-grid>div:last-child{grid-template-columns:1fr}.broker-card>p{min-height:0}.broker-card .review-list>div{display:flex}.broker-card .review-list dd{text-align:right;max-width:65%;margin-top:0}.broker-card .broker-icon{width:45px;height:45px}.broker-card h2{font-size:22px}.broker-card .badge{font-size:11px}.billing-current{display:block}.billing-current .button{margin:15px 0}.risk-profile-summary{gap:15px;font-size:11px}.diagnosis-intro h2{font-size:20px}.diagnosis-intro p{font-size:12px}.app-footer{padding:19px;flex-direction:column;align-items:flex-start;gap:9px;font-size:11px}.onboarding-layout{gap:20px;margin-top:25px}.step-list{gap:10px 13px}.step-list>div:not(.setup-note){font-size:11px}.step-list>div>span{width:21px;height:21px;font-size:11px}.wizard{padding:23px;min-height:480px}.wizard>h2{font-size:23px}.wizard>p{font-size:12px}.choice-grid{gap:10px;margin:18px 0}.choice{padding:17px 12px}.choice>strong{font-size:14px}.choice>p{font-size:11px}.choice .badge{font-size:11px}.choice .market-symbol{font-size:25px}.setup-features{gap:15px}.setup-features p,.connection-list .badge{font-size:11px}.risk-preview{gap:20px}.risk-preview strong{font-size:27px}.risk-preview span{font-size:11px}.wizard .segmented button{font-size:11px;padding:7px 10px}.public-header{height:75px;padding:0 6%}.public-header .brand{font-size:17px;gap:8px}.public-header .brand-mark{width:29px;height:29px}.public-header nav{gap:17px}.public-header nav>.button{display:none}.public-header nav>a:first-child{display:none}.public-header nav>a{font-size:11px}.landing-hero{grid-template-columns:1fr;padding:65px 7% 45px;gap:45px}.landing-hero h1{font-size:50px;letter-spacing:-2px}.hero-copy{font-size:15px;max-width:none}.hero-actions .button.large{font-size:12px;min-height:44px;padding:12px 18px}.hero-diagram{height:340px;max-width:480px;width:100%;margin:auto}.diagram-orbit{height:225px}.diagram-head{padding:21px}.diagram-foot{font-size:11px;padding:0 22px}.orbit-core .brand{font-size:17px}.orbit-node{font-size:11px;padding:9px 15px}.n1,.n4{left:25px}.n2,.n3{right:25px}.feature-strip{grid-template-columns:1fr;margin:0 7% 55px;gap:16px}.feature-strip .card{padding:27px}.feature-strip h2{font-size:18px;margin:19px 0 11px}.feature-strip p{font-size:13px}.landing-bottom{padding:45px 7% 65px}.landing-bottom h2{font-size:29px}.landing-bottom p{font-size:13px;line-height:1.9}.public-footer{padding:30px 7%;gap:15px}.public-footer>p{display:none}.public-footer>div{flex-basis:100%;margin-left:0;margin-top:7px}.public-footer>small{font-size:11px;line-height:1.8;margin-top:12px}.pricing-page{padding:50px 7%}.center-heading h1{font-size:32px}.center-heading p{font-size:13px}.pricing-card{padding:30px}.pricing-card h2{font-size:25px}.plan-price{font-size:38px}.pricing-card li{font-size:13px}.auth-page{padding:30px 7%}.auth-brand .brand{font-size:22px}.auth-layout{grid-template-columns:1fr;gap:30px;margin:45px auto;max-width:480px}.auth-story{display:none}.auth-card{padding:30px}.auth-card h2{font-size:25px}.auth-card>p{font-size:13px}.auth-card input{font-size:14px}.ops-page{padding:20px}.ops-header{gap:12px;flex-wrap:wrap}.ops-header>a{font-size:12px;margin-left:0;flex-basis:100%}.ops-page>h1{font-size:25px}}@media(max-width:440px){.topbar{padding:0 12px;gap:7px}.market-switch button{font-size:11px;padding:5px 7px}.market-switch{padding:2px}.topbar-right{gap:0}.notification-trigger{width:29px}.menu-toggle{width:28px}.workspace{padding:22px 15px}.environment-bar{padding:9px 16px;font-size:11px}.environment-bar>div>span:nth-child(3){display:none}.page-heading h1{font-size:25px}.page-heading .eyebrow,.page-heading p,.page-heading .date-label{font-size:11px}.capital-grid{grid-template-columns:1fr;gap:12px}.capital-card{padding:16px 19px 11px;display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.capital-card>.spread{grid-column:1/-1}.capital-label{font-size:12px}.capital-card .badge{font-size:11px;padding:3px 6px}.capital-card .market-symbol{display:inline-flex}.capital-value{font-size:24px;margin:15px 0 5px}.capital-value small{font-size:11px}.capital-lower{justify-content:flex-end;align-items:center;font-size:11px;margin:15px 0 0}.capital-lower small{font-size:11px}.capital-card>.sparkline,.capital-card>.chart-empty{grid-column:1/-1;max-height:32px}.capital-card .chart-empty{font-size:11px;justify-content:flex-start}.dashboard-secondary{grid-template-columns:1fr}.card{padding:19px}.dashboard-primary .market-view .section-title{gap:9px}.dashboard-primary .market-view .badge{font-size:11px;letter-spacing:.3px;padding:4px 5px}.icon-heading h2{font-size:13px}.ai-icon{width:28px;height:28px}.market-view h3{font-size:16px}.opportunity-levels{grid-template-columns:1fr 1fr;gap:18px}.opportunity-levels strong{font-size:13px}.opportunity-levels span,.opportunity .card-bottom{font-size:11px}.card-bottom{font-size:11px;gap:7px}.market-view .card-bottom>span{max-width:48%;line-height:1.8}.market-mini-list .badge{display:none}.four-grid{grid-template-columns:1fr 1fr;gap:12px}.four-grid>.card{padding:14px}.four-grid .metric>span{font-size:11px}.four-grid .metric>strong{font-size:20px}.four-grid .metric small{font-size:11px}.two-grid{grid-template-columns:1fr}.metrics-row{grid-template-columns:1fr 1fr;gap:5px 25px}.table-card{padding:0}.heatmap{grid-template-columns:1fr 1fr}.heatmap>a{padding:25px 15px}.analysis-price{font-size:21px}.analysis-grid .score-components{grid-template-columns:1fr}.analysis-grid .recommendation{font-size:20px}.analysis-grid .badge{font-size:11px}.run-list{grid-template-columns:1fr}.backtest-form{grid-template-columns:1fr 1fr;gap:15px 10px}.backtest-form>label:nth-child(2),.backtest-form>label:nth-child(3){grid-column:1/-1}.backtest-form>.button{grid-column:1/-1}.library-intro>strong{font-size:25px;max-width:80px}.library-intro .badge{font-size:11px}.library-intro>div{flex:1}.strategy-stats{grid-template-columns:repeat(3,1fr)}.form-grid{gap:17px 13px}.form-grid label{font-size:11px}.form-grid input{height:40px}.form-grid select,.risk-profile-summary span{font-size:11px}.risk-profile-summary{gap:14px}.diagnosis-intro{padding:19px;gap:13px}.diagnosis-intro .ai-icon{width:32px;height:32px}.diagnosis-intro .badge{font-size:11px}.diagnosis-intro h2{font-size:18px}.setting-row select{max-width:115px;font-size:11px}.choice-grid{grid-template-columns:1fr}.choice{display:grid;grid-template-columns:35px 1fr;gap:8px 12px;align-items:center}.choice>.market-symbol{grid-row:1/3}.choice>strong{margin:0;font-size:15px}.choice>p{grid-column:2;margin:0;min-height:0;font-size:11px}.choice>.badge{grid-column:2;justify-self:start;font-size:11px;margin-top:3px}.wizard>.two-grid .choice{display:block}.wizard>.two-grid .choice>p{margin:14px 0}.wizard>h2{font-size:22px}.setup-features{grid-template-columns:1fr;padding:15px 0;gap:17px}.setup-features>div{display:grid;grid-template-columns:30px 1fr;gap:0 12px}.setup-features svg{grid-row:1/3}.setup-features strong{margin:0}.setup-features p{margin:5px 0}.wizard .risk-preview{gap:12px}.wizard .risk-preview strong{font-size:25px}.wizard .risk-preview span{font-size:11px}.wizard .form-grid{grid-template-columns:1fr}.connection-list>div{gap:11px}.connection-list>div>svg{width:17px}.connection-list strong{font-size:12px}.connection-list .badge{font-size:11px}.step-list{gap:9px}.step-list>div:not(.setup-note){font-size:11px}.wizard .segmented{display:grid;grid-template-columns:1fr 1fr;width:100%}.wizard .segmented button{font-size:11px}.public-header{padding:0 6%;gap:15px}.public-header .brand{font-size:16px}.public-header nav{gap:14px}.landing-hero h1{font-size:43px;letter-spacing:-1.8px}.landing-hero .eyebrow{font-size:11px;letter-spacing:1.5px}.hero-copy{font-size:14px}.hero-actions{gap:10px}.hero-actions .button.large{padding:11px 14px;font-size:11px}.hero-markets{font-size:11px;gap:20px}.hero-diagram{height:320px}.diagram-head{padding:19px 17px}.diagram-head .eyebrow{font-size:11px}.diagram-orbit{height:208px}.diagram-foot{font-size:11px;padding:0 18px}.orbit-core .brand{font-size:13px}.orbit-core .brand-mark{width:23px;height:23px}.orbit-node{font-size:11px;padding:8px 12px}.n1,.n4{left:17px}.n2,.n3{right:17px}.auth-card{padding:25px}.auth-card h2{font-size:22px}.auth-layout{margin-top:38px}.auth-card .form-stack{gap:18px}.center-heading h1{font-size:29px}.ops-header .brand{font-size:16px}.ops-header .badge{font-size:11px}.page-heading>div>span.teal,.page-heading>div>span.red{font-size:11px}.modal{padding:21px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}:root{--evidence-gap: 16px}.feed-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:var(--evidence-gap);margin-bottom:24px}.feed-card{min-width:0}.feed-card .spread{flex-wrap:wrap;gap:10px}.feed-card p{margin:14px 0 8px}.feed-card small,.suggestion-source small{display:block;color:var(--muted, var(--theme-muted, #91a4b8));line-height:1.6}.feed-card .text-link{margin-top:14px}.suggestion-link{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:20px}.suggestion-link p{margin:0}.strategy-evidence{margin-bottom:18px}.strategy-evidence p{margin:8px 0;font-size:13px}.suggestion-section{margin:24px 0 28px}.suggestion-card{min-width:0}.suggestion-card .spread{flex-wrap:wrap;gap:12px}.suggestion-card h3{margin-top:18px}.suggestion-source{margin:16px 0}.status-row{gap:16px}.status-row>span:first-child{min-width:0}.status-row .badge{flex-shrink:0}.feed-grid>.card.feed-card{margin:0}.execution-check-result{margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.trade-toolbar,.trade-period{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:24px}.trade-toolbar{justify-content:space-between}.trade-period .eyebrow{margin:0}.trade-summary-metrics{display:grid;grid-template-columns:1fr 1fr;gap:16px}.trade-summaries{margin-bottom:24px}.trade-summaries .metric>strong{font-size:22px}.trade-summaries .section-title{flex-wrap:wrap}.signal-time{display:block;margin:12px 0;color:var(--muted);font-size:12px}.paper-instrument{margin:18px 0 16px}.paper-plan-title,.paper-instrument~h3{margin-top:18px}@media(max-width:1150px)and (min-width:761px){.trade-summaries.three-grid{grid-template-columns:1fr}}@media(max-width:440px){.trade-period .segmented{display:flex;width:100%}.trade-period .segmented button{flex:1;padding:8px}.trade-summary-metrics{gap:12px}}.execution-check-result .spread{flex-wrap:wrap;gap:12px}.execution-check-result .fine-print{overflow-wrap:anywhere}@media(max-width:600px){.execution-check-result .review-list>div{display:block}.execution-check-result .review-list dd{max-width:none;text-align:left;margin-top:8px}}.india-context{display:grid;gap:18px;margin-bottom:24px}.india-context>.card+.card{margin-top:0}.mood-summary{display:flex;align-items:baseline;gap:18px;padding:14px 16px;margin-bottom:16px;background:var(--theme-surface2,#14202d);border:1px solid var(--theme-border,#22303e);border-radius:8px}.mood-summary>strong{white-space:nowrap;color:var(--theme-text,#e7edf5)}.mood-summary p{margin:0;font-size:12px}.india-index-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--theme-border,#22303e);border-radius:9px;overflow:hidden}.india-index{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 14px;padding:15px;border-right:1px solid var(--theme-border,#22303e);border-bottom:1px solid var(--theme-border,#22303e);font-variant-numeric:tabular-nums}.india-index:nth-child(4n){border-right:0}.india-index:nth-last-child(-n+4){border-bottom:0}.india-index>div{grid-row:1/3;min-width:0}.india-index strong,.india-index small{display:block;overflow-wrap:anywhere}.india-index small{margin-top:5px;font-size:10px}.india-index>span{display:flex;justify-content:flex-end;align-items:center;gap:3px;font-size:12px;white-space:nowrap}.india-index>span:nth-child(2){color:var(--theme-text,#e7edf5);font-weight:600}.breadth-grid{margin:0}.breadth-card{margin:0!important}.breadth-score{display:flex;align-items:baseline;gap:10px;margin:20px 0 12px}.breadth-score strong{font-size:27px;font-variant-numeric:tabular-nums}.breadth-score span{font-size:11px;color:var(--muted)}.breadth-bar{height:7px;background:var(--theme-red-soft,#322029);border-radius:6px;overflow:hidden}.breadth-bar i{display:block;height:100%;background:var(--theme-teal,#6bd5bc);border-radius:6px}.breadth-counts{display:flex;justify-content:space-between;gap:10px;margin-top:10px;font-size:11px;color:var(--muted)}.flow-card .section-title{flex-wrap:wrap}.flow-card td{font-variant-numeric:tabular-nums}.flow-card .fine-print{display:flex;align-items:flex-start;gap:7px;margin:14px 0 0}.trade-time{min-width:175px;font-size:11px;line-height:1.65;font-variant-numeric:tabular-nums}@media(max-width:1024px){.india-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.india-index:nth-child(odd){border-right:1px solid var(--theme-border,#22303e)}.india-index:nth-child(2n){border-right:0}.india-index:nth-last-child(-n+4){border-bottom:1px solid var(--theme-border,#22303e)}.india-index:nth-last-child(-n+2){border-bottom:0}}@media(max-width:600px){.mood-summary{display:block}.mood-summary p{margin-top:8px}.india-index-grid{grid-template-columns:1fr}.india-index,.india-index:nth-child(odd),.india-index:nth-child(2n){border-right:0;border-bottom:1px solid var(--theme-border,#22303e)}.india-index:last-child{border-bottom:0}.breadth-counts{flex-wrap:wrap}.flow-card .section-title{display:block}.flow-card .segmented{margin-top:12px;width:100%}.flow-card .segmented button{flex:1}.india-context .loading{padding:35px 10px}}.llm-connection,.llm-generation{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:18px 0;border-top:1px solid var(--border)}.llm-identity{display:flex;align-items:center;gap:14px;min-width:0}.llm-identity h3{overflow-wrap:anywhere}.llm-identity p,.llm-generation p{margin:5px 0 0}.llm-generation>div{flex:1;min-width:240px}.llm-reviews{margin-top:22px}.llm-review{padding:20px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);min-width:0;overflow-wrap:anywhere}.llm-review h3{margin-top:18px}.llm-review li,.llm-review p{line-height:1.75}.llm-review ul{padding-left:20px;color:var(--muted)}.llm-evidence{border-block:1px solid var(--border);padding:14px 0;margin:16px 0}.llm-evidence p{margin:5px 0}.llm-evidence small{display:block;line-height:1.7}@media(max-width:600px){.llm-generation>div{min-width:0;flex-basis:100%}.llm-generation>.button{width:100%}.llm-review{padding:16px}.llm-review .spread{flex-wrap:wrap}}@media(max-width:600px){.ai-panel .section-title{flex-direction:column;gap:12px}}.brain-source-options{display:flex;flex-wrap:wrap;width:fit-content;max-width:100%;gap:4px}.brain-source-options button{white-space:normal;min-height:42px}.brain-source .fine-print{max-width:950px}.brain-help{margin-top:14px}.brain-help li{color:var(--muted);line-height:1.8;margin-bottom:10px}.brain-help ol{padding-left:20px}.brain-next-action{border-top:1px solid var(--border);margin-top:18px;padding-top:4px}.brain-next-action .button-row{align-items:flex-start;gap:14px}@media(max-width:600px){.brain-source-options{width:100%;display:grid;grid-template-columns:1fr}.brain-source-options button{text-align:left;width:100%}.brain-next-action .button-row{flex-direction:column;align-items:stretch}}:root .broker-ip{overflow-wrap:anywhere}.policy-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}.policy-rule{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--theme-border,#22303e);min-width:0}.policy-rule>div{min-width:0}.policy-rule strong{font-size:12px}.policy-rule p{font-size:11px;margin:4px 0 0;line-height:1.55}.policy-rule .badge{flex-shrink:0}@media(max-width:600px){.policy-rule-grid{grid-template-columns:1fr}}:root{color-scheme:dark}:root[data-theme=light]{color-scheme:light;--bg:#f4f7fb;--surface:#ffffff;--surface2:#eaf0f6;--border:#d2dce7;--text:#162638;--muted:#50647a;--teal:#08765f;--blue:#245da8;--amber:#916100;--red:#b72d46;--theme-bg:var(--bg);--theme-surface:var(--surface);--theme-surface2:var(--surface2);--theme-border:var(--border);--theme-text:var(--text);--theme-muted:var(--muted);--theme-teal:var(--teal);--theme-blue:var(--blue);--theme-red:var(--red);--theme-amber:var(--amber);--theme-teal-soft:#e5f4ef;--theme-blue-soft:#e8f0fc;--theme-red-soft:#fbecef;--theme-amber-soft:#fff4da;--theme-teal-border:#afd8cd;--theme-red-border:#e8bdc6;--theme-amber-border:#e5d19c;--theme-primary:#08765f}:root[data-theme=light] .primary{color:#fff;background:var(--teal)}:root[data-theme=light] .topbar{background:#fffe}.theme-toggle{flex-shrink:0}.verification-prompt p{margin:6px 0 10px}.verification-prompt .alert>div{min-width:0;overflow-wrap:anywhere}.verification-prompt .button-row{margin-top:10px}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);margin:20px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--border)}.google-button{background:var(--surface);color:var(--text);border:1px solid var(--border);min-height:42px}.google-mark{font-size:20px;color:var(--blue);font-weight:750;font-family:Arial,sans-serif}.google-login .fine-print{margin-top:8px}.market-ticker{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--border);background:var(--surface);padding:8px 24px;min-width:0}.ticker-summary{display:flex;flex-direction:column;gap:2px;min-width:154px;padding-right:18px;border-right:1px solid var(--border);white-space:nowrap}.ticker-summary>span{display:flex;align-items:center;gap:7px;color:var(--text);font-size:12px;font-weight:700}.ticker-summary small{font-size:10px;color:var(--muted)}.ticker-window{min-width:0;flex:1;overflow:hidden}.ticker-window.static{overflow-x:auto;scrollbar-width:thin}.ticker-track{display:flex;width:max-content;animation:ticker-scroll 45s linear infinite}.ticker-track.static{animation:none}.ticker-group{display:flex;flex-shrink:0;align-items:center}.ticker-item{position:relative;display:grid;grid-template-columns:auto auto;gap:3px 10px;min-width:235px;border-right:1px solid var(--border);padding:0 36px 0 22px;font-size:12px;font-variant-numeric:tabular-nums}.ticker-item strong{font-size:12px;color:var(--text)}.ticker-item small{grid-column:1/-1;font-size:10px;color:var(--muted)}.ticker-price{color:var(--text)}.ticker-state-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--muted);box-shadow:0 0 0 3px color-mix(in srgb,var(--muted) 12%,transparent);flex-shrink:0}.ticker-item>.ticker-state-dot{position:absolute;top:2px;right:16px}.ticker-state-dot.live{background:var(--teal);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal) 14%,transparent)}.ticker-state-dot.closed{background:var(--muted)}.ticker-state-dot.delayed{background:var(--amber);box-shadow:0 0 0 3px color-mix(in srgb,var(--amber) 14%,transparent)}.ticker-state-dot.unavailable{background:var(--red);box-shadow:0 0 0 3px color-mix(in srgb,var(--red) 14%,transparent)}.ticker-state-dot.simulation{background:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 14%,transparent)}.market-ticker.paused .ticker-track,.ticker-window:hover .ticker-track,.ticker-window:focus .ticker-track{animation-play-state:paused}@keyframes ticker-scroll{to{transform:translate(-50%)}}.signal-card{display:flex;flex-direction:column;gap:15px}.signal-header{display:flex;gap:13px;align-items:center;flex-wrap:wrap}.signal-identity{flex:1;min-width:130px}.signal-name{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.signal-name h3{font-size:16px;letter-spacing:-.3px}.signal-name .badge{display:inline-flex;gap:5px}.signal-identity p{font-size:12px;margin:4px 0 0;color:var(--muted)}.signal-header>.badge{align-self:flex-start;white-space:normal}.score-ring{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0;width:64px;height:64px}.score-ring svg{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotate(-90deg);fill:none;stroke:var(--border);stroke-width:5}.score-ring svg circle:last-child{stroke:var(--teal);stroke-linecap:round}.score-ring strong{font-size:19px;line-height:1.2}.score-ring small{font-size:8px;margin-top:3px;letter-spacing:.6px}.signal-meta{display:flex;gap:8px 12px;flex-wrap:wrap;align-items:center;color:var(--muted);font-size:11px}.signal-outcomes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:4px}.signal-outcomes span,.signal-levels span{display:block;font-size:11px;color:var(--muted);margin-bottom:7px}.signal-outcomes strong{font-size:17px;color:var(--text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.signal-levels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.signal-levels>div{padding:12px;background:var(--bg);border:1px solid var(--border);min-width:0}.signal-levels strong{font-size:13px;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.signal-sizing{font-size:11px;line-height:1.6;color:var(--muted);margin:0}.signal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.signal-actions>.button{min-width:0;min-height:42px}.execution-decision{position:relative;border:0;padding:0;min-width:0}.execution-decision summary{list-style:none;min-height:42px;border:1px solid var(--theme-border,#304151);border-radius:7px;background:var(--theme-surface2,#182532);display:flex;align-items:center;justify-content:center;padding:8px;cursor:pointer}.execution-decision summary::-webkit-details-marker{display:none}.execution-decision>p{position:absolute;z-index:12;right:0;bottom:calc(100% + 8px);width:min(330px,80vw);padding:12px 14px;margin:0;border:1px solid var(--theme-border,#304151);border-radius:7px;background:var(--theme-surface,#101925);box-shadow:0 12px 35px #0008;color:var(--theme-text,#dbe5ef);font-size:12px;line-height:1.65}.execution-decision>small,.execution-decision>.text-link{display:block;margin-top:7px;font-size:11px}.execution-decision:not([open]):hover>p{display:block}.signal-card .strategy-evidence{margin:0;padding-top:13px;border-top:1px solid var(--border);font-size:12px}.signal-card .strategy-evidence p{font-size:12px}.hero-opportunity .score-ring{width:80px;height:80px}.hero-opportunity .signal-name h3{font-size:21px}.hero-opportunity .signal-outcomes strong{font-size:23px}.heatmap.compact-heatmap{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.compact-heatmap .heat-tile{padding:12px;min-height:98px;text-align:left;border:1px solid var(--border);border-radius:4px;display:flex;flex-direction:column;gap:4px;background:color-mix(in srgb,var(--teal) var(--tile-strength),var(--surface));color:var(--text);min-width:0}.compact-heatmap .heat-tile.down{background:color-mix(in srgb,var(--red) var(--tile-strength),var(--surface))}.compact-heatmap .heat-tile.neutral{background:var(--surface2)}.compact-heatmap .heat-tile strong{font-size:12px;overflow-wrap:anywhere}.compact-heatmap .heat-tile span{font-size:16px;font-weight:650}.compact-heatmap .heat-tile small{font-size:11px;opacity:1;color:var(--text);overflow-wrap:anywhere}.compact-heatmap .heat-tile .tile-status{font-size:10px;color:var(--muted);margin-top:auto}.heatmap-card .section-title{margin-bottom:15px}.heatmap-feed-details{margin-bottom:18px;color:var(--muted)}.heatmap-feed-details>summary{cursor:pointer;padding:8px 0}.heatmap-feed-details[open]>summary{margin-bottom:12px}@media(min-width:1650px){.signal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1200px){.heatmap.compact-heatmap{grid-template-columns:repeat(4,minmax(0,1fr))}.signal-outcomes{grid-template-columns:repeat(2,minmax(0,1fr))}.signal-header>.badge{margin-left:77px}.hero-opportunity .signal-header>.badge{margin-left:93px}}@media(max-width:700px){.market-ticker{gap:9px;padding:8px 14px}.ticker-summary{min-width:auto;padding-right:10px}.ticker-summary small{display:none}.ticker-item{min-width:220px;padding-left:16px}.heatmap.compact-heatmap{grid-template-columns:repeat(3,minmax(0,1fr))}.topbar-right{gap:8px}.signal-meta>span:last-child{flex-basis:100%}.signal-header>.badge{margin-left:77px}.hero-opportunity .signal-header>.badge{margin-left:93px}.signal-levels>div{padding:9px 7px}.signal-levels strong{font-size:12px}.hero-opportunity .signal-outcomes strong{font-size:20px}}@media(max-width:420px){.heatmap.compact-heatmap{grid-template-columns:repeat(2,minmax(0,1fr))}.signal-grid .opportunity{padding:16px}}@media(prefers-reduced-motion:reduce){.ticker-track{animation:none}.ticker-window{overflow:auto}.ticker-group[aria-hidden]{display:none}}
