.simulator-container{min-height:100vh;background:#f9fafb;padding:2rem 0}.simulator-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem;margin-bottom:2rem}.header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.simulator-header h1{font-size:1.75rem;font-weight:700;color:#111827;margin:0}.store-info{display:flex;gap:1rem;align-items:center}.store-level,.store-niche,.store-turn{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.store-niche{background:#dbeafe;color:#1e40af}.store-level{background:#f3e8ff;color:#6b21a8}.store-turn{background:#f3f4f6;color:#374151}.header-stats{display:flex;gap:2rem}.header-stat{display:flex;flex-direction:column}.stat-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.stat-value{font-size:1.25rem;font-weight:700;color:#111827}.stat-value.negative{color:#ef4444}.simulator-content{max-width:1400px;margin:0 auto;padding:0 2rem}.onboarding-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.onboarding-card{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:800px;width:100%;padding:2.5rem}.onboarding-progress{margin-bottom:2rem}.progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.progress-text{font-size:.875rem;color:#6b7280}.onboarding-step h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.5rem}.step-description{color:#6b7280;margin-bottom:2rem;font-size:1rem}.niche-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.niche-card{padding:1.5rem;border:2px solid #e5e7eb;border-radius:.75rem;background:#fff;cursor:pointer;transition:all .2s;text-align:left}.niche-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.niche-card.selected{border-color:#667eea;background:#eef2ff}.niche-card h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.niche-card p{font-size:.875rem;color:#6b7280;margin:0}.option-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.option-button{padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:all .2s;text-align:left;width:100%}.option-button:hover{border-color:#667eea}.option-button.selected{border-color:#667eea;background:#eef2ff}.option-content{display:flex;flex-direction:column;gap:.25rem}.option-content strong{font-size:1rem;color:#111827}.option-desc{font-size:.875rem;color:#6b7280}.store-name-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;margin-bottom:.5rem}.store-name-input:focus{outline:none;border-color:#667eea}.input-error{color:#ef4444;font-size:.875rem;margin-top:.25rem}.onboarding-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.metrics-dashboard{background:#fff;border-radius:.75rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.dashboard-section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.metrics-group{display:flex;flex-direction:column;gap:1rem}.metrics-group-title{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.metric-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.metric-title{font-size:.875rem;font-weight:500;color:#6b7280;margin:0}.metric-change{font-size:.75rem}.metric-value{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.25rem}.metric-subtitle{font-size:.75rem;color:#6b7280}.action-selector{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.section-description{color:#6b7280;margin-bottom:1.5rem}.action-selector-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-box{flex:1 1;min-width:200px}.search-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem}.search-input:focus{outline:none;border-color:#667eea}.category-filters{display:flex;gap:.5rem;flex-wrap:wrap}.category-filter{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:.875rem;cursor:pointer;transition:all .2s}.category-filter:hover{border-color:#667eea}.category-filter.active{background:#667eea;color:#fff;border-color:#667eea}.selected-actions-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem}.selected-actions-summary h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.selected-actions-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.selected-action-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem}.selected-action-info{display:flex;gap:1rem;align-items:center}.action-cost{color:#6b7280;font-size:.875rem}.remove-action-btn{background:#ef4444;color:#fff;border:none;border-radius:.25rem;width:24px;height:24px;cursor:pointer;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center}.remove-action-btn:hover{background:#dc2626}.cost-summary{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.875rem}.cost-summary .warning{color:#ef4444}.no-selections{color:#6b7280;font-style:italic}.actions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.action-card{border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;background:#fff;transition:all .2s}.action-card:hover:not(.disabled){border-color:#667eea;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.action-card.selected{border-color:#667eea;background:#eef2ff}.action-card.disabled{opacity:.6;cursor:not-allowed}.action-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.action-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.action-category-badge{padding:.25rem .5rem;background:#f3f4f6;border-radius:.25rem;font-size:.75rem;color:#6b7280}.action-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.action-details{display:flex;gap:1.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.action-detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.75rem;color:#6b7280}.detail-value{font-size:.875rem;font-weight:600;color:#111827}.action-impact{margin-bottom:1rem}.action-impact strong{font-size:.875rem;color:#111827;display:block;margin-bottom:.5rem}.impact-list{list-style:none;padding:0;margin:0;font-size:.875rem;color:#10b981}.impact-list li{padding:.25rem 0}.action-requirement-warning{color:#ef4444;font-size:.75rem;margin-bottom:1rem}.action-select-btn{width:100%;padding:.75rem;border:2px solid #667eea;border-radius:.5rem;background:#fff;color:#667eea;font-weight:600;cursor:pointer;transition:all .2s}.action-select-btn.selected,.action-select-btn:hover:not(:disabled){background:#667eea;color:#fff}.action-select-btn:disabled{opacity:.5;cursor:not-allowed}.execute-turn-section{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb}.execute-turn-btn{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.5rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s}.execute-turn-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.execute-turn-btn:disabled{opacity:.5;cursor:not-allowed}.execute-turn-hint{margin-top:.75rem;color:#6b7280;font-size:.875rem}.turn-results{max-width:1000px;margin:0 auto;background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.turn-results-header{text-align:center;margin-bottom:2rem}.turn-results-header h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.turn-results-subtitle{color:#6b7280;font-size:1rem}.actions-executed-section,.debrief-section,.events-section{margin-bottom:2rem}.actions-executed-section h3,.debrief-section h3,.events-section h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.event-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:1rem}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.event-header h4{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.event-type{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.event-type.event{background:#fef3c7;color:#92400e}.event-type.challenge{background:#fee2e2;color:#991b1b}.event-type.opportunity{background:#d1fae5;color:#065f46}.event-description{color:#6b7280;margin-bottom:1rem}.event-choices{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.event-choice{padding:.75rem;background:#fff;border-radius:.375rem;margin-top:.5rem;font-size:.875rem;color:#374151}.actions-executed-list{display:flex;flex-direction:column;gap:.5rem}.action-executed-item{display:flex;justify-content:space-between;padding:.75rem 1rem;background:#f9fafb;border-radius:.375rem}.debrief-items{display:flex;flex-direction:column;gap:1rem}.debrief-item{display:flex;gap:1rem;padding:1.5rem;background:#f9fafb;border-left:4px solid;border-radius:.5rem}.debrief-icon{font-size:1.5rem;flex-shrink:0}.debrief-content{flex:1 1}.debrief-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.debrief-message{color:#6b7280;margin-bottom:.75rem;line-height:1.6}.debrief-metric{display:flex;gap:.5rem;font-size:.875rem}.metric-name{color:#6b7280}.metric-change{font-weight:600}.turn-results-footer{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb}@media (max-width:768px){.simulator-header{padding:1rem}.header-content{align-items:flex-start}.header-content,.header-stats{flex-direction:column;gap:1rem}.header-stats{width:100%}.simulator-content{padding:0 1rem}.actions-grid,.metrics-grid,.niche-grid{grid-template-columns:1fr}.onboarding-card{padding:1.5rem}}