:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#ffffffe6;background:#0b0f14}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}.app{height:100%;display:flex;flex-direction:column}.header{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08);text-align:center}.header h1{margin:0;font-size:14px;font-weight:600;letter-spacing:.2px;opacity:.9}.main{flex:1;min-height:0;padding:16px}.scene{width:100%;height:100%;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;background:#0f131a}.sceneCanvas{width:100%;height:100%;display:block}
