.app{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}.scene-view{flex:0 0 66%;position:relative;overflow:hidden;background:#ffd6e7}.scene-image{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease}.scene-image.fading{opacity:0}.scene-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#ffd6e7,#ffb3c6)}.scene-fade-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffb3c6;pointer-events:none;transition:opacity .4s ease;opacity:0}.scene-fade-overlay.active{opacity:1}.scene-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffb3c6d9;gap:12px}.scene-loading-dot{width:48px;height:48px;border-radius:50%;border:4px solid #c63d6e;animation:pulse-scene 1s ease-in-out infinite}@keyframes pulse-scene{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}}.scene-loading p{font-size:14px;color:#c63d6e;font-weight:600}.story-panel{flex:1;display:flex;flex-direction:column;background:var(--rose-pale);overflow:hidden;border-top:2px solid var(--rose-mid);min-height:0}.story-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 18px 0;min-height:0}.story-text{font-size:14px;line-height:1.6;color:var(--text);margin-bottom:10px}.choices-divider{text-align:center;padding:6px 0 10px;min-height:28px}.scroll-hint-inline{font-size:12px;color:#b07090;opacity:.8;animation:fade-bob 1.4s ease-in-out infinite}@keyframes fade-bob{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:.4;transform:translateY(3px)}}.story-choices-inline{display:flex;flex-direction:column;gap:10px;padding-bottom:16px;opacity:0;filter:blur(4px);transition:opacity .4s ease,filter .4s ease;pointer-events:none}.story-choices-inline.visible{opacity:1;filter:blur(0);pointer-events:all}.choice-btn{width:100%;min-height:52px;padding:13px 16px;border-radius:14px;background:#fff;border:2px solid var(--rose-mid);font-size:15px;color:var(--text);text-align:left;transition:background .15s,border-color .15s;line-height:1.35}.choice-btn:active:not(:disabled){background:var(--rose-mid);border-color:var(--rose)}.choice-btn:disabled{opacity:.5}.choice-btn.dashed{color:#9a5070;border-style:dashed}.custom-input-wrap{display:flex;gap:8px}.choice-custom-input{flex:1;padding:12px 14px;border-radius:14px;border:2px solid var(--rose-mid);font-size:15px;font-family:inherit;color:var(--text);background:#fff;outline:none}.choice-custom-input:focus{border-color:var(--rose)}.custom-submit-btn{padding:12px 16px;border-radius:14px;background:var(--rose);color:#fff;font-size:15px;font-weight:700;white-space:nowrap}.custom-submit-btn:disabled{opacity:.5}.story-footer{padding:8px 0 4px;display:flex;justify-content:flex-end;gap:8px}.status-toggle-btn{width:40px;height:40px;border-radius:12px;background:var(--rose-mid);font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .15s}.status-toggle-btn:active{background:var(--rose-light)}.status-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;pointer-events:none}.status-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#3a1a2e66;opacity:0;transition:opacity .3s ease;pointer-events:none}.status-panel.open .status-backdrop{opacity:1;pointer-events:all}.status-sheet{position:absolute;bottom:0;left:0;right:0;max-height:75%;background:var(--rose-pale);border-radius:24px 24px 0 0;border-top:3px solid var(--rose-mid);padding:20px 20px 32px;overflow-y:auto;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);pointer-events:none}.status-panel.open .status-sheet{transform:translateY(0);pointer-events:all}.status-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.status-title{font-size:20px;font-weight:800;color:var(--rose)}.status-close{width:36px;height:36px;border-radius:50%;background:var(--rose-mid);font-size:18px;display:flex;align-items:center;justify-content:center}.status-row{margin-bottom:16px}.status-label{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#9a5070;margin-bottom:4px}.status-value{font-size:16px;color:var(--text);font-weight:500}.status-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.status-tag{padding:4px 12px;border-radius:20px;background:var(--rose-mid);font-size:13px;color:var(--text)}.status-events{display:flex;flex-direction:column;gap:6px;margin-top:4px}.status-event{font-size:14px;color:var(--text);padding-left:14px;position:relative;line-height:1.4}.status-event:before{content:"•";position:absolute;left:0;color:var(--rose)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--rose: #c63d6e;--rose-light: #ffb3c6;--rose-pale: #fff0f5;--rose-mid: #f9c8d8;--ink: #3a1a2e;--text: #5a2a42}html,body,#root{width:100%;height:100%;overflow:hidden;background:var(--rose-pale);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:none;outline:none;font-family:inherit}
