:root{--paper:#f3edda;--card:#fffdf4;--ink:#2e3138;--ink-soft:#3f464b;--muted:#6f7780;--helmet:#ffc93c;--helmet-deep:#d9941e;--helmet-soft:#fff3c9;--helmet-line:#f0d37a;--system:#3fa3b1;--system-soft:#eafbfd;--safe:#4fa98a;--safe-soft:#eaf7f0;--risk:#e4573d;--risk-soft:#fff1ec;--violet:#6b5dd3;--violet-soft:#f1eeff;--shadow-card:0 18px 42px #57462124;--shadow-float:0 16px 30px #2f323724;--shadow-chip:0 8px 16px #2f32371a;--radius-card:24px;--radius-panel:22px;--radius-button:14px;color:var(--ink-soft);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100svh;margin:0}button{font:inherit;overflow-wrap:break-word}button:focus-visible{outline-offset:3px;outline:3px solid #5ca4d8}@keyframes card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes stamp-in{0%{opacity:0;transform:rotate(12deg)scale(1.6)}62%{opacity:1;transform:rotate(12deg)scale(.94)}to{opacity:.85;transform:rotate(12deg)scale(1)}}.app-shell{min-height:100svh;padding:max(18px, env(safe-area-inset-top,0px)) max(14px, env(safe-area-inset-right,0px)) max(18px, env(safe-area-inset-bottom,0px)) max(14px, env(safe-area-inset-left,0px));background:radial-gradient(circle at 12% 6%, #ffc93c29, transparent 34%), radial-gradient(circle at 90% 94%, #3fa3b121, transparent 38%), repeating-linear-gradient(0deg, transparent 0 23px, #78683c0d 23px 24px), repeating-linear-gradient(90deg, transparent 0 23px, #78683c0d 23px 24px), var(--paper);place-items:center;display:grid}.start-screen{border:2px solid var(--helmet-line);border-radius:var(--radius-card);width:min(100%,390px);min-height:620px;box-shadow:var(--shadow-card);text-align:center;background:linear-gradient(#fffdf4 0%,#fff8e6 100%);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:20px;animation:.3s ease-out both card-in;display:flex}.start-visual{border:2px solid var(--helmet-line);border-radius:var(--radius-panel);background:#e9f7ff;width:100%;height:190px;position:relative;overflow:hidden}.start-visual:after{content:"";background:repeating-linear-gradient(-45deg, #3a3d44 0 12px, var(--helmet) 12px 24px);opacity:.9;height:10px;position:absolute;top:0;left:0;right:0}.start-scene{object-fit:cover;width:100%;height:100%;display:block}.start-character{background:#ddf6f0;border:4px solid #fffaf0;border-radius:28px;width:112px;height:112px;position:absolute;bottom:10px;right:20px;box-shadow:0 12px 24px #2f32372e}.game-frame{width:min(100%,430px)}.scene-stage{border:2px solid var(--helmet-line);border-radius:var(--radius-card);background:var(--card);min-height:min(640px,100svh - 36px);box-shadow:var(--shadow-card);flex-direction:column;display:flex;overflow:visible}.scene-visual{border-radius:calc(var(--radius-card) - 2px) calc(var(--radius-card) - 2px) 0 0;background:var(--scene-accent,#8cc5d8);flex:none;height:clamp(260px,38svh,330px);min-height:0;position:relative;overflow:hidden}.scene-visual:before{content:"";z-index:2;background:repeating-linear-gradient(-45deg, #3a3d44 0 12px, var(--helmet) 12px 24px);opacity:.9;height:10px;position:absolute;top:0;left:0;right:0}.scene-stage--ending .scene-visual{flex:none;height:clamp(160px,24svh,210px)}.scene-image{object-fit:cover;width:100%;height:100%;display:block}.scene-wash{pointer-events:none;background:linear-gradient(#fff0 42%,#fffdf4c7 100%),linear-gradient(90deg,#fff3,#fff0);position:absolute;inset:0}.scene-topbar{z-index:3;gap:8px;display:grid;position:absolute;top:20px;left:12px;right:12px}.scene-topbar-row{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.scene-topbar-row>span,.day-progress{min-height:30px;color:var(--ink-soft);box-shadow:var(--shadow-chip);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fffdf4eb;border:1px solid #ffffffd9;border-radius:999px;align-items:center;padding:5px 11px;font-size:12px;font-weight:800;display:inline-flex}.scene-topbar-row>span{white-space:nowrap;text-overflow:ellipsis;max-width:calc(50% - 4px);overflow:hidden}.scene-topbar-row>span:first-child:before{content:"";background:var(--scene-accent,var(--system));border-radius:50%;flex:none;width:8px;height:8px;margin-right:6px}.day-progress{background:#fffdf4f2;grid-template-columns:auto 1fr;justify-self:start;gap:8px;width:min(190px,58%);display:grid}.day-progress-label{color:#8a5b12;white-space:nowrap;font-size:12px;font-weight:900}.day-progress-track{background:repeating-linear-gradient(90deg,#e0be604d 0 calc(14.28% - 2px),#fffffff2 calc(14.28% - 2px) 14.28%);border-radius:999px;height:9px;overflow:hidden}.day-progress-fill{width:var(--day-progress-width,14.28%);border-radius:inherit;background:linear-gradient(#ffd45c 0%,#f2b83b 100%);height:100%;transition:width .4s;display:block;box-shadow:inset 0 -2px #d9941e73}.scene-quick-action{z-index:2;position:absolute;top:96px;right:12px}.quick-skip-action{color:#5260b8;min-height:44px;box-shadow:var(--shadow-chip);cursor:pointer;background:#fffffff0;border:2px solid #cdc6ff;border-radius:999px;padding:0 14px;font-size:14px;font-weight:900}.story-layer{z-index:2;margin-top:-56px;padding:0 14px 14px;position:relative}.scene-stage--ending .story-layer{margin-top:-58px}.story-card,.dialogue-card{border:2px solid var(--speaker-accent,var(--helmet-line));border-radius:var(--radius-panel);width:100%;box-shadow:var(--shadow-float);background:linear-gradient(#fff9,#fff0 56px),#fffdf4f7;flex-direction:column;gap:14px;animation:.26s ease-out both card-in;display:flex;position:relative}.story-card{min-height:320px;padding:22px}.dialogue-card{min-height:280px;padding:18px}.scene-stage--ending .dialogue-card{gap:8px;min-height:auto;padding:12px}.scene-stage--ending .speaker-row{grid-template-columns:52px 1fr;gap:10px}.scene-stage--ending .avatar{border-radius:14px;width:50px;height:50px}.scene-stage--ending .speaker-role{display:none}.speaker-row,.system-title{border-bottom:2px dashed #b09e6866;grid-template-columns:68px 1fr;align-items:center;gap:12px;padding-bottom:12px;display:grid}.avatar{border:3px solid var(--speaker-accent,var(--helmet-line));color:#705018;object-fit:cover;background:#fff7dc;border-radius:18px;flex:none;width:64px;height:64px;font-weight:900;display:block;box-shadow:0 0 0 3px #ffffffe6}.portrait-avatar{box-shadow:0 0 0 3px #ffffffe6,0 8px 16px #2f323721}.system-avatar{border-color:var(--system);background:var(--system-soft)}.speaker-name,.speaker-role{margin:0}.speaker-name{color:var(--ink);font-size:18px;font-weight:900;line-height:1.2}.speaker-role{background:#f4eedb;background:color-mix(in srgb, var(--speaker-accent,#f0d37a) 16%, #fff);width:fit-content;color:var(--muted);border-radius:999px;margin-top:5px;padding:2px 8px;font-size:12px;font-weight:800;line-height:1.4}.story-text{color:var(--ink-soft);white-space:pre-line;overflow-wrap:break-word;margin:0;font-size:18px;line-height:1.7}.system-popup{border-color:var(--system);background:linear-gradient(#ffffffb3,#fff0 56px),#f0fcfdf7}.system-popup:before{content:"● 维保云 App · 刚刚";color:var(--system);letter-spacing:.4px;order:-1;margin:-4px 0 -8px;font-size:12px;font-weight:800}.day-settle{background:linear-gradient(#ffffffb3,#fff0 56px),#f7fdf0f7;border-color:#7fc8a9}.day-settle:before{content:"● 当日维保记录 · 已归档";color:var(--safe);letter-spacing:.4px;order:-1;margin:-4px 0 -8px;font-size:12px;font-weight:800}.ending-card{box-shadow:var(--shadow-float), inset 0 0 0 4px #f28c6b24;background:repeating-linear-gradient(0deg,#0000 0 30px,#d6453a09 30px 31px),linear-gradient(#ffffffb3,#fff0 56px),#fffaf3fa;border-color:#f28c6b}.ending-card:before{content:"内部文件 · 试用期人事通知";color:#b3543b;letter-spacing:2px;order:-1;margin:-2px 0 -6px;font-size:12px;font-weight:900}.ending-stamp{color:#d6453acc;letter-spacing:2px;pointer-events:none;border:3.5px solid #d6453ab8;border-radius:50%;place-items:center;width:68px;height:68px;font-size:15px;font-weight:900;animation:.5s ease-out .35s both stamp-in;display:grid;position:absolute;top:10px;right:12px;transform:rotate(12deg);box-shadow:inset 0 0 0 2px #d6453a52}.ending-stamp--pass{color:#368667d6;border-color:#4fa98abd;box-shadow:inset 0 0 0 2px #4fa98a57}.ending-card h2{color:var(--ink);margin:0;font-size:21px;line-height:1.24}.scene-stage--ending .story-text{font-size:15px;line-height:1.48}.ending-status{color:#705018;background:#ffe9a9;border-radius:999px;width:fit-content;margin:0;padding:6px 10px;font-size:13px;font-weight:900}.achievement-line,.sting-line,.ending-hook,.demo-report{border-radius:12px;margin:0;padding:8px 10px;font-size:13px;line-height:1.42}.achievement-line{background:var(--safe-soft);color:#2b6d68;font-weight:900}.achievement-line:before{content:"🏅 "}.sting-line{color:#7c3f2d;background:#fff1e3;font-weight:800}.ending-hook{color:#705018;background:#fff7dc;font-weight:900}.demo-report{color:#706452;background:#f6efd9;font-weight:800}.feedback-entry{background:var(--system-soft);border:2px dashed #3fa3b157;border-radius:14px;gap:8px;padding:10px;display:grid}.feedback-entry p{color:#2a6570;margin:0;font-size:13px;font-weight:800;line-height:1.4}.feedback-copy-action{min-height:42px;font-size:13px}.feedback-status{color:#2b6d68}.feedback-channel{color:#705018;background:#ffffffb8;border-radius:9px;padding:7px 9px}.feedback-template{background:#ffffffb3;border-radius:10px}.feedback-template summary{color:#2a6570;cursor:pointer;padding:8px 10px;font-size:13px;font-weight:900}.feedback-template pre{white-space:pre-wrap;color:#3f464b;max-height:150px;font:inherit;margin:0;padding:0 10px 10px;font-size:12px;line-height:1.45;overflow:auto}.error-panel{border:2px solid var(--helmet-line);border-radius:var(--radius-card);background:linear-gradient(180deg, #ffffffc2, #fff0 68px), var(--card);width:min(100%,390px);box-shadow:var(--shadow-card);gap:14px;padding:22px;animation:.3s ease-out both card-in;display:grid}.error-kicker{background:var(--risk-soft);color:#9b3f31;border-radius:999px;width:fit-content;margin:0;padding:6px 10px;font-size:13px;font-weight:900}.error-panel h1{color:var(--ink);margin:0;font-size:28px;line-height:1.18}.error-detail{color:#706452;overflow-wrap:anywhere;background:#f6efd9;border-radius:12px;margin:0;padding:10px;font-size:12px;line-height:1.45}.error-actions{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.choice-card{border-color:var(--helmet-line);background:linear-gradient(#ffffffb3,#fff0 56px),#fffdf4f7}.choice-label{background:var(--safe-soft);color:#2b6d68;border-radius:999px;width:fit-content;margin:0;padding:6px 10px;font-size:13px;font-weight:900}.choice-label:before{content:"▼ ";font-size:11px}.choice-card h2{color:var(--ink);margin:0;font-size:21px;line-height:1.35}.choice-list{gap:10px;display:grid}.choice-button,.secondary-action,.ghost-action,.link-action{border:2px solid var(--helmet-line);border-radius:var(--radius-button);color:#382514;cursor:pointer;background:#fff7dc;width:100%;min-height:48px;font-size:16px;font-weight:850;transition:transform .12s,box-shadow .12s,filter .12s}.story-actions{border-top:2px dashed #b09e6866;gap:10px;margin-top:auto;padding-top:12px;display:grid}.ending-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.scene-stage--ending .ghost-action,.scene-stage--ending .secondary-action{border-radius:12px;min-height:44px;padding:0 6px;font-size:13px;line-height:1.2}.choice-button{text-align:left;background:#fff;border-color:#e8dcb4;grid-template-columns:32px 1fr;align-items:center;gap:10px;padding:10px 12px;display:grid;box-shadow:0 3px #e8dcb4}.choice-button:hover{border-color:var(--helmet);box-shadow:0 3px 0 var(--helmet-deep);transform:translateY(-1px)}.choice-index{background:var(--helmet);color:#705018;border-radius:10px;place-items:center;width:30px;height:30px;font-size:14px;font-weight:900;display:grid;box-shadow:inset 0 -3px #d9941e66}.choice-list .choice-button:nth-child(2) .choice-index{color:#1f5d59;background:#8fd6d0;box-shadow:inset 0 -3px #2f869459}.choice-list .choice-button:nth-child(3) .choice-index{color:#7c3f2d;background:#ffb88a;box-shadow:inset 0 -3px #e0734c66}.choice-list .choice-button:nth-child(4) .choice-index{color:#3f3a8c;background:#c8c2ff;box-shadow:inset 0 -3px #6b5dd359}.choice-button:active,.secondary-action:active,.ghost-action:active,.link-action:active,.primary-action:active,.quick-skip-action:active{transform:translateY(2px)}.choice-button:hover,.secondary-action:hover,.ghost-action:hover,.link-action:hover,.primary-action:hover,.quick-skip-action:hover{filter:saturate(1.06)}.secondary-action{text-align:center;background:linear-gradient(#fff3c2 0%,#ffe9a0 100%);padding:0 18px;box-shadow:0 3px #e0be60}.ghost-action,.link-action{color:#5260b8;text-align:center;background:#fff;border-color:#cdc6ff}.link-action{min-height:44px}.phase-note{color:#706452;background:#f6efd9;border-radius:14px;margin:auto 0 0;padding:12px;font-size:14px;line-height:1.5}.scene-badge{background:var(--safe-soft);color:#2b6d68;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:13px;font-weight:800}.helmet-mark{background:var(--helmet);color:#705018;border-radius:46px 46px 24px 24px;place-items:center;width:92px;height:72px;font-size:34px;font-weight:900;display:grid;box-shadow:inset 0 -10px #da9a1f2e}.kicker{color:var(--muted);letter-spacing:4px;margin:4px 0 0;font-size:15px;font-weight:800}h1{color:var(--ink);letter-spacing:0;margin:0;font-size:34px;line-height:1.12}.intro{color:#4f575d;overflow-wrap:break-word;margin:0;font-size:17px;line-height:1.65}.start-actions{gap:10px;width:100%;display:grid}.primary-action{border-radius:var(--radius-button);color:#382514;letter-spacing:1px;cursor:pointer;background:linear-gradient(#ffc23c 0%,#ffb84d 100%);border:0;width:100%;min-height:52px;font-size:18px;font-weight:900;transition:transform .12s,box-shadow .12s;box-shadow:0 8px #d89131}.primary-action:active{box-shadow:0 5px #d89131}.hint{color:#80878c;margin:6px 0 0;font-size:13px;line-height:1.5}.collection-screen{border:2px solid var(--helmet-line);border-radius:var(--radius-card);background:var(--card);width:min(100%,430px);min-height:min(760px,100svh - 36px);max-height:calc(100svh - 36px);box-shadow:var(--shadow-card);flex-direction:column;gap:16px;padding:20px;animation:.26s ease-out both card-in;display:flex;overflow:auto}.collection-header{gap:10px;display:grid}.collection-stats{flex-wrap:wrap;gap:8px;display:flex}.collection-stats span{background:var(--safe-soft);color:#2b6d68;border-radius:999px;align-items:center;min-height:30px;padding:5px 10px;font-size:13px;font-weight:900;display:inline-flex}.ending-list{gap:12px;display:grid}.ending-list-item{color:#7d745f;background:linear-gradient(135deg,#fff7df 0%,#f4ecda 100%);border:2px solid #eadfbf;border-radius:14px;gap:10px;padding:13px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 22px #57462114}.ending-list-item:before{content:"";background:#d8cba8;width:7px;position:absolute;inset:0 auto 0 0}.ending-list-item.unlocked{color:#2f4648;background:linear-gradient(135deg,#f3fffb 0%,#fff8e8 100%);border-color:#8fd6d0;box-shadow:0 12px 26px #377e771f}.ending-list-item.unlocked:before{background:#58bdb4}.ending-list-item.passed{background:linear-gradient(135deg,#fff8d9 0%,#effbf6 100%);border-color:#f0c85d}.ending-list-item.passed:before{background:#f4c943}.ending-list-item.locked{min-height:132px}.ending-list-item h2,.ending-list-item p{overflow-wrap:break-word;margin:0}.ending-list-item h2{color:var(--ink);font-size:18px;line-height:1.3}.ending-list-item p{overflow-wrap:break-word;font-size:14px;line-height:1.5}.ending-list-topline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-left:6px;display:flex}.ending-file-number{color:#8a7240;letter-spacing:1px;font-size:12px;font-weight:900}.ending-list-status{max-width:100%;color:var(--muted);background:#ffffffad;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900}.ending-list-body{grid-template-columns:50px 1fr;align-items:center;gap:11px;display:grid}.ending-result-mark{color:#8a7b61;background:#e8ddc4;border:2px solid #ffffffd6;border-radius:16px;place-items:center;width:48px;height:48px;font-size:25px;font-weight:900;display:grid;box-shadow:0 8px 16px #4254541a}.ending-list-item.unlocked .ending-result-mark{color:#24484a;background:linear-gradient(135deg,#ffdd68 0%,#8fd6d0 100%)}.ending-list-item.passed .ending-result-mark{background:linear-gradient(135deg,#fff19b 0%,#78d6ad 100%)}.ending-list-copy{gap:4px;min-width:0;display:grid}.ending-card-kicker{color:#6d7e80;font-size:12px;font-weight:900}.ending-card-sting{color:#4d5558}.ending-achievement-line{color:#72531d;background:#ffffff9e;border-radius:12px;margin-left:6px;padding:8px 10px;font-weight:900}.ending-list-item.locked .ending-card-sting,.ending-list-item.locked .ending-achievement-line{color:#7d745f}.collection-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;padding-top:2px;display:grid}.glossary-screen{background:#fffdf5}.empty-note{color:#7d745f;background:#fff8e4;border:2px dashed #eadfbf;border-radius:14px;margin:0;padding:12px;font-size:14px;font-weight:800;line-height:1.5}.glossary-list{gap:10px;display:grid}.glossary-item{color:#7d745f;background:#f8f3e4;border:2px solid #eadfbf;border-radius:14px;gap:7px;padding:12px;display:grid}.glossary-item.unlocked{color:#2f4648;background:#f2fffc;border-color:#a8ded8}.glossary-heading{grid-template-columns:46px 1fr;align-items:center;gap:10px;display:grid}.glossary-heading>div{min-width:0}.glossary-icon{background:linear-gradient(135deg,#ffdd68 0%,#8fd6d0 100%);border:2px solid #ffffffd1;border-radius:14px;place-items:center;width:44px;height:44px;font-size:22px;line-height:1;display:grid;box-shadow:0 8px 16px #4254541f}.glossary-icon.locked{color:#8a7b61;background:#efe7d0;font-size:20px;font-weight:900}.glossary-item h2,.glossary-item p{overflow-wrap:break-word;margin:0}.glossary-item h2{color:var(--ink);font-size:19px;line-height:1.3}.glossary-item p{font-size:14px;line-height:1.55}.glossary-status{color:var(--muted);margin:0 0 2px;font-size:12px;font-weight:900}.glossary-joke{color:#72531d;background:#fff1cf;border-radius:12px;padding:9px 10px;font-weight:900}.unlock-toast{left:50%;bottom:max(18px, env(safe-area-inset-bottom,0px));z-index:30;color:#2b6d68;pointer-events:none;background:#f2fffcf5;border:2px solid #a8ded8;border-radius:999px;place-items:center;max-width:min(360px,100vw - 28px);min-height:42px;padding:8px 14px;font-size:14px;font-weight:900;transition:opacity .16s,transform .16s;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 12px 24px #2f323724}.unlock-toast:empty{opacity:0;transform:translate(-50%,8px)}.debug-panel{z-index:20;color:#26333a;background:#f7fbfffa;border:2px solid #7c8ae8;border-radius:16px;width:min(320px,100vw - 24px);max-height:min(520px,100svh - 24px);font-size:13px;position:fixed;top:12px;right:12px;overflow:auto;box-shadow:0 18px 40px #2f32372e}.debug-panel details{padding:10px}.debug-panel summary{cursor:pointer;font-weight:900}.debug-block{border-top:1px solid #d8def8;gap:8px;margin-top:10px;padding-top:10px;display:grid}.debug-block p{margin:0}.debug-title{color:#5260b8;font-weight:900}.debug-flag-list,.debug-grid{flex-wrap:wrap;gap:6px;display:flex}.debug-chip,.debug-action,.debug-panel select{color:#26333a;background:#fff;border:1px solid #b8c0ee;border-radius:10px;min-height:34px;font-size:12px;font-weight:800}.debug-chip,.debug-action{cursor:pointer;padding:6px 8px}.debug-chip.active{color:#24745f;background:#dff4f0;border-color:#5abf97}.debug-panel label{gap:6px;font-weight:900;display:grid}.debug-panel select{width:100%;padding:0 8px}@media (width<=360px){.app-shell{padding:max(12px, env(safe-area-inset-top,0px)) max(8px, env(safe-area-inset-right,0px)) max(12px, env(safe-area-inset-bottom,0px)) max(8px, env(safe-area-inset-left,0px))}.start-screen{min-height:580px;padding:16px}.start-visual{height:166px}.start-character{width:96px;height:96px;right:14px}h1{font-size:30px}.scene-stage{border-radius:20px;min-height:min(600px,100svh - 24px)}.scene-visual{border-radius:18px 18px 0 0;height:clamp(230px,36svh,280px)}.scene-stage--ending .scene-visual{height:clamp(140px,22svh,176px)}.story-layer{margin-top:-48px;padding:0 10px 10px}.scene-stage--ending .story-layer{margin-top:-48px}.dialogue-card{min-height:270px;padding:14px}.speaker-row,.system-title{grid-template-columns:58px 1fr;gap:10px}.avatar{border-radius:16px;width:56px;height:56px}.story-text{font-size:16px;line-height:1.62}.choice-card h2{font-size:19px}.choice-button{font-size:15px}.ending-card h2{font-size:19px}.ending-stamp{width:58px;height:58px;font-size:13px}.scene-stage--ending .story-text{font-size:14px}.day-progress{grid-template-columns:auto 68px;width:min(176px,62%)}.glossary-heading{grid-template-columns:42px 1fr}.glossary-icon{width:40px;height:40px;font-size:20px}.ending-list-item{padding:12px}.ending-list-body{grid-template-columns:44px 1fr;gap:9px}.ending-result-mark{border-radius:14px;width:42px;height:42px;font-size:22px}.ending-achievement-line{padding:8px}.collection-actions{grid-template-columns:1fr}.ending-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.error-actions{grid-template-columns:1fr}}@media (height<=680px){.scene-stage{min-height:min(584px,100svh - 24px)}.scene-visual{height:clamp(220px,34svh,260px)}.scene-stage--ending .scene-visual{height:142px}.story-layer{margin-top:-44px}.dialogue-card{min-height:260px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
