*{box-sizing:border-box}html,body{margin:0}body{color:#e6edf6;background:#070b11;justify-content:center;min-height:100dvh;font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;display:flex}#game{background:#0c121b;border-left:1px solid #1b2738;border-right:1px solid #1b2738;flex-direction:column;width:560px;max-width:100%;min-height:100dvh;display:flex;position:relative}#scene-zone{background:#0a1018;border-bottom:1px solid #1b2738;position:relative}#scene-canvas{aspect-ratio:1024/768;width:100%;line-height:0;display:block}#scene-canvas canvas{width:100%!important;height:100%!important;display:block!important}#fx{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}#scene-top{justify-content:space-between;align-items:center;padding:8px 10px;display:flex;position:absolute;top:0;left:0;right:0}#scene-top .left{align-items:center;gap:8px;display:flex}#scene-top .right{align-items:center;gap:6px;display:flex}.brand{color:#fff;text-shadow:0 1px 3px #000000b3;letter-spacing:.5px;font-size:14px;font-weight:700}.date{color:#cfe0f5;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#080e1699;border-radius:999px;padding:2px 8px;font-size:12px}.run{color:#8fb4dd;background:#080e1699;border-radius:999px;padding:2px 7px;font-size:11px}.ctl{cursor:pointer;color:#e6edf6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#080e169e;border:1px solid #78a0c840;border-radius:7px;min-width:28px;height:26px;font-size:12px}.ctl.wide{min-width:38px}.ctl:hover{background:#1e6fb8}#scene-foot{background:linear-gradient(#0000,#060a10d9);justify-content:space-between;align-items:center;padding:6px 10px;font-size:11px;display:flex;position:absolute;bottom:0;left:0;right:0}#scene-foot .tag{color:#afc4dc}#scene-foot .hint{color:#ffce7a;font-weight:500}#levers-zone{background:#0b1019;border-bottom:1px solid #1b2738;flex-wrap:wrap;align-items:center;gap:12px;padding:7px 11px;display:flex}.lever{align-items:center;gap:5px;display:flex}.lever .lk{color:#8fb4dd;font-size:11px}.lever .lv{color:#eaf2fb;text-align:center;min-width:40px;font-size:12px;font-weight:600}.lever-read{color:#7f9bb8;letter-spacing:.3px;margin-left:auto;font-size:11px}.lever-read b{color:#5dcaa5;font-weight:600}.lever-read .dim{color:#45566b}.zone-label{letter-spacing:1px;color:#6f8aa8;border-bottom:1px solid #141d29;justify-content:space-between;align-items:center;padding:7px 11px 5px;font-size:11px;display:flex}#feed-zone{flex-direction:column;flex:auto;min-height:120px;display:flex}#feed{flex-direction:column;gap:6px;padding:6px 9px;display:flex;overflow-y:auto}.feed-item{background:#111a26;border-left:3px solid #2a3a4f;border-radius:8px;padding:7px 10px;animation:.35s slideIn}.feed-item .ft{color:#5f7794;font-size:10px}.feed-item .fx{color:#d6e2ef;margin-top:1px;font-size:13px;line-height:1.5}.feed-item.ev{border-left-color:#4f9dd6}.feed-item.warn{border-left-color:#e0a030}.feed-item.bad{border-left-color:#e2643c}.feed-item.good{border-left-color:#4fb07f}.feed-item.boss{background:#1d1414;border-left-color:#c0504d}@keyframes slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}#metrics-zone{background:#0a1018;border-top:1px solid #1b2738}.ghost{color:#5dcaa5;letter-spacing:0;font-size:11px;font-weight:400}#metrics{grid-template-columns:repeat(4,1fr);gap:5px;padding:8px 9px 11px;display:grid}.chip{background:#111a26;border-radius:8px;padding:6px 8px}.chip.accent{border-left:3px solid #e0a030}.chip .l{color:#6f8aa8;font-size:10px}.chip .v{color:#eaf2fb;margin-top:1px;font-size:15px;font-weight:600}.chip .note{color:#e2643c;font-size:9px;font-weight:400}.bar{background:#1c2836;border-radius:3px;height:4px;margin-top:4px;overflow:hidden}.bar>i{border-radius:3px;height:4px;display:block}.overlay{z-index:20;background:#060a10d1;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.overlay.hidden{display:none}.card{background:#0f1925;border:1px solid #2b3f57;border-radius:12px;width:440px;max-width:100%;overflow:hidden;box-shadow:0 16px 50px #0009}.card-top{color:#eaf2fb;background:#14202e;padding:10px 14px;font-weight:600}.card-top .sub{color:#7f9bb8;float:right;font-size:12px;font-weight:400}.card-body{padding:14px}.cfo{gap:10px;margin-bottom:12px;display:flex}.avatar{color:#fff;background:linear-gradient(#2e6fb5,#1d4f86);border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-weight:600;display:flex}.bubble{color:#d6e2ef;background:#15212f;border:1px solid #2b3f57;border-radius:8px;padding:8px 11px;font-size:13px;line-height:1.6}.bubble .who{color:#7f9bb8;font-size:12px}.opt{text-align:left;cursor:pointer;background:#15212f;border:1px solid #2b3f57;border-radius:8px;width:100%;margin-bottom:9px;padding:10px 12px;transition:transform 80ms;display:block}.opt:hover{background:#1a2a3b;transform:translate(3px)}.opt.danger{background:#221414;border-color:#5a2a2a}.opt .ot{color:#eaf2fb;font-size:14px;font-weight:600}.opt .os{color:#8aa3bd;margin-top:2px;font-size:12px}.opt .bomb{color:#e2766a;margin-left:8px;font-size:11px}.metrics2{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:11px;display:grid}.metric{background:#15212f;border-radius:8px;padding:8px 10px}.metric .ml{color:#7f9bb8;font-size:11px}.metric .mv{color:#eaf2fb;font-size:18px;font-weight:600}.tag2{color:#e2766a;margin-bottom:9px;font-size:12px}.lesson{color:#d6e2ef;background:#15212f;border-left:3px solid #5dcaa5;border-radius:0 6px 6px 0;margin-bottom:9px;padding:8px 11px;font-size:13px;line-height:1.65}.proto{color:#8aa3bd;margin-bottom:11px;font-size:12px;line-height:1.6}.replay{color:#fff;cursor:pointer;background:linear-gradient(#2e6fb5,#1d4f86);border:none;border-radius:8px;height:32px;padding:0 16px;font-size:13px;font-weight:600}.replay.alt2{background:#2a323d}.card-img{border-radius:10px;width:100%;max-width:300px;margin:0 auto 10px;display:block;box-shadow:0 8px 28px #0009}.card-hint{text-align:center;color:#7e8a98;margin-bottom:13px;font-size:12px}.card-btns{justify-content:center;gap:10px;display:flex}.intro-brand{color:#eaf1fb;margin-bottom:6px;font-size:21px;font-weight:700}.intro-sub{color:#5fa0e6;margin-bottom:16px;font-size:12px}.intro-premise{color:#d6e2ef;margin-bottom:13px;font-size:14px;line-height:1.7}.intro-how{color:#8aa3bd;margin-bottom:18px;font-size:12px;line-height:1.6}.feed-item .fsrc{color:#aeb6c2;font-weight:600}.feed-item.st-bull .fsrc{color:#6db0ea}.feed-item.st-bear .fsrc{color:#e6b860}.feed-item.st-neutral .fsrc{color:#8a93a2}.bpm{font-variant-numeric:tabular-nums;color:#9adcc0;margin-left:8px;font-size:12px;font-weight:700}.persona{background:#16212f;border:1px solid #243246;border-radius:10px;margin:0 0 12px;padding:11px 13px}.persona-t{color:#ffd25a;margin-bottom:5px;font-size:15px;font-weight:700}.persona-d{color:#d6e2ef;font-size:13px;line-height:1.65}.mt-wrap{margin:0 0 14px}.mt-title{color:#7e8a98;letter-spacing:.5px;margin-bottom:8px;font-size:13px}.mt-row{border-left:2px solid #2a3a4d;gap:10px;margin-left:4px;padding:6px 0 6px 12px;display:flex}.mt-date{color:#5fa0e6;flex:0 0 62px;font-size:12px;font-weight:600}.mt-act{color:#cdd8e4;flex:1;font-size:13px;line-height:1.55}.mt-note{color:#8092a4;margin-top:2px;font-size:12px;display:block}
