body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes spin{to{transform:rotate(1turn)}}.portfolio-backtest{font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.portfolio-header{margin-bottom:30px;text-align:center}.portfolio-header h1{color:#2c3e50;margin-bottom:10px}.portfolio-header p{color:#7f8c8d;font-size:16px}.loading{color:#7f8c8d;font-size:18px;padding:50px;text-align:center}.error-message{align-items:center;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px}.close-error{background:none;border:none;color:#c33;cursor:pointer;font-size:20px}.section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px;padding:24px}.section h2{color:#2c3e50;font-size:20px;margin-bottom:20px;margin-top:0}.list-selector{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.list-option{border:2px solid #e1e8ed;border-radius:8px;cursor:pointer;display:block;padding:16px;transition:all .3s ease}.list-option:hover{background-color:#f8fbff;border-color:#3498db}.list-option input[type=radio]{margin-right:12px}.list-option input[type=radio]:checked+.list-info{color:#3498db}.list-name{font-size:16px;font-weight:700;margin-bottom:4px}.list-description{color:#7f8c8d;font-size:14px;margin-bottom:8px}.list-count{color:#3498db;font-size:12px;font-weight:700}.search-controls{display:flex;gap:16px;margin-bottom:20px}.search-input{border:2px solid #e1e8ed;border-radius:8px;flex:1 1;font-size:14px;padding:12px 16px}.search-input:focus{border-color:#3498db;outline:none}.sector-filter{background:#fff;border:2px solid #e1e8ed;border-radius:8px;font-size:14px;min-width:200px;padding:12px 16px}.selected-summary{margin-bottom:20px}.selected-summary h3{color:#2c3e50;margin-bottom:12px}.selected-chips{display:flex;flex-wrap:wrap;gap:8px}.stock-chip{align-items:center;background-color:#3498db;border-radius:20px;color:#fff;display:flex;font-size:12px;font-weight:700;padding:6px 12px}.stock-chip.success{background-color:#27ae60}.stock-chip.error{background-color:#e74c3c}.remove-stock{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;line-height:1;margin-left:8px}.remove-stock:hover{opacity:.8}.stock-grid{grid-gap:16px;border:1px solid #e1e8ed;border-radius:8px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));max-height:400px;overflow-y:auto;padding:16px}.stock-card{background:#fff;border:2px solid #e1e8ed;border-radius:8px;cursor:pointer;padding:16px;position:relative;transition:all .3s ease}.stock-card:hover{border-color:#3498db;box-shadow:0 4px 12px #3498db33;transform:translateY(-2px)}.stock-card.selected{background-color:#f8fff8;border-color:#27ae60}.stock-card.disabled{cursor:not-allowed;opacity:.5}.stock-card.disabled:hover{box-shadow:none;transform:none}.stock-symbol{color:#2c3e50;font-size:16px;font-weight:700;margin-bottom:4px}.stock-name{color:#7f8c8d;font-size:12px;line-height:1.3;margin-bottom:8px}.stock-sector{background-color:#ecf8ff;border-radius:4px;color:#3498db;display:inline-block;font-size:11px;font-weight:700;padding:2px 6px}.selected-indicator{color:#27ae60;font-size:18px;font-weight:700;position:absolute;right:8px;top:8px}.no-stocks{color:#7f8c8d;font-style:italic;padding:40px;text-align:center}.strategy-form{max-width:800px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:16px}.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;font-weight:700;margin-bottom:8px}.form-group input{border:2px solid #e1e8ed;border-radius:8px;font-size:14px;padding:12px}.form-group input:focus{border-color:#3498db;outline:none}.run-backtest-btn{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:700;margin:0 auto;max-width:400px;padding:16px 32px;transition:all .3s ease;width:100%}.run-backtest-btn:hover:not(:disabled){background:linear-gradient(135deg,#2980b9,#1f6391);box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.run-backtest-btn:disabled{background:#bdc3c7;box-shadow:none;cursor:not-allowed;transform:none}.progress-container{padding:40px;text-align:center}.progress-header{margin-bottom:20px}.progress-header h3{color:#2c3e50;margin-bottom:8px}.progress-stats{color:#7f8c8d;font-size:14px}.progress-bar{background-color:#ecf0f1;border-radius:6px;height:12px;margin-bottom:16px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#3498db,#2980b9);height:100%;transition:width .3s ease}.progress-message{color:#2c3e50;font-weight:700;margin-bottom:24px}.failed-stocks,.processed-stocks{margin-top:24px}.failed-stocks h4,.processed-stocks h4{color:#2c3e50;margin-bottom:12px}.portfolio-results{max-width:1200px}.results-header{margin-bottom:30px}.back-btn{border-radius:6px;margin-right:20px;padding:10px 16px}.results-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}@media (max-width:768px){.form-row{grid-template-columns:1fr}.search-controls{flex-direction:column}.list-selector,.stock-grid{grid-template-columns:1fr}}.portfolio-results{font-family:Arial,sans-serif;margin:0 auto;max-width:1400px;padding:20px}.results-header{align-items:center;border-bottom:2px solid #e1e8ed;display:flex;margin-bottom:32px;padding-bottom:20px}.back-btn{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;margin-right:24px;padding:12px 20px;transition:background .3s ease}.back-btn:hover{background:#2980b9}.header-info h1{color:#2c3e50;font-size:28px;margin:0 0 8px}.header-stats{color:#7f8c8d;font-size:14px}.header-stats span{margin:0 8px}.summary-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.summary-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:20px;text-align:center;transition:transform .3s ease}.summary-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.summary-card.primary{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.card-header{font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;opacity:.8;text-transform:uppercase}.card-value{font-size:24px;font-weight:700;margin-bottom:4px}.card-subtitle{font-size:12px;opacity:.7}.heatmap-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:32px;padding:24px}.heatmap-header{margin-bottom:24px}.heatmap-header h2{color:#2c3e50;margin:0 0 8px}.heatmap-header p{color:#7f8c8d;margin:0 0 20px}.heatmap-legend{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:16px}.legend-title{color:#2c3e50;font-weight:700;margin-right:8px}.legend-items{display:flex;flex-wrap:wrap;gap:12px}.legend-item{align-items:center;color:#2c3e50;display:flex;font-size:12px;gap:6px}.legend-color{border:1px solid #0000001a;border-radius:4px;height:16px;width:16px}.heatmap-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));max-height:600px;overflow-y:auto;padding:8px}.heatmap-cell{border:2px solid #0000;border-radius:8px;display:flex;flex-direction:column;justify-content:center;min-height:100px;padding:16px;position:relative;text-align:center;transition:all .3s ease}.heatmap-cell:hover:not(.error){border-color:#3498db;box-shadow:0 4px 16px #3498db4d;transform:scale(1.05);z-index:10}.heatmap-cell.error{background:#f8f8f8!important;border:2px dashed #ddd;color:#666!important}.cell-rank{font-size:10px;font-weight:700;left:6px;opacity:.7;position:absolute;top:4px}.cell-symbol{font-size:18px}.cell-return,.cell-symbol{font-weight:700;margin-bottom:4px}.cell-return{font-size:16px}.cell-trades{font-size:10px;opacity:.8}.additional-metrics{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:32px;padding:24px}.additional-metrics h3{color:#2c3e50;margin:0 0 16px}.metrics-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.metric-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px}.metric-label{color:#2c3e50;font-weight:700}.metric-value{color:#3498db;font-weight:700}.modal-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e1e8ed;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 20px}.modal-header h2{color:#2c3e50;font-size:24px;margin:0}.modal-close{align-items:center;background:none;border:none;color:#7f8c8d;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;width:32px}.modal-close:hover{color:#e74c3c}.modal-body{padding:0 24px}.modal-section{margin-bottom:24px}.modal-section h3{border-bottom:2px solid #3498db;color:#2c3e50;font-size:18px;margin:0 0 16px;padding-bottom:8px}.modal-metrics{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.modal-metric{align-items:center;background:#f8f9fa;border-left:4px solid #e1e8ed;border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px}.modal-metric .metric-label{color:#2c3e50}.modal-metric .metric-label,.modal-metric .metric-value{font-size:14px;font-weight:700}.modal-metric .metric-value.positive{color:#27ae60}.modal-metric .metric-value.negative{color:#e74c3c}.modal-footer{border-top:1px solid #e1e8ed;padding:20px 24px 24px;text-align:right}.modal-btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;padding:12px 24px;transition:background .3s ease}.modal-btn.primary{background:#3498db;color:#fff}.modal-btn.primary:hover{background:#2980b9}@media (max-width:768px){.portfolio-results{padding:16px}.results-header{align-items:flex-start;flex-direction:column;gap:16px}.summary-cards{gap:12px}.heatmap-grid,.summary-cards{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.heatmap-grid,.legend-items{gap:8px}.legend-item{font-size:11px}.modal-content{margin:10px;max-height:95vh}.metrics-grid,.modal-metrics{grid-template-columns:1fr}}@media (max-width:480px){.heatmap-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.cell-symbol{font-size:14px}.cell-return{font-size:13px}.summary-cards{grid-template-columns:1fr}}
/*# sourceMappingURL=main.6b795ac7.css.map*/