:root{color-scheme:dark;background:#101214;color:#f5f5f2}*{box-sizing:border-box}body,html{width:100%;height:100%;margin:0;overflow:hidden}body{font-family:Arial,Helvetica,sans-serif}button{font:inherit}.scene-root{position:fixed;inset:0;background:#111315}.scene-canvas{width:100%;height:100%}.scene-status{position:fixed;inset:0;display:grid;place-items:center;padding:24px;background:#111315;color:#f5f5f2;text-align:center}.scene-error{position:absolute;top:16px;left:16px;right:16px;z-index:10;max-width:760px;padding:12px 14px;border:1px solid #d46a6a;border-radius:6px;background:rgba(62,20,20,.92);color:#fff2f2;line-height:1.45}.scene-loading{left:16px;bottom:16px;border-radius:6px;background:rgba(17,19,21,.78)}.camera-debugger,.scene-loading{position:absolute;z-index:10;padding:10px 12px;color:#f5f5f2}.camera-debugger{top:16px;right:16px;max-width:min(520px,calc(100vw - 32px));border:1px solid rgba(245,245,242,.16);border-radius:6px;background:rgba(17,19,21,.84);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.55;white-space:pre-wrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}