.llmsel{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#374151;min-width:0}.llmsel-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.llmsel-label{font-weight:500;color:#4b5563;white-space:nowrap}.llmsel-select{border:1px solid #d1d5db;border-radius:.5rem;padding:.375rem .5rem;font-size:.875rem;background:#fff;color:inherit;max-width:100%}.llmsel-select:focus,.llmsel-key-input:focus{outline:2px solid #3b82f6;outline-offset:1px}.llmsel-key-field{position:relative;flex:1;min-width:12rem;max-width:20rem}.llmsel-key-input{width:100%;border:1px solid #d1d5db;border-radius:.5rem;padding:.375rem 3.25rem .375rem .75rem;font-size:.875rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#fff;color:inherit;box-sizing:border-box}.llmsel-key-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:none;background:none;font-size:.75rem;color:#9ca3af;cursor:pointer;padding:.125rem}.llmsel-key-toggle:hover{color:#4b5563}.llmsel-ready{font-size:.75rem;font-weight:500;color:#16a34a;white-space:nowrap}.llmsel-warning{border:1px solid #fcd34d;background:#fffbeb;color:#92400e;border-radius:.5rem;padding:.5rem .75rem;font-size:.75rem;line-height:1.5}.llmsel-warning a{color:#b45309;font-weight:500;text-decoration:underline}.llmsel-warning code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.7rem}.llmsel-load-btn{border:1px solid #3b82f6;background:#eff6ff;color:#1d4ed8;border-radius:.5rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;cursor:pointer}.llmsel-load-btn:hover{background:#dbeafe}.llmsel-progress{display:flex;flex-direction:column;gap:.25rem}.llmsel-progress-bar{height:.5rem;border-radius:9999px;background:#e5e7eb;overflow:hidden}.llmsel-progress-fill{height:100%;border-radius:9999px;background:#3b82f6;transition:width .2s ease}.llmsel-progress-text{font-size:.6875rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}*{box-sizing:border-box}:root{--bg: #14181f;--panel: #1d232d;--panel-2: #242c38;--border: #333d4c;--text: #e6e9ee;--muted: #9aa5b4;--accent: #4f9cf9;--gold: #d4a94f;--danger: #e06c5f;--ok: #58b380}html,body,#root{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:Georgia,Times New Roman,serif}button{font:inherit;color:var(--text);background:var(--panel-2);border:1px solid var(--border);border-radius:8px;padding:8px 14px;cursor:pointer}button:hover:not(:disabled){border-color:var(--accent)}button:disabled{opacity:.45;cursor:default}button.primary{background:var(--accent);border-color:var(--accent);color:#0c1017;font-weight:700}h1,h2,h3{font-weight:400;letter-spacing:.02em}.title-screen,.ending-screen,.sanity-screen{min-height:100%;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px}.title-card,.ending-card,.sanity-card{max-width:720px;width:100%;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:36px 40px}.title-card h1,.ending-card h1{margin:6px 0 18px;font-size:2.2rem;color:var(--gold)}.ending-kicker{font-size:.75rem;letter-spacing:.25em;color:var(--muted)}.ending-card.loss h1{color:var(--danger)}.subtitle{color:var(--text);line-height:1.55}.hint{color:var(--muted);font-size:.9rem}.selector-wrap{margin:22px 0;padding:16px;background:var(--panel-2);border-radius:10px;font-family:system-ui,sans-serif}.selector-wrap h3{margin-top:0;font-family:Georgia,serif}.title-buttons{display:flex;gap:12px;margin:14px 0}.epilogue{margin:22px 0;padding-top:14px;border-top:1px solid var(--border);color:var(--muted);font-style:italic;line-height:1.5}.jrpg-screen{height:100%;display:flex;flex-direction:column}.hud{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 18px;background:var(--panel);border-bottom:1px solid var(--border);flex-wrap:wrap}.hud-act strong{color:var(--gold);font-weight:400}.hud-buttons{display:flex;gap:8px;flex-wrap:wrap}.hud-item{border-color:var(--gold)}.map-stage{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:auto;padding:20px}.map-wrap{position:relative;border:4px solid #10141b;border-radius:6px;box-shadow:0 0 0 1px var(--border),0 18px 50px #00000080;image-rendering:pixelated;flex:none}.map-floor{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 1px,transparent 1px 44px),repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 44px)}.map-carpet{position:absolute;border-radius:4px;box-shadow:inset 0 0 0 2px #0000002e}.map-furniture{position:absolute;border-radius:4px;box-shadow:inset 0 -6px #0000004d,inset 0 2px #ffffff1f}.map-hotspot{position:absolute;cursor:pointer;border-radius:4px;z-index:2}.map-hotspot.door{background:#7a5a30;box-shadow:inset 0 0 0 3px #5a4020,inset 0 -6px #0000004d}.map-hotspot.podium{background:#565b66;box-shadow:inset 0 0 0 3px #3c414c,inset 0 -6px #0000004d}.map-hotspot.available{animation:glow 1.6s ease-in-out infinite}@keyframes glow{0%,to{filter:brightness(1)}50%{filter:brightness(1.5)}}.hotspot-label{position:absolute;left:50%;top:-22px;transform:translate(-50%);white-space:nowrap;font-size:.72rem;color:var(--gold);background:#0a0d12d9;padding:2px 8px;border-radius:8px;pointer-events:none}.map-npc,.map-player{position:absolute;width:44px;height:44px;display:flex;align-items:flex-end;justify-content:center;transition:left .11s linear,top .11s linear;z-index:3}.map-npc{cursor:pointer}.map-npc.near .sprite{filter:drop-shadow(0 0 5px var(--gold))}.map-player{z-index:4}.sprite.walking{animation:bob .25s ease-in-out infinite}@keyframes bob{0%,to{translate:0 0}50%{translate:0 -2px}}.npc-label{position:absolute;bottom:-14px;font-size:.62rem;color:var(--muted);background:#0a0d12b3;padding:0 5px;border-radius:6px;white-space:nowrap;pointer-events:none}.talk-prompt{position:absolute;top:-20px;font-size:.7rem;color:#0c1017;background:var(--gold);padding:1px 7px;border-radius:8px;white-space:nowrap;pointer-events:none;animation:bob .8s ease-in-out infinite}.chatter{position:absolute;top:-18px;right:-4px;font-size:.9rem;color:var(--text);background:var(--panel-2);border:1px solid var(--border);padding:0 6px;border-radius:10px;pointer-events:none}.toast{position:absolute;bottom:46px;left:50%;transform:translate(-50%);max-width:520px;background:#0f131af2;border:1px solid var(--gold);color:var(--gold);font-style:italic;padding:10px 18px;border-radius:10px;text-align:center;z-index:6}.map-help{position:absolute;bottom:12px;left:0;right:0;text-align:center;color:var(--muted);font-size:.78rem;pointer-events:none}.chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#05080c8c;display:flex;align-items:center;justify-content:center;z-index:8;padding:24px}.chat-card{width:min(760px,100%);height:min(640px,92vh);display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 24px 70px #0009}.chat-title{display:flex;align-items:center;gap:10px}.chat-header-right{display:flex;align-items:center;gap:12px}.close-btn{font-size:.85rem}.overlay-actions{display:flex;gap:8px;flex-wrap:wrap;padding:10px 20px 0;border-top:1px solid var(--border);background:var(--panel)}.modal.intro{max-width:520px;text-align:center}.modal.intro p{line-height:1.6;color:var(--muted)}.game-screen{display:flex;height:100%}.sidebar{width:320px;min-width:280px;border-right:1px solid var(--border);padding:14px;overflow-y:auto;background:var(--panel)}.act-box h2{margin:0 0 2px;font-size:1.05rem;color:var(--gold)}.location{color:var(--muted);font-size:.85rem;margin-bottom:6px}.act-intro{font-size:.88rem;color:var(--muted);line-height:1.45}.panel{margin-top:16px;padding-top:10px;border-top:1px solid var(--border)}.panel h3{margin:0 0 8px;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.npc-btn{display:flex;flex-direction:column;width:100%;text-align:left;margin-bottom:6px;padding:8px 12px}.npc-btn.active{border-color:var(--accent);background:#24344c}.npc-name{font-size:.98rem}.npc-role{font-size:.78rem;color:var(--muted)}.item-btn,.action-btn{display:block;width:100%;text-align:left;margin-bottom:6px}.action-btn{border-color:var(--gold)}.commitment{font-size:.85rem;margin-bottom:6px;line-height:1.35}.commitment.broken span{text-decoration:line-through;color:var(--muted)}.empty{color:var(--muted);font-size:.85rem}.chat-area{flex:1;display:flex;flex-direction:column;min-width:0}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid var(--border);background:var(--panel)}.mood{color:var(--muted);font-size:.9rem;text-transform:capitalize}.judging{color:var(--gold)}.messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.bubble{max-width:72%;padding:10px 16px;border-radius:14px;line-height:1.5;white-space:pre-wrap}.bubble.player{align-self:flex-end;background:#2b4a72}.bubble.npc{align-self:flex-start;background:var(--panel-2)}.bubble.streaming{opacity:.85}.narration{align-self:center;max-width:85%;text-align:center;color:var(--gold);font-style:italic;font-size:.9rem;line-height:1.4}.narration.error{color:var(--danger)}.composer{display:flex;gap:10px;padding:14px 20px;border-top:1px solid var(--border);background:var(--panel)}.composer textarea{flex:1;resize:none;height:58px;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font:inherit}.no-npc{margin:auto;max-width:520px;text-align:center;color:var(--muted);line-height:1.6}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10}.modal{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:24px 28px;max-width:640px;max-height:80vh;overflow-y:auto}.modal pre{white-space:pre-wrap;font-family:inherit;line-height:1.5;color:var(--text)}.sanity-result{margin-top:14px;padding:12px 16px;border:1px solid var(--border);border-radius:10px}.sanity-result.pass{border-color:var(--ok)}.sanity-result.fail{border-color:var(--danger)}.sanity-head{font-weight:700;margin-bottom:4px}.sanity-problem{color:var(--danger);font-size:.9rem}.sanity-meta{color:var(--muted);font-size:.85rem;margin-top:4px}.sanity-result pre{white-space:pre-wrap;font-size:.75rem;color:var(--muted)}
