@charset "UTF-8";
:root{color-scheme:dark;--accent:#79dfbb;--ink:#f0f5f3;--panel:rgba(12,24,29,.95);font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;font-synthesis:none}
*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;background:#0e1924;color:var(--ink)}body{touch-action:none}button,select,input{font:inherit}button{cursor:pointer;color:inherit}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid var(--accent);outline-offset:3px}button:disabled{opacity:.4;cursor:not-allowed}button{border:1px solid #ffffff25;background:#ffffff08;border-radius:9px;padding:11px 16px;transition:background .15s,transform .15s}button:hover{background:#ffffff18}button:active{transform:translateY(1px)}canvas.game-canvas{position:fixed;inset:0;display:block;width:100%;height:100%;outline:none;touch-action:none}
.game-chrome{position:fixed;z-index:5;inset:0;pointer-events:none}.game-top{position:absolute;top:20px;left:24px;right:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.game-brand{border-left:3px solid var(--accent);padding:2px 0 2px 13px;text-shadow:0 2px 12px #0009}.game-brand h1{font-size:21px;font-weight:700;letter-spacing:.06em;margin:0 0 5px}.game-brand small{font-size:10px;letter-spacing:.23em;color:var(--accent)}.game-tools{display:flex;gap:6px;pointer-events:auto}.game-tools button{background:#0e1b25bf;backdrop-filter:blur(12px);padding:9px 11px;font-size:12px}.game-stats{position:absolute;top:88px;left:24px;display:flex;gap:4px;flex-wrap:wrap;max-width:calc(100% - 48px)}.game-stat{min-width:83px;padding:10px 14px;background:#10202acf;border:1px solid #ffffff0d;backdrop-filter:blur(12px);border-radius:3px}.game-stat small{display:block;color:#b4c7d0;font-size:10px;letter-spacing:.1em}.game-stat strong{display:block;font-size:19px;font-weight:650;line-height:1.4;color:#f0f5f3}.game-hint{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);font-size:12px;text-align:center;padding:9px 17px;background:#0b1828bb;border:1px solid #ffffff18;border-radius:25px;max-width:65%;text-shadow:0 1px 3px #000}.game-toast{position:absolute;left:50%;top:22%;transform:translateX(-50%);padding:12px 23px;border:1px solid var(--accent);background:var(--panel);border-radius:10px;max-width:80%;font-size:14px;opacity:0;transition:opacity .2s;pointer-events:none}.game-toast.visible{opacity:1}
.game-overlay{position:fixed;z-index:20;inset:0;display:grid;place-items:center;background:linear-gradient(110deg,#08151bc9,#08151b40);padding:24px;pointer-events:auto;touch-action:pan-y}.game-overlay[hidden]{display:none}.game-panel{width:min(720px,100%);max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain;background:linear-gradient(145deg,#182d35f5,#0c1a22f7);border:1px solid #ffffff26;border-top:3px solid var(--accent);box-shadow:0 24px 80px #0006;border-radius:16px;padding:32px 36px;scrollbar-width:thin;scrollbar-color:var(--accent) transparent}.panel-eyebrow{font-size:10px;letter-spacing:.22em;color:var(--accent);margin:0 0 12px}.game-panel h2{font-size:clamp(25px,4vw,39px);letter-spacing:.04em;margin:0 0 12px;font-weight:650}.panel-text{font-size:14px;line-height:1.9;color:#bfd0d5;margin:0 0 22px;white-space:pre-line}.panel-buttons{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.panel-buttons button{min-width:100px;font-size:14px}.panel-buttons button.primary{color:#0b201f;background:var(--accent);border-color:var(--accent);font-weight:700}.choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:9px;margin:14px 0}.choice{padding:12px;background:#ffffff05;border:1px solid #ffffff1b;border-radius:8px;text-align:left}.choice.active,.choice.selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.choice strong,.choice b{display:block;margin-bottom:5px}.choice small{display:block;color:#bacdd3;font-size:11px;line-height:1.6}.field{display:flex;gap:12px;align-items:center;margin:14px 0;flex-wrap:wrap}.field select,select{background:#0c202c;color:#eef6fa;border:1px solid #49606c;padding:10px;border-radius:6px;max-width:100%;min-height:40px}.field label{font-size:13px;color:#b8cbd1}.section-label{font-size:11px;color:var(--accent);letter-spacing:.12em;margin:22px 0 10px}.muted{color:#a9c0c9;font-size:12px;line-height:1.8}.badge{display:inline-block;font-size:10px;border:1px solid #ffffff26;border-radius:20px;padding:4px 9px;color:var(--accent);margin:3px}.game-touch{position:absolute;bottom:max(24px,env(safe-area-inset-bottom));left:20px;right:20px;display:flex;justify-content:space-between;align-items:flex-end;pointer-events:none}.game-dpad{display:grid;grid-template-columns:repeat(3,42px);grid-template-rows:repeat(2,42px);gap:4px;pointer-events:auto}.game-dpad button,.game-actions button{padding:0;background:#152b39a8;border:1px solid #ffffff30;backdrop-filter:blur(8px);touch-action:none;user-select:none;-webkit-user-select:none}.game-dpad button:nth-child(1){grid-column:2}.game-dpad button:nth-child(2){grid-row:2;grid-column:1}.game-dpad button:nth-child(3){grid-row:2;grid-column:2}.game-dpad button:nth-child(4){grid-row:2;grid-column:3}.game-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:45%;pointer-events:auto}.game-actions button{width:58px;height:58px;border-radius:50%;font-size:12px}.game-touch button.pressed{background:var(--accent);color:#142021}.game-touch{display:none}
@media(pointer:coarse),(max-width:760px){.game-touch{display:flex}.game-top{left:14px;right:14px;top:14px;gap:6px}.game-brand h1{font-size:16px}.game-brand small{font-size:8px;letter-spacing:.12em}.game-tools{gap:3px}.game-tools button{padding:8px 7px;font-size:10px}.game-stats{top:75px;left:14px;max-width:calc(100% - 28px);gap:3px}.game-stat{min-width:59px;padding:6px 9px}.game-stat strong{font-size:15px}.game-stat small{font-size:9px}.game-hint{bottom:var(--touch-hint-bottom,128px);max-width:90%;width:max-content;font-size:10px;padding:7px 12px}.game-overlay{padding:12px}.game-panel{padding:23px 20px;max-height:calc(100dvh - 24px);border-radius:12px}.game-panel h2{font-size:27px}.panel-text{font-size:12px;margin-bottom:16px}.choice-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:6px}.panel-buttons{margin-top:17px}.panel-buttons button{padding:10px 13px;min-width:80px}.game-brand{padding-left:9px}}
@media(max-width:380px){.game-tools button{font-size:9px;padding:8px 5px}.game-brand h1{font-size:14px}.game-dpad{grid-template-columns:repeat(3,35px);grid-template-rows:repeat(2,35px)}.game-actions button{width:48px;height:48px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
.game-brand{min-width:0}.game-brand h1,.game-brand small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-tools{flex-shrink:0}.game-tools button{white-space:nowrap}
.game-toast{position:fixed;z-index:30}
