:root{color-scheme:dark;--bg:#11151b;--panel:#191e26;--text:#f1f3f6;--muted:#a4adb9;--line:#303641;--accent:#ffb16c;--money:#ffb16c;--energy:#83c8fd;--support:#baa6f7}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 'Noto Sans SC',system-ui,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}button:disabled{opacity:.35;cursor:default}a{color:inherit;text-decoration:none}.topbar{max-width:1440px;margin:auto;padding:25px 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:16px}.brand{display:flex;align-items:center;gap:14px;font-weight:600;letter-spacing:.03em}.brand-mark{font:38px/1 system-ui;color:var(--accent)}.brand-slash{color:#66717d;margin:0 12px}.edition{font-size:13px;color:var(--muted)}.edition b{font:12px ui-monospace,monospace;border:1px solid var(--line);padding:6px 8px;margin-left:16px;font-weight:400}main{max-width:1280px;margin:36px auto 0;padding:0 32px}.scenario-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:38px}.scenario-tab{background:transparent;border:1px solid var(--line);padding:17px 20px;text-align:left;display:flex;gap:15px;align-items:center;border-radius:8px;transition:.2s}.scenario-tab[aria-pressed=true]{border-color:var(--accent);background:#27221e}.scenario-tab:hover{background:#242a33}.scenario-num{font:22px ui-monospace,monospace;color:#76818f}.scenario-tab[aria-pressed=true] .scenario-num{color:var(--accent)}.scenario-name{display:block;font-weight:500}.scenario-sub{display:block;font-size:13px;color:var(--muted);margin-top:2px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:52px}.play-column{min-width:0}.session-head{display:flex;justify-content:space-between;gap:12px;font-size:13px;letter-spacing:.05em;color:var(--muted)}#chapter{color:var(--accent)}.progress{display:flex;gap:6px;margin:14px 0 30px}.progress span{height:3px;flex:1;background:#303641}.progress .complete{background:var(--accent)}.progress .current{background:linear-gradient(90deg,var(--accent) 45%,#303641 45%)}.eyebrow{font:12px/1.4 ui-monospace,monospace;letter-spacing:.15em;color:var(--muted)}h1{font-size:clamp(27px,3vw,40px);line-height:1.4;letter-spacing:-.035em;margin:14px 0 16px;max-width:650px}h2,h3,p{margin:0}.scene-description{font-size:17px;line-height:1.9;color:#c1c8d1;max-width:670px}.notification{margin:26px 0;padding:19px 22px;background:var(--panel);border-left:3px solid var(--accent);border-radius:0 8px 8px 0}.notification-label{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:var(--muted);margin-bottom:10px}.notification p{line-height:1.85}.question-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:26px 0 12px}.question-line h2{font-size:17px}.question-line span{font-size:13px;color:var(--muted)}.choices{display:flex;flex-direction:column;gap:10px}.choice{width:100%;padding:18px 20px;display:grid;grid-template-columns:30px minmax(0,1fr) 20px;gap:14px;align-items:center;text-align:left;border:1px solid #39414d;border-radius:8px;background:#171c23;transition:background .18s,border-color .18s,transform .18s}.choice:hover{background:#25272b;border-color:var(--accent);transform:translateX(3px)}.choice-letter{font:14px ui-monospace,monospace;color:var(--accent);border:1px solid #66503f;width:29px;height:29px;display:grid;place-items:center;border-radius:5px}.choice-title{font-weight:500;display:block}.choice-hint{display:block;color:var(--muted);font-size:14px;margin-top:3px;line-height:1.7}.choice-arrow{color:#8a94a1}.dashboard{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:25px;align-self:start}.dashboard-header h2{font-size:22px;letter-spacing:-.03em;margin:7px 0 4px}.dashboard-header p{color:var(--muted);font-size:14px}.stat{margin-top:23px}.stat-top{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.stat-name{font-size:14px}.stat-value{font:25px ui-monospace,monospace}.stat-unit{font:12px system-ui;color:var(--muted);margin-left:5px}.stat-bar{height:5px;background:#313844;border-radius:4px;margin:10px 0 6px;overflow:hidden}.stat-bar span{display:block;height:100%;transition:width .6s}.stat-desc{font-size:12px;color:var(--muted)}.trajectory{padding-top:25px;margin-top:25px;border-top:1px solid var(--line)}.small-heading{display:flex;justify-content:space-between;align-items:center;gap:8px}.small-heading h3{font-size:14px;font-weight:500}.small-heading>span{font-size:12px;color:var(--muted)}#chart svg{display:block;width:100%;height:122px;margin-top:12px}.legend{display:flex;gap:15px;flex-wrap:wrap;font-size:12px}.legend span:before{content:'';display:inline-block;width:12px;height:2px;background:currentColor;vertical-align:middle;margin-right:5px}.money{color:var(--money)}.energy{color:var(--energy)}.support{color:var(--support)}.history{padding-top:24px;margin-top:24px;border-top:1px solid var(--line)}.history-empty{font-size:14px;color:var(--muted);margin:12px 0}.history-item{margin-top:14px;display:grid;grid-template-columns:20px 1fr;gap:10px;font-size:13px}.history-item>span{font:12px ui-monospace,monospace;color:var(--accent);padding-top:4px}.history-item p{color:var(--muted);font-size:12px;margin-top:2px}.model-note{font-size:12px;color:#929daa;line-height:1.8;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.bottom-controls{display:flex;justify-content:space-between;gap:12px;margin:28px 0}.text-button{font-size:14px;background:none;border:0;padding:8px 0;color:var(--muted)}.text-button:hover:enabled{color:var(--text)}footer{max-width:1280px;margin:45px auto 0;padding:22px 32px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;color:#7f8a98;font-size:12px}footer span:first-child{letter-spacing:.16em;font-family:ui-monospace,monospace}.result-label{display:inline-flex;color:var(--accent);font-size:13px;gap:10px;align-items:center}.result-label:before{content:'✓';width:23px;height:23px;border-radius:50%;background:#383025;text-align:center}.chosen{color:var(--muted);font-size:14px;margin:6px 0 16px}.impact-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.impact{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:15px}.impact b{display:block;font:24px ui-monospace,monospace;margin-top:7px}.impact span{font-size:13px;color:var(--muted)}.insight{padding:20px 22px;margin:20px 0 25px;background:#22272f;border-radius:8px;border:1px solid #3b424c}.insight h3{font-size:14px;color:var(--accent);margin-bottom:8px}.insight p{font-size:16px;line-height:1.85}.primary{width:100%;border:0;border-radius:8px;background:var(--accent);color:#211b16;padding:16px 22px;display:flex;justify-content:space-between;font-weight:600;transition:.2s}.primary:hover{background:#ffc48f}.branch-note{font-size:14px;color:#c5b3f9;padding:12px 15px;border-left:2px solid #a493d7;background:#211f2c;margin:20px 0}.summary-intro{color:var(--muted);font-size:16px;line-height:1.9}.review-list{margin:22px 0}.review-row{padding:16px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;align-items:center}.review-row h3{font-size:15px;font-weight:500}.review-row p{color:var(--muted);font-size:13px;margin-top:5px}.revisit{white-space:nowrap;color:var(--accent);background:#28231f;border:1px solid #66503f;border-radius:5px;padding:8px 12px;font-size:13px}.finish-actions{display:flex;gap:12px}.finish-actions .primary{flex:1}.secondary{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:13px 20px}.fade{animation:enter .28s ease-out}@keyframes enter{from{opacity:.4;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1150px){#stage{min-height:625px}}@media(max-width:1000px){.workspace{gap:26px;grid-template-columns:minmax(0,1fr) 290px}.dashboard{padding:20px}.topbar{padding:22px 32px}}@media(max-width:760px){.topbar{padding:18px 20px}.brand{font-size:15px;gap:8px}.brand-mark{font-size:30px}.brand-slash{margin:0 6px}.edition{display:none}main{padding:0 18px;margin-top:22px}.scenario-nav{gap:7px;margin-bottom:25px}.scenario-tab{padding:12px 8px;gap:7px;align-items:flex-start}.scenario-num{font-size:14px;margin-top:4px}.scenario-name{font-size:14px}.scenario-sub{display:none}.workspace{display:flex;flex-direction:column;gap:0}.dashboard{width:100%;padding:20px}.dashboard-header .eyebrow{display:none}.dashboard-header h2{font-size:20px}.dashboard-header p{font-size:13px}#stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stat-top{display:block}.stat-value{display:block;font-size:23px;margin-top:3px}.stat{margin-top:15px}.stat-name{font-size:13px}.stat-desc{font-size:12px}.trajectory{margin-top:20px;padding-top:18px}.history{margin-top:18px;padding-top:18px}.history-item{margin-top:10px}.model-note{margin-top:16px;padding-top:14px}.session-head{font-size:12px}.progress{margin-bottom:22px}h1{font-size:28px;margin-top:12px}.scene-description{font-size:16px}.notification{margin:22px 0;padding:16px}.choice{padding:16px 13px;gap:10px;grid-template-columns:28px minmax(0,1fr) 12px}.choice-title{font-size:16px}.choice-hint{font-size:14px}.question-line span{font-size:12px}.impact{padding:12px}.impact b{font-size:21px}.insight{padding:17px}.bottom-controls{margin:18px 0 25px}footer{margin:28px 18px 0;padding:20px 0 28px;flex-direction:column;gap:6px}.finish-actions{flex-direction:column}.review-row{gap:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
