.StrategyHeader-module__M0Ez5a__header{align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);padding:0;display:flex;position:relative}.StrategyHeader-module__M0Ez5a__headerContent{gap:var(--space-3);flex-direction:column;flex:1;min-width:0;display:flex}.StrategyHeader-module__M0Ez5a__primaryRow{align-items:center;gap:var(--space-3);display:flex}.StrategyHeader-module__M0Ez5a__titleIconContainer{border-radius:var(--radius-lg);flex-shrink:0;width:40px;height:40px;overflow:hidden}.StrategyHeader-module__M0Ez5a__titleIconImg{object-fit:cover;width:100%;height:100%}.StrategyHeader-module__M0Ez5a__header h1{letter-spacing:-.03em;color:var(--text-primary);white-space:nowrap;margin:0;font-size:28px;font-weight:800;line-height:1}.StrategyHeader-module__M0Ez5a__ctaSlot{align-items:flex-end;gap:var(--space-2);flex-direction:column;flex-shrink:0;display:flex}.StrategyHeader-module__M0Ez5a__liveIndicator{background:rgba(var(--success-rgb), .1);border:1px solid rgba(var(--success-rgb), .2);border-radius:var(--radius-full);flex-shrink:0;align-items:center;gap:6px;padding:3px 8px;display:flex}.StrategyHeader-module__M0Ez5a__pulseDot{background-color:var(--success-500);width:5px;height:5px;box-shadow:0 0 6px var(--success-500);border-radius:50%;animation:2s infinite StrategyHeader-module__M0Ez5a__pulse}@keyframes StrategyHeader-module__M0Ez5a__pulse{0%{box-shadow:0 0 0 0 rgba(var(--success-rgb), .7)}70%{box-shadow:0 0 0 5px rgba(var(--success-rgb), 0)}to{box-shadow:0 0 0 0 rgba(var(--success-rgb), 0)}}.StrategyHeader-module__M0Ez5a__liveText{color:var(--success-500);text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:800}.StrategyHeader-module__M0Ez5a__comingSoonIndicator{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-full);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;flex-shrink:0;align-items:center;gap:6px;padding:3px 8px;font-size:9px;font-weight:800;display:flex}.StrategyHeader-module__M0Ez5a__secondaryRow{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.StrategyHeader-module__M0Ez5a__badgeGroup{flex-wrap:wrap;gap:6px;display:flex}.StrategyHeader-module__M0Ez5a__badge{background:var(--surface-lift-sm);border:1px solid var(--border-default);color:var(--text-secondary);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:600;transition:all .2s;display:inline-flex}.StrategyHeader-module__M0Ez5a__badge svg{color:var(--accent-text)}.StrategyHeader-module__M0Ez5a__badge:hover{background:var(--surface-lift-md);border-color:var(--border-hover);color:var(--text-primary)}.StrategyHeader-module__M0Ez5a__lastUpdate{align-items:center;gap:var(--space-1);color:var(--text-tertiary);white-space:nowrap;flex-shrink:0;font-size:11px;display:flex}@media (max-width:768px){.StrategyHeader-module__M0Ez5a__header{align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-2);flex-direction:column}.StrategyHeader-module__M0Ez5a__headerContent,.StrategyHeader-module__M0Ez5a__primaryRow{gap:var(--space-2)}.StrategyHeader-module__M0Ez5a__header h1{font-size:20px}.StrategyHeader-module__M0Ez5a__titleIconContainer{width:32px;height:32px}.StrategyHeader-module__M0Ez5a__ctaSlot{width:100%}.StrategyHeader-module__M0Ez5a__ctaSlot>button,.StrategyHeader-module__M0Ez5a__ctaSlot>a{justify-content:center;width:100%}.StrategyHeader-module__M0Ez5a__lastUpdate{display:none}.StrategyHeader-module__M0Ez5a__badge{padding:3px 8px;font-size:9px}.StrategyHeader-module__M0Ez5a__badge svg{width:10px;height:10px}}
.StrategyOverviewChart-module__cAUsQa__chartWorkspace{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-2xl);flex-direction:column;display:flex}.StrategyOverviewChart-module__cAUsQa__chartBody{grid-template-columns:280px 1fr;min-height:360px;display:grid}.StrategyOverviewChart-module__cAUsQa__chartStatsColumn{padding:var(--space-6);border-right:1px solid var(--border-default);gap:var(--space-8);flex-direction:column;display:flex}.StrategyOverviewChart-module__cAUsQa__metricSection{gap:var(--space-4);flex-direction:column;display:flex}.StrategyOverviewChart-module__cAUsQa__sectionTitle{align-items:center;gap:var(--space-2);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:800;display:flex}.StrategyOverviewChart-module__cAUsQa__sectionTitle svg{color:var(--accent-text);flex-shrink:0}.StrategyOverviewChart-module__cAUsQa__metricList{gap:var(--space-3);flex-direction:column;display:flex}.StrategyOverviewChart-module__cAUsQa__metricItem{padding-bottom:var(--space-2);border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;display:flex}.StrategyOverviewChart-module__cAUsQa__metricItem:last-child{border-bottom:none}.StrategyOverviewChart-module__cAUsQa__label{color:var(--text-secondary);cursor:help;border-bottom:1px dashed var(--text-tertiary);font-size:12px;transition:all .2s;position:relative}.StrategyOverviewChart-module__cAUsQa__label:hover{color:var(--text-primary);border-bottom-color:var(--color-lime)}.StrategyOverviewChart-module__cAUsQa__label:hover:after{content:attr(data-tooltip);width:200px;padding:var(--space-3);background:color-mix(in srgb, var(--bg-app) 95%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);z-index:100;pointer-events:none;text-transform:none;letter-spacing:normal;margin-bottom:8px;font-size:11px;font-weight:500;line-height:1.4;position:absolute;bottom:100%;left:0;box-shadow:0 4px 12px #0000001a}.StrategyOverviewChart-module__cAUsQa__value{font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.StrategyOverviewChart-module__cAUsQa__positive{color:var(--success-500)!important}.StrategyOverviewChart-module__cAUsQa__negative{color:var(--error-500)}.StrategyOverviewChart-module__cAUsQa__chartMainColumn{padding:var(--space-6);gap:var(--space-4);flex-direction:column;display:flex}.StrategyOverviewChart-module__cAUsQa__chartControlsRow{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-2);flex-wrap:wrap;display:flex}.StrategyOverviewChart-module__cAUsQa__chartContainer{width:100%;min-height:0;margin-top:var(--space-2);flex:1}.StrategyOverviewChart-module__cAUsQa__desktopOnly{display:inline-block}.StrategyOverviewChart-module__cAUsQa__mobileOnly{display:none}@media (max-width:1000px){.StrategyOverviewChart-module__cAUsQa__chartBody{grid-template-columns:1fr}.StrategyOverviewChart-module__cAUsQa__chartStatsColumn{border-right:none;border-bottom:1px solid var(--border-default);gap:var(--space-6);border-radius:0;flex-flow:wrap}.StrategyOverviewChart-module__cAUsQa__metricSection{flex:1;min-width:200px}}@media (max-width:640px){.StrategyOverviewChart-module__cAUsQa__chartControlsRow{gap:var(--space-2);flex-wrap:nowrap}.StrategyOverviewChart-module__cAUsQa__desktopOnly{display:none!important}.StrategyOverviewChart-module__cAUsQa__mobileOnly{display:inline-block!important}}
.StrategyAdvancedStats-module__tpJpVq__statsGrid{gap:var(--space-4);flex-direction:column;display:flex}.StrategyAdvancedStats-module__tpJpVq__statsRow{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.StrategyAdvancedStats-module__tpJpVq__statCard{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-5);cursor:help;transition:all .4s cubic-bezier(.2,.8,.2,1);position:relative;overflow:visible}.StrategyAdvancedStats-module__tpJpVq__statCard:hover{border-color:var(--color-lime);background:rgba(var(--color-lime-rgb), .03)}.StrategyAdvancedStats-module__tpJpVq__statInner{align-items:center;gap:var(--space-4);opacity:1;width:100%;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex}.StrategyAdvancedStats-module__tpJpVq__statCard:hover .StrategyAdvancedStats-module__tpJpVq__statInner{opacity:0;filter:blur(4px)}.StrategyAdvancedStats-module__tpJpVq__statOverlay{text-align:center;padding:var(--space-6);color:var(--text-primary);opacity:0;pointer-events:none;z-index:2;justify-content:center;align-items:center;font-size:11px;font-weight:500;line-height:1.5;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;inset:0}.StrategyAdvancedStats-module__tpJpVq__statCard:hover .StrategyAdvancedStats-module__tpJpVq__statOverlay{opacity:1}.StrategyAdvancedStats-module__tpJpVq__statIcon{background:rgba(var(--color-lime-rgb), .05);border:1px solid rgba(var(--color-lime-rgb), .1);border-radius:var(--radius-lg);width:38px;height:38px;color:var(--accent-text);justify-content:center;align-items:center;transition:all .3s;display:flex}.StrategyAdvancedStats-module__tpJpVq__statInfo h4{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-1);font-size:10px;font-weight:700}.StrategyAdvancedStats-module__tpJpVq__statBigValue{font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:18px;font-weight:700}@media (max-width:768px){.StrategyAdvancedStats-module__tpJpVq__statsGrid{grid-template-columns:repeat(2,1fr);display:grid}.StrategyAdvancedStats-module__tpJpVq__statsRow{display:contents}.StrategyAdvancedStats-module__tpJpVq__statCard{padding:var(--space-4)}.StrategyAdvancedStats-module__tpJpVq__statIcon{width:32px;height:32px}.StrategyAdvancedStats-module__tpJpVq__statBigValue{font-size:15px}}
.StrategyHeatmap-module__5Stl4q__heatmapSection{background:var(--surface-lift-sm);border:1px solid var(--border-default);border-radius:var(--radius-2xl);padding:var(--space-8)}.StrategyHeatmap-module__5Stl4q__heatmapTitle{margin-bottom:var(--space-6);align-items:center;gap:var(--space-3);font-size:16px;font-weight:700;display:flex}.StrategyHeatmap-module__5Stl4q__heatmapTitle svg{color:var(--accent-text)}.StrategyHeatmap-module__5Stl4q__heatmapGrid{gap:var(--space-4);flex-direction:column;display:flex;overflow-x:auto}.StrategyHeatmap-module__5Stl4q__heatmapRow{gap:var(--space-2);grid-template-columns:60px repeat(12,1fr) 80px;align-items:center;min-width:800px;display:grid}.StrategyHeatmap-module__5Stl4q__yearLabel{color:var(--text-primary);text-align:center;font-size:13px;font-weight:700}.StrategyHeatmap-module__5Stl4q__heatmapCell{border-radius:var(--radius-md);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;height:36px;font-size:11px;font-weight:600;transition:transform .2s;display:flex}.StrategyHeatmap-module__5Stl4q__heatmapCell:hover{z-index:10}.StrategyHeatmap-module__5Stl4q__totalCell{color:var(--text-secondary);text-align:center;font-variant-numeric:tabular-nums;font-size:13px;font-weight:800}.StrategyHeatmap-module__5Stl4q__totalCell.StrategyHeatmap-module__5Stl4q__positive{color:var(--success-500)}.StrategyHeatmap-module__5Stl4q__totalCell.StrategyHeatmap-module__5Stl4q__negative{color:var(--error-500)}.StrategyHeatmap-module__5Stl4q__monthHeader{gap:var(--space-2);margin-bottom:var(--space-2);grid-template-columns:60px repeat(12,1fr) 80px;min-width:800px;display:grid}.StrategyHeatmap-module__5Stl4q__monthLabel{color:var(--text-tertiary);text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:700}.StrategyHeatmap-module__5Stl4q__emptyHeatmap{padding:var(--space-8);text-align:center;color:var(--text-tertiary);border:1px dashed var(--border-default);border-radius:var(--radius-lg);background:var(--surface-lift-sm);font-size:13px}.StrategyHeatmap-module__5Stl4q__positive{color:var(--success-500)}.StrategyHeatmap-module__5Stl4q__negative{color:var(--error-500)}@media (max-width:768px){.StrategyHeatmap-module__5Stl4q__heatmapSection{padding:var(--space-5);position:relative}.StrategyHeatmap-module__5Stl4q__heatmapSection:after{content:"";pointer-events:none;background:linear-gradient(to right, transparent, var(--surface-lift-sm));border-radius:0 var(--radius-2xl) var(--radius-2xl) 0;z-index:2;width:48px;position:absolute;top:0;bottom:0;right:0}}
