:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:#071a33;color:#e2e8f0}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:linear-gradient(180deg,#071a33,#0b2447 60%,#111827);color:#e2e8f0}button,textarea,a{font:inherit}.app-shell{min-height:100vh;padding:32px}.page{max-width:1200px;margin:0 auto}.hero-card,.scenario-header{background:#0f172aeb;border:1px solid rgba(148,163,184,.16);border-radius:22px;padding:28px;margin-bottom:24px}.hero-card h1,.scenario-header h1{margin:0 0 12px;font-size:clamp(2rem,2.5vw,3rem)}.hero-card p,.scenario-header p{margin:0 0 16px;line-height:1.7;color:#cbd5e1}.scenario-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.card{background:#0f172ae0;border:1px solid rgba(148,163,184,.16);border-radius:18px;box-shadow:0 20px 80px #0000002e}.card-content{padding:24px}.card-content h2{margin:0 0 12px;font-size:1.4rem}.card-content p{margin:0 0 12px;color:#cbd5e1}.scenario-overview{font-size:.95rem;color:#94a3b8}.button,.link-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:12px 20px;border-radius:999px;border:none;background:#d6a94a;color:#0f172a;cursor:pointer;text-decoration:none;font-weight:700;transition:transform .15s ease,background-color .15s ease}.button.secondary,.link-button.secondary{background:#ffffff1a;color:#e2e8f0}.button:hover,.link-button:hover{transform:translateY(-1px);background:#f0d18a}.button.secondary:hover,.link-button.secondary:hover{background:#ffffff29}.page.scenario-page{display:grid;gap:24px}.scenario-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.stage-summary{display:grid;gap:24px;grid-template-columns:minmax(220px,320px) 1fr}.stage-list{display:grid;gap:12px}.stage-button{display:flex;flex-direction:column;text-align:left;padding:16px;border-radius:16px;border:1px solid rgba(148,163,184,.16);background:#0f172ad1;color:#e2e8f0;cursor:pointer}.stage-button.active{border-color:#d6a94a;background:#d6a94a24}.stage-button small{display:block;margin-top:8px;color:#94a3b8}.stage-detail{display:grid;gap:20px}.stage-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.stage-header h2{margin:0;font-size:1.5rem}.progress-bar{height:12px;background:#94a3b829;border-radius:999px;overflow:hidden;min-width:180px}.progress-fill{height:100%;background:linear-gradient(90deg,#d6a94a,#f0d18a)}label{display:grid;gap:8px;margin-bottom:16px;font-weight:600}textarea{width:100%;min-height:120px;border-radius:14px;border:1px solid rgba(148,163,184,.24);background:#0f172aeb;color:#e2e8f0;padding:14px;resize:vertical}.return-link{text-align:center}.link-button{width:fit-content}@media (max-width: 880px){.stage-summary{grid-template-columns:1fr}}
