Code/Runtime/SuiTestPanel.razor
@namespace SboxUiDesigner.Runtime
@using Sandbox;
@using Sandbox.UI;
@inherits PanelComponent
<root style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; flex-direction: column; justify-content: center; align-items: center; background-color: rgba(0,0,0,0.4);">
<div style="flex-direction: column; align-items: center; gap: 12px; padding: 32px 48px; background-color: #ec4899; border-radius: 12px; border: 2px solid #f9a8d4;">
<label style="color: #ffffff; font-size: 28px; font-weight: bold;">Etapa B (inline)</label>
<label style="color: #fce7f3; font-size: 14px;">SceneRenderingWidget hosting WorldPanel + PanelComponent</label>
</div>
</root>