.App{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.App-header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;text-align:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.App-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.App-header p{font-size:1.1rem;opacity:.9}.simulation-controls{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.simulation-controls label{font-size:1rem;font-weight:500;color:#fff}.simulation-controls input{font-family:inherit}.simulation-controls input:focus{outline:none;border-color:#fff9;box-shadow:0 0 0 2px #fff3}.simulation-controls span{font-size:.9rem;color:#fffc}.simulation-warning{margin-top:1rem;padding:.75rem 1.5rem;background:#ffc10733;border:1px solid rgba(255,193,7,.4);border-radius:8px;display:flex;align-items:center;justify-content:center}.simulation-warning span{color:#ffc107;font-size:.95rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.1)}.App-main{max-width:1400px;margin:0 auto;padding:2rem}.strategy-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2)}.strategy-section h2{color:#4a5568;margin-bottom:.5rem;font-size:1.8rem;font-weight:600}.strategy-section>p{color:#718096;margin-bottom:2rem;font-size:1rem}.strategy-analysis{display:flex;flex-direction:column;gap:2rem}.stats-container{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0}.stats-container h3{color:#2d3748;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.stat-label{font-size:.9rem;color:#718096;margin-bottom:.5rem;font-weight:500}.stat-value{font-size:1.5rem;font-weight:700;color:#2d3748}.chart-container{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0}.chart-container h3{color:#2d3748;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.strategy-description{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0}.strategy-description h3{color:#2d3748;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.strategy-description p{color:#4a5568;margin-bottom:1rem;line-height:1.7}.strategy-description strong{color:#2d3748;font-weight:600}.expected-value{background:#fff;border-radius:8px;padding:1rem;margin-top:1rem;border:1px solid #e2e8f0}.expected-value h4{color:#2d3748;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.expected-value p{color:#4a5568;margin-bottom:.5rem;font-size:.95rem}@media (max-width: 768px){.App-header{padding:1.5rem}.App-header h1{font-size:2rem}.App-main{padding:1rem}.strategy-section{padding:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-value{font-size:1.2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
