*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{overflow:hidden;background:#080706;color:#f8f4ec;font-family:system-ui,sans-serif}button,input,select{font:inherit}.game-root{width:100vw;height:100vh;overflow:hidden;background:#080706}.editor-loading{display:grid;width:100vw;height:100vh;place-items:center;background:#12151b;color:#f8fafc;font-size:18px}.editor-hub-root{min-height:100vh;overflow-y:auto;background:#11151d;color:#f8fafc;padding:24px}.editor-hub-header,.scene-editor-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.editor-hub-kicker{margin:0 0 4px;color:#9fb2ce;font-size:12px;font-weight:800;text-transform:uppercase}.editor-hub-header h1,.scene-editor-header h1{margin:0;font-size:24px}.editor-hub-game-link,.scene-editor-header a{display:inline-grid;place-items:center;min-height:34px;padding:0 12px;border:1px solid #526173;border-radius:6px;color:#f8fafc;text-decoration:none}.editor-hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:22px}.editor-hub-card{display:grid;gap:8px;padding:16px;border:1px solid #2e3848;border-radius:8px;background:#171d27;color:#f8fafc;text-decoration:none}.editor-hub-tag{width:fit-content;border:1px solid #526173;border-radius:999px;padding:3px 8px;color:#bdd3f2;font-size:12px;font-weight:800}.editor-hub-card h2,.editor-hub-card p{margin:0}.editor-hub-card code{color:#a7f3d0}.scene-editor-root{display:grid;grid-template-columns:280px minmax(0,1fr) 340px;width:100vw;height:100vh;overflow:hidden;background:#12151b;color:#f8fafc}.scene-editor-sidebar,.scene-editor-inspector{min-width:0;overflow-y:auto;padding:14px;background:#1a202b}.scene-editor-sidebar{border-right:1px solid #303849}.scene-editor-inspector{border-left:1px solid #303849}.editor-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:14px 0}.editor-summary span{border:1px solid #303849;border-radius:6px;padding:8px;background:#111722;color:#cbd5e1;font-size:12px;font-weight:800;text-align:center}.scene-list,.choice-tabs,.choice-inspector{display:grid;gap:8px}.scene-list{margin-top:12px}.scene-list button,.choice-tabs button,.scene-editor-root button,.scene-editor-root input,.scene-editor-root select,.scene-editor-root textarea{border:1px solid #4a5568;border-radius:6px;background:#111722;color:#f8fafc}.scene-editor-root button{min-height:34px;cursor:pointer;font-weight:800}.scene-editor-root button:disabled{opacity:.45;cursor:not-allowed}.scene-list button{display:grid;gap:4px;padding:9px;text-align:left}.scene-list button.active,.choice-tabs button.active{border-color:#f5d18a;background:#2a2418}.scene-list code{color:#9fb2ce;font-size:11px}.scene-editor-workspace{display:grid;grid-template-rows:310px minmax(0,1fr);min-width:0;min-height:0;background:#080706}.branch-map-panel{min-width:0;overflow:hidden;border-bottom:1px solid #303849;background:#101620}.branch-map-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid #303849}.branch-map-header h2,.branch-map-header p{margin:0}.branch-map-header h2{font-size:16px}.branch-map-header p{margin-top:2px;color:#9fb2ce;font-size:12px;font-weight:700}.branch-map-header span{border:1px solid #4a5568;border-radius:999px;padding:4px 9px;color:#f5d18a;font-size:12px;font-weight:900}.branch-map-scroll{height:252px;overflow:auto}.branch-map-canvas{position:relative;min-width:100%;min-height:100%}.branch-map-lines{position:absolute;inset:0;pointer-events:none}.branch-map-edge{fill:none;stroke:#6ee7f985;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.branch-map-edge.timeout{stroke:#f5d18a94;stroke-dasharray:8 7}.branch-jump-edge{fill:none;stroke:#6ee7f985;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.branch-jump-edge.timeout{stroke:#f5d18ab8;stroke-dasharray:5 5}.branch-jump-terminal{position:absolute;display:grid;width:28px;height:28px;place-items:center;border:2px solid rgba(248,113,113,.88);border-radius:50%;background:#220c12f5;color:#fecaca;cursor:pointer;font-size:13px;font-weight:900;transform:translate(-50%,-50%)}.branch-jump-terminal.timeout{border-color:#f87171e0;background:#220c12f5;color:#fecaca}.branch-jump-label{position:absolute;display:inline-grid;min-height:22px;max-width:120px;place-items:center;padding:2px 8px;border:1px solid rgba(110,231,249,.55);border-radius:999px;background:#04080cdb;color:#dff8ff;font-size:11px;font-weight:900;pointer-events:none;transform:translate(-50%,-50%);white-space:nowrap}.branch-jump-label.timeout{border-color:#f5d18a9e;color:#ffe2a8}.branch-node{position:absolute;display:grid;gap:3px;width:210px;height:80px;padding:9px 10px;border:1px solid #4a5568;border-radius:8px;background:#111722f0;color:#f8fafc;text-align:left}.branch-node.active{border-color:#f5d18a;background:#2a2418;box-shadow:0 0 0 2px #f5d18a33}.branch-node.ending{border:0;border-radius:0;clip-path:none}.branch-node.good-ending{border-color:#a7f3d0e0;background:linear-gradient(135deg,#0f3a2ef5,#111722f0)}.branch-node strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.branch-node code{overflow:hidden;color:#9fb2ce;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.branch-node-tags{color:#a7f3d0;font-size:10px;font-weight:900}.scene-preview-panel{display:grid;width:100%;height:100%;place-items:center;overflow:hidden;padding:20px;background:#080706}.scene-preview-frame{position:relative;aspect-ratio:3 / 4;height:100%;background:#17120e;overflow:hidden}.scene-preview-frame img{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none}.hotspot-box{position:absolute;display:grid;place-items:center;padding:0;border:3px solid rgba(255,244,216,.88);background:#0a080633;color:#fff7ec;text-shadow:0 2px 8px #140c06;touch-action:none}.hotspot-box.selected{border-color:#6ee7f9;background:#082f493d}.hotspot-box span{padding:2px 6px;font-size:20px;font-weight:900;pointer-events:none}.hotspot-box i{position:absolute;right:-1px;bottom:-1px;width:18px;height:18px;border:2px solid #071018;background:#f5d18a;cursor:nwse-resize}.scene-editor-inspector label{display:grid;gap:5px;margin:10px 0;color:#cbd5e1;font-size:12px;font-weight:800}.scene-editor-inspector input,.scene-editor-inspector select,.scene-editor-inspector textarea{width:100%;min-height:34px;padding:6px 8px}.scene-editor-inspector textarea{min-height:62px;resize:vertical}.localization-fieldset{display:grid;gap:6px;margin:12px 0;padding:10px;border:1px solid #303849;border-radius:8px;background:#141a24}.localization-fieldset legend{padding:0 6px;color:#9ee7ff;font-size:12px;font-weight:900}.checkbox-row{display:flex;align-items:center;grid-template-columns:none}.checkbox-row input{width:auto;min-height:0}.scene-editor-inspector h2{margin:18px 0 8px;color:#f5d18a;font-size:15px}.inspector-actions{display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px;align-items:center;margin-bottom:12px}.inspector-actions span{color:#a7f3d0;font-size:12px;font-weight:800}
