:root{--primary: #016A70;--primary-dark: #005a60;--primary-tint: #D5EFF0;--page-bg: #f3f4f6;--surface: #ffffff;--border: #D9D9D9;--border-soft: #c2ccd6;--text-heading: #344054;--text-body: #4B5675;--text-muted: #778DA2;--text-dark: #071437;--action-blue: #5082FF;--error: #e35757;--pace-yellow: #F2C94C;--pace-ai: #007E71;--pace-teal-soft: #F3FBFA;--pace-border-teal: #B8D8D6;--pace-segmented-hover: #E9F7F6;--pace-insight-bg: #F8F9FB;--pace-insight-border: #8FC9C6;--pace-table-header: #F8FAFC;--brand-teal: var(--primary);--brand-teal-dark: var(--primary-dark);--text-primary: var(--text-heading);--bg-white: var(--surface);--bg-light: var(--page-bg);--border-light: var(--border)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;color:var(--text-body);background:var(--page-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:10px;height:15px}::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:#989898}::-webkit-scrollbar-corner{background-color:#f0f0f0}.app-shell{height:100%;min-height:100%;display:flex;flex-direction:column;background:var(--page-bg);overflow:hidden}.content{flex:1;display:flex;align-items:stretch;justify-content:stretch;padding:0;background:var(--page-bg);overflow:hidden;min-height:0}.tab-container{width:100%;display:flex;flex-direction:column;gap:20px;flex:1;min-height:0;height:100%;overflow:hidden}.tab-panel{flex:1;min-height:0;display:flex;width:100%;align-items:stretch;overflow:hidden}.msa-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:24px;row-gap:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:12px 32px 8px;color:var(--text-body);flex-shrink:0}.msa-tab{background:none;border:none;border-bottom:2px solid transparent;padding:0 0 6px;font-size:13px;font-family:inherit;color:var(--text-body);cursor:pointer;white-space:nowrap;transition:color .15s ease}.msa-tab:hover{color:var(--text-heading)}.msa-tab.active{font-weight:700;color:var(--primary);border-bottom-color:var(--primary)}.msa-tabs--compact{flex-wrap:wrap;gap:8px;row-gap:8px;border-radius:6px;padding:8px 12px}.msa-tabs--compact .msa-tab{border:1px solid transparent;border-bottom:1px solid transparent;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;line-height:1.4}.msa-tabs--compact .msa-tab:hover:not(.active){border-color:var(--pace-border-teal);background:var(--pace-teal-soft);color:var(--text-body)}.msa-tabs--compact .msa-tab.active{color:#fff;background:var(--primary);border-color:var(--pace-yellow);box-shadow:inset 0 0 0 1px var(--pace-yellow)}.msa-tabs--segmented{flex-wrap:wrap;gap:4px;row-gap:4px;width:fit-content;max-width:100%;border-color:var(--pace-border-teal);border-radius:6px;padding:4px}.msa-tabs--segmented .msa-tab{border:none;border-bottom:none;border-radius:4px;padding:4px 12px;min-width:104px;text-align:center;font-size:12px;font-weight:700;line-height:1.4}.msa-tabs--segmented .msa-tab:hover:not(.active){background:var(--pace-segmented-hover);color:var(--text-body)}.msa-tabs--segmented .msa-tab.active{color:#fff;background:var(--primary);box-shadow:inset 0 0 0 1px var(--pace-yellow)}.tab-nav{display:flex;flex-wrap:wrap;align-items:center;gap:24px;row-gap:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:12px 32px 8px;flex-shrink:0;height:auto;box-shadow:none}.tab-button{background:transparent;border:none;border-bottom:2px solid transparent;padding:0 0 6px;font-size:13px;font-weight:400;font-family:inherit;color:var(--text-body);cursor:pointer}.tab-button:hover{color:var(--text-heading);background:transparent}.tab-button.active{color:var(--primary);font-weight:700;border-bottom-color:var(--primary);background:transparent}.chat-panel{flex:1;min-height:0;display:flex;width:100%;height:100%}.chat-panel>*{flex:1;width:100%;height:100%}.chatbot{width:100%;height:100%;display:flex;flex-direction:column;background:var(--surface);overflow:hidden}.chat-window{flex:1;overflow-y:auto;padding:20px;background:var(--page-bg);display:flex;flex-direction:column;gap:12px}.bubble{max-width:75%;padding:12px 16px;border-radius:8px;line-height:1.6;font-size:14px;word-wrap:break-word}.bubble.user{margin-left:auto;background:var(--primary);color:#fff;border-bottom-right-radius:4px}.bubble.assistant{margin-right:auto;background:var(--surface);color:var(--text-body);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-input{display:flex;gap:12px;padding:16px 20px;border-top:1px solid var(--border);background:var(--surface)}.chat-input input{flex:1;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;color:var(--text-body);outline:none}.chat-input input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #016a7026}.chat-input input::placeholder{color:var(--text-muted)}.chat-input button{background:var(--primary);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;height:44px}.chat-input button:hover:not(:disabled){background:var(--primary-dark)}.chat-input button:disabled{opacity:.6;cursor:not-allowed}.loading-state{display:flex;align-items:center;justify-content:center;height:400px;font-size:14px;color:var(--text-muted);text-align:center;padding:20px}.wake-up-screen{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--page-bg)}.wake-up-content{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:520px;padding:32px 20px;text-align:center}.wake-up-icon{width:64px;height:64px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff}.wake-up-icon svg{width:32px;height:32px}.wake-up-title{font-size:24px;font-weight:600;color:var(--text-heading);margin:0}.wake-up-description{font-size:14px;line-height:1.6;color:var(--text-muted);margin:0}.wake-up-description strong{color:var(--text-heading);font-weight:600}.wake-up-button{background:var(--primary);color:#fff;border:1px solid var(--pace-yellow);box-shadow:inset 0 0 0 1px var(--pace-yellow);padding:0 24px;border-radius:8px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:12px;min-width:200px;height:44px;justify-content:center}.wake-up-button:hover:not(:disabled){background:var(--primary-dark)}.wake-up-button:disabled{opacity:.7;cursor:not-allowed}.wake-up-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.msa-table-card{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.msa-table-card .msa-tabs{border:none;border-radius:0;border-bottom:1px solid var(--border);padding:12px 20px 8px}.rankings-section{display:flex;flex-direction:column;flex:1;min-height:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--surface)}.rankings-header-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:0 20px;background:var(--primary);color:#fff}.rankings-header-title{margin:0;font-size:16px;font-weight:700;line-height:1.2}.rankings-header-meta{font-size:12px;font-weight:600;color:#ffffffeb;white-space:nowrap}.rankings-key-bar{padding:8px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.rankings-key{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.rankings-key--compact{font-size:12px}.rankings-key-label{font-weight:500;color:var(--text-body)}.rankings-key-pill{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:18px;padding:0 6px;border-radius:4px;font-size:11px;font-weight:700;color:#111827;line-height:1}.rankings-table-scroll{flex:1;min-height:0;overflow:auto}.rankings-table{width:100%;min-width:860px;border-collapse:collapse;table-layout:auto;font-size:13px}.rankings-th{padding:8px 12px;background:#f8fafc;color:var(--text-body);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.rankings-th--pos{width:72px;text-align:center}.rankings-th--evidence{min-width:220px}.rankings-td{padding:6px 12px;border-bottom:1px solid #e5e7eb;color:#344563;vertical-align:top;background:var(--surface)}.rankings-row{cursor:pointer}.rankings-row--focused .rankings-td{background:var(--pace-teal-soft)!important;box-shadow:inset 3px 0 0 var(--primary)}.rankings-row--focused:hover .rankings-td{background:#e4f5f2!important}.rankings-row--alt .rankings-td{background:#f7f8fa}.rankings-row:hover .rankings-td{background:#f3fbfa}.rankings-td--pos{width:72px;text-align:center;vertical-align:middle}.rankings-pos-pill{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:22px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:700;color:#111827;line-height:1}.rankings-pos-pill--empty{background:var(--page-bg);color:var(--text-muted)}.rankings-td--runner{min-width:160px;white-space:nowrap}.rankings-runner-name{font-weight:700;color:#111827;line-height:1.35}.rankings-runner-meta{margin-top:2px;font-size:12px;font-weight:400;color:#344563;line-height:1.4}.rankings-meta-sep{margin:0 6px;color:var(--text-muted)}.rankings-td--evidence{min-width:220px;max-width:360px}.rankings-evidence-cell{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.rankings-evidence-text{margin:0;font-size:13px;color:#344563;line-height:1.55}.rankings-reasoning-link{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px solid #007e71;border-radius:4px;background:#007e71;color:#fff;font-size:12px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.rankings-reasoning-link:hover{background:var(--primary);border-color:var(--primary)}.rankings-reasoning-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.rankings-td--odds{font-weight:600;color:var(--text-heading);white-space:nowrap}.rankings-empty{padding:24px 20px;text-align:center;border-bottom:none}.rankings-empty-title{margin:0 0 6px;font-size:14px;font-weight:600;color:var(--text-heading)}.rankings-empty-text{margin:0;font-size:13px;color:var(--text-muted)}@media (max-width: 640px){.rankings-header-bar{padding:0 14px}.rankings-key-bar{padding:8px 12px}.rankings-th,.rankings-td{padding:6px 10px}.rankings-runner-name{font-size:14px}}.strategy-section{display:flex;flex-direction:column;flex:1;min-height:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--surface)}.strategy-header-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:0 20px;background:var(--primary);color:#fff;flex-shrink:0}.strategy-header-title{margin:0;font-size:16px;font-weight:700;line-height:1.2}.strategy-header-meta{font-size:12px;font-weight:600;color:#ffffffeb;white-space:nowrap}.strategy-body{flex:1;min-height:0;overflow:auto;padding:16px}.strategy-sections{display:flex;flex-direction:column;gap:12px}.strategy-view-toggle{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 16px;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:#f8f9fb}.strategy-meta-toggle{display:flex;flex-direction:column;gap:6px;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:#f8f9fb}.strategy-meta-toggle-control{display:flex;flex-wrap:wrap;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.strategy-meta-toggle-control.is-disabled{opacity:.55;cursor:not-allowed}.strategy-meta-toggle-input{position:absolute;opacity:0;width:0;height:0}.strategy-meta-toggle-switch{position:relative;width:40px;height:22px;border-radius:999px;background:#d1d5db;transition:background .15s ease;flex-shrink:0}.strategy-meta-toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s ease;box-shadow:0 1px 2px #00000026}.strategy-meta-toggle-input:checked+.strategy-meta-toggle-switch{background:var(--primary)}.strategy-meta-toggle-input:checked+.strategy-meta-toggle-switch:after{transform:translate(18px)}.strategy-meta-toggle-input:focus-visible+.strategy-meta-toggle-switch{box-shadow:0 0 0 2px #016a7040}.strategy-meta-toggle-text{font-size:14px;font-weight:700;color:var(--text-heading)}.strategy-meta-toggle-profile{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;background:var(--pace-teal-soft);border:1px solid var(--pace-border-teal);font-size:12px;font-weight:700;text-transform:capitalize;color:var(--primary)}.strategy-meta-toggle-help{margin:0;font-size:12px;line-height:1.45;color:var(--text-muted)}.strategy-meta-pick-insight{display:flex;flex-direction:column;gap:12px;padding:14px 16px;border:1px solid var(--pace-border-teal);border-radius:8px;background:linear-gradient(180deg,#f8f9fb,#f5f7ff)}.strategy-meta-pick-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.strategy-meta-pick-title{margin:0;font-size:13px;font-weight:700;color:var(--text-heading)}.strategy-meta-reasoning-body{display:flex;flex-direction:column;gap:10px}.strategy-meta-reasoning-paragraph{margin:0;font-size:13px;line-height:1.6;color:var(--text-body)}.strategy-view-toggle-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.strategy-view-toggle-tabs{margin:0}.strategy-view-toggle-tabs .msa-tab{display:inline-flex;align-items:center;gap:6px}.strategy-view-toggle-tabs .msa-tab:disabled{opacity:.45;cursor:not-allowed}.strategy-view-toggle-profile{display:inline-flex;align-items:center;padding:1px 7px;border-radius:999px;background:#0000000f;font-size:11px;font-weight:700;text-transform:capitalize}.strategy-view-toggle-tabs .msa-tab.active .strategy-view-toggle-profile{background:#ffffff38;color:#fff}.strategy-meta-overview--compact .meta-profile-picker-caption{margin-top:2px}.strategy-empty--inline{padding:16px;border:1px dashed var(--border);border-radius:8px;background:#fafbfc}.strategy-empty{padding:20px 16px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.strategy-empty-text{margin:0;font-size:14px;color:var(--text-body)}.strategy-muted{margin:0;font-size:13px;color:var(--text-muted);line-height:1.5}.strategy-context-card{border-radius:6px;background:#f7fafc;padding:10px 12px}.strategy-context-card--disclaimer{background:#f8f9fb;border:1px solid #eceef1}.strategy-context-label{margin-bottom:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary)}.strategy-context-body{display:flex;flex-direction:column;gap:6px}.strategy-context-body--flat{gap:8px}.reasoning-ai-card .strategy-context-body--flat{margin-top:0}.strategy-context-line{margin:0;font-size:13px;line-height:1.6;color:#344054;white-space:pre-wrap}.strategy-insight-card{border-radius:6px;background:#f8f9fb;overflow:hidden}.strategy-insight-card--recommended{box-shadow:inset 3px 0 #059669}.strategy-insight-card--worst{box-shadow:inset 3px 0 #dc2626}.strategy-worst-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:11px;font-weight:700;line-height:1.3}.strategy-insight-header{width:100%;display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border:none;background:transparent;color:#2f3b52;font-family:inherit;font-size:15px;font-weight:600;text-align:left;cursor:pointer}.strategy-insight-header:hover{background:#f3f4f6}.strategy-insight-title{flex:1;min-width:0;line-height:1.35;display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px}.strategy-recommended-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#ecfdf5;border:1px solid #a7f3d0;color:#059669;font-size:11px;font-weight:700;line-height:1.3}.strategy-insight-meta{font-size:12px;font-weight:500;color:#64748b;white-space:nowrap;padding-top:2px}.strategy-insight-toggle{flex-shrink:0;width:24px;font-size:18px;font-weight:600;line-height:1;color:#6b7280;text-align:center}.strategy-insight-body{display:flex;flex-direction:column;gap:16px;padding:0 16px 14px;border-top:1px solid #eceef1}.strategy-variants-group{display:flex;flex-direction:column;gap:10px}.strategy-variants-heading{margin:0;font-size:13px;font-weight:700;color:var(--text-heading)}.strategy-variants-intro{margin:0;font-size:13px;line-height:1.55;color:var(--text-muted)}.strategy-variants-list{display:flex;flex-direction:column;gap:14px}.strategy-variant-card{border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.strategy-variant-card--conservative{border-top:3px solid #5082ff}.strategy-variant-card--balanced{border-top:3px solid var(--primary)}.strategy-variant-card--aggressive{border-top:3px solid #d97706}.strategy-variant-card--default{border-top:3px solid var(--border-soft)}.strategy-variant-header{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px 16px;padding:14px 16px;background:#f8f9fb;border:none;border-bottom:1px solid var(--border);font-family:inherit;text-align:left;cursor:pointer}.strategy-variant-card:not(.is-open) .strategy-variant-header{border-bottom:none}.strategy-variant-header:hover{background:#f3f4f6}.strategy-variant-header .strategy-insight-toggle{align-self:center;margin-left:auto}.strategy-variant-heading{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.strategy-variant-title{margin:0;font-size:15px;font-weight:700;color:var(--text-heading);line-height:1.3}.strategy-style-pill{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.35;text-transform:capitalize}.strategy-style-pill--conservative{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.strategy-style-pill--balanced{background:var(--pace-teal-soft);border:1px solid var(--pace-border-teal);color:var(--primary)}.strategy-style-pill--aggressive{background:#fffbeb;border:1px solid #fde68a;color:#b45309}.strategy-style-pill--default{background:#f3f4f6;border:1px solid var(--border);color:var(--text-body)}.strategy-style-pill--meta{background:#eef2ff;border:1px solid #c7d2fe;color:#4338ca}.strategy-variant-stats{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:12px;color:var(--text-muted)}.strategy-variant-stat strong{color:var(--text-heading);font-weight:700}.strategy-variant-body{display:flex;flex-direction:column;gap:14px;padding:16px}.strategy-compare-block{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid var(--border);border-radius:8px;background:#f8f9fb}.strategy-compare-block--meta{background:linear-gradient(180deg,#f8f9fb,#f5f7ff)}.strategy-compare-summary--hero{grid-template-columns:1fr}.strategy-compare-summary--hero .strategy-compare-summary-card{max-width:100%}.strategy-compare-summary-card--meta{border-top:3px solid #6366f1}.strategy-compare-summary-card.is-meta{box-shadow:inset 0 0 0 1px #6366f140}.strategy-compare-summary-card.is-matched{box-shadow:inset 0 0 0 1px var(--pace-yellow)}.strategy-compare-meta-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#eef2ff;border:1px solid #c7d2fe;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4338ca}.strategy-compare-matched{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#fffbeb;border:1px solid var(--pace-yellow);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#92400e}.strategy-meta-compare,.strategy-meta-overview,.meta-profile-picker{display:flex;flex-direction:column;gap:10px}.meta-profile-picker-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4b5675}.meta-profile-picker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.meta-profile-option{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);transition:opacity .15s ease,box-shadow .15s ease}.meta-profile-option--conservative{border-top:3px solid #5082ff}.meta-profile-option--balanced{border-top:3px solid var(--primary)}.meta-profile-option--aggressive{border-top:3px solid #d97706}.meta-profile-option.is-selected{box-shadow:inset 0 0 0 2px var(--pace-yellow);background:#fffdf5}.meta-profile-option.is-not-selected{opacity:.72}.meta-profile-option-head{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.meta-profile-selected-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#fffbeb;border:1px solid var(--pace-yellow);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#92400e}.meta-profile-option-title{font-size:13px;font-weight:700;color:var(--text-heading);line-height:1.35}.meta-profile-option-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}.meta-profile-option-stats div{display:flex;flex-direction:column;gap:2px;min-width:0}.meta-profile-option-stats dt{margin:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.meta-profile-option-stats dd{margin:0;font-size:13px;font-weight:700;color:var(--text-heading)}.meta-profile-option-foot{margin:0;font-size:12px;line-height:1.45;color:var(--text-body)}.meta-profile-option-foot--muted{color:var(--text-muted)}.meta-profile-option-unavailable{margin:0;font-size:12px;color:var(--text-muted)}.meta-profile-picker-caption{margin:0;font-size:13px;line-height:1.5;color:var(--text-muted)}.meta-profile-picker-caption strong{color:var(--text-heading);font-weight:700}.meta-profile-fallback{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.meta-profile-fallback-text{margin:0;font-size:13px;color:var(--text-muted)}.strategy-meta-adjustment{margin:0;padding:10px 12px;border-radius:6px;background:var(--surface);border:1px solid var(--border);font-size:13px;line-height:1.5;color:var(--text-body)}@media (max-width: 768px){.meta-profile-picker-grid{grid-template-columns:1fr}.meta-profile-option.is-not-selected{opacity:1}}.strategy-meta-reasoning{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.strategy-meta-reasoning-heading{margin:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4b5675}.strategy-meta-reasoning-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:13px;line-height:1.55;color:var(--text-body)}.strategy-compare-matrix-th-variant--meta,.strategy-compare-matrix-td.is-meta-col{background:#eef2ff73}.strategy-compare-matrix-th-variant.is-matched,.strategy-compare-matrix-td.is-matched-col{box-shadow:inset 0 0 0 1px #f2c94ca6}.strategy-compare-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.strategy-compare-summary-card{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.strategy-compare-summary-card--conservative{border-top:3px solid #5082ff}.strategy-compare-summary-card--balanced{border-top:3px solid var(--primary)}.strategy-compare-summary-card--aggressive{border-top:3px solid #d97706}.strategy-compare-summary-card--default{border-top:3px solid var(--border-soft)}.strategy-compare-summary-card.is-recommended{box-shadow:inset 0 0 0 1px var(--pace-yellow)}.strategy-compare-summary-head{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.strategy-compare-recommended{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#fffbeb;border:1px solid var(--pace-yellow);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#92400e}.strategy-compare-summary-title{margin:0;font-size:14px;font-weight:700;color:var(--text-heading);line-height:1.3}.strategy-compare-summary-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;margin:0}.strategy-compare-stat{display:flex;flex-direction:column;gap:2px;min-width:0}.strategy-compare-stat--wide{grid-column:1 / -1}.strategy-compare-stat dt{margin:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.strategy-compare-stat dd{margin:0;font-size:13px;font-weight:700;color:var(--text-heading);line-height:1.3}.strategy-compare-insight{margin:0;padding:10px 12px;border-radius:6px;background:var(--pace-teal-soft);border:1px solid var(--pace-border-teal);font-size:13px;line-height:1.5;color:var(--text-body)}.strategy-compare-matrix-wrap{display:flex;flex-direction:column;gap:8px}.strategy-compare-matrix-heading{margin:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4b5675}.strategy-compare-matrix .strategy-compare-matrix-th-selection{min-width:140px}.strategy-compare-matrix-th-variant{min-width:120px;text-align:center;vertical-align:middle}.strategy-compare-matrix-th-variant .strategy-style-pill{margin:0 auto}.strategy-compare-matrix-selection{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.strategy-compare-matrix-badge{display:inline-flex;align-items:center;padding:1px 7px;border-radius:999px;background:#eaf7ee;border:1px solid #aedec1;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#2e9e4f}.strategy-compare-matrix-badge--unique{background:#f3f4f6;border-color:var(--border);color:var(--text-muted)}.strategy-compare-matrix-row--shared .strategy-compare-matrix-td{background:#eaf7ee59}.strategy-compare-matrix-td{vertical-align:top;min-width:120px}.strategy-compare-matrix-cell-inner{display:flex;flex-direction:column;gap:2px;font-size:12px;line-height:1.35}.strategy-compare-matrix-stake{font-size:13px;font-weight:700;color:var(--text-heading)}.strategy-compare-matrix-meta{color:var(--text-body)}.strategy-compare-matrix-edge{font-size:11px;color:var(--text-muted)}.strategy-compare-matrix-empty{color:var(--text-muted)}@media (max-width: 640px){.strategy-compare-summary{grid-template-columns:1fr}}.strategy-expanded-section{border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.strategy-expanded-section-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px;padding:12px 16px;background:#f8f9fb;border-bottom:1px solid var(--border)}.strategy-expanded-section-title{margin:0;font-size:13px;font-weight:700;color:var(--text-heading)}.strategy-expanded-section-meta{font-size:12px;font-weight:500;color:var(--text-muted);white-space:nowrap}.strategy-expanded-section-body{padding:16px}.strategy-subsection{display:flex;flex-direction:column;gap:8px}.strategy-subsection-title{margin:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4b5675}.strategy-table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.strategy-table{width:100%;border-collapse:collapse;min-width:720px;font-size:13px}.strategy-table th{padding:8px 12px;background:#f8fafc;color:var(--text-body);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.strategy-th--num,.strategy-td--num{text-align:right}.strategy-table td{padding:8px 12px;border-bottom:1px solid #e5e7eb;color:#344563;vertical-align:top;background:var(--surface)}.strategy-table tbody tr:nth-child(2n) td{background:#f7f8fa}.strategy-table tbody tr:hover td{background:#f3fbfa}.strategy-td--strong{font-weight:700;color:#111827}.strategy-td--wrap{max-width:280px;white-space:normal;line-height:1.5}.strategy-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 720px){.strategy-card-grid{grid-template-columns:1fr}}.strategy-info-card{border-radius:6px;background:#f7fafc;padding:10px 12px}.strategy-info-list{margin:0;padding-left:18px;font-size:13px;color:#344054;line-height:1.65}.strategy-info-list li{margin-bottom:4px}.strategy-info-text{margin:0;font-size:13px;color:#344054;line-height:1.65;white-space:pre-wrap}.msa-panel-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 20px 8px;color:var(--text-muted);font-size:12px}.msa-btn-outline{background:var(--surface);color:var(--primary);border:1px solid var(--border);border-radius:8px;padding:0 16px;height:40px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.msa-btn-outline:hover:not(:disabled){background:var(--primary-tint);border-color:var(--primary)}.msa-btn-outline:disabled{opacity:.6;cursor:not-allowed}.msa-btn-primary{background:var(--primary);color:#fff;border:1px solid var(--pace-yellow);box-shadow:inset 0 0 0 1px var(--pace-yellow);border-radius:8px;padding:0 20px;height:44px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.msa-btn-primary:hover:not(:disabled){background:var(--primary-dark)}.msa-empty-state{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;gap:16px;padding:20px;color:var(--text-muted);font-size:14px;text-align:center}.msa-loading-state{display:flex;justify-content:center;align-items:center;flex:1;color:var(--text-muted);font-size:14px}.msa-tabs--nested{margin-top:8px;margin-bottom:12px;padding-left:0;padding-right:0;border:none;background:transparent}.predictions-panel{flex:1;min-height:0;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.predictions-table-card{margin:0}.predictions-tab-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:4px 16px 16px;display:flex;flex-direction:column;gap:8px}.pace-loader{display:flex;flex-direction:column;gap:20px;padding:8px 4px 4px}.pace-loader-head{display:flex;align-items:flex-start;gap:16px}.pace-loader-icon{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:var(--pace-teal-soft);border:1px solid var(--pace-border-teal);color:var(--primary);display:flex;align-items:center;justify-content:center}.pace-loader-title{margin:0 0 6px;font-size:18px;font-weight:700;color:var(--text-dark)}.pace-loader-meta{margin:0;font-size:13px;color:var(--text-muted);line-height:1.5}.pace-loader-meta strong{color:var(--text-heading);font-weight:600}.pace-loader-progress-block{display:flex;flex-direction:column;gap:8px}.pace-loader-step{margin:0;font-size:13px;font-weight:600;color:var(--primary)}.pace-loader-track{height:6px;border-radius:999px;background:#eef2f6;overflow:hidden}.pace-loader-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--pace-ai));transition:width .4s ease}.pace-loader-hint{margin:0;font-size:12px;color:var(--text-muted);line-height:1.5}.pace-loader-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.pace-loader-step-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted)}.pace-loader-step-item.active{color:var(--text-heading);font-weight:600}.pace-loader-step-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;flex-shrink:0}.pace-loader-step-item.active .pace-loader-step-dot{background:var(--primary);box-shadow:0 0 0 3px #016a7026}.pace-chat{width:100%;height:100%;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:6px;overflow:hidden}.pace-chat-toolbar{display:flex;justify-content:flex-end;gap:8px;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--pace-table-header)}.pace-chat-icon-btn{width:36px;height:36px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-body);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease}.pace-chat-icon-btn:hover:not(:disabled){background:var(--pace-teal-soft);border-color:var(--pace-border-teal);color:var(--primary)}.pace-chat-icon-btn:disabled{opacity:.5;cursor:not-allowed}.pace-chat-loading{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--pace-teal-soft);border-bottom:1px solid var(--pace-border-teal);font-size:13px;color:var(--primary)}.pace-chat-spinner{width:18px;height:18px;border:2px solid rgba(1,106,112,.2);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.pace-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:16px;background:var(--page-bg);display:flex;flex-direction:column;gap:12px}.pace-chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 20px;text-align:center;color:var(--text-muted)}.pace-chat-empty h3{margin:0;font-size:16px;font-weight:700;color:var(--text-heading)}.pace-chat-empty p{margin:0;font-size:14px;line-height:1.5;max-width:360px}.pace-chat-row{display:flex;align-items:flex-end;gap:8px;max-width:100%}.pace-chat-row--user{justify-content:flex-end}.pace-chat-row--assistant{justify-content:flex-start}.pace-chat-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pace-chat-avatar--bot{background:var(--pace-ai);color:#fff}.pace-chat-avatar--user{background:var(--primary);color:#fff}.pace-chat-bubble{max-width:min(75%,560px);padding:10px 14px;border-radius:8px;font-size:14px;line-height:1.6;word-wrap:break-word}.pace-chat-bubble--assistant{background:var(--surface);border:1px solid var(--border);color:var(--text-body);border-bottom-left-radius:4px}.pace-chat-bubble--user{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.pace-chat-bubble p{margin:0}.pace-chat-time{display:block;margin-top:6px;font-size:11px;opacity:.72}.pace-chat-thinking{font-style:italic;color:var(--text-muted)}.pace-chat-markdown{font-size:14px;line-height:1.6}.pace-chat-markdown p{margin:0 0 8px}.pace-chat-markdown p:last-child{margin-bottom:0}.pace-chat-markdown ul,.pace-chat-markdown ol{margin:0 0 8px;padding-left:20px}.pace-chat-markdown code{font-size:12px;background:#0000000f;padding:1px 4px;border-radius:3px}.pace-chat-markdown pre{margin:0 0 8px;padding:10px;background:#1e293b;color:#f8fafc;border-radius:6px;overflow-x:auto;font-size:12px}.pace-chat-input-area{border-top:1px solid var(--border);background:var(--surface);padding:12px 16px;display:flex;flex-direction:column;gap:10px}.pace-chat-chips{display:flex;flex-wrap:wrap;gap:8px}.pace-chat-chip{border:1px solid var(--pace-border-teal);background:var(--pace-teal-soft);color:var(--primary);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease}.pace-chat-chip:hover{background:#e4f5f2}.pace-chat-input-row{display:flex;gap:10px;align-items:flex-end}.pace-chat-input{flex:1;min-height:44px;max-height:120px;resize:vertical;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;color:var(--text-body);outline:none;line-height:1.4}.pace-chat-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #016a701f}.pace-chat-input::placeholder{color:var(--text-muted)}.pace-chat-input:disabled{background:#f9fafb;cursor:not-allowed}.pace-chat-send{flex-shrink:0;width:44px;height:44px;border:1px solid var(--pace-yellow);box-shadow:inset 0 0 0 1px var(--pace-yellow);border-radius:8px;background:var(--primary);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.pace-chat-send:hover:not(:disabled){background:var(--primary-dark)}.pace-chat-send:disabled{opacity:.5;cursor:not-allowed}.admin-kv-table th{width:220px;font-weight:600;color:var(--text-muted);background:var(--pace-table-header);vertical-align:top}.admin-kv-table td{color:var(--text-body);word-break:break-word}.admin-table-scroll{max-height:420px}.msa-alert-error{margin:0 20px 12px;padding:10px 14px;border-radius:6px;background:#e3575714;border:1px solid rgba(227,87,87,.35);color:var(--error);font-size:13px}.reasoning-section{display:flex;flex-direction:column;flex:1;min-height:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--surface)}.reasoning-header-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:0 20px;background:var(--primary);color:#fff}.reasoning-header-title{margin:0;font-size:16px;font-weight:700;line-height:1.2}.reasoning-header-meta{font-size:12px;font-weight:600;color:#ffffffeb;white-space:nowrap}.reasoning-runner-bar-wrap{border-bottom:1px solid var(--border);background:var(--surface)}.reasoning-runner-bar{display:flex;flex-wrap:wrap;gap:8px;padding:10px 16px 6px;align-items:center}.reasoning-runner-bar-hint{margin:0;padding:0 16px 10px;font-size:12px;line-height:1.45;color:var(--text-muted)}.reasoning-compare{display:flex;flex-direction:column;gap:12px}.reasoning-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.reasoning-compare-col{min-width:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.reasoning-compare-col-head{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border);background:#f8f9fb}.reasoning-compare-rank{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:22px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:700;color:#111827;line-height:1;flex-shrink:0}.reasoning-compare-col-title{margin:0;font-size:14px;font-weight:700;color:var(--text-heading);line-height:1.3;min-width:0}.reasoning-compare-col .reasoning-runner-detail{padding:12px 14px 14px}.reasoning-runner-detail .reasoning-sections{gap:10px}@media (max-width: 900px){.reasoning-compare-grid{grid-template-columns:1fr}}.reasoning-runner-chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;height:32px;padding:0 10px 0 6px;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:#344563;font-family:inherit;font-size:13px;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.reasoning-runner-chip:hover:not(.active){background:#f3fbfa;border-color:#b8d8d6}.reasoning-runner-chip.active{color:#fff;border-color:var(--pace-yellow);background:var(--primary);box-shadow:inset 0 0 0 1px var(--pace-yellow)}.reasoning-runner-chip.active .reasoning-runner-chip-name{color:#fff}.reasoning-runner-chip--all{margin-left:auto;min-width:44px;justify-content:center;padding:0 12px;font-size:12px;font-weight:700}.reasoning-runner-chip-rank{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:20px;padding:0 6px;border-radius:4px;font-size:11px;font-weight:700;color:#111827;line-height:1}.reasoning-runner-chip-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-weight:600;color:#111827}.reasoning-body{flex:1;min-height:0;overflow:auto;padding:16px}.reasoning-sections{display:flex;flex-direction:column;gap:12px}.reasoning-ai-card{border:1px solid #8fc9c6;border-radius:6px;background:#f3fbfa;padding:12px 14px}.reasoning-ai-card--collapsible{padding:0;overflow:hidden}.reasoning-ai-card-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.reasoning-ai-card-toggle{width:100%;margin-bottom:0;padding:12px 14px;border:none;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.reasoning-ai-card-toggle:hover{background:#ffffff73}.reasoning-ai-card-toggle .reasoning-ai-card-label{flex:1}.reasoning-ai-card-toggle .reasoning-insight-toggle{margin-left:auto}.reasoning-ai-card-body{padding:0 14px 12px}.reasoning-ai-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;background:#007e71;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.reasoning-ai-card-label{font-size:12px;font-weight:700;color:#172033}.reasoning-insight-card{border-radius:6px;background:#f8f9fb;overflow:hidden}.reasoning-insight-header{width:100%;display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border:none;background:transparent;color:#2f3b52;font-family:inherit;font-size:15px;font-weight:600;text-align:left;cursor:pointer}.reasoning-insight-header:hover{background:#f3f4f6}.reasoning-insight-title{flex:1;min-width:0;line-height:1.35}.reasoning-insight-meta{font-size:12px;font-weight:500;color:#64748b;white-space:nowrap;padding-top:2px}.reasoning-insight-toggle{flex-shrink:0;width:24px;font-size:18px;font-weight:600;line-height:1;color:#6b7280;text-align:center}.reasoning-insight-body{padding:0 16px 14px;border-top:1px solid #eceef1}.reasoning-notes{display:flex;flex-direction:column;gap:12px}.reasoning-note-category{display:inline-block;margin-bottom:6px;padding:2px 8px;border-radius:999px;background:var(--primary);color:#fff;font-size:11px;font-weight:600;line-height:1.4}.reasoning-note-lines{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.reasoning-note-line{font-size:14px;line-height:1.65;color:#4b5675}.reasoning-notes--compact .reasoning-note-line{font-size:13px;line-height:1.6;color:#344054}.reasoning-note-label{font-weight:600;color:#2f3b52}.reasoning-note-text{color:inherit}.reasoning-empty{padding:24px 20px;border:1px solid var(--border);border-radius:6px;background:var(--surface);text-align:center}.reasoning-empty--inline{padding:16px 0 0;border:none;border-radius:0;text-align:left}.reasoning-empty-title{margin:0 0 6px;font-size:14px;font-weight:600;color:var(--text-heading)}.reasoning-empty-text{margin:0;font-size:14px;color:var(--text-muted);line-height:1.5}.performance-meta{margin:0;font-size:13px;color:var(--text-muted);line-height:1.5}.performance-meta strong{color:var(--text-heading);font-weight:600}.performance-status{padding:10px 12px;border-radius:6px;border:1px solid var(--border);background:#f7fafc;font-size:13px;color:#344054;line-height:1.5}.performance-status--error{border-color:#e3575759;background:#e357570f;color:var(--error)}.performance-score-bar{padding:8px 12px;border-radius:6px;font-size:12px;font-weight:600;color:var(--primary);background:#f3fbfa;border:1px solid #b8d8d6;text-align:left}.performance-table{table-layout:fixed;min-width:560px}.performance-th--pos,.performance-td--pos{width:88px;text-align:center;vertical-align:middle}.performance-pos-cell{display:flex;flex-direction:column;align-items:center;gap:6px}.performance-row--alt td{background:#f7f8fa}.performance-row--match td{background:#f3fbfa}.performance-runner-name{font-weight:700;color:#111827;line-height:1.35;word-break:break-word}.performance-runner-meta{margin-top:4px;font-size:12px;color:#64748b;line-height:1.4}.performance-meta-sep{margin:0 6px;opacity:.6}.performance-runner-empty{font-size:13px;color:var(--text-muted);font-style:italic}.performance-match-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#ecfdf5;border:1px solid #a7f3d0;color:#059669;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.3}.performance-race-heading{margin:0 0 10px;font-size:13px;color:#344054;line-height:1.65}.performance-race-heading strong{color:#111827}.performance-pills{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.performance-pills--labeled{margin-top:10px}.performance-pills-label{font-size:12px;font-weight:600;color:var(--text-muted);margin-right:4px}.performance-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:12px;font-weight:600;color:#344563;line-height:1.4}.performance-pill--positive{background:#ecfdf5;border-color:#a7f3d0;color:#059669}.performance-pill--negative{background:#fef2f2;border-color:#fecaca;color:#dc2626}.performance-pill--warning{background:#fffbeb;border-color:#fde68a;color:#d97706}.performance-pill--teal{background:#f3fbfa;border-color:#b8d8d6;color:var(--primary)}.performance-stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.performance-stat-value{font-size:16px;font-weight:700;color:#111827;line-height:1.25}.performance-stat-card--positive .performance-stat-value{color:#059669}.performance-stat-card--negative .performance-stat-value{color:#dc2626}.performance-stat-card--neutral .performance-stat-value{color:#344054}.performance-settlements{display:flex;flex-direction:column;gap:10px}.performance-outcome{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;text-transform:capitalize;line-height:1.4}.performance-outcome--won{background:#ecfdf5;color:#059669}.performance-outcome--lost{background:#fef2f2;color:#dc2626}.performance-outcome--void{background:#fffbeb;color:#d97706}.performance-outcome--neutral{background:#f7f8fa;color:var(--text-muted)}.performance-pl--positive{color:#059669}.performance-pl--negative{color:#dc2626}.performance-pl--neutral{color:#344054}@media (max-width: 640px){.performance-th--pos,.performance-td--pos{width:72px}}
