:root{--bg:#0c0f12;--card:#15191e;--line:#262c34;--fg:#e8edf2;--muted:#8b95a3;--accent:#4ade80;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100%}body{background:radial-gradient(1100px 560px at 50% -10%, #16261c 0%, var(--bg) 60%);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.screen{flex-direction:column;gap:20px;max-width:560px;margin:0 auto;padding:36px 20px 56px;display:flex}header{text-align:center}header h1.wordmark{margin:0;font-size:0;line-height:0}header h1.wordmark img{width:min(340px,72vw);height:auto;margin:0 auto;display:block}.nav{flex-direction:column;align-items:center;gap:8px;margin-top:12px;display:flex}.nav-row{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.nav a{letter-spacing:.02em;color:var(--muted);background:var(--card);border:1px solid #ffffffb3;border-radius:999px;padding:6px 14px;font-size:.84rem;font-weight:700;text-decoration:none;transition:color .15s,border-color .15s,background .15s}.nav a:hover{color:var(--fg);border-color:var(--accent)}.nav a.active{color:#04130b;background:var(--accent);border-color:var(--accent)}.prompt.explorer{padding:18px 18px 22px}.picker{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:12px;display:flex}.picker .q-label{text-align:left;flex:none}.occ-select{font:inherit;color:var(--fg);border:1px solid var(--line);cursor:pointer;background:#14181d;border-radius:10px;min-width:240px;max-width:100%;padding:8px 12px;font-size:1rem;font-weight:700}.occ-select:focus{outline:2px solid var(--accent);outline-offset:1px}button.tier-chip{font:inherit;cursor:pointer}button.tier-chip:hover{filter:brightness(1.15)}.map-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:12px;position:relative;overflow:hidden}@media (width>=960px){.map-card{margin-left:-180px;margin-right:-180px}}.map-hint{text-align:center;color:var(--muted);margin-top:6px;font-size:.78rem}.history-chart{flex-direction:column;gap:10px;display:flex}.chart-head{text-align:center;color:var(--muted);font-size:.92rem}.chart-head b{color:var(--fg)}.chart-svg{width:100%;height:auto;display:block}.chart-grid{stroke:#ffffff0f;stroke-width:1px}.chart-axis{fill:var(--muted);font-variant-numeric:tabular-nums;font-family:-apple-system,system-ui,sans-serif;font-size:11px}.chart-line{fill:none;stroke:#4ade80;stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.chart-event{stroke:#ffffff38;stroke-width:1px;stroke-dasharray:4 3}.chart-event-lbl{fill:#fff9;letter-spacing:.02em;font-family:-apple-system,system-ui,sans-serif;font-size:11px;font-weight:700}.chart-context{color:var(--muted);text-align:left;margin-top:4px;font-size:.8rem;line-height:1.6}.calc{flex-direction:column;gap:14px;display:flex}.calc-head{text-align:center;color:var(--muted);font-size:.92rem}.calc-head b{color:var(--fg)}.calc-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.calc-cell{text-align:center;min-width:110px;line-height:1.25}.calc-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.66rem;font-weight:700}.calc-amt{font-variant-numeric:tabular-nums;color:var(--fg);margin-top:3px;font-size:1.4rem;font-weight:800}.calc-amt.left-pos{color:#5fe39b}.calc-amt.left-neg{color:#ff8a98}.calc-sub{color:var(--muted);margin-top:2px;font-size:.7rem}.calc-op{color:var(--muted);font-size:1.5rem;font-weight:700}.calc-bridge{text-align:center;letter-spacing:.04em;color:var(--muted);margin:-2px 0;font-size:.74rem;font-weight:700}.rule-card h3{color:var(--fg);margin:0 0 6px;font-size:1rem;font-weight:800}.rule-card p{color:var(--muted);margin:0 0 8px;font-size:.9rem;line-height:1.6}.rule-card p b{color:var(--fg)}.rule-list{flex-direction:column;gap:8px;margin:4px 0 8px;padding:0;list-style:none;display:flex}.rule-list li{color:var(--muted);font-size:.9rem;line-height:1.55}.rule-list b{color:var(--fg)}.rule-foot{color:var(--muted);margin-top:4px;font-size:.82rem;line-height:1.6}.quiz-progress{color:var(--muted);justify-content:center;align-items:center;gap:12px;font-size:.9rem;display:flex}.quiz-progress b{color:var(--fg);font-variant-numeric:tabular-nums}.quiz-shared-badge{letter-spacing:.04em;text-transform:uppercase;color:#93c5fd;background:#14304a;border-radius:999px;padding:3px 9px;font-size:.7rem;font-weight:700}.quiz-feedback{background:var(--card);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:14px;padding:18px 20px;display:flex}.quiz-end{background:var(--card);text-align:center;border:1px solid #4ade8073;border-radius:16px;flex-direction:column;align-items:center;gap:14px;padding:24px 22px;display:flex}.quiz-score{color:var(--muted);font-size:1.2rem}.quiz-score b{color:var(--fg);font-variant-numeric:tabular-nums}.quiz-end-pct{color:var(--accent);font-variant-numeric:tabular-nums;font-size:3rem;font-weight:800;line-height:1}.quiz-end-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px;display:flex}.next.secondary{color:var(--fg);border:1px solid var(--line);background:0 0}.next.secondary:hover{border-color:var(--accent);color:var(--accent);filter:none}.quiz-foot{color:var(--muted);max-width:460px;margin-top:6px;font-size:.74rem;line-height:1.6}.chart-summary{color:var(--muted);font-variant-numeric:tabular-nums;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.cs-cell{text-align:center;line-height:1.25}.cs-date{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.7rem;font-weight:700}.cs-amt{color:var(--fg);margin-top:2px;font-size:1.05rem;font-weight:800}.cs-arrow{color:var(--muted);font-size:1.25rem}.cs-pct{margin-left:6px;font-size:1.7rem;font-weight:800}.pct-up{color:#ff8a98;font-weight:700}.pct-down{color:#5fe39b;font-weight:700}.chart-foot{color:var(--muted);text-align:center;margin-top:4px;font-size:.73rem;line-height:1.55}.edit-panel{color:var(--fg);background:#1a1f24;border:1px solid #4ade8073;border-radius:10px;margin-top:10px;padding:10px 12px;font-size:.82rem;line-height:1.5}.edit-panel .muted{color:var(--muted)}.edit-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.edit-row>span{color:var(--muted);font-size:.78rem}.edit-row button{font:inherit;background:var(--card);color:var(--fg);border:1px solid var(--line);cursor:pointer;border-radius:8px;padding:5px 12px;font-size:.8rem;font-weight:700}.edit-row button:hover{border-color:var(--accent);color:var(--accent)}.range-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:18px 18px 22px}.range-empty{color:var(--muted);text-align:center;font-size:.9rem;line-height:1.55}.range-head{text-align:center;color:var(--muted);margin-bottom:22px;font-size:.92rem}.range-head b{color:var(--fg)}.range-bar-wrap{margin:16px 38px 76px;position:relative}.range-bar{background:linear-gradient(90deg,#1a3a26 0%,#2ecc71 50%,#14361f 100%);border-radius:999px;width:100%;height:16px;position:relative}.range-tick{text-align:center;pointer-events:none;width:76px;position:absolute;top:-10px;transform:translate(-50%)}.tick-mark{background:#e8edf2;border-radius:2px;width:2px;height:36px;margin:0 auto}.tick-lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-top:5px;font-size:.62rem;font-weight:800}.tick-val{color:var(--fg);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.78rem;font-weight:800}.range-axis{color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;font-size:.72rem;display:flex}.range-foot{text-align:center;color:var(--muted);margin-top:10px;font-size:.72rem;line-height:1.6}.range-foot b{color:var(--fg)}.tag{text-align:center;color:var(--muted);margin-top:6px;font-size:.92rem}.score{background:var(--card);border:1px solid var(--line);color:var(--muted);font-variant-numeric:tabular-nums;border-radius:999px;margin-top:12px;padding:4px 14px;font-size:.84rem;display:inline-block}.prompt{background:var(--card);border:1px solid var(--line);text-align:center;border-radius:16px;padding:26px 22px}.qline{color:var(--muted);font-size:.9rem}.q-list{width:fit-content;max-width:100%;margin:0 auto}.q-item{text-align:left;align-items:center;gap:14px;margin-top:14px;display:flex}.q-label{text-align:right;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);flex:0 0 104px;font-size:.66rem;font-weight:700;line-height:1.25}.jobtitle{font-size:1.6rem;font-weight:700;line-height:1.15}.tiers{white-space:nowrap;flex-wrap:nowrap;gap:7px;display:flex}.tier-chip{color:#4b5563;background:#14181d;border:1px solid #20262e;border-radius:999px;padding:5px 13px;font-size:.8rem;font-weight:700}.tier-chip.active{color:#93c5fd;background:#14304a;border-color:#38bdf880}.choices{grid-template-columns:1fr 1fr;gap:12px;display:grid}.choice{font:inherit;cursor:pointer;color:var(--fg);background:var(--card);border:1px solid var(--line);font-variant-numeric:tabular-nums;border-radius:14px;padding:18px;font-size:1.15rem;font-weight:700;transition:transform 80ms,border-color .15s,background .15s}.choice:hover:not(:disabled){border-color:var(--accent);transform:translateY(-1px)}.choice:disabled{cursor:default}.choice.right{color:#7af0a8;background:#14361f;border-color:#2ecc71}.choice.wrong{color:#ff9aa8;background:#3a1620;border-color:#ff5a6e}.choice.dim{opacity:.4}.reveal{background:var(--card);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:16px;padding:22px;display:flex}.reveal.ok{border-color:#2ecc718c}.reveal.no{border-color:#ff5a6e8c}.verdict-line{font-size:1.02rem;line-height:1.5}.line{flex-direction:column;gap:7px;display:flex}.line .arrow{color:var(--muted);align-self:center;font-size:1.05rem;line-height:1}.rule-intro{text-align:center;max-width:460px;color:var(--muted);margin:6px auto 0;font-size:.86rem;line-height:1.55}.rule-intro b{color:var(--fg);font-weight:700}.stn{border:1px solid var(--line);background:#10151a;border-radius:14px;padding:14px 16px}.stn.machine{border-color:#3b3b55}.stn.end{border-color:#4ade8066}.stn.center{text-align:center}.stn-ico{font-size:1.35rem;line-height:1}.stn-cap{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-top:4px;font-size:.7rem}.stn-val{font-variant-numeric:tabular-nums;margin-top:3px;font-size:1.55rem;font-weight:800}.stn-sub{color:var(--muted);margin-top:4px;font-size:.72rem}.stn-row{justify-content:space-between;gap:14px;padding:2px 0;font-size:.94rem;display:flex}.stn-row span{color:var(--muted)}.stn-row b{font-variant-numeric:tabular-nums;white-space:nowrap}.stn-row.pos b{color:#5fe39b}.stn-row.tight b{color:#f5d97a}.stn-row.neg b{color:#ff8a98}.taxbits{flex-direction:column;gap:3px;margin:7px 0 0;padding:0;list-style:none;display:flex}.taxbits li{justify-content:space-between;gap:14px;font-size:.86rem;display:flex}.taxbits li span{color:var(--muted)}.taxbits li b{color:#ff8a98;font-variant-numeric:tabular-nums}.taxbits li.tot{border-top:1px solid var(--line);margin-top:5px;padding-top:7px;font-weight:700}.taxbits li.tot span{color:var(--fg)}.stn-out{border-top:1px dashed var(--line);margin-top:12px;padding-top:12px}.stn-out-cap{color:var(--muted);font-size:.72rem}.stn-out-amt{color:#5fe39b;font-variant-numeric:tabular-nums;margin-top:3px;font-size:1.45rem;font-weight:800}.stn-out-amt span{color:var(--muted);font-size:.78rem;font-weight:600}.branch{grid-template-columns:1fr 1fr;align-items:stretch;gap:12px;display:grid}.route{border:1px solid var(--line);background:#10151a;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.route.rent{border-color:#38bdf873}.route.buy{border-color:#a78bfa80}.route-head{letter-spacing:.02em;padding:11px 14px;font-size:.82rem;font-weight:800}.route.rent .route-head{color:#7dd3fc;background:#38bdf81f}.route.buy .route-head{color:#c4b5fd;background:#a78bfa24}.route-body{text-align:center;flex-direction:column;flex:1;align-items:center;gap:6px;padding:16px;display:flex}.route-block{flex-direction:column;align-items:center;gap:4px;display:flex}.route-cap{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.68rem}.route-amt{font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:800}.route-amt span{color:var(--muted);font-size:.78rem;font-weight:600}.route-amt.big{font-size:1.7rem}.route-amt.pos{color:#5fe39b}.route-amt.tight{color:#f5d97a}.route-amt.neg{color:#ff8a98}.route-sub{color:var(--muted);font-size:.73rem}.route-share{background:#1b212a;border-radius:999px;margin-top:4px;padding:3px 11px;font-size:.8rem;font-weight:700}.route-share.pos{color:#5fe39b}.route-share.tight{color:#f5d97a}.route-share.neg{color:#ff8a98}.route-div{border-top:1px dashed var(--line);width:100%;color:var(--muted);margin:8px 0 2px;padding-top:10px;font-size:.95rem}@media (width<=560px){.branch{grid-template-columns:1fr}.q-label{flex-basis:76px}.q-item{gap:10px}.tiers{gap:5px}.tier-chip{padding:4px 9px;font-size:.68rem}}.badge{text-align:center;border-radius:12px;padding:11px;font-size:.96rem;font-weight:700}.badge.buy{color:#7af0a8;background:#14361f}.badge.rent{color:#f5d97a;background:#3a3416}.badge.burdened{color:#ff9aa8;background:#3a1620}.disclaimer{border-top:1px solid var(--line);color:var(--muted);text-align:left;margin-top:4px;padding-top:16px;font-size:.73rem;line-height:1.65}.disclaimer strong{color:var(--fg)}.next{font:inherit;cursor:pointer;background:var(--accent);color:#04130b;border:0;border-radius:12px;padding:14px;font-size:1rem;font-weight:800}.next:hover{filter:brightness(1.08)}.err{color:#ff9aa8;text-align:center}.loading{text-align:center;color:var(--muted)}@media (width<=420px){.choices{grid-template-columns:1fr}}.surv-status{background:var(--card);border:1px solid var(--line);border-radius:16px;grid-template-columns:auto auto 1fr 1fr;align-items:center;gap:14px;margin-bottom:14px;padding:14px 16px;display:grid}.surv-money,.surv-stage{text-align:center}.surv-money span,.surv-stage span{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.7rem;display:block}.surv-money b{font-size:1.25rem}.surv-money b.low,.surv-status b.low{color:#ef4444}.surv-stage b{font-size:1.05rem}.meter-top{justify-content:space-between;margin-bottom:4px;font-size:.78rem;display:flex}.meter-top span{color:var(--muted)}.meter-track{border:1px solid var(--line);background:#0c0f12;border-radius:6px;height:9px;overflow:hidden}.meter-fill{border-radius:6px;height:100%;transition:width .35s}.meter-health .meter-fill{background:#22c55e}.meter-happy .meter-fill{background:#fbbf24}.surv-section-title{margin-bottom:4px;font-size:1.02rem;font-weight:800}.surv-note{color:var(--muted);margin:4px 0 12px;font-size:.85rem}.surv-subs{flex-direction:column;gap:8px;display:flex}.surv-sub{font:inherit;border:1px solid var(--line);color:var(--text,#e7ecf2);cursor:pointer;background:#0c0f12;border-radius:10px;justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.surv-sub b{color:var(--muted);font-weight:700}.surv-sub.on{border-color:var(--accent);background:#4ade8014}.surv-sub.on b{color:var(--accent)}.surv-ledger{flex-direction:column;gap:6px;display:flex}.surv-line{justify-content:space-between;font-size:.95rem;display:flex}.surv-line span{color:var(--muted)}.surv-line.pos b{color:#22c55e}.surv-line.total{border-top:1px solid var(--line);margin-top:6px;padding-top:8px;font-weight:800}.surv-line.total.neg b{color:#ef4444}.surv-line.total.pos b{color:#22c55e}.surv-event{border-left:4px solid var(--line);margin-top:14px}.surv-event.bad{border-left-color:#ef4444}.surv-event.good{border-left-color:#22c55e}.surv-event.choice{border-left-color:#60a5fa}.surv-event.calm{border-left-color:var(--muted)}.surv-event-title{margin-bottom:4px;font-size:1.1rem;font-weight:800}.surv-event-text{color:var(--text,#e7ecf2);margin:0 0 14px}.surv-choices{flex-direction:column;gap:10px;display:flex}.surv-final{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:22px;margin:8px 0 4px;display:flex}.surv-final b{color:var(--text,#e7ecf2)}@media (width<=560px){.surv-status{grid-template-columns:1fr 1fr;row-gap:12px}}.choice.danger{border-color:#ef4444}.choice.danger:hover{background:#ef44441f}.surv-result{border:1px solid var(--line);background:#0c0f12;border-radius:10px;margin:14px 0;padding:10px 14px;font-weight:700}.surv-status b.debt,.surv-line b.debt,.surv-line span.debt{color:#f87171}.surv-opts{flex-wrap:wrap;gap:8px;display:flex}.surv-opt{min-width:96px;font:inherit;text-align:left;border:1px solid var(--line);color:var(--text,#e7ecf2);cursor:pointer;background:#0c0f12;border-radius:10px;flex-direction:column;flex:1 1 0;gap:3px;padding:10px 12px;display:flex}.surv-opt.active{border-color:var(--accent);background:#4ade8014}.surv-opt .opt-name{font-weight:700}.surv-opt .opt-name small{color:var(--muted);font-weight:600}.surv-opt .opt-eff{color:var(--muted);font-size:.78rem}.surv-sub small{color:var(--muted);font-weight:600}.surv-line b.pos-meter{color:#22c55e}.surv-line b.neg-meter{color:#f87171}.surv-wb-net{flex-wrap:wrap;gap:14px;display:flex}.surv-wb-net span{text-align:center;border:1px solid var(--line);background:#0c0f12;border-radius:10px;flex:1 1 0;min-width:130px;padding:12px;font-size:1.05rem;font-weight:800}.surv-actions{gap:10px;margin-bottom:14px;display:flex}.surv-actions .next{flex:1 1 0;margin:0}@media (width<=480px){.surv-actions{flex-direction:column}}.surv-event.market{border-left-color:#60a5fa}.surv-invest{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.surv-invest .tier-chip{text-align:center;flex:1 1 0;min-width:110px}.surv-invest .tier-chip:disabled{opacity:.4;cursor:not-allowed}.surv-month{text-align:center;margin:4px 0 2px}.surv-month-name{letter-spacing:-.01em;font-size:2.8rem;font-weight:800;line-height:1.05}.surv-month-prog{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:2px;font-size:.72rem}.surv-rule30{text-align:center;color:var(--muted);max-width:480px;margin:20px auto 2px}.surv-rule30 p{margin:5px 0;font-size:.9rem}.surv-rule30 b{color:var(--text,#e7ecf2)}.warn-meter{color:#eab308}.surv-rule30 b.pos-meter{color:#22c55e}.surv-rule30 b.neg-meter{color:#f87171}.surv-rule30 b.warn-meter{color:#eab308}.surv-line.balance{margin-top:4px;font-size:1.05rem;font-weight:800}.surv-stat{align-items:center;gap:12px;margin-top:12px;display:flex}.surv-stat-label{text-align:right;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);flex:0 0 120px;font-size:.7rem;font-weight:700}.surv-stat-opts{flex-wrap:wrap;flex:1;gap:8px;display:flex}.surv-stat-btn{min-width:92px;font:inherit;border:1px solid var(--line);color:var(--text,#e7ecf2);cursor:pointer;text-align:center;background:#0c0f12;border-radius:10px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:2px;padding:10px 8px;font-weight:600;display:flex}.surv-stat-name{white-space:nowrap}.surv-stat-sub{color:var(--muted);font-size:.72rem;font-weight:600}.surv-stat-btn.active .surv-stat-sub{color:#bfdbfe}.surv-stat-btn.active{color:#bfdbfe;background:#60a5fa29;border-color:#60a5fa}.surv-car-note{margin:10px 0 2px;padding-left:132px}@media (width<=560px){.surv-stat{flex-direction:column;align-items:stretch;gap:6px}.surv-stat-label{text-align:left;flex:none}.surv-car-note{padding-left:0}}.surv-buy-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:14px 0 8px;font-size:.72rem;font-weight:700}.surv-buys{flex-wrap:wrap;gap:8px;display:flex}.surv-buy{border:1px solid var(--line);min-width:96px;color:var(--text,#e7ecf2);cursor:pointer;font:inherit;background:#0c0f12;border-radius:9px;flex-direction:column;flex:96px;align-items:center;gap:2px;padding:8px;display:flex}.surv-buy .buy-name{text-align:center;font-size:.82rem;font-weight:700}.surv-buy .buy-cost{color:var(--muted);font-size:.72rem}.surv-buy .buy-tag{font-size:.72rem;font-weight:700}.surv-buy .buy-tag.tag-health{color:#22c55e}.surv-buy .buy-tag.tag-happy{color:#fbbf24}.surv-buy.on{background:#60a5fa29;border-color:#60a5fa}.surv-opt{justify-content:center;min-height:58px}.surv-buy-line span{align-items:center;gap:6px;display:inline-flex}.surv-remove{font:inherit;border:1px solid var(--line);color:#f87171;cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-weight:800;line-height:1;display:inline-flex}.surv-remove:hover{background:#f871711f;border-color:#f87171}.surv-recap{text-align:left;max-width:460px;margin-top:6px}.surv-recap-title{text-align:center;margin:0 0 10px;font-size:1.02rem;font-weight:800}.surv-recap-list{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.surv-recap-list li{color:var(--muted);padding-left:18px;font-size:.9rem;position:relative}.surv-recap-list li:before{content:"·";color:var(--accent);font-weight:800;position:absolute;left:6px}.surv-buy.owned{opacity:.6;cursor:default;border-style:dashed}.surv-buy .buy-tag.tag-owned{color:#22c55e}.surv-progress{gap:6px;margin-bottom:12px;display:flex}.surv-prog-seg{text-align:center;flex:1 1 0;min-width:0}.surv-prog-bar{background:var(--line);border-radius:4px;height:6px;transition:background .25s}.surv-prog-seg.done .surv-prog-bar{background:var(--accent)}.surv-prog-seg.active .surv-prog-bar{background:#60a5fa}.surv-prog-seg.skip .surv-prog-bar{background:#20242b}.surv-prog-label{text-transform:uppercase;letter-spacing:.02em;color:var(--muted);margin-top:4px;font-size:.55rem;line-height:1.15;display:block}.surv-prog-seg.active .surv-prog-label{color:#bfdbfe;font-weight:700}.surv-prog-seg.done .surv-prog-label{color:var(--text,#e7ecf2)}.surv-prog-seg.skip .surv-prog-label{opacity:.4}.surv-invest-add:not(:disabled){background:var(--accent);color:#04130b;border-color:var(--accent);font-weight:800}.surv-house{border:1px solid var(--accent);text-align:left;background:#0c0f12;border-radius:14px;width:100%;padding:16px 18px}.surv-house-title{text-align:center;margin-bottom:12px;font-size:1.05rem;font-weight:800}.surv-house-row{color:var(--muted);justify-content:space-between;gap:12px;margin:4px 0;font-size:.92rem;display:flex}.surv-house-row b{color:var(--text,#e7ecf2)}.surv-house-row b.debt{color:#f87171}.surv-house-bar{border:1px solid var(--line);background:#15191e;border-radius:7px;height:12px;margin:12px 0 10px;overflow:hidden}.surv-house-fill{background:var(--accent);border-radius:7px;height:100%;transition:width .4s}.surv-house-msg{text-align:center;margin:0;font-size:.95rem}.surv-house-msg b{color:var(--accent)}.surv-buy .buy-tags{flex-direction:column;align-items:center;gap:0;line-height:1.25;display:flex}.surv-buy .buy-tag.eff-health{color:#22c55e}.surv-buy .buy-tag.eff-happy{color:#fbbf24}.surv-buy .buy-tag.eff-neg{color:#f87171}.quiz-end-max{color:var(--muted);font-size:1.2rem;font-weight:700}.surv-scorecard{border:1px solid var(--line);text-align:left;background:#0c0f12;border-radius:12px;align-items:center;gap:14px;width:100%;padding:14px 16px;display:flex}.surv-scorecard-main{flex:1;min-width:0}.surv-scorecard-title{margin-bottom:6px;font-size:1.02rem;font-weight:800}.surv-scoreline{color:var(--muted);justify-content:space-between;gap:12px;margin:2px 0;font-size:.9rem;display:flex}.surv-scoreline b{color:var(--text,#e7ecf2);font-weight:700}.surv-scoreline b.debt{color:#f87171}.surv-scoreline small{color:var(--muted);font-weight:600}.surv-scorecard-pts{text-align:center;border-left:1px solid var(--line);flex:none;padding-left:14px}.surv-scorecard-pts b{color:var(--accent);font-size:2.1rem;font-weight:800;line-height:1;display:block}.surv-scorecard-pts span{color:var(--muted);font-size:.75rem}.surv-story{text-align:left;width:100%;color:var(--text,#e7ecf2);border:1px solid var(--line);background:#15191e;border-radius:12px;margin:4px 0 0;padding:14px 16px;font-size:.95rem;line-height:1.6}
