*{box-sizing:border-box}:root{--game-width: 390px;--game-height: 844px;--game-safe-left: 10px;--game-safe-top: 10px;--game-safe-width: calc(100vw - 20px) ;--game-safe-height: calc(100dvh - 20px) ;--game-stage-top: 132px;--game-stage-bottom: 158px;--game-wide-left: var(--game-safe-left);--game-wide-top: var(--game-safe-top);--game-wide-width: var(--game-safe-width);--game-wide-height: var(--game-safe-height);--game-wide-right: 10px;--game-wide-bottom: 10px;--game-center-left: var(--game-safe-left);--game-center-top: var(--game-stage-top);--game-center-width: var(--game-safe-width);--game-center-height: calc(100dvh - var(--game-stage-top) - var(--game-stage-bottom));--game-center-right: 10px;--game-center-bottom: var(--game-stage-bottom);--game-left-rail-left: var(--game-safe-left);--game-left-rail-top: var(--game-center-top);--game-left-rail-width: 0px;--game-left-rail-height: var(--game-center-height);--game-left-rail-right: 100vw;--game-left-rail-bottom: var(--game-center-bottom);--game-right-rail-left: 100vw;--game-right-rail-top: var(--game-center-top);--game-right-rail-width: 0px;--game-right-rail-height: var(--game-center-height);--game-right-rail-right: var(--game-safe-left);--game-right-rail-bottom: var(--game-center-bottom);--game-bottom-left: var(--game-safe-left);--game-bottom-top: calc(100dvh - 150px) ;--game-bottom-width: var(--game-safe-width);--game-bottom-height: 140px;--game-bottom-right: 10px;--game-bottom-bottom: 10px;--game-device-bottom-inset: env(safe-area-inset-bottom, 0px);--consultation-question-bar-height: 62px;--consultation-bottom-stack-gap: 6px;--game-has-side-rails: 0;--game-ui-scale: 1;--game-card-columns: 2;--game-decision-columns: 1}html,body,#game-shell,#game-root,#dom-overlay-root{width:100%;height:100%;margin:0}html{overflow:hidden;background:#170e08;overscroll-behavior:none;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;display:grid;place-items:center;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(circle at 50% 12%,rgba(82,55,34,.34),transparent 32%),linear-gradient(180deg,#20140c,#110904);color:#fff4cf;touch-action:manipulation}html{background:#e7f3ef}body{background:linear-gradient(180deg,#f5fbf7,#dcebe7 48%,#bfd1cd);color:#143f3d}#game-shell{background:#dcebe7;box-shadow:0 0 0 1px #4287803d,0 22px 70px #284c4847}.panel{border:1px solid rgba(69,142,134,.42);border-radius:8px;background:linear-gradient(180deg,#fafffcfa,#e1f1edf5),#f8fffb;box-shadow:inset 0 0 0 1px #ffffffb8,0 18px 60px #2b524e42;color:#143f3d}.panel h1,.panel h2{font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#143f3d}input,textarea{border:1px solid rgba(69,142,134,.42);color:#143f3d;background:#fafffcf5}button{border:1px solid rgba(50,126,116,.58);color:#f8fffb;background:#2f7d74}button.secondary{color:#184642;background:#f2f8f5eb}button.selected{outline:3px solid rgba(255,141,107,.7);background:#49a39a}#game-shell{position:relative;width:min(100vw,210dvh,1440px);height:100dvh;overflow:hidden;background:#170e08;box-shadow:0 0 0 1px #d2a94a2e,0 22px 70px #0000007a;transform:translateY(calc(var(--mobile-keyboard-offset, 0px) * -1));transition:transform .12s ease-out}@media(orientation:portrait){#game-shell{width:min(100vw,76dvh,900px);height:100dvh}}#game-root,#dom-overlay-root{position:absolute;top:0;right:0;bottom:0;left:0}canvas{display:block;width:100%;height:100%}#dom-overlay-root{z-index:10;pointer-events:none;padding:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.panel{pointer-events:auto;width:min(390px,calc(100% - 20px));max-height:calc(100% - 20px);overflow:auto;padding:16px;border:2px solid rgba(104,62,31,.82);border-radius:8px;background:linear-gradient(180deg,#ffefc3f5,#e0be84f0),#ead39b;box-shadow:inset 0 0 0 4px #8953252e,0 18px 60px #0000006b;color:#3a281d}.panel h1,.panel h2,.panel p{margin-top:0}.panel h1{font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;letter-spacing:0;font-size:30px;color:#4d2e18}.panel h2{font-size:16px;color:#744016}.result-panel{--result-panel-top: max(152px, calc(var(--game-safe-top, 10px) + 136px));--result-panel-bottom-gap: max(28px, calc(var(--game-wide-bottom, 10px) + 18px));position:absolute;left:50%;top:var(--result-panel-top);bottom:var(--result-panel-bottom-gap);width:min(430px,calc(var(--game-safe-width, 100%) - 20px));max-height:none;transform:translate(-50%);scrollbar-gutter:stable}input,button,textarea{font:inherit}input,textarea{width:100%;min-height:42px;border:1px solid rgba(112,69,34,.68);border-radius:6px;padding:10px 12px;color:#2b1b12;background:#fff6dbeb}button{border:1px solid #7a461f;border-radius:6px;min-height:42px;padding:9px 14px;color:#2b1b12;background:#d9a850;cursor:pointer;font-weight:700}button.secondary{color:#3a281d;background:#5f381b1f}button.selected{outline:3px solid #7ec7a0;background:#7ec7a0}button:disabled,input:disabled,textarea:disabled{cursor:default;opacity:.58}.hidden{display:none!important}label{display:grid;gap:6px;color:#3a281d}.login-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:10px 10px max(52px,calc(34px + var(--game-device-bottom-inset, 0px)));pointer-events:none}.login-panel{width:min(360px,calc(100% - 20px));display:grid;gap:14px}.login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.login-tabs.single{grid-template-columns:1fr}.login-tabs button{min-height:38px;padding:8px 10px;color:#4c3525;background:#5f381b1a}.login-tabs button.active{color:#fff4c8;background:#17453d}.login-form{display:grid;gap:12px}.login-system-footer{position:absolute;left:max(18px,calc(var(--game-safe-left, 10px) + 8px));right:max(18px,calc(var(--game-safe-left, 10px) + 8px));bottom:max(18px,calc(var(--game-device-bottom-inset, 0px) + 14px));margin:0;color:#f8fffbeb;font-size:12px;font-weight:700;line-height:1.25;text-align:center;text-shadow:0 1px 4px rgba(20,63,61,.9),0 0 1px rgba(20,63,61,.86)}.player-profile-panel{width:min(390px,calc(100% - 20px));display:grid;gap:14px}.profile-sex-field{display:grid;gap:8px}.profile-sex-label{color:#3a281d;font-weight:700}.profile-sex-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-sex-choices button{color:#184642;background:#f2f8f5eb}.profile-sex-choices button.selected{color:#f8fffb;background:#2f7d74}.profile-actions{display:flex;justify-content:flex-end;gap:10px}.leaderboard-overlay{pointer-events:auto;position:absolute;top:0;right:0;bottom:0;left:0;z-index:45;display:grid;place-items:center;padding:max(26px,var(--game-safe-top, 10px)) max(12px,var(--game-safe-left, 10px)) max(22px,var(--game-wide-bottom, 10px));background:radial-gradient(circle at 50% 28%,rgba(255,245,210,.2),transparent 34%),linear-gradient(180deg,#0e2c3038,#0714189e)}.leaderboard-shell{width:min(520px,calc(var(--game-safe-width, 100vw) - 16px));max-height:min(680px,calc(var(--game-safe-height, 100dvh) - 24px));display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(118,206,195,.58);border-radius:8px;color:#143f3d;background:linear-gradient(180deg,#fafffcfa,#dff2edf5),#f8fffb;box-shadow:inset 0 0 0 1px #ffffffc7,0 24px 64px #1131356b}.leaderboard-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:18px 18px 14px;border-bottom:1px solid rgba(75,142,134,.24);background:linear-gradient(90deg,rgba(47,125,116,.12),transparent 72%),#ffffff61}.leaderboard-header h1{margin:0;color:#143f3d;font-size:clamp(24px,4.8vw,34px);letter-spacing:0}.leaderboard-header p,.leaderboard-footnote,.leaderboard-message{margin:0;color:#143f3dad}.leaderboard-close{width:38px;min-width:38px;min-height:38px;display:grid;place-items:center;padding:0 0 2px;border-color:#2f7d7461;color:#f8fffb;background:#2f7d74;font-size:22px;line-height:1}.leaderboard-body{min-height:0;display:grid;align-content:start;gap:12px;overflow:auto;padding:14px 18px 18px}.leaderboard-current-rank{display:grid;place-items:center;min-height:42px;padding:8px 12px;border:1px solid rgba(191,120,54,.28);border-radius:8px;color:#6f361d;background:linear-gradient(180deg,#fff2cae6,#ffe9b3b8);font-weight:800;text-align:center}.leaderboard-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.leaderboard-row{min-height:58px;display:grid;grid-template-columns:58px minmax(0,1fr) minmax(54px,auto);align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(70,142,134,.28);border-radius:8px;background:#ffffff94}.leaderboard-row.is-podium{border-color:#d3a9587a;background:linear-gradient(90deg,#ffecb285,#ffffffb3),#ffffff9e}.leaderboard-row.is-current-user{border-color:#2f7d74b8;background:linear-gradient(90deg,#b7ebddb3,#ffffffd1),#ffffffc2;box-shadow:inset 0 0 0 2px #2f7d7433,0 6px 14px #2f7d741f}.leaderboard-current-user-separator{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;margin:2px 0 -2px;color:#143f3d9e;font-size:13px;font-weight:800}.leaderboard-current-user-separator:before,.leaderboard-current-user-separator:after{content:"";height:1px;background:#468e863d}.leaderboard-rank{color:#2f7d74;font-size:18px;font-weight:900}.leaderboard-profile{min-width:0;display:grid;gap:3px}.leaderboard-profile-heading{min-width:0;display:flex;align-items:center;gap:6px}.leaderboard-profile strong{min-width:0;overflow:hidden;color:#143f3d;text-overflow:ellipsis;white-space:nowrap}.leaderboard-current-badge{flex:0 0 auto;display:inline-grid;place-items:center;min-width:24px;min-height:22px;padding:0 7px;border:1px solid rgba(47,125,116,.36);border-radius:6px;color:#f8fffb;background:#2f7d74;font-size:12px;font-weight:900;line-height:1}.leaderboard-profile small{min-width:0;overflow:hidden;color:#143f3da3;text-overflow:ellipsis;white-space:nowrap}.leaderboard-power{justify-self:end;color:#7c2e25;font-size:20px;font-weight:900}.leaderboard-footer{display:grid;gap:10px}.leaderboard-pagination{display:flex;justify-content:center;gap:10px}.leaderboard-page-button{min-width:86px;min-height:36px;padding:7px 12px;border-color:#2f7d746b;color:#f8fffb;background:#2f7d74;font-size:14px;font-weight:900}.leaderboard-page-button:disabled{color:#143f3d7a;background:#ffffffb3;cursor:default}.leaderboard-footnote,.leaderboard-message{text-align:center}.login-send-row{display:flex;justify-content:flex-start}.login-send-row button{min-width:100px}.button-row,.question-row,.bureau-header{display:flex;gap:10px;align-items:center}.bureau-header{justify-content:space-between;flex-wrap:wrap}.error{color:#9d2c1c;min-height:22px}.game-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:100%;height:100%}.game-question-scroll{pointer-events:auto;position:absolute;left:var(--game-bottom-left, var(--game-safe-left, 10px));bottom:var(--game-bottom-bottom, 10px);width:var(--game-bottom-width, var(--game-safe-width, calc(100% - 20px) ));display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:6px;padding:8px;border:1px solid rgba(96,58,29,.72);border-radius:8px;background:linear-gradient(180deg,#ffefc4f0,#dab676e6),#ead39b;box-shadow:0 12px 36px #00000052}.avg-question-scroll{left:var(--game-bottom-left, var(--game-safe-left, 10px));bottom:calc(var(--game-device-bottom-inset, 0px) + var(--game-bottom-bottom, 10px));width:var(--game-bottom-width, var(--game-safe-width, calc(100% - 20px) ));transform:none;border-color:#d2a94ac2;border-radius:6px;background:linear-gradient(180deg,#0e2036e6,#050d1ae0),#071221;box-shadow:inset 0 0 0 1px #fff2c41c,0 12px 34px #00000061;transition:bottom .12s ease-out}.voice-input-slot{min-width:0;display:grid;align-items:stretch}.voice-input-slot>input,.voice-input-slot>.voice-recording-indicator{grid-area:1 / 1;width:100%;box-sizing:border-box}.patient-subtitle{pointer-events:auto;position:absolute;left:var(--game-bottom-left, var(--game-safe-left, 10px));bottom:calc(var(--game-device-bottom-inset, 0px) + var(--game-bottom-bottom, 10px) + 4px);transform:none;width:var(--game-bottom-width, var(--game-safe-width, calc(100% - 20px) ));min-height:60px;max-height:110px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;max-height:130px;border:1px solid rgba(210,169,74,.84);border-radius:8px;color:#f7fbff;background:linear-gradient(180deg,#081626c7,#040c18b8);box-shadow:inset 0 0 0 1px #fff2c41c,0 16px 42px #0006;font-size:16px;font-weight:800;line-height:1.35;text-shadow:0 2px 0 rgba(0,0,0,.28);overflow:hidden}.patient-subtitle.subtitle-with-input{bottom:calc(var(--game-device-bottom-inset, 0px) + var(--game-bottom-bottom, 10px) + var(--consultation-question-bar-height, 62px) + var(--consultation-bottom-stack-gap, 6px))}.patient-subtitle span{flex:1 1 0;min-width:0;max-width:100%;max-height:5lh;display:block;white-space:normal;overflow-wrap:anywhere;word-break:break-word;overflow:hidden;pointer-events:auto}.subtitle-note-button{flex:0 0 auto;pointer-events:auto;min-width:42px;min-height:34px;padding:6px 8px;border-color:#deb960d6;color:#fff3c7;background:#346c9a;text-align:center;box-shadow:inset 0 0 0 1px #fff2c41f;font-size:12px}.subtitle-note-button:disabled{cursor:default;color:#fff3c7c2;background:#466068c7}.subtitle-note-button.subtitle-next-button{display:grid;place-items:center;min-width:34px;width:34px;min-height:34px;padding:0;border:0;color:transparent;background:transparent;box-shadow:none;animation:subtitle-next-bounce 1s ease-in-out infinite}.subtitle-note-button.subtitle-next-button:before{content:"";width:0;height:0;border-right:8px solid transparent;border-left:8px solid transparent;border-top:11px solid #f3c560;filter:drop-shadow(0 2px 0 rgba(0,0,0,.34)) drop-shadow(0 0 5px rgba(255,225,141,.36))}.subtitle-note-button.subtitle-next-button:focus-visible{outline:2px solid rgba(126,199,160,.95);outline-offset:2px}.consultation-scene-header{pointer-events:none;position:absolute;left:var(--game-safe-left, 10px);top:max(8px,var(--game-safe-top, 10px));width:var(--game-safe-width, calc(100% - 20px) );min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;justify-content:space-between;gap:8px}.consultation-title-plaque{position:relative;min-width:0;width:min(290px,max(120px,calc(var(--game-safe-width, 100vw) - 190px)));height:54px;display:grid;align-items:center;padding:10px 48px 9px 58px;filter:drop-shadow(0 10px 22px rgba(0,0,0,.28))}.consultation-title-plaque img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;pointer-events:none}.consultation-title-plaque strong{position:relative;z-index:1;display:block;min-width:0;overflow:hidden;color:#4b2b18;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:18px;font-weight:800;letter-spacing:0;line-height:1.15;text-align:center;overflow-wrap:anywhere;text-shadow:0 1px 0 rgba(255,246,207,.9),0 0 5px rgba(255,238,181,.62)}.consultation-energy-status{justify-self:end;min-width:80px;padding:5px 10px;border:1px solid rgba(222,185,96,.72);border-radius:6px;color:#fff3c7;background:#081626b8;font-size:13px;font-weight:800;line-height:1.1;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.36)}.consultation-energy-status.energy-empty{border-color:#bf523ed1;color:#ffe0cf;background:#521614c2}.consultation-leave-button{pointer-events:auto;position:relative;min-width:82px;min-height:38px;display:grid;place-items:center;padding:0 14px;overflow:hidden;border:0;color:#fff3c7;background:transparent;text-align:center;font-size:14px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))}.consultation-leave-button img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:fill;pointer-events:none}.consultation-leave-button span{position:relative;z-index:1;display:block;color:#fff3c7;font-weight:800;line-height:1;text-shadow:0 1px 0 rgba(0,0,0,.3),0 0 6px rgba(61,32,11,.45)}.consultation-leave-button:focus-visible,.consultation-leave-button:hover{outline:2px solid rgba(126,199,160,.88);outline-offset:2px;transform:translateY(-1px)}.consultation-leave-button:disabled{opacity:.58;transform:none}@keyframes subtitle-next-bounce{0%,to{transform:translateY(-2px)}50%{transform:translateY(5px)}}.avg-timeline-box{pointer-events:auto;position:absolute;left:var(--game-bottom-left, var(--game-safe-left, 10px));right:auto;bottom:calc(var(--game-device-bottom-inset, 0px) + var(--game-bottom-bottom, 10px) + 4px);width:var(--game-bottom-width, var(--game-safe-width, calc(100% - 20px) ));cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr);gap:4px;min-height:112px;padding:12px;border:1px solid rgba(210,169,74,.82);border-radius:8px;color:#f7fbff;background:linear-gradient(180deg,#081626e0,#040c18d1);box-shadow:inset 0 0 0 1px #fff2c41f,0 16px 42px #0000006b}.avg-timeline-box strong{color:#ffe5a6;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:16px;letter-spacing:0}.avg-timeline-box p{margin:0;min-height:48px;color:#f7fbff;font-size:16px;font-weight:800;line-height:1.38;overflow-wrap:anywhere;text-shadow:0 2px 0 rgba(0,0,0,.28)}.game-mode-tabs{pointer-events:auto;position:absolute;z-index:16;left:var(--game-safe-left, 10px);right:auto;top:max(76px,calc(var(--game-safe-top, 10px) + 68px));width:var(--game-safe-width, calc(100% - 20px) );display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;padding:6px;border:1px solid rgba(210,169,74,.62);border-radius:8px;background:linear-gradient(180deg,#152a37db,#0b151fc7);transform:none}.game-mode-tabs button{min-height:34px;padding:6px 3px;border-color:#deb960ad;color:#fff3c7;background:#346c9a;text-align:center;font-size:12px}.game-mode-tabs button.selected{outline:2px solid rgba(126,199,160,.92);background:#48895be6}.game-mode-tabs.finalize-mode-tabs{top:max(68px,calc(var(--game-safe-top, 10px) + 60px))}.avg-question-scroll input{min-height:38px;border-color:#deb96080;color:#f7fbff;background:#06101d9e}.avg-question-scroll button{min-height:38px;padding:6px 8px;border-color:#deb960b8;color:#fff3c7;background:#346c9a}.avg-question-scroll.voice-recording [data-testid=voice-button]{color:#fff8e3;background:#9f3b32}.avg-question-scroll.voice-transcribing [data-testid=voice-button]{color:#fff3c7d1;background:#346c9ab8}.avg-question-scroll.awaiting-reply{border-color:#deb96075;background:linear-gradient(180deg,#0e2036b8,#050d1ab8),#071221}.game-mode-tabs button:disabled,.avg-question-scroll button:disabled,.avg-question-scroll input:disabled{color:#fff3c7ad;background:#1c374c8f}.game-flow-panel{pointer-events:auto;position:absolute;left:10px;bottom:150px;width:calc(100% - 20px);max-height:260px;display:grid;gap:8px;padding:10px;overflow:auto;border:1px solid rgba(210,169,74,.64);border-radius:8px;background:linear-gradient(180deg,#081522db,#060c14cc);box-shadow:0 14px 36px #00000052}.game-dialogue-log,.game-notebook-list,.game-event-log{color:#fff7db;font-size:13px;line-height:1.45}.game-dialogue-log{max-height:132px;overflow:auto;display:grid;gap:6px}.game-event-log{min-height:18px;color:#f3c560}.game-notebook-list{max-height:112px;margin:0;overflow:auto;padding-left:18px}.game-card-dock,.game-mode-panel,.diagnosis-conclusion-panel,.treatment-order-panel{pointer-events:auto;position:absolute;left:var(--game-safe-left, 10px);right:auto;top:auto;bottom:96px;width:var(--game-safe-width, calc(100% - 20px) );display:grid;gap:8px;padding:10px;border:1px solid rgba(210,169,74,.66);border-radius:8px;background:linear-gradient(180deg,#f6dfa9f0,#d3a95ce6);box-shadow:0 16px 42px #00000052}.game-card-dock{max-height:260px;overflow:auto}.game-mode-panel{bottom:154px;z-index:12;max-height:min(40%,330px);overflow:auto;padding:clamp(14px,1.8vw,22px);border:2px solid rgba(144,95,49,.8);border-radius:6px;background:linear-gradient(135deg,rgba(128,84,42,.2) 0 10px,transparent 10px) left 7px top 7px / 30px 30px no-repeat,linear-gradient(225deg,rgba(128,84,42,.2) 0 10px,transparent 10px) right 7px top 7px / 30px 30px no-repeat,linear-gradient(45deg,rgba(128,84,42,.16) 0 10px,transparent 10px) left 7px bottom 7px / 30px 30px no-repeat,linear-gradient(315deg,rgba(128,84,42,.16) 0 10px,transparent 10px) right 7px bottom 7px / 30px 30px no-repeat,linear-gradient(180deg,#ffefbef5,#deb86ceb);box-shadow:inset 0 0 0 3px #fff7d580,inset 0 0 0 5px #66401f1f,0 14px 34px #00000052;color:#3a281d}.game-mode-panel h2{margin:0;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:clamp(24px,3vw,34px);font-weight:800;color:#4d2e18;text-shadow:0 1px 0 rgba(255,242,200,.62)}.game-mode-panel h3{margin:0;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:16px;color:#5a351c}.game-mode-panel p{margin:0;line-height:1.5}.mode-helper-copy,.notebook-empty{font-size:13px;line-height:1.45;color:#4c311e}.investigation-penalty-hint{margin:0;padding:0;color:#345d59;font-size:12px;line-height:1.35}.game-mode-panel.consultation-help-panel{display:none}.game-mode-panel.finalize-mode-panel{top:max(130px,calc(var(--game-safe-top, 10px) + 120px));bottom:max(14px,var(--game-wide-bottom, 10px));max-height:none;grid-template-rows:auto minmax(0,1fr);gap:14px;overflow:hidden}.game-mode-panel.nurse-mode-panel{max-height:248px;grid-template-rows:auto minmax(0,1fr);align-content:start;gap:10px}.game-mode-panel.nurse-mode-panel.special-investigation-input-mode-panel{top:max(138px,calc(var(--game-safe-top, 10px) + 128px));bottom:auto;max-height:168px;grid-template-rows:auto auto}.nurse-mode-panel-header{display:grid;align-content:start;gap:6px}.special-investigation-input-mode-panel .nurse-mode-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.special-investigation-input-mode-panel .nurse-mode-panel-header h2{flex:1 1 auto;min-width:0}.game-mode-panel.nurse-mode-panel h2{line-height:1.08}.game-mode-panel.nurse-mode-panel .mode-card-grid{max-height:132px;overflow:auto;margin-top:0}.game-mode-panel.nurse-mode-panel .investigation-penalty-hint{line-height:1.42}.game-mode-panel.body-exam-mode-panel{display:flex;flex-direction:column;bottom:14px;height:auto;max-height:min(46dvh,calc(var(--game-safe-height, 100dvh) - 132px),320px);gap:10px;overflow:hidden}.game-mode-panel.body-exam-mode-panel.special-exam-input-mode-panel{top:max(138px,calc(var(--game-safe-top, 10px) + 128px));bottom:auto;max-height:168px}.game-mode-panel.notebook-mode-panel{max-height:min(58%,470px)}.mode-card-grid{display:grid;grid-template-columns:repeat(var(--game-card-columns, 2),minmax(0,1fr));gap:8px}#game-shell.game-shell-side-rails .consultation-scene-header{left:var(--game-wide-left, 16px);width:var(--game-wide-width, calc(100% - 32px) )}#game-shell.game-shell-side-rails .game-mode-tabs{left:var(--game-left-rail-left, 16px);top:var(--game-left-rail-top, 92px);width:var(--game-left-rail-width, 220px);grid-template-columns:1fr;align-content:start;gap:8px;padding:8px}#game-shell.game-shell-side-rails .game-mode-tabs.finalize-mode-tabs{left:var(--game-wide-left, 16px);top:var(--game-left-rail-top, 92px);width:var(--game-wide-width, calc(100% - 32px) );grid-template-columns:repeat(5,minmax(0,1fr));align-content:initial;gap:6px;padding:6px}#game-shell.game-shell-side-rails .game-mode-tabs button{min-height:42px;padding:8px 10px;font-size:16px;line-height:1.25;text-align:left}#game-shell.game-shell-side-rails .game-mode-tabs.finalize-mode-tabs button{text-align:center}#game-shell.game-shell-side-rails .game-mode-panel,#game-shell.game-shell-side-rails .game-mode-panel.finalize-mode-panel,#game-shell.game-shell-side-rails .game-mode-panel.nurse-mode-panel,#game-shell.game-shell-side-rails .game-mode-panel.body-exam-mode-panel,#game-shell.game-shell-side-rails .game-mode-panel.notebook-mode-panel{left:var(--game-right-rail-left, auto);top:var(--game-right-rail-top, 92px);bottom:var(--game-right-rail-bottom, 154px);width:var(--game-right-rail-width, 260px);max-height:none}#game-shell.game-shell-side-rails .game-mode-panel.notebook-mode-panel{left:auto;right:var(--game-wide-right, 16px);width:min(360px,calc(var(--game-right-rail-width, 260px) + 72px));grid-template-rows:auto minmax(0,1fr)}#game-shell.game-shell-side-rails .game-mode-panel.nurse-mode-panel.special-investigation-input-mode-panel{top:var(--game-right-rail-top, 92px);bottom:auto;height:auto;max-height:178px}#game-shell.game-shell-side-rails .game-mode-panel.nurse-mode-panel:not(.special-investigation-input-mode-panel){bottom:auto;height:auto;max-height:var(--game-right-rail-height, 560px);grid-template-rows:auto auto;align-content:start;overflow:auto}#game-shell.game-shell-side-rails .game-mode-panel.body-exam-mode-panel.special-exam-input-mode-panel{top:var(--game-right-rail-top, 92px);bottom:auto;height:auto;max-height:178px}#game-shell.game-shell-side-rails .game-mode-panel.body-exam-mode-panel:not(.special-exam-input-mode-panel){bottom:auto;height:auto;max-height:var(--game-right-rail-height, 560px)}#game-shell.game-shell-side-rails .game-mode-panel.notebook-mode-panel .case-notebook-full{min-height:0;max-height:none}#game-shell.game-shell-side-rails .game-mode-panel.nurse-mode-panel .mode-card-grid{max-height:none}#game-shell.game-shell-side-rails .game-mode-panel.finalize-mode-panel{left:calc(var(--game-wide-left, 16px) + clamp(18px,3vw,48px));right:calc(var(--game-wide-right, 16px) + clamp(18px,3vw,48px));top:max(154px,calc(var(--game-left-rail-top, 92px) + 66px));bottom:auto;width:auto;height:min(68dvh,620px);max-height:min(68dvh,620px)}#game-shell.game-shell-side-rails .patient-subtitle{min-height:70px}@media(orientation:landscape){.result-panel{--result-panel-top: max(148px, calc(var(--game-safe-top, 10px) + 132px));--result-panel-bottom-gap: max(28px, calc(var(--game-wide-bottom, 10px) + 18px));width:min(640px,calc(var(--game-wide-width, 100%) - 48px))}.result-panel .dimension-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}#game-shell.game-shell-side-rails .result-panel{--result-panel-top: max(156px, calc(var(--game-safe-top, 10px) + 144px));--result-panel-bottom-gap: max(30px, calc(var(--game-wide-bottom, 10px) + 20px));width:min(760px,calc(var(--game-wide-width, 100%) - 56px));padding:18px 20px}.inline-note-button{min-height:28px;margin-left:8px;padding:4px 8px;border-color:#deb960c2;color:#fff3c7;background:#346c9a;font-size:12px}.mode-panel-heading{display:grid;gap:6px}.body-exam-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.body-exam-panel-heading h2{flex:1 1 auto;min-width:0}.special-exam-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;min-height:46px}.special-exam-input{min-width:0;height:42px;border:1px solid rgba(92,132,125,.48);border-radius:6px;padding:0 10px;color:#30251b;background:#fffcedeb;font:16px/1.2 PingFang SC,Microsoft YaHei,system-ui,sans-serif;outline:none}.special-exam-input:focus-visible{border-color:#28847cdb;box-shadow:0 0 0 3px #28847c29}.special-exam-submit{min-width:58px;min-height:42px;padding:0 12px;border:1px solid rgba(58,140,130,.46);border-radius:6px;color:#f8fffb;background:linear-gradient(180deg,#409c91fa,#216f68fa);box-shadow:inset 0 0 0 1px #ffffff38,0 6px 12px #284c481f;font-size:14px;font-weight:800}.special-exam-submit:hover,.special-exam-submit:focus-visible{border-color:#ff8d6bc7;background:linear-gradient(180deg,#52b0a5fa,#277e76fa)}.special-exam-input:disabled,.special-exam-submit:disabled{cursor:not-allowed;opacity:.58}.special-exam-feedback{margin:0;border:1px solid rgba(161,95,41,.5);border-radius:6px;padding:8px 10px;color:#6b3718;background:#ffeec4c7;font-size:13px;font-weight:700;line-height:1.36}.clinical-wait-indicator{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:48px;border:1px solid rgba(69,142,134,.42);border-radius:8px;padding:8px 10px;color:#143f3d;background:#e8f7f3d1;box-shadow:inset 0 0 0 1px #fff9}.clinical-wait-spinner{width:22px;height:22px;border:3px solid rgba(69,142,134,.26);border-top-color:#ff8d6b;border-radius:50%;animation:clinical-wait-spin .9s linear infinite}.clinical-wait-copy{display:grid;gap:2px;min-width:0;margin:0;font-size:13px;line-height:1.32}.clinical-wait-copy strong,.clinical-wait-copy span{min-width:0;overflow-wrap:anywhere}.clinical-wait-copy strong{color:#143f3d;font-size:14px}.clinical-wait-copy span{color:#4e6865}@keyframes clinical-wait-spin{to{transform:rotate(360deg)}}.exam-panel-close-button{flex:0 0 auto;min-width:34px;min-height:34px;padding:0;border:1px solid rgba(58,140,130,.42);border-radius:10px;color:#f8fffb;background:linear-gradient(180deg,#409c91fa,#216f68fa);box-shadow:inset 0 0 0 1px #ffffff3d,0 6px 12px #284c4824;font-size:22px;font-weight:700;line-height:1}.exam-panel-close-button:hover,.exam-panel-close-button:focus-visible{border-color:#ff8d6bc7;background:linear-gradient(180deg,#52b0a5fa,#277e76fa)}.exam-result-box,.case-notebook-full{max-height:180px;overflow:auto;border:1px solid rgba(105,62,29,.42);border-radius:6px;padding:10px;color:#3a281d;background:#fff8de8a;line-height:1.45}.case-notebook-full{display:grid;align-content:start;grid-auto-rows:max-content;gap:8px;margin:0;padding-left:28px}.game-mode-panel.notebook-mode-panel .case-notebook-full{min-height:min(28dvh,220px);max-height:min(36dvh,300px)}.case-notebook-full{scrollbar-width:none;-ms-overflow-style:none}.case-notebook-full::-webkit-scrollbar{display:none;width:0;height:0}.exam-result-slip{position:relative;display:grid;align-content:start;grid-template-rows:auto minmax(0,1fr);flex:1 1 auto;gap:10px;max-height:none;overflow:hidden;min-height:0;padding:0;border:2px solid rgba(128,86,45,.72);border-radius:4px;background:linear-gradient(135deg,rgba(124,82,42,.18) 0 10px,transparent 10px) left top / 28px 28px no-repeat,linear-gradient(315deg,rgba(124,82,42,.16) 0 10px,transparent 10px) right bottom / 28px 28px no-repeat,linear-gradient(180deg,#fff9e0e6,#ebd09ddb);box-shadow:inset 0 0 0 2px #fff5d2a3,0 2px #58341a38}.exam-result-slip-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 10px 0 14px}.exam-result-label-wrap{display:grid;gap:2px;min-width:0}.exam-result-label-wrap strong{font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#3f2817}.exam-result-kicker{color:#7b4c23;font-size:11px;font-weight:800;letter-spacing:0}.exam-result-text{min-height:0;max-height:none;overflow:auto;padding:0 12px 12px 14px;color:#312016;font-size:15px}.game-mode-panel.body-exam-mode-panel .exam-result-box{min-height:0;max-height:none}.seal-action-button{position:relative;min-height:38px;width:auto;padding:7px 16px;border:1px solid rgba(105,36,25,.9);border-radius:6px;color:#fff1ce;background:linear-gradient(180deg,#ae432df5,#762720f5),#8f3329;box-shadow:inset 0 0 0 2px #ffdda32e,0 8px 16px #471b1133;text-align:center;white-space:nowrap}.seal-action-button:focus-visible{outline:3px solid rgba(255,228,143,.9);outline-offset:2px}.seal-action-button:disabled{opacity:1;border-color:#675b3ebd;color:#fff3c7;background:linear-gradient(180deg,#807c64e6,#5b6154e6),#72725c;box-shadow:inset 0 0 0 2px #ffeeb824}.exam-record-button{flex:0 0 auto;align-self:center;min-height:34px;padding:5px 12px;font-size:13px}.finalize-sheet-header{display:flex;align-items:start;justify-content:space-between;gap:12px;min-width:0;padding-bottom:10px;border-bottom:1px solid rgba(105,62,29,.26)}.finalize-title-group{display:grid;gap:6px;min-width:0}.finalize-evidence-count{position:relative;flex:0 0 auto;align-self:center;padding:6px 24px 6px 12px;border:2px solid rgba(124,82,42,.82);border-radius:4px;color:#4b2b18;background:linear-gradient(135deg,rgba(125,80,37,.18) 0 7px,transparent 7px) left top / 18px 18px no-repeat,linear-gradient(315deg,rgba(125,80,37,.16) 0 7px,transparent 7px) right bottom / 18px 18px no-repeat,linear-gradient(180deg,#fffae2f0,#ead2a0e6);font-size:12px;font-weight:800;white-space:nowrap;box-shadow:inset 0 0 0 2px #fff4cda8,0 2px #562f1647}.finalize-evidence-count:after{content:"";position:absolute;right:7px;top:50%;width:11px;height:11px;border:1px solid rgba(112,43,31,.82);border-radius:2px;background:#9f362adb;transform:translateY(-50%) rotate(7deg);box-shadow:inset 0 0 0 2px #ffd59e24}.finalize-sheet-layout{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;gap:12px;min-height:0;overflow:hidden}.finalize-review-section,.finalize-diagnosis-section{display:grid;gap:8px;min-height:0}.finalize-review-section{grid-template-rows:minmax(0,1fr);overflow:hidden}.finalize-review-section .case-notebook-full{min-height:0;max-height:none;height:100%;overflow:auto}.finalize-diagnosis-section{grid-template-rows:auto auto;align-content:start}.finalize-diagnosis-section .diagnosis-conclusion-input{align-self:start;min-height:96px;height:clamp(96px,16dvh,124px);resize:vertical;border-color:#563017a8;background:linear-gradient(180deg,#fffce6f0,#fff6d5eb),#fff6dc;box-shadow:inset 0 0 0 1px #fffce67a;line-height:1.55}.finalize-sheet-layout-diagnosis-only{grid-template-rows:auto;align-content:start}.finalize-sheet-layout-diagnosis-only .diagnosis-conclusion-input{min-height:72px;height:clamp(72px,12dvh,96px)}.finalize-actions{display:flex;justify-content:flex-end;align-items:center}.finalize-submit-button{min-width:132px;min-height:44px;padding-inline:20px;font-size:15px}@media(orientation:landscape)and (min-width:760px){.finalize-sheet-layout{grid-template-columns:minmax(380px,1.25fr) minmax(300px,.75fr);grid-template-rows:minmax(0,1fr)}.finalize-diagnosis-section .diagnosis-conclusion-input{min-height:112px;height:clamp(112px,20dvh,150px)}}.patient-exam-marker-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.patient-exam-marker-button{pointer-events:auto;position:absolute;min-width:24px;min-height:24px;padding:0;border:2px solid rgba(255,242,174,.94);border-radius:999px;color:#fff6c7;background:radial-gradient(circle,#fff8bef2 0,#fff8bef2 30%,#ecb44c94 32%,#ecb44c94 58%,#ffe27529 60%,#ffe27529);box-shadow:0 0 0 3px #5430103d,0 0 14px #ffe27ebd;transform:translate(-50%,-50%);overflow:visible}.patient-exam-marker-button:before{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:inherit;border:1px solid rgba(255,231,142,.5);animation:patient-exam-marker-pulse 1.5s ease-in-out infinite}.patient-exam-marker-button span{position:absolute;left:50%;top:calc(100% + 2px);transform:translate(-50%);min-width:max-content;max-width:var(--marker-label-width, 74px);color:#fff6c7;font-size:10px;font-weight:800;line-height:1.1;text-align:center;text-shadow:0 1px 0 #2c170c,0 0 5px rgba(44,23,12,.9);white-space:normal;pointer-events:none}.patient-exam-marker-button.marker-label-above span{top:auto;bottom:calc(100% + 2px)}.patient-exam-marker-button:focus-visible,.patient-exam-marker-button:hover{outline:2px solid rgba(126,199,160,.95);background:radial-gradient(circle,#ffffe2fa 0,#ffffe2fa 34%,#7ec7a0ad 36%,#7ec7a0ad 62%,#ffe27533 64%,#ffe27533)}@keyframes patient-exam-marker-pulse{0%,to{opacity:.36;transform:scale(.88)}50%{opacity:.08;transform:scale(1.25)}}.evidence-choice{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;font-size:13px;line-height:1.35}.evidence-choice input{width:18px;min-height:18px;margin-top:2px}.game-card-chip{position:relative;min-height:38px;border:2px solid rgba(128,86,45,.72);border-radius:4px;color:#3b2416;background:linear-gradient(135deg,rgba(124,82,42,.18) 0 8px,transparent 8px) left top / 22px 22px no-repeat,linear-gradient(315deg,rgba(124,82,42,.14) 0 8px,transparent 8px) right bottom / 22px 22px no-repeat,linear-gradient(180deg,#fff8ddf0,#e8cd9ae6);box-shadow:inset 0 0 0 2px #fff4cda3,0 2px #58341a38;text-align:center;padding:8px 12px;font-size:13px}.game-card-chip.selected,.game-card-chip:focus-visible{outline:3px solid rgba(106,164,103,.78);outline-offset:1px;background:linear-gradient(135deg,rgba(58,112,84,.24) 0 8px,transparent 8px) left top / 22px 22px no-repeat,linear-gradient(315deg,rgba(58,112,84,.2) 0 8px,transparent 8px) right bottom / 22px 22px no-repeat,linear-gradient(180deg,#deeecbf5,#a4c589eb)}.conclusion-chip{color:#fff3c7;background:#1e527e;text-align:center}.exam-record-button{flex:0 0 auto;align-self:center;width:auto;min-height:34px;padding:5px 12px;font-size:13px}.secondary-chip{text-align:center;background:#fff7db94}.diagnosis-conclusion-panel,.treatment-order-panel{top:86px;bottom:12px;max-height:none;overflow:auto}.diagnosis-option-grid,.treatment-card-grid{display:grid;grid-template-columns:repeat(var(--game-decision-columns, 1),minmax(0,1fr));gap:8px}.diagnosis-conclusion-input{min-height:46px;border-color:#693e1dc2;color:#2b1b12;background:#fff8def0}.treatment-order-queue{color:#3a281d;background:#fff8de85;border-radius:6px;padding:10px}.test-proxy-layer,.test-readable,.test-proxy-button,.test-proxy-input{opacity:.01}.test-proxy-layer{pointer-events:none;position:absolute;left:8px;top:8px;display:grid;width:calc(100% - 16px);max-height:calc(100% - 16px);gap:4px;overflow:auto}.test-proxy-button,.test-proxy-input{pointer-events:auto;min-height:24px;padding:2px 4px}.test-readable{min-height:1px}.case-list,.card-list,.diagnosis-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.case-card,.action-card{display:grid;gap:8px;min-height:96px;text-align:left;align-content:start;color:#fff7db;background:#574a34b8}.case-card span,.action-card span{font-size:13px;color:#d8e3cf}.intro-panel blockquote{border-left:3px solid #c75f4a;margin-left:0;padding-left:16px;color:#f5d9c0}.consult-layout{display:grid;grid-template-columns:1fr;gap:18px}.vitals{display:inline-flex;padding:8px 10px;border:1px solid rgba(126,199,160,.6);border-radius:6px;margin-bottom:10px;color:#cdf1d5}.dialogue-box{height:220px;overflow:auto;display:grid;align-content:start;gap:8px;padding:12px;border-radius:8px;background:#0d1412b3}.dialogue-line{max-width:88%;border-radius:8px;padding:8px 10px;background:#ffffff14}.dialogue-line.student{margin-left:auto;background:#7ec7a038}.voice-slot{margin:10px 0}.icon-button{width:44px;padding:0}.event-list{display:grid;gap:8px;margin-top:8px}.event-toast{border:1px solid rgba(210,169,74,.5);border-radius:7px;padding:8px 12px;color:#f9e6b5;background:#150c07c2;box-shadow:inset 0 0 0 1px #ffefbd1f,0 8px 18px #00000047}.notebook-list,.result-panel ul{margin:0;padding-left:20px}.clue-grid,.dimension-grid{display:grid;grid-template-columns:1fr;gap:8px;margin:12px 0}.clue-grid span,.dimension-item{border-radius:6px;padding:8px 10px;background:#ffffff14}.dimension-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.dimension-item strong{font-size:18px}.dimension-item small{grid-column:1 / -1;color:#3a281dc7;line-height:1.35}.order-queue{min-height:40px;margin:14px 0;color:#cdf1d5}.journal-overlay{pointer-events:auto;position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:max(92px,calc(var(--game-safe-top, 8px) + 76px)) max(8px,var(--game-safe-left, 8px)) max(48px,calc(var(--game-wide-bottom, 10px) + 38px));background:radial-gradient(circle at 50% 43%,rgba(120,78,35,.12),transparent 38%),linear-gradient(180deg,#05030133,#0503019e),#05030280}.journal-shell{container-type:size;position:relative;isolation:isolate;width:min(650px,calc(var(--game-width, 100vw) - 16px),calc((var(--game-height, 100vh) - 144px) * .6632));max-height:calc(var(--game-height, 100vh) - 144px);aspect-ratio:768 / 1158;display:block;overflow:visible;padding:0;border:0;color:#382617;background:linear-gradient(180deg,#fafffcfa,#e2f3eef5),#f8fffb;box-shadow:none;filter:drop-shadow(0 24px 46px rgba(0,0,0,.48)) drop-shadow(0 2px 0 rgba(236,196,111,.08))}.journal-shell:before{content:"";position:absolute;right:9.4%;bottom:9.8%;z-index:1;width:clamp(28px,6.3cqw,42px);aspect-ratio:1;background:none;opacity:.74;pointer-events:none}.journal-header,.journal-content,.journal-side-title{position:relative;z-index:1}.journal-header{position:absolute;left:11.5%;right:16%;top:1.15%;height:6.55%;min-height:0;z-index:3;display:block}.journal-side-title{position:absolute;left:15.3%;top:15.8%;width:7.7%;height:26.2%;z-index:2;display:grid;place-items:center;pointer-events:none;color:#472b16;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:clamp(17px,4.25cqw,28px);font-weight:700;line-height:1.42;letter-spacing:0;text-shadow:0 1px 0 rgba(255,244,207,.82),0 0 6px rgba(119,72,31,.12);writing-mode:vertical-rl;text-orientation:upright}.journal-side-title:after{content:"";position:absolute;left:50%;top:64%;width:clamp(15px,3.5cqw,22px);aspect-ratio:1;transform:translate(-50%);background:none;opacity:.42}.journal-page h2,.journal-case-detail h3,.journal-story-entry-title{margin:0;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#432913;letter-spacing:0}.journal-page p,.journal-info-rows dt{margin:0;color:#3e2612b8;line-height:1.48}.journal-close-button,.journal-pager button{border:0;color:#5a3720;background:transparent;font:inherit;cursor:pointer}.journal-close-button{position:absolute;top:clamp(8px,1.9cqw,14px);right:clamp(8px,1.9cqw,14px);z-index:3;width:clamp(34px,7cqw,44px);aspect-ratio:1;min-width:0;min-height:0;display:grid;place-items:center;padding:0 0 2px;border:1px solid rgba(27,93,87,.3);border-radius:10px;color:#f8fffb;background:linear-gradient(180deg,#409c91fa,#216f68fa);filter:drop-shadow(0 6px 12px rgba(0,0,0,.18));font-size:clamp(16px,3.1cqw,22px);font-weight:800;line-height:1;text-shadow:0 1px 0 rgba(10,58,53,.28)}.journal-tabs{position:relative;width:100%;height:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.55%;justify-content:stretch;margin:0;padding:0;overflow:visible}.journal-tabs:before{content:none}.journal-tabs button{position:relative;isolation:isolate;min-width:0;min-height:0;height:100%;display:grid;place-items:center;padding:7% 6% 12%;border:0;border-radius:0;color:#462810eb;background:transparent;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:clamp(15px,3.25cqw,21px);font-weight:900;line-height:1;letter-spacing:0;cursor:pointer;-webkit-text-stroke:.2px rgba(73,41,17,.58);text-shadow:0 1px 0 rgba(255,241,204,.84),0 0 1.5px rgba(78,47,21,.42);transform:none}.journal-tabs button:before{content:"";position:absolute;top:0;right:-1.5%;bottom:0;left:-1.5%;z-index:-1;clip-path:polygon(7% 0,93% 0,100% 13%,100% 100%,0 100%,0 13%);border:1px solid rgba(105,69,35,.62);background:linear-gradient(180deg,#eed5a1fa,#cda969fa),radial-gradient(circle at 50% 5%,rgba(255,246,211,.42),transparent 64%);box-shadow:inset 0 0 0 2px #fff0c447,inset 0 -5px 9px #58361824,0 3px 6px #2313083d}.journal-tabs button.selected{outline:0;color:#f8d99b;-webkit-text-stroke:.24px rgba(54,15,9,.78);text-shadow:0 1px 0 rgba(50,16,10,.92),0 0 1.5px rgba(255,226,153,.36),0 0 5px rgba(64,14,7,.58)}.journal-tabs button:focus-visible{outline:1px solid rgba(138,46,37,.46);outline-offset:-6px}.journal-tabs button.selected:before{top:0;right:-1.5%;bottom:-1%;left:-1.5%;clip-path:polygon(7% 0,93% 0,100% 13%,100% 78%,58% 78%,50% 100%,42% 78%,0 78%,0 13%);border:1px solid rgba(246,204,116,.58);background:linear-gradient(180deg,#be3c2efa,#7a201bfa),radial-gradient(circle at 50% 0%,rgba(250,205,124,.2),transparent 62%);box-shadow:inset 0 0 0 2px #5b1c167a,inset 0 0 0 4px #ecb85b33,0 4px 8px #34100838}.journal-tabs button.selected:after{content:none}.journal-content{position:absolute;left:25.2%;right:7.5%;top:12.35%;bottom:5.9%;z-index:2;display:grid;min-height:0;overflow:auto;padding:clamp(4px,1.35cqw,10px) clamp(2px,1.1cqw,8px);scrollbar-width:none}.journal-content::-webkit-scrollbar{display:none}.journal-page{height:100%;min-height:0;display:grid;align-content:start;gap:clamp(9px,2.05cqw,15px);padding:0}.journal-status{grid-template-rows:auto auto auto;align-content:start}.journal-status .journal-scroll-section{width:min(330px,84%);justify-self:center}.journal-status .journal-info-rows{width:min(268px,100%);transform:translate(clamp(30px,6.2cqw,42px))}.journal-story,.journal-cases{grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch}.journal-page h2{position:relative;justify-self:center;padding:0 clamp(28px,7.4cqw,46px);text-align:center;font-size:clamp(22px,4.75cqw,31px);line-height:1.22}.journal-page h2:before,.journal-page h2:after{content:"";position:absolute;top:50%;width:clamp(22px,8cqw,56px);height:1px;transform:translateY(-50%);background:linear-gradient(90deg,transparent,rgba(108,72,40,.48)),linear-gradient(90deg,transparent 45%,rgba(139,93,51,.82) 45% 55%,transparent 55%)}.journal-page h2:before{right:calc(100% - clamp(22px,4.8cqw,30px))}.journal-page h2:after{left:calc(100% - clamp(22px,4.8cqw,30px));transform:translateY(-50%) rotate(180deg)}.journal-scroll-section{display:grid;gap:9px;justify-items:center}.journal-section-label{position:relative;justify-self:center;min-width:clamp(78px,19cqw,112px);min-height:clamp(24px,5.8cqw,32px);display:inline-grid;place-items:center;padding:2px clamp(12px,3.3cqw,18px) 3px;border:1px solid rgba(69,142,134,.44);border-radius:7px;color:#4b301cd1;background:#f8eccb29;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:clamp(13px,2.75cqw,15px);line-height:1;text-align:center;box-shadow:none}.journal-section-label:before,.journal-section-label:after{content:"";position:absolute;top:50%;width:clamp(20px,7cqw,44px);height:1px;background:linear-gradient(90deg,transparent,rgba(124,82,45,.42))}.journal-section-label:before{right:100%}.journal-section-label:after{left:100%;transform:rotate(180deg)}.journal-info-rows{width:min(360px,100%);max-width:100%;display:grid;grid-template-columns:max-content minmax(72px,1fr);column-gap:clamp(18px,8cqw,66px);row-gap:clamp(5px,1.35cqw,8px);justify-self:center;margin:0;font-size:clamp(13px,2.75cqw,15px)}.journal-info-rows dt{position:relative;min-width:0;padding-left:22px;text-align:left}.journal-info-rows dt:before{content:"";position:absolute;left:2px;top:50%;width:13px;height:13px;transform:translateY(-50%);border-radius:999px;background:#3f9a8f;opacity:.78}.journal-info-rows dd{min-width:0;margin:0;color:#7e3025;font-weight:700;line-height:1.45;overflow-wrap:anywhere}.journal-achievement-section{min-height:0;align-content:start}.journal-achievements{display:grid;justify-self:center;width:min(350px,100%);gap:7px;margin:0;padding-left:18px;color:#3f2817;font-size:clamp(13px,2.65cqw,15px);line-height:1.55}.journal-reset-section{width:min(356px,100%);justify-self:center;justify-items:start;gap:clamp(7px,1.8cqw,10px)}.journal-about .journal-reset-section{width:100%;margin-top:clamp(2px,1cqw,6px);padding-top:clamp(10px,2.6cqw,16px);border-top:1px solid rgba(69,142,134,.24)}.journal-reset-card{position:relative;width:100%;display:grid;justify-items:start;gap:clamp(6px,1.55cqw,9px);padding:clamp(10px,2.4cqw,14px);border:1px solid rgba(143,48,38,.24);border-radius:8px;background:linear-gradient(180deg,#fffcf4eb,#faebe0ad),#fff5e8c2;box-shadow:inset 0 1px #ffffff9e}.journal-reset-card p,.journal-reset-note,.journal-reset-message,.journal-reset-error{margin:0;font-size:clamp(12px,2.55cqw,14px);line-height:1.45;text-align:left}.journal-reset-actions,.journal-reset-confirm-actions,.journal-reset-sms-row{display:flex;align-items:center;justify-content:flex-start;gap:8px}.journal-reset-actions,.journal-reset-confirm-actions{width:100%}.journal-danger-button{min-height:clamp(32px,7.2cqw,40px);padding:6px clamp(12px,3.1cqw,16px);border:1px solid rgba(105,28,22,.72);border-radius:6px;color:#fff8ef;background:linear-gradient(180deg,#c94f3f,#8f3026);box-shadow:inset 0 1px #ffdcc552,0 3px 8px #611c142e}.journal-reset-confirm-panel{position:static;width:100%;max-height:none;display:grid;gap:7px;overflow:visible;padding:clamp(8px,2.05cqw,12px);border:1px solid rgba(143,48,38,.42);border-radius:7px;background:linear-gradient(180deg,#fffbf1fa,#f8e6d8fa),#fff6ed;box-shadow:0 12px 24px #5622183d}.journal-reset-confirm-panel h3{margin:0;color:#74251d;font-size:clamp(15px,3.2cqw,18px);line-height:1.25}.journal-reset-method-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.journal-reset-method-tabs button{min-height:30px;padding:5px 8px;color:#6f2d25;background:#fff9ecdb}.journal-reset-method-tabs button.selected{color:#fff8ef;background:#9b3a2f;outline:0}.journal-reset-field,.journal-reset-sms-group{display:grid;gap:6px;color:#532f1f;font-size:clamp(12px,2.55cqw,14px);font-weight:700}.journal-reset-field input{min-height:34px;padding:7px 9px;border:1px solid rgba(112,58,35,.48);border-radius:6px;color:#2f1e15;background:#fffdf5f0}.journal-reset-sms-row{justify-content:space-between;color:#4a2b18cc;font-size:clamp(12px,2.55cqw,14px)}.journal-reset-sms-row button,.journal-reset-confirm-actions button.secondary{min-height:32px;padding:5px 10px}.journal-reset-error{color:#9d2f26;font-weight:700}.journal-reset-message{color:#426244e6;font-weight:700}.journal-story-body{min-height:0;display:grid;align-content:start;gap:12px;overflow:hidden}.journal-story-entry{display:grid;gap:clamp(6px,1.45cqw,9px);justify-self:center;width:min(342px,100%)}.journal-story-entry-title{justify-self:center;min-width:clamp(128px,32cqw,188px);max-width:100%;padding:2px clamp(12px,3.2cqw,18px) 4px;border:1px solid rgba(69,142,134,.44);border-radius:7px;background:#f9eecf33;color:#432913;font-size:clamp(15px,3cqw,18px);text-align:center;line-height:1.08;overflow-wrap:anywhere}.journal-story-entry-text{text-align:left;color:#372212d6;font-size:clamp(13px,2.75cqw,15px);line-height:1.76;overflow-wrap:anywhere}.journal-story-measure{position:absolute;left:-9999px;top:0;z-index:-1;visibility:hidden;pointer-events:none}.journal-case-folio{display:grid;min-height:0;overflow:auto;scrollbar-width:none}.journal-case-folio::-webkit-scrollbar{display:none}.journal-case-detail{min-width:0;display:grid;align-content:start;gap:10px}.journal-case-detail h3{justify-self:center;max-width:100%;color:#432913;text-align:center;font-size:clamp(18px,3.8cqw,25px);line-height:1.25;overflow-wrap:anywhere}.journal-case-fields{width:min(350px,100%);justify-self:center;row-gap:6px}.journal-diagnosis-line,.journal-danger-line{justify-self:center;width:min(350px,100%);font-size:clamp(13px,2.65cqw,15px);overflow-wrap:anywhere}.journal-diagnosis-line{color:#372212db;line-height:1.55}.journal-danger-line{color:#7c2e25;font-weight:700}.journal-highlights{display:grid;justify-self:center;width:min(350px,100%);gap:6px;margin:0;padding-left:18px;color:#3f2817;font-size:clamp(12px,2.45cqw,14px);line-height:1.55}.journal-review-section{display:grid;justify-self:center;width:min(350px,100%);gap:8px}.journal-review-copy,.journal-feedback-list{width:100%;margin:0;color:#3f2817;font-size:clamp(12px,2.45cqw,14px);line-height:1.58}.journal-review-copy{overflow-wrap:anywhere}.journal-feedback-list{display:grid;gap:7px;padding-left:18px}.journal-pager{display:flex;align-items:center;justify-content:center;gap:clamp(10px,3.2cqw,18px);padding-top:1px;transform:translate(clamp(-16px,-2.6cqw,-9px))}.journal-story-pager{align-self:end;margin-top:0;padding-top:8px}.journal-cases>.journal-pager{align-self:end;padding-top:clamp(8px,2cqw,13px);padding-bottom:clamp(5px,1.5cqw,10px)}.journal-pager button{min-width:clamp(70px,18cqw,102px);min-height:clamp(30px,6.6cqw,38px);padding:4px clamp(8px,2.4cqw,14px) 6px;clip-path:polygon(8% 0,92% 0,100% 18%,100% 82%,92% 100%,8% 100%,0 82%,0 18%);border:1px solid rgba(211,169,88,.76);color:#f1d392;background:linear-gradient(180deg,#273730fa,#192420fa),radial-gradient(circle at 50% 0%,rgba(220,179,100,.18),transparent 66%);font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:clamp(12px,2.45cqw,14px);font-weight:700;text-shadow:0 1px 0 rgba(26,13,7,.88);box-shadow:inset 0 0 0 2px #10161494,0 3px 8px #2213092e}.journal-pager button:disabled{cursor:default;opacity:.38}.journal-pager span{min-width:clamp(38px,8cqw,50px);text-align:center;color:#432913bd;font-size:clamp(12px,2.55cqw,14px)}.journal-empty{padding-top:56px;text-align:center}.journal-achievement-section .journal-empty{padding-top:0}.journal-about{grid-template-rows:auto minmax(0,1fr);align-content:stretch;justify-items:stretch}.journal-about-copy{display:grid;align-content:start;gap:clamp(12px,2.4cqw,16px);justify-self:center;width:min(356px,100%);min-height:0;overflow:auto;padding:4px 2px 10px;scrollbar-width:none}.journal-about-copy::-webkit-scrollbar{display:none}.journal-about-section{display:grid;gap:clamp(6px,1.55cqw,9px)}.journal-about-section-title{justify-self:center;min-width:clamp(118px,30cqw,176px);max-width:100%;padding:2px clamp(12px,3.2cqw,18px) 4px;border:1px solid rgba(69,142,134,.44);border-radius:7px;background:#f9eecf33;color:#432913;font-size:clamp(15px,3cqw,18px);text-align:center;line-height:1.08;overflow-wrap:anywhere}.journal-about p{color:#372212d6;text-align:left;font-size:clamp(13px,2.65cqw,15px);line-height:1.72;overflow-wrap:anywhere}@media(orientation:landscape)and (max-height:760px){.journal-overlay{padding:max(82px,calc(var(--game-safe-top, 8px) + 66px)) max(8px,var(--game-safe-left, 8px)) max(36px,calc(var(--game-wide-bottom, 10px) + 26px))}.journal-shell{width:min(600px,calc(var(--game-width, 100vw) - 18px),calc((var(--game-height, 100vh) - 118px) * .6632));max-height:calc(var(--game-height, 100vh) - 118px)}}@media(max-width:640px){.journal-overlay{padding:max(118px,calc(var(--game-safe-top, 8px) + 104px)) max(6px,var(--game-safe-left, 6px)) max(72px,calc(var(--game-wide-bottom, 10px) + 62px))}.journal-shell{width:min(430px,calc(var(--game-width, 100vw) - 12px),calc((var(--game-height, 100vh) - 190px) * .6632));max-height:calc(var(--game-height, 100vh) - 190px);aspect-ratio:768 / 1158}.journal-tabs button{font-size:15px}.journal-page{gap:10px}.journal-page h2{font-size:22px}.journal-story-entry-text,.journal-about p{font-size:13px;line-height:1.62}.journal-close-button{top:clamp(8px,2.2cqw,12px);right:clamp(8px,2.2cqw,12px)}}@media(max-width:370px),(max-height:620px){.journal-shell{width:min(392px,calc(var(--game-width, 100vw) - 10px),calc((var(--game-height, 100vh) - 178px) * .6632));max-height:calc(var(--game-height, 100vh) - 178px)}.journal-info-rows,.journal-diagnosis-line,.journal-danger-line,.journal-highlights,.journal-review-section,.journal-achievements,.journal-story-entry,.journal-about-copy{width:min(286px,100%)}.journal-tabs button{font-size:14px}.journal-tabs button.selected:before{top:4%;right:-2%;bottom:0;left:-2%}.journal-section-label{padding:2px 10px 3px}}.score-main{width:96px;height:96px;display:grid;place-items:center;border-radius:50%;border:3px solid #9b5b25;color:#4d2e18;font-size:34px;font-weight:800;background:#fff7db99}.mastery-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:8px;width:100%;margin:8px 0 12px}.mastery-summary span{padding:8px 10px;border:1px solid rgba(129,76,34,.26);border-radius:6px;background:#fff7db70;color:#4d2e18;font-size:13px;line-height:1.35}.result-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:14px}.result-actions button{min-width:112px}.score-wait-overlay{pointer-events:auto;position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at 50% 32%,rgba(221,179,92,.16),transparent 34%),linear-gradient(180deg,#110a05a8,#05080dc7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.score-wait-panel{width:min(340px,calc(100% - 12px));display:grid;gap:12px;justify-items:center;padding:22px 18px 18px;border:2px solid rgba(118,68,31,.86);border-radius:8px;color:#3a281d;background:linear-gradient(180deg,#fff2caf5,#ddb670f2),#ead39b;box-shadow:inset 0 0 0 4px #8e4a2329,0 22px 70px #00000075}.score-wait-seal{width:70px;height:70px;display:grid;place-items:center;border:3px solid rgba(147,38,28,.92);border-radius:50%;color:#8d271c;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:34px;font-weight:800;background:#fff7db6b;box-shadow:0 0 0 5px #93261c14,0 0 24px #93261c38;animation:score-seal-pulse 1.6s ease-in-out infinite}.score-wait-copy{display:grid;gap:5px;text-align:center}.score-wait-kicker,.score-wait-step{margin:0;font-size:13px;color:#715022}.score-wait-copy h2{margin:0;color:#4d2e18;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:24px}.score-wait-progress{width:100%;height:10px;overflow:hidden;border:1px solid rgba(102,59,29,.68);border-radius:999px;background:#693e1d33}.score-wait-progress span{display:block;width:46%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9a3428,#d4a24d,#6d8f5f);animation:score-wait-progress 1.35s ease-in-out infinite}.score-wait-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%;margin:0;padding:0;list-style:none;color:#5d3b1e;font-size:12px;text-align:center}.score-wait-steps li{min-height:28px;display:grid;place-items:center;border:1px solid rgba(102,59,29,.38);border-radius:6px;background:#fff8de80}@keyframes score-seal-pulse{0%,to{transform:scale(1) rotate(-4deg)}50%{transform:scale(1.06) rotate(4deg)}}@keyframes score-wait-progress{0%{transform:translate(-90%)}to{transform:translate(220%)}}@media(max-width:360px),(max-height:620px){.panel{padding:14px}.panel h1{font-size:26px}.login-panel{gap:10px}.patient-subtitle{bottom:calc(var(--game-device-bottom-inset, 0px) + 72px);min-height:54px;max-height:112px;font-size:14px;line-height:1.3}.game-mode-tabs{top:76px}.game-mode-tabs button{min-height:30px;font-size:11px}.game-mode-panel{bottom:194px;max-height:210px}.game-question-scroll{padding:7px}.avg-question-scroll input,.avg-question-scroll button{min-height:34px;font-size:12px}}.login-tabs button.active,.game-card-chip,.conclusion-chip,.seal-action-button,.subtitle-note-button{border-color:#2f7d74b8;color:#f8fffb;background:#2f7d74}.game-question-scroll,.avg-question-scroll,.patient-subtitle,.avg-timeline-box,.game-mode-tabs,.game-mode-panel,.diagnosis-conclusion-panel,.treatment-order-panel,.score-wait-panel,.journal-shell{border:1px solid rgba(69,142,134,.46);border-radius:8px;background:linear-gradient(180deg,#fafffcf5,#e2f1eded),#f8fffb;box-shadow:inset 0 0 0 1px #ffffffa3,0 16px 42px #294e4a38;color:#143f3d}.patient-subtitle,.avg-timeline-box{background:linear-gradient(180deg,#16423ee6,#0d2d32db),#143f3d;color:#f8fffb}.avg-timeline-box strong{font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#9de4d6}.game-mode-tabs button,.avg-question-scroll button,.game-question-scroll button{border-color:#2f7d749e;color:#f8fffb;background:#397c87}.game-mode-tabs button.selected,.game-card-chip.selected,.diagnosis-option-chip.selected,.treatment-card-chip.selected{border-color:#ff8d6bc7;color:#143f3d;background:#ffd9c8}.consultation-title-plaque strong,.journal-side-title,.journal-page h2,.score-wait-copy h2{font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#143f3d}.consultation-energy-status{border-color:#458e8680;color:#143f3d;background:#f8fffbe0;text-shadow:none}.score-wait-seal{color:#f8fffb;background:#397c87}.score-wait-kicker,.score-wait-step,.score-wait-steps,.journal-info-rows,.journal-empty,.mode-helper-copy,.investigation-penalty-hint{color:#4e6865}.score-wait-steps li{border-color:#458e865c;background:#e8f7f3b8}.panel,.result-panel{border:1px solid rgba(69,142,134,.5);color:#143f3d;background:linear-gradient(180deg,#fafffcfa,#e2f1edf2),#f8fffb;box-shadow:inset 0 0 0 1px #ffffffb8,0 22px 70px #234f4a47}.panel h1,.panel h2,.result-panel h2,.result-panel h3{color:#143f3d;text-shadow:none}label,.panel p,.journal-page p,.journal-info-rows dt{color:#4e6865}.login-tabs button{border-color:#458e866b;color:#143f3d;background:#e7f7f3e0}.game-card-chip,.conclusion-chip{border-radius:8px;box-shadow:inset 0 0 0 1px #ffffff7a,0 2px #1c48431f}.patient-exam-marker-button{border-color:#7ed1c5f0;color:#143f3d;background:radial-gradient(circle,#f8fffbfa 0,#f8fffbfa 34%,#7ed1c5bd 36%,#7ed1c5bd 64%,#ffb35c33 66%,#ffb35c33);box-shadow:0 0 0 3px #2f7d742e,0 0 14px #7ed1c5ad}.patient-exam-marker-button:before{border-color:#7ed1c575}.patient-exam-marker-button span{color:#f8fffb;text-shadow:0 1px 0 rgba(12,45,50,.9),0 0 5px rgba(12,45,50,.72)}.consultation-scene-header{min-height:66px;gap:10px}.consultation-title-plaque{width:min(340px,max(218px,calc(var(--game-safe-width, 100vw) - 204px)));aspect-ratio:900 / 257;height:auto;padding:28px 48px 16px;filter:drop-shadow(0 10px 22px rgba(40,76,72,.2))}.consultation-title-plaque strong{color:#143f3d;font-size:18px;line-height:1.1;text-shadow:0 1px 0 rgba(255,255,255,.92),0 0 6px rgba(255,255,255,.72)}.consultation-energy-status{border-color:#458e8680;color:#143f3d;background:#f8fffbe0;box-shadow:inset 0 0 0 1px #ffffffb8,0 8px 18px #284c4829;text-shadow:none}.consultation-energy-status.energy-empty{border-color:#cf5d4c9e;color:#8a322a;background:#fff2edeb}.consultation-leave-button{min-width:92px;min-height:38px;padding:0 18px;color:#f8fffb;filter:drop-shadow(0 8px 18px rgba(40,76,72,.2))}.consultation-leave-button span{color:#f8fffb;text-shadow:0 1px 0 rgba(10,58,53,.36)}.game-question-scroll,.avg-question-scroll,.patient-subtitle,.avg-timeline-box,.game-flow-panel,.game-card-dock,.game-mode-panel,.diagnosis-conclusion-panel,.treatment-order-panel{border:1px solid rgba(69,142,134,.5);border-radius:8px;color:#143f3d;background:linear-gradient(180deg,#fafffcf5,#e2f3eef0),#f8fffb;box-shadow:inset 0 0 0 1px #ffffffbd,0 16px 38px #284c4838}.patient-subtitle,.avg-timeline-box{color:#143f3d;text-shadow:none}.avg-timeline-box strong,.game-event-log{color:#1f7b72}.avg-timeline-box p,.game-dialogue-log,.game-notebook-list{color:#143f3d;text-shadow:none}.game-mode-panel{padding:clamp(14px,1.8vw,20px);background:linear-gradient(180deg,#fafffcf7,#e3f3eff2),#f8fffb;color:#143f3d}.game-mode-panel h2{color:#143f3d;font-size:clamp(20px,2.4vw,28px);text-shadow:none}.game-mode-panel h3{color:#1f6b64}.mode-helper-copy,.notebook-empty{color:#4e6865}.avg-question-scroll input,.finalize-diagnosis-section .diagnosis-conclusion-input{border-color:#458e866b;color:#143f3d;background:#ffffffc7;box-shadow:inset 0 0 0 1px #ffffffb3}.avg-question-scroll button,.subtitle-note-button,.game-mode-tabs button,.journal-pager button,.finalize-submit-button{border:1px solid rgba(58,140,130,.58);border-radius:7px;color:#f8fffb;background:linear-gradient(180deg,#389288f5,#216f68f5);box-shadow:inset 0 0 0 1px #ffffff2e,0 6px 14px #284c482e;text-shadow:0 1px 0 rgba(10,58,53,.32)}.game-mode-tabs{gap:6px;padding:6px;border-color:#458e8675;background:#f8fffbe6;box-shadow:0 12px 28px #284c4829}.game-mode-tabs button{min-height:34px;padding:6px 4px;font-weight:800}.game-mode-tabs button.selected{outline:2px solid rgba(111,205,189,.68);background:linear-gradient(180deg,#53b0a4f5,#28847bf5)}.game-mode-tabs button:disabled,.avg-question-scroll button:disabled,.avg-question-scroll input:disabled{color:#143f3d7a;background:#d9e8e4b8;text-shadow:none}.avg-question-scroll.voice-recording [data-testid=voice-button]{color:#fff8f5;background:linear-gradient(180deg,#d16b5b,#a94338)}.avg-question-scroll.voice-transcribing [data-testid=voice-button],.avg-question-scroll.awaiting-reply{color:#4e6865;background:#eaf5f1e6}.event-toast{border-color:#458e866b;color:#143f3d;background:#f8fffbeb;box-shadow:0 10px 24px #284c4833}.finalize-sheet-header{border-bottom-color:#458e863d}.finalize-evidence-count{border-color:#458e868a;border-radius:7px;color:#143f3d;background:#f8fffbeb;box-shadow:none}.finalize-evidence-count:after{border-color:#3a8c82b8;background:#3a8c82db}.journal-overlay{padding:max(92px,calc(var(--game-safe-top, 8px) + 76px)) max(12px,var(--game-safe-left, 8px)) max(56px,calc(var(--game-wide-bottom, 10px) + 42px));background:linear-gradient(180deg,#061c2033,#061c2061),#daede880}.journal-shell{container-type:inline-size;width:min(720px,calc(var(--game-width, 100vw) - 56px));max-height:calc(var(--game-height, 100vh) - 150px);aspect-ratio:auto;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:12px;overflow:hidden;padding:clamp(14px,2.5cqw,22px);border:1px solid rgba(69,142,134,.52);border-radius:8px;color:#143f3d;background:linear-gradient(180deg,#fafffcfa,#e2f3eef5),#f8fffb;box-shadow:inset 0 0 0 1px #ffffffbd,0 24px 56px #284c4847;filter:none}.journal-shell:before,.journal-side-title:after{content:none}.journal-header,.journal-content,.journal-side-title{position:relative;inset:auto;z-index:1}.journal-side-title{width:auto;height:auto;justify-self:start;display:block;color:#143f3d;font-size:clamp(20px,4.4cqw,30px);font-weight:900;line-height:1.15;writing-mode:horizontal-tb;text-orientation:mixed;text-shadow:none}.journal-header{left:auto;right:auto;top:auto;height:auto;display:grid}.journal-tabs{gap:8px}.journal-tabs button{min-height:38px;padding:8px 10px;border:1px solid rgba(69,142,134,.44);border-radius:7px;color:#1f6b64;background:#ebf7f3eb;font-size:clamp(13px,2.4cqw,16px);font-weight:800;-webkit-text-stroke:0;text-shadow:none}.journal-tabs button:before,.journal-tabs button.selected:before{content:none}.journal-tabs button.selected{color:#f8fffb;background:linear-gradient(180deg,#389288f5,#216f68f5);text-shadow:0 1px 0 rgba(10,58,53,.28)}.journal-tabs button:focus-visible{outline:2px solid rgba(111,205,189,.76);outline-offset:2px}.journal-content{left:auto;right:auto;top:auto;bottom:auto;display:grid;overflow:auto;padding:2px 2px 4px;scrollbar-width:thin}.journal-content::-webkit-scrollbar{display:block;width:8px}.journal-page h2,.journal-case-detail h3,.journal-story-entry-title{color:#143f3d}.journal-page h2{justify-self:start;padding:0;font-size:clamp(20px,3.2cqw,26px);text-align:left}.journal-page h2:before,.journal-page h2:after{content:none}.journal-status .journal-scroll-section,.journal-status .journal-info-rows,.journal-story-entry,.journal-case-fields,.journal-diagnosis-line,.journal-danger-line,.journal-highlights,.journal-review-section,.journal-achievements,.journal-about-copy{width:min(560px,100%);justify-self:stretch;transform:none}.journal-section-label,.journal-story-entry-title,.journal-about-section-title{justify-self:start;min-width:0;padding:5px 10px;border:1px solid rgba(69,142,134,.44);border-radius:7px;color:#1f6b64;background:#ebf7f3eb;box-shadow:none}.journal-section-label:before,.journal-section-label:after{content:none}.journal-page p,.journal-info-rows dt,.journal-story-entry-text,.journal-diagnosis-line,.journal-highlights,.journal-review-copy,.journal-feedback-list,.journal-achievements,.journal-about p{color:#4e6865}.journal-info-rows{column-gap:18px;row-gap:7px}.journal-info-rows dt{padding-left:16px}.journal-info-rows dt:before{left:0;width:8px;height:8px;border-radius:999px;background:#3f9a8f}.journal-info-rows dd{color:#143f3d}.journal-danger-line{color:#9c4237}.journal-pager{transform:none}.journal-pager button{clip-path:none;min-height:34px}.journal-pager span{color:#4e6865}.journal-close-button{top:clamp(10px,2.1cqw,16px);right:clamp(10px,2.1cqw,16px);width:clamp(36px,5.4cqw,44px);aspect-ratio:1;min-width:36px;min-height:36px;padding:0 0 2px;border:1px solid rgba(58,140,130,.58);border-radius:10px;color:#f8fffb;background:linear-gradient(180deg,#409c91fa,#216f68fa);filter:drop-shadow(0 6px 14px rgba(40,76,72,.16));font-size:clamp(16px,2.6cqw,20px);font-weight:900;line-height:1;text-shadow:0 1px 0 rgba(10,58,53,.28)}.exam-result-box,.case-notebook-full,.treatment-order-queue{border-color:#458e866b;color:#143f3d;background:#f8fffbb8}.game-card-chip,.diagnosis-option-chip,.treatment-card-chip,.conclusion-chip{border:1px solid rgba(69,142,134,.42);border-radius:8px;color:#143f3d;background:#f8fffbe0;box-shadow:inset 0 0 0 1px #ffffff8a,0 2px #1c48431a}.game-card-chip.selected,.diagnosis-option-chip.selected,.treatment-card-chip.selected{border-color:#ff8d6bc7;background:#ffd9c8}.diagnosis-conclusion-input{border-color:#458e866b;color:#143f3d;background:#ffffffc7}.dimension-item{color:#143f3d;background:#f8fffbb8}.dimension-item small{color:#4e6865}@media(max-width:640px){.consultation-scene-header{gap:6px;min-height:56px}.consultation-title-plaque{width:168px;height:auto;padding:16px 22px 9px}.consultation-title-plaque strong{font-size:15px;white-space:nowrap}.consultation-energy-status{min-width:76px;padding:5px 7px;font-size:12px}.consultation-leave-button{min-width:72px;min-height:34px;padding:0 12px;font-size:12px}}.consultation-title-plaque{display:grid;place-items:center;aspect-ratio:900 / 257;height:auto;padding:28px 48px 16px}.consultation-title-plaque strong{font-size:20px;line-height:1;text-align:center;white-space:nowrap}.consultation-energy-status{min-height:30px;padding:6px 12px;font-size:14px;font-weight:900}.consultation-leave-button{min-width:84px;min-height:36px;padding:0 16px;border:1px solid rgba(58,140,130,.72);border-radius:7px;background:linear-gradient(180deg,#409a90fa,#1f6f68fa);box-shadow:inset 0 0 0 1px #fff3,0 7px 16px #284c4833}.consultation-leave-button img{display:none}.consultation-leave-button span{font-size:14px;font-weight:900;text-shadow:0 1px 0 rgba(10,58,53,.38)}.game-mode-tabs button{min-height:38px;font-size:14px}.patient-subtitle{min-height:70px;padding:13px 14px;font-size:18px;line-height:1.42}.avg-question-scroll{gap:8px;padding:9px}.avg-question-scroll input{min-height:42px;padding:8px 12px;font-size:16px}.voice-recording-indicator{min-height:42px;align-items:center;justify-content:center;gap:12px;padding:8px 12px;overflow:hidden;border:1px solid rgba(169,67,56,.64);border-radius:7px;color:#fff8f5;background:linear-gradient(180deg,#d16b5b,#a94338);box-shadow:inset 0 0 0 1px #ffffff2e,0 6px 14px #7b2f282e;text-shadow:0 1px 0 rgba(93,24,18,.35)}.voice-recording-indicator:not([hidden]){display:flex}.voice-recording-indicator[hidden]{display:none}.voice-waveform{flex:0 0 auto;height:24px;display:inline-flex;align-items:center;gap:4px}.voice-waveform span{width:4px;height:18px;border-radius:999px;background:#fff8f5f2;box-shadow:0 0 8px #ffebe459;transform-origin:center;animation:voice-waveform-pulse .9s ease-in-out infinite}.voice-waveform span:nth-child(2){animation-delay:.11s}.voice-waveform span:nth-child(3){animation-delay:.22s}.voice-waveform span:nth-child(4){animation-delay:.33s}.voice-waveform span:nth-child(5){animation-delay:.44s}.voice-listening-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:900;letter-spacing:0}@keyframes voice-waveform-pulse{0%,to{transform:scaleY(.42);opacity:.72}50%{transform:scaleY(1);opacity:1}}.avg-question-scroll button{min-height:42px;min-width:54px;padding:7px 10px;font-size:16px;font-weight:900}.game-mode-panel,.game-card-chip,.diagnosis-option-chip,.treatment-card-chip,.case-notebook-full,.exam-result-box{font-size:15px}@media(max-width:640px){.consultation-title-plaque{width:168px;height:auto;padding:16px 22px 9px}.consultation-title-plaque strong{font-size:16px}.consultation-energy-status{min-width:82px;min-height:30px;padding:5px 7px;font-size:12px}.consultation-leave-button{min-width:68px;min-height:32px;padding:0 10px}.consultation-leave-button span{font-size:12px}.game-mode-tabs button{min-height:36px;font-size:13px}.patient-subtitle{min-height:66px;padding:11px 12px;font-size:16px}.avg-question-scroll input,.avg-question-scroll .voice-recording-indicator,.avg-question-scroll button{min-height:40px;font-size:15px}.voice-listening-label{font-size:15px}}.game-dialogue-log,.game-notebook-list,.game-event-log{font-size:15px;line-height:1.55}.game-mode-panel{gap:10px;font-size:16px;line-height:1.55}.game-mode-panel h2{font-size:clamp(24px,2.8vw,34px);line-height:1.16}.game-mode-panel h3{font-size:18px}.game-mode-panel p,.mode-helper-copy,.notebook-empty{font-size:16px;line-height:1.58}.game-mode-panel .investigation-penalty-hint{font-size:13px;line-height:1.38}.game-mode-tabs button{min-height:42px;padding:8px 6px;font-size:15px}.patient-subtitle{min-height:82px;max-height:152px;padding:16px 18px;font-size:21px;line-height:1.45}.patient-subtitle span{max-height:4lh}.subtitle-note-button{min-width:44px;min-height:38px;font-size:14px}.subtitle-note-button.subtitle-next-button{min-width:38px;width:38px;min-height:38px}.avg-timeline-box strong,.avg-timeline-box p{font-size:18px}.avg-question-scroll input,.avg-question-scroll .voice-recording-indicator,.avg-question-scroll button{min-height:44px;font-size:17px}.game-card-chip,.diagnosis-option-chip,.treatment-card-chip,.conclusion-chip,.case-notebook-full,.exam-result-box,.treatment-order-queue,.evidence-choice{font-size:16px;line-height:1.5}.exam-result-kicker,.finalize-evidence-count,.score-wait-kicker,.score-wait-step,.score-wait-steps,.mastery-summary span{font-size:14px}.exam-result-text{font-size:17px;line-height:1.58}.exam-record-button,.seal-action-button,.finalize-submit-button,.result-actions button{min-height:40px;font-size:16px}.diagnosis-conclusion-input{font-size:16px;line-height:1.55}.patient-exam-marker-button span{max-width:92px;font-size:12px;line-height:1.18}.journal-tabs button,.journal-pager button{font-size:clamp(15px,2.6cqw,17px)}.journal-section-label,.journal-info-rows,.journal-story-entry-text,.journal-diagnosis-line,.journal-danger-line,.journal-highlights,.journal-review-copy,.journal-feedback-list,.journal-achievements,.journal-about p,.journal-pager span{font-size:clamp(15px,2.8cqw,17px)}@media(max-width:640px){.game-mode-panel{gap:8px;font-size:16px}.game-mode-panel h2{font-size:clamp(24px,6.2vw,30px)}.game-mode-panel h3{font-size:17px}.game-mode-panel p,.mode-helper-copy,.notebook-empty{font-size:16px;line-height:1.54}.game-mode-tabs button{min-height:39px;padding:7px 4px;font-size:14px}.patient-subtitle{min-height:76px;max-height:142px;padding:14px 15px;font-size:19px;line-height:1.44}.avg-question-scroll input,.avg-question-scroll .voice-recording-indicator,.avg-question-scroll button{min-height:42px;font-size:16px}.voice-listening-label{font-size:16px}.game-card-chip,.diagnosis-option-chip,.treatment-card-chip,.conclusion-chip,.case-notebook-full,.exam-result-box,.treatment-order-queue,.evidence-choice{font-size:15px}}@media(max-width:360px),(max-height:620px){:root{--consultation-question-bar-height: 58px}.game-mode-panel{max-height:230px;font-size:15px}.game-mode-tabs button{min-height:34px;font-size:13px}.patient-subtitle{min-height:68px;max-height:124px;padding:12px 13px;font-size:17px}.avg-question-scroll input,.avg-question-scroll .voice-recording-indicator,.avg-question-scroll button{min-height:38px;font-size:15px}.voice-recording-indicator{gap:8px;padding:7px 9px}.voice-waveform{gap:3px}.voice-waveform span{width:3px}.voice-listening-label{font-size:15px}}@media(prefers-reduced-motion:reduce){.voice-waveform span{animation:none;transform:scaleY(.72)}.voice-waveform span:nth-child(2),.voice-waveform span:nth-child(4){transform:scaleY(.48)}.voice-waveform span:nth-child(3){transform:scaleY(1)}}.consultation-scene-header{z-index:22}.game-mode-tabs,.game-mode-tabs.finalize-mode-tabs{top:max(104px,calc(var(--game-safe-top, 10px) + 94px))}.game-mode-panel.finalize-mode-panel{top:max(154px,calc(var(--game-safe-top, 10px) + 144px))}.game-mode-panel.finalize-mode-panel.finalize-diagnosis-only-panel{bottom:auto;height:auto;max-height:min(44dvh,calc(var(--game-safe-height, 100dvh) - 176px));overflow:auto}#game-shell.game-shell-side-rails .game-mode-tabs,#game-shell.game-shell-side-rails .game-mode-tabs.finalize-mode-tabs{top:max(var(--game-left-rail-top, 92px),calc(var(--game-safe-top, 10px) + 94px))}.scene-plaque-bureau{--scene-marquee-duration: 5s;position:absolute;left:calc(var(--game-safe-left, 10px) + 8px);top:calc(var(--game-safe-top, 10px) + 2px);width:min(432px,calc(var(--game-safe-width, 100vw) - 34px));aspect-ratio:900 / 257;filter:drop-shadow(0 9px 20px rgba(40,76,72,.18))}.consultation-title-plaque{position:relative;min-width:0;width:min(320px,max(210px,calc(var(--game-safe-width, 100vw) - 188px)));max-width:100%;aspect-ratio:900 / 257;height:auto;padding:0;display:block;filter:drop-shadow(0 9px 20px rgba(40,76,72,.18))}.scene-plaque-art,.consultation-title-plaque .scene-plaque-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;pointer-events:none}.scene-plaque-content,.consultation-title-plaque .scene-plaque-content{position:absolute;top:0;right:0;bottom:0;left:0}.consultation-title-plaque .scene-plaque-content{display:grid;place-items:center;left:13%;right:12%;top:18%;bottom:16%;padding:0}.scene-plaque-title,.consultation-title-plaque .scene-plaque-title{position:absolute;z-index:1;min-width:0;margin:0;overflow:hidden;color:#143f3d;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-weight:800;letter-spacing:0;line-height:1.02;text-align:center;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 0 rgba(255,255,255,.94),0 0 6px rgba(255,255,255,.72)}.scene-plaque-bureau .scene-plaque-title{top:22px;left:48px;right:42px;font-size:clamp(22px,4vw,30px)}.consultation-title-plaque .scene-plaque-title{position:relative;z-index:2;top:auto;left:auto;right:auto;width:100%;font-size:clamp(23px,2.7vw,29px);line-height:1.06;transform:none}.scene-plaque-marquee,.consultation-title-plaque .scene-plaque-marquee{position:absolute;z-index:1;overflow:hidden;display:grid;place-items:center}.scene-plaque-bureau .scene-plaque-marquee{left:42px;right:38px;bottom:21px;min-height:2.3em}.scene-plaque-marquee-track,.consultation-title-plaque .scene-plaque-marquee-track{display:-webkit-box;max-width:100%;color:#4e6865;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:clamp(11px,1.55vw,13px);font-weight:700;line-height:1.12;text-align:center;white-space:normal;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-shadow:0 1px 0 rgba(255,255,255,.84);will-change:transform,opacity;animation:scene-plaque-marquee-vertical var(--scene-marquee-duration, 5s) ease-in-out}@keyframes scene-plaque-marquee-vertical{0%{transform:translateY(0);opacity:1}76%{transform:translateY(0);opacity:1}88%{transform:translateY(-115%);opacity:0}to{transform:translateY(-115%);opacity:0}}@media(max-width:640px){.game-mode-tabs,.game-mode-tabs.finalize-mode-tabs{top:max(84px,calc(var(--game-safe-top, 10px) + 74px))}.scene-plaque-bureau{width:min(338px,calc(var(--game-safe-width, 100vw) - 28px))}.scene-plaque-bureau .scene-plaque-title{top:17px;left:34px;right:28px}.consultation-title-plaque{width:min(236px,calc(var(--game-safe-width, 100vw) - 174px))}.scene-plaque-bureau .scene-plaque-marquee{left:30px;right:26px;bottom:14px;min-height:2.1em}.consultation-title-plaque .scene-plaque-content{padding:0}.scene-plaque-bureau .scene-plaque-title{font-size:clamp(18px,5.2vw,24px)}.consultation-title-plaque .scene-plaque-title{font-size:18px}.scene-plaque-marquee-track{font-size:11px}}.consultation-title-plaque .scene-plaque-content{display:grid;place-items:center;left:15%;right:14%;top:18%;bottom:16%}.consultation-title-plaque .scene-plaque-title{line-height:1.04}.consultation-title-plaque .scene-plaque-marquee{display:none}.consultation-title-plaque .scene-plaque-marquee-track{display:block;max-width:100%;font-size:clamp(10px,1.36vw,12px);line-height:1.08;white-space:nowrap;text-overflow:clip;animation-name:scene-plaque-marquee-consultation;-webkit-line-clamp:initial;-webkit-box-orient:initial}@keyframes scene-plaque-marquee-consultation{0%{transform:translateY(42%);opacity:0}14%{transform:translateY(0);opacity:1}to{transform:translateY(0);opacity:1}}@media(orientation:portrait){.consultation-scene-header{grid-template-columns:minmax(72px,1fr) auto minmax(72px,1fr);align-items:center;gap:8px}.consultation-title-plaque{grid-column:2;grid-row:1;justify-self:center;width:min(320px,max(236px,calc(var(--game-safe-width, 100vw) - 176px)))}.consultation-energy-status{grid-column:1;grid-row:1;justify-self:start}.consultation-leave-button{grid-column:3;grid-row:1;justify-self:end}}@media(max-width:640px){.consultation-scene-header{grid-template-columns:minmax(58px,1fr) auto minmax(58px,1fr);align-items:center;gap:6px}.consultation-title-plaque{grid-column:2;grid-row:1;justify-self:center;width:min(236px,max(176px,calc(var(--game-safe-width, 100vw) - 128px)))}.consultation-energy-status{grid-column:1;grid-row:1;justify-self:start;min-width:0;width:min(58px,100%);padding:4px 5px;font-size:10px;line-height:1.05;white-space:normal}.consultation-leave-button{grid-column:3;grid-row:1;justify-self:end;min-width:min(58px,100%);min-height:31px;padding:0 8px}.consultation-leave-button span{font-size:11px}.consultation-title-plaque .scene-plaque-content{left:15%;right:14%;top:18%;bottom:16%}.consultation-title-plaque .scene-plaque-title{font-size:17px}}.game-mode-panel.nurse-mode-panel{max-height:336px;grid-template-rows:auto auto;align-content:start;align-items:start;gap:8px;padding:clamp(10px,1.4vw,16px)}.game-mode-panel.nurse-mode-panel .mode-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:46px;align-content:start;align-items:start;gap:8px;max-height:none;overflow:visible}.game-mode-panel.nurse-mode-panel .nurse-investigation-chip{display:flex;align-items:center;justify-content:center;height:46px;min-height:0;padding:4px 8px;font-size:16px;line-height:1.1;text-align:center;word-break:normal;overflow-wrap:anywhere}.game-mode-panel.nurse-mode-panel .nurse-investigation-chip-compact{font-size:15px}.game-mode-panel.nurse-mode-panel .nurse-investigation-chip-dense{font-size:14px;padding-inline:6px}.nurse-investigation-label{display:flex;flex-wrap:wrap;justify-content:center;gap:0}.nurse-investigation-label-part{white-space:nowrap}@media(max-width:360px),(max-height:620px){.game-mode-panel.nurse-mode-panel .mode-card-grid{grid-auto-rows:44px}.game-mode-panel.nurse-mode-panel .nurse-investigation-chip{height:44px;padding:3px 8px;font-size:15px}.game-mode-panel.nurse-mode-panel .nurse-investigation-chip-compact{font-size:14px}.game-mode-panel.nurse-mode-panel .nurse-investigation-chip-dense{font-size:13px;padding-inline:6px}}#game-shell.game-shell-side-rails .game-mode-panel.nurse-mode-panel .mode-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;align-items:start}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]),textarea,select{font-size:max(16px,1em)}
