:root{color-scheme:dark;--bg: #05070c;--fg: #e8eef8;--muted: #8b97ab;--accent: #6eb6ff;--accent-dim: #3d6f9c;--panel: rgba(10, 14, 22, .88);--border: rgba(110, 182, 255, .28);--danger: #ff7b7b;font-family:IBM Plex Sans,Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%;background:var(--bg);color:var(--fg)}body{overflow:hidden}button{font:inherit;cursor:pointer}button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.app-shell{position:relative;width:100%;height:100%;overflow:hidden;background:radial-gradient(ellipse at 50% 20%,rgba(40,70,110,.35),transparent 55%),radial-gradient(ellipse at 70% 80%,rgba(20,40,70,.4),transparent 50%),var(--bg)}.screen{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.screen-panel{width:min(440px,calc(100% - 2rem));padding:2.5rem 2rem;border:1px solid var(--border);border-radius:12px;background:var(--panel);backdrop-filter:blur(8px);text-align:center}.screen-panel h1{margin:0 0 .35rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;letter-spacing:.08em}.screen-panel .subtitle{margin:0 0 .65rem;color:var(--muted);font-size:.95rem;letter-spacing:.12em}.title-tagline{margin:0 0 1.5rem;color:#b7c8df;font-size:.85rem;letter-spacing:.06em}.title-screen{overflow:hidden}.title-cast{position:absolute;inset:auto 0 8%;display:flex;justify-content:center;gap:.35rem;pointer-events:none;opacity:.9;z-index:0}.title-cast img{width:clamp(56px,10vw,88px);height:auto;image-rendering:pixelated;image-rendering:crisp-edges;filter:drop-shadow(0 8px 12px rgba(0,0,0,.55));transform:translateY(0)}.pixel-portrait{width:48px;height:48px;image-rendering:pixelated;image-rendering:crisp-edges;border:1px solid rgba(110,182,255,.35);border-radius:6px;background:#101820;flex-shrink:0}.chat-identity{display:flex;gap:.75rem;align-items:center;text-align:left}.title-cast img:nth-child(odd){transform:translateY(12px)}.title-screen .screen-panel{position:relative;z-index:1;margin-bottom:8rem}.screen-panel .meta{margin:1.5rem 0 0;color:var(--muted);font-size:.8rem;line-height:1.6}.primary-button{min-width:12rem;padding:.85rem 1.5rem;border:1px solid var(--accent);border-radius:999px;background:linear-gradient(180deg,#6eb6ff38,#3d6f9c2e);color:var(--fg);letter-spacing:.08em;transition:background .15s ease,transform .15s ease,border-color .15s ease}.primary-button:hover:not(:disabled){background:linear-gradient(180deg,#6eb6ff59,#3d6f9c47);border-color:#9ed0ff}.primary-button:active:not(:disabled){transform:translateY(1px)}.primary-button:disabled{opacity:.55;cursor:not-allowed}.loading-status{margin:0 0 1rem;color:var(--muted);font-size:.95rem}.loading-bar{width:100%;height:6px;border-radius:999px;background:#ffffff14;overflow:hidden}.loading-bar-fill{height:100%;width:40%;border-radius:inherit;background:linear-gradient(90deg,var(--accent-dim),var(--accent));animation:loading-slide 1.2s ease-in-out infinite}@keyframes loading-slide{0%{transform:translate(-120%)}to{transform:translate(320%)}}.game-host{position:absolute;inset:0;width:100%;height:100%}.game-host canvas{display:block;image-rendering:pixelated;image-rendering:crisp-edges}.error-panel{max-width:28rem;padding:1.5rem;border:1px solid rgba(255,123,123,.45);border-radius:10px;background:#280a0eeb;color:var(--fg)}.error-panel h2{margin:0 0 .75rem;color:var(--danger);font-size:1.1rem}.error-panel p{margin:0 0 1rem;color:var(--muted);line-height:1.5;word-break:break-word}.error-panel pre{margin:0 0 1rem;max-height:8rem;overflow:auto;padding:.75rem;border-radius:6px;background:#00000059;font-size:.75rem;color:#ffc9c9}.world-hint{position:absolute;left:1rem;bottom:1rem;z-index:2;padding:.55rem .85rem;border:1px solid var(--border);border-radius:8px;background:var(--panel);color:var(--muted);font-size:.8rem;pointer-events:none;letter-spacing:.04em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.panel-overlay{position:absolute;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:1rem;background:#03060c73;backdrop-filter:blur(2px)}.panel{width:min(440px,100%);max-height:min(86vh,720px);overflow:auto;border:1px solid var(--border);border-radius:12px;background:var(--panel);padding:1.1rem 1.15rem 1.25rem;box-shadow:0 16px 48px #00000073}.panel-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.85rem}.panel-header h2{margin:0;font-size:1.2rem;letter-spacing:.04em}.panel-sub{margin:.25rem 0 0;color:var(--muted);font-size:.82rem}.panel-empty{color:var(--muted);line-height:1.5}.first-impression{margin:0 0 .85rem;padding:.65rem .75rem;border-radius:8px;background:#6eb6ff14;color:#c9d7ea;font-size:.9rem;line-height:1.45}.thought-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.thought-item{border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.65rem .75rem;background:#00000038}.thought-item.open{border-color:#6eb6ff47}.thought-item.locked{opacity:.72}.thought-item p{margin:.35rem 0 0;line-height:1.45;font-size:.92rem}.locked-text{color:var(--muted);font-style:italic}.thought-meta{display:flex;gap:.5rem;align-items:center;font-size:.75rem}.layer-tag{padding:.1rem .4rem;border-radius:999px;background:#6eb6ff2e;color:#b7d6ff}.emotion{color:var(--muted)}.panel-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.secondary-button,.ghost-button{border-radius:999px;border:1px solid rgba(255,255,255,.16);background:transparent;color:var(--fg);padding:.55rem 1rem;font:inherit}.secondary-button{border-color:var(--border);background:#6eb6ff14}.ghost-button:hover,.secondary-button:hover{border-color:var(--accent)}.primary-button.compact{min-width:auto;padding:.45rem .9rem;font-size:.85rem}.hud{position:absolute;inset:0;z-index:10;pointer-events:none}.hud-top{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem .85rem;pointer-events:none}.hud-stats{display:flex;flex-wrap:wrap;gap:.45rem;font-size:.75rem;color:#c5d4e8}.hud-stats span{padding:.25rem .5rem;border-radius:999px;background:#060a1099;border:1px solid rgba(110,182,255,.18)}.hud-actions{display:flex;gap:.4rem;pointer-events:auto}.hud-hint{left:1rem;bottom:1rem}.toast{position:absolute;left:50%;bottom:4.2rem;transform:translate(-50%);max-width:min(90vw,420px);padding:.65rem .95rem;border-radius:10px;background:#0c121ceb;border:1px solid var(--border);color:var(--fg);font-size:.88rem;pointer-events:none}.thaw-hud{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:2rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.35));pointer-events:none}.thaw-banner{margin-bottom:.6rem;font-size:1rem;letter-spacing:.08em;color:#e8f1ff}.thaw-bar{width:min(360px,70vw);height:6px;border-radius:999px;background:#ffffff1f;overflow:hidden}.thaw-bar-fill{height:100%;background:linear-gradient(90deg,#6eb6ff,#f0c75e)}.hud-meta{margin:.45rem 0 0;color:var(--muted);font-size:.8rem}.chat-panel{width:min(480px,100%);display:flex;flex-direction:column;max-height:min(88vh,760px)}.chat-messages{flex:1;min-height:220px;max-height:46vh;overflow:auto;display:flex;flex-direction:column;gap:.55rem;padding:.25rem .1rem .75rem}.chat-hint{color:var(--muted);font-size:.88rem;line-height:1.5}.chat-bubble{max-width:88%;padding:.6rem .75rem;border-radius:10px;line-height:1.45;font-size:.92rem;white-space:pre-wrap}.chat-bubble.user{align-self:flex-end;background:#6eb6ff38;border:1px solid rgba(110,182,255,.35)}.chat-bubble.assistant{align-self:flex-start;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.chat-bubble.dim{opacity:.65}.chat-error{color:var(--danger);font-size:.85rem;margin:0 0 .5rem}.chat-input-row{display:flex;gap:.5rem}.chat-input-row input{flex:1;border-radius:999px;border:1px solid var(--border);background:#00000059;color:var(--fg);padding:.7rem 1rem;font:inherit}.chat-input-row input:focus{outline:2px solid var(--accent);outline-offset:1px}.rel-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.rel-list li{display:flex;flex-direction:column;gap:.2rem;padding:.65rem .75rem;border-radius:8px;background:#00000038;border:1px solid rgba(255,255,255,.08)}.rel-list span{color:var(--muted);font-size:.85rem}.ending-panel{text-align:center}.ending-line{color:#d7e6ff;line-height:1.55;margin:.5rem 0 1rem}.ending-stats{list-style:none;margin:0 0 1rem;padding:0;color:var(--muted);line-height:1.7}.ending-panel .panel-actions{justify-content:center}
