@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg: #111315;--panel: #171a1d;--panel-2: #1f2428;--panel-3: #242a2f;--line: #2e353c;--line-strong: #424b54;--text: #ede7dc;--muted: #a8a094;--accent: #c76c38;--accent-soft: #4d3326;--success: #5a8f6c;--danger: #b35d50}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:#0e1012}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line-strong);border-radius:8px;background:var(--panel-3);color:var(--text);padding:8px 12px;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}button:hover,.btn:hover{background:#2b3238;border-color:#59636e}button:disabled,.btn:disabled{opacity:.45;cursor:not-allowed}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#12161a;color:var(--text);padding:9px 11px}input:focus,select:focus,textarea:focus{outline:2px solid transparent;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}pre{margin:0;overflow:auto;border-radius:8px;background:#111417;border:1px solid #2a3138;padding:10px;color:#ddd5c8}.runtime-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.runtime-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid #1e2429;background:#101315}.runtime-topbar strong{font-size:15px;font-weight:700}.runtime-topbar nav{display:flex;gap:14px;color:var(--muted);font-size:14px}.runtime-topbar nav a:hover{color:var(--text)}.runtime-main{width:min(1480px,100%);margin:0 auto;padding:24px}.runtime-dev-loader{padding:18px}.runtime-card{border:1px solid var(--line);border-radius:12px;background:var(--panel)}.runtime-dashboard{padding:20px;display:grid;gap:18px}.runtime-player-view{min-height:100vh;border:none;border-radius:0;background:#070809;padding:0;gap:0}.runtime-player-view .runtime-page-header,.runtime-player-view .runtime-status-grid,.runtime-player-view .runtime-diagnostics,.runtime-player-view .runtime-side-panel{display:none}.runtime-player-view .runtime-workspace{grid-template-columns:1fr;gap:0}.runtime-player-view .runtime-stage-panel{min-height:100vh;border:none;border-radius:0;background:radial-gradient(circle at top center,rgb(66 95 122 / .28),transparent 30%),#070809;padding:0;gap:0}.runtime-player-view .runtime-stage-panel-header{display:none}.runtime-player-view .runtime-view{min-height:100vh;border:none;border-radius:0;background:radial-gradient(circle at 50% 22%,rgb(245 216 167 / .08),transparent 32%),linear-gradient(180deg,#0d1318,#07090b)}.runtime-player-view .runtime-stage-layer>span{display:none}.runtime-player-view .runtime-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#0000 42%,#00000057),linear-gradient(180deg,#0506081f,#0506086b);pointer-events:none;z-index:2}.runtime-player-view .runtime-stage-footer{position:fixed;left:50%;bottom:18px;width:min(1120px,calc(100% - 28px));transform:translate(-50%);z-index:80;display:flex;align-items:end;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid rgb(255 255 255 / .12);border-radius:28px;background:linear-gradient(180deg,#0a0d11b3,#080a0eeb);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 60px #00000057}.runtime-player-view .runtime-movement-pad{grid-template-columns:repeat(3,56px)}.runtime-player-view .runtime-movement-pad button{min-width:56px;min-height:56px;border-radius:20px;background:#ffffff0f;border-color:#ffffff1f;color:#ece6dc;box-shadow:none}.runtime-player-view .runtime-stage-actions{justify-items:start;max-width:360px}.runtime-player-view .runtime-stage-note{margin:0;color:#d7d0c4;max-width:34ch}.runtime-player-view .runtime-stage-actor{min-width:18px;min-height:18px;width:18px;height:18px;border:1px solid rgba(248,244,236,.7);background:#f4eee233;box-shadow:0 0 24px #fff5e61f;color:transparent}.runtime-player-view .runtime-stage-actions>button{min-height:52px;padding-inline:22px;border-radius:999px;border-color:#e0b06d52;background:linear-gradient(135deg,#e2b566f0,#ce7c4ef5);color:#10151b;box-shadow:0 16px 30px #ce7c4e38}.runtime-player-view .runtime-stage-actions>button:disabled{background:#ffffff14;border-color:#ffffff1a;color:#ffffff75;box-shadow:none}.runtime-scene-marquee{position:absolute;left:22px;top:20px;z-index:65;display:grid;gap:6px;padding:14px 16px;min-width:240px;border:1px solid rgb(255 255 255 / .12);border-radius:22px;background:#080b0fad;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 38px #0000003d}.runtime-scene-marquee span{color:#f1ebdf;font-size:18px;font-weight:700;letter-spacing:.01em}.runtime-scene-marquee p{margin:0;color:#afa79b;font-size:13px}.runtime-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.runtime-page-header h2,.runtime-stage-panel h3,.runtime-section h3{margin:0;font-size:18px;line-height:1.2}.runtime-page-subtitle,.runtime-stage-panel-header p,.runtime-status-card p,.runtime-stage-note{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.runtime-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.runtime-status-card{border:1px solid var(--line);border-radius:10px;background:var(--panel-2);padding:14px;min-height:96px}.runtime-status-card strong{display:block;margin-top:4px;font-size:16px}.runtime-status-label{color:var(--muted);font-size:12px}.runtime-inline-error{margin:0;border:1px solid #69443d;border-radius:10px;background:#2c1b18;color:#f0c1b8;padding:12px 14px}.runtime-workspace{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,420px);gap:18px;align-items:start}.runtime-stage-panel,.runtime-side-panel,.runtime-diagnostics{border:1px solid var(--line);border-radius:12px;background:var(--panel-2)}.runtime-stage-panel{padding:16px;display:grid;gap:14px}.runtime-stage-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.runtime-stage-chip-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.runtime-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:#20262b;color:var(--muted);font-size:12px;white-space:nowrap}.runtime-view{min-height:620px;border:1px solid var(--line);border-radius:10px;background:#101316}.runtime-stage{position:relative;overflow:hidden}.runtime-stage-empty-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#06090c14,#06090c47),url(/runtime-fallback-stage.svg) center / cover no-repeat;z-index:0}.runtime-stage-layer{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .18s linear}.runtime-stage-layer>span{position:absolute;left:10px;top:10px;padding:3px 8px;background:#0c0f12d1;border:1px solid rgba(245,239,228,.12);color:#d8d0c3;font-size:11px}.runtime-stage-trigger{position:absolute;border:1px dashed rgba(215,123,71,.86);background:#c76c381f;color:#f0c6ad;font-size:11px;font-weight:600;display:grid;place-items:center;pointer-events:none;z-index:30}.runtime-stage-actor{position:absolute;display:grid;place-items:center;min-width:56px;min-height:28px;border-radius:999px;border:1px solid #9fa8b5;background:#e9e5db2e;color:#f6f2ea;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;z-index:45}.runtime-stage-overlay{position:absolute;left:12px;bottom:12px;z-index:60;width:min(360px,calc(100% - 24px));border:1px solid rgba(255,255,255,.12);background:#090b0dd6;padding:10px 12px}.runtime-stage-overlay p{margin:0 0 4px;color:#d7cfbf;font-size:12px}.runtime-stage-overlay p:last-child{margin-bottom:0}.runtime-stage-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.runtime-movement-pad{display:grid;grid-template-columns:repeat(3,64px);gap:8px}.runtime-control-cluster{display:grid;gap:8px}.runtime-control-note{margin:0;color:var(--muted);font-size:12px}.runtime-stage-actions{display:grid;justify-items:end;gap:8px}.runtime-diagnostics{overflow:hidden}.runtime-diagnostics>summary{cursor:pointer;list-style:none;padding:12px 14px;font-weight:600;border-bottom:1px solid transparent}.runtime-diagnostics[open]>summary{border-bottom-color:var(--line)}.runtime-diagnostics>summary::-webkit-details-marker{display:none}.runtime-diagnostics-body{padding:14px;display:grid;gap:14px}.runtime-side-panel{padding:12px;display:grid;gap:12px}.runtime-panel-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.runtime-panel-tabs button{background:#15191d;color:var(--muted)}.runtime-panel-tabs button.is-active{background:var(--accent-soft);border-color:#9d613f;color:#f4e6da}.runtime-side-panel-body{display:grid;gap:12px}.runtime-section{border:1px solid var(--line);border-radius:10px;background:#15191d;padding:14px}.runtime-section>h3{margin-bottom:12px}.runtime-section p:first-of-type{margin-top:0}.runtime-section details{border:1px solid var(--line);border-radius:8px;background:#12161a}.runtime-section details>summary{cursor:pointer;padding:10px 12px}.runtime-section details[open]>summary{border-bottom:1px solid var(--line)}.runtime-section details>:not(summary){padding:10px 12px 12px}@media(max-width:1180px){.runtime-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.runtime-workspace{grid-template-columns:1fr}.runtime-view{min-height:520px}}@media(max-width:720px){.runtime-main{padding:12px}.runtime-topbar{padding:12px;flex-direction:column;align-items:flex-start}.runtime-dashboard{padding:14px}.runtime-page-header,.runtime-stage-panel-header,.runtime-stage-footer{grid-auto-flow:row;display:grid}.runtime-status-grid{grid-template-columns:1fr}.runtime-stage-chip-row{justify-content:flex-start}.runtime-view{min-height:360px}.runtime-player-view .runtime-stage-footer{padding:16px;grid-auto-flow:row;display:grid;justify-content:stretch}.runtime-movement-pad{grid-template-columns:repeat(3,minmax(0,1fr))}.runtime-panel-tabs{grid-template-columns:repeat(2,1fr)}}
