*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.navbar{color:#fff;background:#0f2d38;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex}.navbar-brand{letter-spacing:.3px;color:#fff;font-size:16px;font-weight:700}.navbar-right{color:#aaa;align-items:center;gap:16px;font-size:13px;display:flex}.navbar-brand-wrap{align-items:center;gap:12px;display:flex}.navbar-logo{border-radius:6px;flex-shrink:0;width:32px;height:32px}.navbar-tagline{color:#ffffff73;letter-spacing:.3px;font-size:10px}.footer{color:#fff6;text-align:center;background:#0f2d38;flex-shrink:0;padding:12px 24px;font-size:11px}.btn-logout{color:#aaa;cursor:pointer;background:0 0;border:1px solid #444;border-radius:4px;padding:4px 12px;font-size:12px}.btn-logout:hover{color:#fff;border-color:#aaa}.shell{flex:1;display:flex}.sidebar{background:#fff;border-right:1px solid #e5e5e5;flex-shrink:0;width:200px;padding:16px 0}.nav-section{color:#9ca3af;letter-spacing:.8px;text-transform:uppercase;padding:8px 16px 4px;font-size:10px;font-weight:600}.nav-item{color:#374151;cursor:pointer;border-left:3px solid #0000;align-items:center;gap:10px;padding:9px 20px;font-size:13px;transition:background .1s;display:flex}.nav-item:hover{color:#0f2d38;background:#f3f4f6}.nav-item.active{color:#0f2d38;background:#f0fdfa;border-left-color:#0d9488;font-weight:600}.nav-icon{justify-content:center;align-items:center;width:18px;min-width:18px;display:inline-flex}.nav-icon svg{display:block}.nav-divider{background:#e5e5e5;height:1px;margin:8px 0}.nav-soon{color:#d1d5db;margin-left:auto;font-size:10px;font-style:italic}.content{flex:1;min-width:0;max-width:960px;padding:32px}.card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:24px;padding:24px}.card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-title{font-size:15px;font-weight:600}.card-subtitle{color:#6b7280;margin-top:2px;font-size:13px}.table-scroll{margin:0 -4px;padding:0 4px 4px;overflow-x:auto}.table-scroll table{min-width:max-content}.stat-row{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.stat{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:20px}.stat-num{color:#0f2d38;font-size:32px;font-weight:700}.stat-label{color:#6b7280;margin-top:4px;font-size:12px}.stat-row-5{grid-template-columns:repeat(5,minmax(0,1fr))}.btn{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:opacity .1s}.btn:hover{opacity:.85}.btn-primary{color:#fff;background:#0f2d38}.btn-sm{padding:4px 10px;font-size:12px}.btn-danger{color:#dc2626;background:#fee2e2}.btn-success{color:#16a34a;background:#dcfce7}.btn-secondary{color:#374151;background:#f3f4f6}.btn-ghost{color:#374151;background:0 0;border:1px solid #d1d5db}.btn-ghost:hover{border-color:#9ca3af}table{border-collapse:collapse;width:100%;font-size:13px}th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e5e5;padding:8px 12px;font-size:11px;font-weight:500}td{border-bottom:1px solid #f3f4f6;padding:10px 12px}tr:last-child td{border-bottom:none}tr:hover td{background:#fafafa}.badge{border-radius:12px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.badge-active{color:#16a34a;background:#dcfce7}.badge-inactive{color:#6b7280;background:#f3f4f6}.badge-suspended{color:#dc2626;background:#fee2e2}.badge-expired{color:#6b7280;background:#f3f4f6}.badge-pending_approval{color:#b45309;background:#fef3c7}.badge-pending_verification{color:#0369a1;background:#e0f2fe}.badge-denied{color:#b91c1c;background:#fee2e2}.live-dot{background:#16a34a;border-radius:50%;width:7px;height:7px;margin-right:6px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.form-group{margin-bottom:16px}label{color:#374151;margin-bottom:6px;font-size:13px;font-weight:500;display:block}input,select{border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-size:14px}input:focus,select:focus{border-color:#0d9488;box-shadow:0 0 0 2px #0d948826}.public-layout{flex-direction:column;min-height:100vh;display:flex}.public-nav{background:#0f2d38;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 5%;display:flex;box-shadow:0 2px 12px #00000040}.public-nav-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.public-nav-logo{border-radius:6px;flex-shrink:0;width:32px;height:32px}.public-nav-wordmark{color:#fff;letter-spacing:-.3px;font-size:18px;font-weight:700}.public-nav-right{align-items:center;gap:20px;display:flex}.public-nav-link{color:#ffffffbf;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.public-nav-link:hover{color:#fff}.public-main{background:#f8fafc;flex:1;justify-content:center;align-items:center;padding:40px 5%;display:flex}.public-footer{color:#ffffff59;text-align:center;background:#0f2d38;flex-shrink:0;padding:20px 5%;font-size:12px}.public-footer a{color:#ffffff59;text-decoration:none}.public-footer a:hover{color:#fff9}.login-pair{align-items:stretch;gap:24px;display:flex}@media (width<=820px){.login-pair{flex-direction:column-reverse;align-items:center}.login-info-card{width:380px!important}}.login-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-shrink:0;width:380px;padding:40px;box-shadow:0 4px 24px #0000000f}.login-logo-wrap{align-items:center;gap:10px;margin-bottom:24px;display:flex}.login-logo-mark{border-radius:6px;flex-shrink:0;width:32px;height:32px}.login-logo-name{color:#0f2d38;letter-spacing:-.3px;font-size:20px;font-weight:800}.login-title{color:#0f2d38;margin-bottom:6px;font-size:16px;font-weight:700}.login-sub{color:#6b7280;margin-bottom:24px;font-size:13px}.login-info-card{background:#0f2d38;border-radius:12px;flex-direction:column;flex-shrink:0;gap:0;width:380px;padding:40px;display:flex;box-shadow:0 4px 24px #0000001f}.info-eyebrow{letter-spacing:1.2px;text-transform:uppercase;color:#14b8a6;margin-bottom:10px;font-size:10px;font-weight:700}.info-headline{color:#fff;letter-spacing:-.3px;margin-bottom:14px;font-size:22px;font-weight:800;line-height:1.25}.info-body{color:#ffffffa6;margin-bottom:24px;font-size:13px;line-height:1.6}.info-features{flex-direction:column;gap:10px;margin-bottom:28px;list-style:none;display:flex}.info-features li{color:#fffc;align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;display:flex}.info-features li:before{content:"✓";color:#14b8a6;flex-shrink:0;margin-top:1px;font-weight:700}.info-divider{background:#ffffff1a;height:1px;margin-bottom:20px}.info-links{flex-direction:column;gap:10px;margin-top:auto;display:flex}.info-link-main{color:#ffffff8c;font-size:13px;text-decoration:none}.info-link-main span{color:#14b8a6;font-weight:600}.info-link-main:hover span{text-decoration:underline}.modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:10px;width:420px;padding:28px}.modal-title{margin-bottom:20px;font-size:16px;font-weight:600}.modal-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.alert{border-radius:6px;margin-bottom:16px;padding:10px 14px;font-size:13px}.alert-error{color:#dc2626;background:#fee2e2}.alert-success{color:#16a34a;background:#dcfce7}.alert-warning{color:#92400e;background:#fef3c7}.mono{background:#f3f4f6;border-radius:3px;padding:2px 6px;font-family:monospace;font-size:12px}.license-copy-chip{color:#0f2d38;cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:8px;padding:4px 8px;font-size:12px;line-height:1;transition:background .12s,border-color .12s,box-shadow .12s,color .12s;display:inline-flex}.license-copy-chip:hover{background:#f0fdfa;border-color:#5eead4}.license-copy-chip:focus-visible{border-color:#14b8a6;outline:none;box-shadow:0 0 0 2px #0d94882e}.license-copy-chip .mono{background:#eef2f7;margin:0}.license-copy-chip-action{color:#0d9488;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:600}.license-copy-chip.copied{color:#166534;background:#dcfce7;border-color:#86efac}.empty{text-align:center;color:#9ca3af;padding:40px;font-size:13px}.back-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;margin-bottom:16px;padding:0;font-size:13px}.back-btn:hover{color:#0f2d38}.page-title{margin-bottom:4px;font-size:20px;font-weight:700}.page-sub{color:#6b7280;margin-bottom:24px;font-size:13px}.page-header-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.refresh-row{align-items:center;gap:10px;display:flex}.last-refreshed{color:#9ca3af;font-size:12px}.required-mark{color:#dc2626;font-weight:700}.form-helper-text{color:#6b7280;margin:-2px 0 16px;font-size:12px}.compare-source-panels{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px;margin-bottom:18px;display:grid}.source-panel-card{min-width:0;margin-bottom:0}.source-toggle-row{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.source-file-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.source-meta-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;margin-top:14px;padding:12px}.source-meta-grid{grid-template-columns:auto minmax(0,1fr);gap:6px 10px;font-size:13px;display:grid}.source-meta-value{overflow-wrap:anywhere;min-width:0}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.tool-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:flex-start;min-height:150px;padding:22px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.tool-card:hover{border-color:#0d9488;transform:translateY(-1px);box-shadow:0 10px 28px #0f2d3814}.tool-card-title{color:#111827;margin-bottom:8px;font-size:16px;font-weight:800}.tool-card-body{color:#6b7280;font-size:13px;line-height:1.55}.tool-card-action{color:#0d9488;margin-top:auto;padding-top:18px;font-size:13px;font-weight:800}.tools-back-btn{margin-bottom:14px}.impact-layout{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.impact-controls-card{margin-bottom:0}.impact-control{border-top:1px solid #f3f4f6;padding:14px 0}.impact-control:first-of-type{border-top:0;padding-top:0}.impact-control-head{justify-content:space-between;gap:12px;margin-bottom:8px;font-size:13px;display:flex}.impact-control-head label{color:#374151;font-weight:700}.impact-control-head span{color:#0f2d38;white-space:nowrap;font-weight:800}.impact-control input[type=range]{accent-color:#0d9488;width:100%}.impact-results{min-width:0}.onboarding-card{background:linear-gradient(#fcfffd 0%,#f8fafc 100%);border-color:#dbe5ea}.onboarding-header{margin-bottom:18px}.onboarding-eyebrow{letter-spacing:.7px;text-transform:uppercase;color:#0d9488;margin-bottom:8px;font-size:11px;font-weight:700}.onboarding-title{margin-bottom:4px}.onboarding-subtitle{max-width:700px;line-height:1.6}.onboarding-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.onboarding-step{text-align:left;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:16px;transition:border-color .15s,background .15s,transform .15s,box-shadow .15s}.onboarding-step:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f2d3814}.onboarding-step-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.onboarding-step-index{color:#0f2d38;background:#0f2d3814;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.onboarding-step-state{letter-spacing:.2px;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.onboarding-step-title{color:#111827;margin-bottom:8px;font-size:14px;font-weight:700}.onboarding-step-body{color:#4b5563;font-size:13px;line-height:1.6}.onboarding-step-done{background:#ecfdf5;border-color:#a7f3d0}.onboarding-step-done .onboarding-step-index{color:#fff;background:#16a34a}.onboarding-step-state-done{color:#166534;background:#dcfce7}.onboarding-step-active{background:#fffbeb;border-color:#fcd34d}.onboarding-step-active .onboarding-step-index{color:#fff;background:#f59e0b}.onboarding-step-state-active{color:#92400e;background:#fef3c7}.onboarding-step-upcoming{background:#f9fafb;border-color:#e5e7eb}.onboarding-step-state-upcoming{color:#4b5563;background:#e5e7eb}.invite-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:20px;display:grid}.invite-intro-card{color:#fff;background:linear-gradient(#0f2d38 0%,#123946 100%);border:none;box-shadow:0 10px 30px #0f2d3829}.invite-intro-eyebrow{letter-spacing:.8px;text-transform:uppercase;color:#14b8a6f2;margin-bottom:14px;font-size:11px;font-weight:700}.invite-intro-title{letter-spacing:-.4px;margin-bottom:12px;font-size:22px;font-weight:800;line-height:1.2}.invite-intro-copy{color:#ffffffc2;margin-bottom:22px;font-size:13px;line-height:1.7}.invite-tip-list{flex-direction:column;gap:10px;display:flex}.invite-benefit-box{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;margin-bottom:18px;padding:14px}.invite-benefit-title{letter-spacing:.6px;text-transform:uppercase;color:#99f6e4;margin-bottom:8px;font-size:12px;font-weight:700}.invite-benefit-copy{color:#ffffffe0;margin-bottom:12px;font-size:13px;line-height:1.65}.invite-benefit-steps{flex-direction:column;gap:8px;display:flex}.invite-benefit-step{color:#ffffffd1;background:#0f172a2e;border-radius:10px;padding:9px 10px;font-size:12px;line-height:1.55}.invite-tip-item{color:#ffffffe0;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.55}.invite-compose-card{margin-bottom:0}.invite-compose-header{margin-bottom:18px}.invite-message-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.invite-message-help{color:#6b7280;font-size:12px}.invite-editor-shell{background:linear-gradient(#fcfcfd 0%,#f8fafc 100%);border:1px solid #d1d5db;border-radius:10px;padding:10px}.invite-message-textarea{resize:vertical;color:#0f172a;background:0 0;border:none;outline:none;width:100%;min-height:220px;font-family:inherit;font-size:14px;line-height:1.75}.invite-editor-shell:focus-within{border-color:#0d9488;box-shadow:0 0 0 2px #0d948826}.invite-note-box{background:#f0fdfa;border:1px solid #ccfbf1;border-radius:10px;margin-bottom:18px;padding:14px 16px}.invite-note-title{color:#0d9488;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;font-size:11px;font-weight:700}.invite-note-copy{color:#374151;font-size:13px;line-height:1.6}.invite-preview-card{grid-column:2}.invite-preview-mail{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.invite-preview-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:16px;padding:12px 16px;font-size:13px;display:flex}.invite-preview-label{color:#9ca3af;font-weight:600}.invite-preview-value{color:#111827;text-align:right;font-weight:500}.invite-preview-divider{background:#e5e7eb;height:1px}.invite-preview-body{white-space:pre-wrap;color:#1f2937;min-height:160px;padding:18px 16px 20px;font-size:14px;line-height:1.75}.invite-preview-cta{color:#fff;background:#0f2d38;border-radius:8px;margin:0 16px 16px;padding:11px 18px;font-size:13px;font-weight:700;display:inline-block}.filter-bar{background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:20px;padding:16px 20px;display:flex}.filter-group{flex-direction:column;gap:5px;display:flex}.filter-group label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.filter-group input,.filter-group select{border:1px solid #d1d5db;border-radius:6px;outline:none;width:auto;padding:7px 10px;font-size:13px}.filter-group input:focus,.filter-group select:focus{border-color:#0d9488;box-shadow:0 0 0 2px #0d948826}.filter-actions{align-items:flex-end;gap:8px;margin-left:auto;display:flex}.trade-filter-group-wide{min-width:180px}.badge-buy{color:#1d4ed8;background:#dbeafe}.badge-sell{color:#9d174d;background:#fce7f3}.badge-open{color:#b45309;background:#fef3c7}.badge-closed{color:#374151;background:#f3f4f6}.badge-live{color:#16a34a;background:#dcfce7}.badge-demo{color:#6b7280;background:#f3f4f6}.pnl-pos{color:#16a34a;font-weight:600}.pnl-neg{color:#dc2626;font-weight:600}.pnl-nil{color:#9ca3af}.score-bar-wrap{align-items:center;gap:6px;display:flex}.score-bar{background:#e5e5e5;border-radius:2px;flex:1;min-width:40px;height:4px}.score-bar-fill{background:#1a1a2e;border-radius:2px;height:100%}.trade-expand-row td{border-bottom:2px solid #e5e5e5;padding:0}.trade-expand-panel{background:#fafafa;padding:16px 20px}.trade-expand-panel h4{color:#9ca3af;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:11px;font-weight:700}.trade-rationale-text{color:#374151;max-width:720px;font-size:13px;line-height:1.75}.trade-expand-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.trade-expand-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.trade-row-actions{flex-wrap:nowrap;gap:4px;display:flex}.config-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:0 24px;max-height:280px;margin-bottom:12px;display:grid;overflow-y:auto}.config-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;gap:12px;padding:3px 0;display:flex}.config-key{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.config-val{color:#1a1a1a;white-space:nowrap;font-family:monospace;font-size:12px;font-weight:500}.trade-chart-modal{width:960px;max-width:96vw;padding:0;overflow:hidden}.trade-chart-header{color:#fff;background:#f4511e;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px;display:flex}.trade-chart-title{letter-spacing:0;font-size:22px;font-weight:800}.trade-chart-subtitle{color:#ffffffdb;flex-wrap:wrap;gap:10px;margin-top:6px;font-size:13px;display:flex}.trade-chart-summary{border-bottom:1px solid #f3f4f6;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:20px 24px 14px;display:grid}.trade-chart-stat{text-align:center;min-width:0;padding:8px 10px}.trade-chart-stat-value{color:#111827;overflow-wrap:anywhere;font-size:24px;font-weight:800;line-height:1.1}.trade-chart-stat-sub{color:#9ca3af;margin-top:4px;font-size:12px;font-weight:600}.trade-chart-stat-label{color:#6b7280;margin-top:6px;font-size:12px}.trade-chart-shell{padding:16px 24px 6px;position:relative}.trade-chart-canvas{height:420px;min-height:320px}.trade-chart-timeframe{color:#6b7280;background:#ffffffdb;border:1px solid #d1d5db;border-radius:8px;padding:5px 8px;font-size:22px;line-height:1;position:absolute;bottom:24px;right:42px}.trade-chart-note{color:#9ca3af;padding:0 24px 16px;font-size:13px;line-height:1.5}.trade-chart-details{border-top:1px solid #f3f4f6;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;padding:12px 24px 22px;display:grid}.trade-chart-detail-row{color:#6b7280;border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:14px;padding:9px 0;font-size:13px;display:flex}.trade-chart-detail-row strong{color:#111827;overflow-wrap:anywhere;text-align:right;font-weight:700}.trade-chart-empty{margin:18px 24px}.tab-bar{border-bottom:2px solid #e5e5e5;margin-bottom:20px;display:flex}.tab-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:8px 16px;font-size:13px;font-weight:500}.tab-btn.active{color:#1a1a2e;border-bottom-color:#1a1a2e}.tab-btn:hover:not(.active){color:#374151}.badge-unpaid{color:#b45309;background:#fef3c7}.badge-paid{color:#16a34a;background:#dcfce7}.badge-waived{color:#6b7280;background:#f3f4f6}.badge-sent{color:#1d4ed8;background:#dbeafe}.badge-void{color:#9ca3af;background:#f3f4f6}.badge-pending{color:#6b7280;background:#f3f4f6}.badge-eligible{color:#15803d;background:#dcfce7}.badge-claimed{color:#1d4ed8;background:#dbeafe}.badge-cancelled{color:#b91c1c;background:#fee2e2}.balance-footer{border-top:1px solid #e5e5e5;justify-content:flex-end;margin-top:8px;padding:12px 0 0;font-size:14px;font-weight:600;display:flex}.referral-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.referral-summary-card{margin-bottom:0}.referral-summary-label{letter-spacing:.6px;text-transform:uppercase;color:#6b7280;margin-bottom:12px;font-size:11px;font-weight:700}.referral-summary-value{letter-spacing:-.4px;color:#0f2d38;margin-bottom:8px;font-size:28px;font-weight:800}.referral-summary-note{color:#6b7280;font-size:13px;line-height:1.6}.referral-how-card{margin-bottom:24px}.referral-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.referral-step{color:#374151;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.6}.referral-status-cell{flex-direction:column;gap:6px;display:flex}.referral-status-note{color:#6b7280;font-size:12px;line-height:1.4}.referral-action-placeholder{color:#9ca3af;font-size:12px}.referral-empty-card{justify-content:space-between;align-items:center;gap:16px;display:flex}.badge-overdue{color:#dc2626;background:#fee2e2}tr.overdue td{background:#fff8f8}.badge-personal{color:#7c3aed;background:#ede9fe}.badge-business{color:#1d4ed8;background:#dbeafe}.contact-card{border-bottom:1px solid #f3f4f6;grid-template-columns:1fr 1fr;gap:8px 24px;margin-bottom:20px;padding:16px 0;font-size:13px;display:grid}.contact-field{flex-direction:column;gap:2px;display:flex}.contact-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.contact-value{color:#1a1a1a}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.type-toggle{border:1px solid #d1d5db;border-radius:6px;margin-bottom:16px;display:flex;overflow:hidden}.type-toggle-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;flex:1;padding:8px;font-size:13px;font-weight:500;transition:background .1s}.type-toggle-btn.active{color:#fff;background:#1a1a2e}.market-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.ai-symbol{border-bottom:1px solid #f3f4f6;margin-bottom:14px;padding-bottom:14px}.ai-symbol:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ai-sym-name{align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.ai-row{justify-content:space-between;align-items:center;margin-bottom:4px;font-size:12px;display:flex}.ai-label{color:#9ca3af}.ai-val{font-weight:500}.bias-bull{color:#16a34a}.bias-bear{color:#dc2626}.bias-neutral{color:#6b7280}.badge-high{color:#dc2626;background:#fee2e2}.badge-medium{color:#b45309;background:#fef3c7}.badge-low{color:#6b7280;background:#f3f4f6}.news-event{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:10px;padding:8px 0;font-size:12px;display:flex}.news-event:last-child{border-bottom:none}.news-time{color:#6b7280;white-space:nowrap;min-width:100px}.news-past{opacity:.55}.news-name{flex:1;font-weight:500}.news-figures{color:#6b7280;white-space:nowrap;font-size:11px}.toggle-wrap{align-items:center;gap:12px;padding:14px 0;display:flex}.toggle{flex-shrink:0;width:44px;height:24px;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background:#d1d5db;border-radius:24px;transition:background .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.toggle input:checked+.toggle-slider{background:#0d9488}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{background:#fffc;border-radius:2px;width:22px;height:2px;transition:all .2s;display:block}.sidebar-overlay{z-index:49;background:#00000073;display:none;position:fixed;inset:56px 0 0}.sidebar-overlay.open{display:block}@media (width<=768px){.hamburger{display:flex}.navbar-tagline,.navbar-user-name{display:none}.navbar{padding:0 16px}.sidebar{z-index:50;transition:transform .25s;position:fixed;top:56px;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 16px #00000026}.sidebar.open{transform:translate(0)}.content{padding:16px}.page-title{font-size:17px}.page-header-row{flex-direction:column;align-items:stretch}.stat-row{grid-template-columns:1fr 1fr;gap:10px}.stat-row-5{grid-template-columns:1fr 1fr}.stat{padding:14px}.stat-num{font-size:24px}.card{padding:16px}.card-header{flex-wrap:wrap;gap:10px}.card{overflow:visible}table{min-width:520px}.modal-overlay{align-items:flex-end;padding:0}.modal{border-radius:14px 14px 0 0;max-height:90vh;margin:0;overflow-y:auto;width:100vw!important;max-width:100vw!important}.modal-wide{width:100vw!important;max-width:100vw!important}.form-row{grid-template-columns:1fr}.filter-bar{flex-direction:column;align-items:stretch}.filter-group,.filter-group input,.filter-group select{width:100%}.filter-actions{justify-content:flex-start;width:100%;margin-left:0}.filter-actions .btn{flex:1;justify-content:center}.contact-card,.market-grid,.onboarding-steps,.compare-source-panels,.tools-grid,.impact-layout,.source-meta-grid{grid-template-columns:1fr}.source-file-row{align-items:stretch}.source-file-row .btn,.source-file-row span{width:100%}.trade-expand-header{flex-direction:column;align-items:stretch}.trade-expand-actions{justify-content:stretch}.trade-expand-actions .btn,.trade-expand-actions .license-copy-chip{justify-content:center;width:100%}.trade-row-actions{flex-wrap:wrap;min-width:150px}.trade-chart-header{padding:18px}.trade-chart-title{font-size:18px}.trade-chart-summary{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px 12px 8px}.trade-chart-stat-value{font-size:21px}.trade-chart-shell{padding:12px 8px 4px}.trade-chart-canvas{height:320px;min-height:280px}.trade-chart-timeframe{font-size:18px;bottom:18px;right:20px}.trade-chart-note{padding:0 18px 14px}.trade-chart-details{grid-template-columns:1fr;padding:8px 18px 18px}.news-event{flex-direction:column;gap:6px}.news-time{flex-wrap:wrap;gap:10px;min-width:0;display:flex}.news-figures{white-space:normal}.license-copy-chip{flex-wrap:wrap;justify-content:center;width:100%}.license-copy-chip .mono{overflow-wrap:anywhere;white-space:normal}.version-track-header{flex-wrap:wrap;align-items:flex-start!important}.bot-upload-form .btn,.mobile-card-actions .btn{width:100%}.mobile-card-table{min-width:0;display:block}.mobile-card-table thead{display:none}.mobile-card-table tbody{gap:12px;display:grid}.mobile-card-table tr{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;display:block}.mobile-card-table tr:hover td{background:0 0}.mobile-card-table td{text-align:right;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;padding:9px 0;display:flex}.mobile-card-table td:before{content:attr(data-label);color:#6b7280;letter-spacing:.4px;text-align:left;text-transform:uppercase;flex:0 0 34%;font-size:11px;font-weight:600;line-height:1.35}.mobile-card-table td:last-child{border-bottom:0}.mobile-card-table td.mobile-card-primary{text-align:left;padding-top:0;display:block}.mobile-card-table td.mobile-card-primary:before,.mobile-card-table td.mobile-card-actions:before{display:none}.mobile-card-table td.mobile-card-actions{padding-bottom:0;display:block}.mobile-card-table .license-copy-chip{text-align:left;justify-content:space-between}.mobile-card-table .badge{text-align:center;white-space:normal}.bot-version-changelog{overflow-wrap:anywhere;white-space:normal;max-width:none!important}.tab-bar{flex-wrap:nowrap;overflow-x:auto}.tab-btn{white-space:nowrap;flex-shrink:0}.balance-footer{font-size:13px}.invite-layout{grid-template-columns:1fr}.invite-preview-card{grid-column:auto}.invite-message-head{flex-direction:column;align-items:flex-start}.referral-summary-grid,.referral-steps{grid-template-columns:1fr}.referral-empty-card{flex-direction:column;align-items:flex-start}.risk-impact-grid{grid-template-columns:1fr}.risk-impact-main-value{font-size:24px}.risk-strategy-chip{min-width:100%}}@media (width<=560px){.stat-row,.stat-row-5{grid-template-columns:1fr}.navbar-right{gap:8px}.btn-logout{padding:4px 8px}}.modal-wide{width:700px;max-width:96vw}.param-row{border-bottom:1px solid #f3f4f6;flex-direction:column;padding:10px 0;display:flex}.param-row:last-child{border-bottom:none}.param-control-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.param-label{color:#1a1a1a;flex:1;font-size:13px;font-weight:600}.param-desc{color:#9ca3af;margin-top:3px;font-size:11px}.param-input-num{text-align:right;border:1px solid #d1d5db;border-radius:5px;width:110px;padding:5px 8px;font-size:13px}.param-input-sel{border:1px solid #d1d5db;border-radius:5px;width:180px;padding:5px 8px;font-size:13px}.param-input-num:focus,.param-input-sel:focus{border-color:#0d9488;outline:none;box-shadow:0 0 0 2px #0d948826}.param-input-wrap{flex-shrink:0;align-items:center;gap:4px;display:flex}.param-reset-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;min-height:28px;padding:0 4px;font-size:15px;line-height:1;transition:color .15s,background .15s;display:flex}.param-reset-btn:hover{color:#0d9488;background:#0d948814}.param-default-hint{color:#9ca3af;cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;max-width:100%;margin-top:3px;padding:0;font-size:11px;display:inline-block;overflow:hidden}.param-default-hint:hover{color:#0d9488;text-decoration:underline}.config-scroll{max-height:54vh;padding-right:6px;overflow-y:auto}.preset-grid{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.preset-card{cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid #e2e8f0;border-radius:10px;flex:1;min-width:130px;padding:13px 14px;transition:border-color .15s,background .15s}.preset-card:hover{border-color:#0d9488}.preset-card.selected{background:#0d94880f;border-color:#0d9488}.preset-card-check{color:#fff;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-bottom:8px;font-size:10px;font-weight:700;display:flex}.preset-card.selected .preset-card-check{background:#0d9488;border-color:#0d9488}.preset-card-title{color:#1a1a1a;margin-bottom:4px;font-size:13px;font-weight:700}.preset-card-desc{color:#6b7280;font-size:11px;line-height:1.5}.risk-impact-modal{width:760px;max-width:94vw}.risk-impact-topline{color:#6b7280;flex-wrap:wrap;gap:8px 14px;margin:-6px 0 14px;font-size:12px;display:flex}.risk-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}.risk-impact-card{background:#fbfcfd;border:1px solid #e5e7eb;border-radius:10px;padding:14px}.risk-impact-card-title{text-transform:uppercase;letter-spacing:.7px;color:#6b7280;margin-bottom:8px;font-size:11px;font-weight:700}.risk-impact-main-value{color:#0f2d38;letter-spacing:-.4px;font-size:28px;font-weight:800;line-height:1}.risk-impact-sub{color:#6b7280;margin-top:6px;font-size:12px}.risk-impact-stats{gap:8px;margin-top:12px;display:grid}.risk-impact-stats div{color:#374151;justify-content:space-between;gap:12px;font-size:12px;display:flex}.risk-impact-stats strong{color:#111827}.risk-impact-flagline{color:#6b7280;flex-direction:column;gap:4px;margin-top:12px;font-size:12px;line-height:1.45;display:flex}.risk-bar{background:#e5e7eb;border-radius:999px;height:10px;margin-top:12px;position:relative;overflow:hidden}.risk-bar-fill{border-radius:999px;position:absolute;inset:0 auto 0 0}.risk-bar-ok .risk-bar-fill{background:#10b981}.risk-bar-medium .risk-bar-fill{background:#f59e0b}.risk-bar-high .risk-bar-fill{background:#ef4444}.risk-bar-marker{background:#0f172a;width:2px;height:14px;position:absolute;top:-2px;transform:translate(-1px)}.risk-bar-marker-combined{background:#2563eb}.risk-bar-marker-account{background:#111827}.risk-strategy-row{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.risk-strategy-chip{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:1;min-width:220px;padding:10px 12px}.risk-strategy-chip-head{align-items:center;gap:8px;margin-bottom:4px;display:flex}.risk-strategy-chip-code{color:#0f2d38;font-size:12px;font-weight:800}.risk-strategy-chip-badge{color:#92400e;text-transform:uppercase;letter-spacing:.4px;background:#fef3c7;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:700}.risk-strategy-chip-text{color:#4b5563;font-size:12px;line-height:1.45}.public-main-wide{flex:1;display:flex;overflow:hidden}.signup-split{flex:1;min-height:0;display:flex}.signup-left{color:#fff;background:#0f2d38;flex-direction:column;flex:1;justify-content:center;padding:48px 44px;display:flex;overflow-y:auto}.signup-left-logo{align-items:center;gap:10px;margin-bottom:40px;display:flex}.signup-left-logo-mark{border-radius:6px;flex-shrink:0;width:32px;height:32px}.signup-left-logo-name{color:#fff;letter-spacing:-.3px;font-size:20px;font-weight:800}.signup-left h2{letter-spacing:-.5px;margin-bottom:14px;font-size:1.75rem;font-weight:800;line-height:1.2}.signup-left-sub{color:#ffffffa6;margin-bottom:36px;font-size:.95rem;line-height:1.6}.signup-usp-list{flex-direction:column;gap:14px;margin-bottom:36px;list-style:none;display:flex}.signup-usp-item{color:#ffffffe0;align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.5;display:flex}.signup-usp-check{color:#14b8a6;background:#0d948840;border:1px solid #0d948880;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:11px;display:flex}.signup-pricing-label{color:#fff6;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:10px;font-weight:700}.signup-pricing-chips{flex-wrap:wrap;gap:8px;display:flex}.signup-pricing-chip{color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;padding:5px 14px;font-size:.82rem}.signup-pricing-chip.highlight{color:#14b8a6;background:#0d948833;border-color:#0d948866;font-weight:600}.signup-right{background:#fff;flex-direction:column;flex-shrink:0;justify-content:center;width:440px;padding:48px 40px;display:flex;overflow-y:auto}.signup-right h3{color:#0f2d38;margin-bottom:6px;font-size:1.2rem;font-weight:700}.signup-right-sub{color:#6b7280;margin-bottom:28px;font-size:13px}.signup-notice-box{background:#f0fdfa;border:1px solid #ccfbf1;border-radius:8px;margin-bottom:20px;padding:12px 16px}.signup-notice-box-title{color:#0d9488;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:700}.signup-notice-box-body{color:#374151;font-size:12px;line-height:1.5}.terms-hl-box{background:#f0fdfa;border:1px solid #ccfbf1;border-radius:8px;margin-bottom:20px;padding:14px 16px}.terms-hl-title{color:#0d9488;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}.terms-hl-list{flex-direction:column;gap:6px;list-style:none;display:flex}.terms-hl-item{color:#374151;align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;display:flex}.terms-hl-dot{background:#0d9488;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:5px}.plan-picker{margin:0 0 18px}.plan-picker-label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:.78rem;font-weight:600}.plan-picker-option{border:1.5px solid var(--border);cursor:pointer;box-sizing:border-box;border-radius:8px;grid-template-columns:18px 1fr;align-items:center;gap:10px;margin-bottom:6px;padding:9px 13px;transition:border-color .15s,background .15s;display:grid}.plan-picker-dot{box-sizing:border-box;background:#fff;border:2px solid #cbd5e1;border-radius:50%;width:16px;height:16px;transition:border-color .15s,background .15s,box-shadow .15s}.plan-picker-option.selected{border-color:var(--teal);background:#f0fdfa}.plan-picker-option.selected .plan-picker-dot{border-color:var(--teal);background:var(--teal);box-shadow:inset 0 0 0 3px #fff}.plan-picker-option.guided.selected{background:#faf5ff;border-color:#8b5cf6}.plan-picker-option.guided.selected .plan-picker-dot{background:#8b5cf6;border-color:#8b5cf6;box-shadow:inset 0 0 0 3px #fff}.plan-picker-text{min-width:0}.plan-picker-name{color:#1e293b;font-size:.88rem;line-height:1.3}.plan-picker-price{color:var(--teal);margin-top:1px;font-size:.82rem;font-weight:700}.plan-picker-option.guided .plan-picker-price{color:#8b5cf6}.plan-picker-note{color:var(--muted);margin-top:2px;padding:0 2px;font-size:.81rem;line-height:1.5}.terms-check-row{align-items:flex-start;gap:10px;margin-bottom:20px;display:flex}.terms-check-row input[type=checkbox]{accent-color:#0d9488;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.terms-check-row label{color:#374151;cursor:pointer;font-size:13px;line-height:1.5}.terms-check-row a{color:#0d9488;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:underline}.terms-fullscreen{z-index:200;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.terms-fullscreen-inner{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:720px;max-height:90vh;display:flex;box-shadow:0 24px 64px #00000040}.terms-modal-header{border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 28px;display:flex}.terms-modal-title{color:#0f2d38;font-size:17px;font-weight:700}.terms-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:0 4px;font-size:22px;line-height:1}.terms-modal-close:hover{color:#1a1a1a}.terms-modal-body{flex:1;padding:28px 28px 24px;overflow-y:auto}.terms-modal-body h3{color:#0f2d38;margin:20px 0 6px;font-size:14px;font-weight:700}.terms-modal-body h3:first-child{margin-top:0}.terms-modal-body p{color:#374151;margin-bottom:10px;font-size:13px;line-height:1.65}.terms-modal-body ul{margin-bottom:10px;padding-left:20px}.terms-modal-body ul li{color:#374151;margin-bottom:4px;font-size:13px;line-height:1.6}.terms-modal-footer{border-top:1px solid #e5e5e5;flex-shrink:0;justify-content:flex-end;padding:16px 28px;display:flex}.insights-modal{flex-direction:column;width:900px;max-width:96vw;max-height:90vh;padding:0;display:flex;overflow:hidden}.insights-modal-header{border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:18px 24px;display:flex}.insights-modal-title{color:#0f2d38;font-size:16px;font-weight:700}.insights-modal-subtitle{color:#6b7280;margin-top:3px;font-size:12px}.insights-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:22px;line-height:1}.insights-modal-close:hover{color:#1a1a1a}.insights-modal-body{flex:1;padding:18px 24px 24px;overflow-y:auto}.insights-overview{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;display:grid}.insights-stat{background:#f9fafb;border:1px solid #e5e5e5;border-radius:8px;padding:12px 14px}.insights-stat-num{color:#0f2d38;font-size:22px;font-weight:700}.insights-stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.4px;margin-top:3px;font-size:10px}.insights-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.insights-grid-full{grid-column:1/-1}.insights-section{background:#f9fafb;border:1px solid #e5e5e5;border-radius:8px;padding:12px 14px}.insights-section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:10px;font-weight:600}.insights-table{border-collapse:collapse;width:100%;font-size:12px}.insights-table th{color:#9ca3af;text-transform:uppercase;text-align:left;padding:0 6px 5px 0;font-size:10px;font-weight:500}.insights-table td{color:#374151;border-top:1px solid #f3f4f6;padding:4px 6px 4px 0}.insights-table tr:first-child td{border-top:none}.insights-bar-cell{align-items:center;gap:6px;display:flex}.insights-bar-track{background:#e5e7eb;border-radius:999px;flex-shrink:0;width:56px;height:5px;overflow:hidden}.insights-bar-fill{border-radius:999px;height:100%}.insights-winpct{min-width:34px;font-size:11px;font-weight:600;display:inline-block}.insights-winpct-green{color:#16a34a}.insights-winpct-amber{color:#b45309}.insights-winpct-red{color:#dc2626}.insights-combo-heading{color:#6b7280;text-transform:uppercase;letter-spacing:.6px;border-top:1px solid #e5e7eb;margin-top:4px;padding:6px 0 2px;font-size:10px;font-weight:700}@media (width<=700px){.insights-overview{grid-template-columns:repeat(2,1fr)}.insights-grid{grid-template-columns:1fr}.insights-grid-full{grid-column:1}}@media (width<=900px){.signup-split{flex-direction:column;overflow-y:auto}.signup-left{padding:36px 24px}.signup-right{justify-content:flex-start;width:100%;padding:36px 24px}.public-main-wide{overflow:visible}}@media (width<=480px){.signup-left h2{font-size:1.4rem}.signup-right{padding:28px 20px}}
