/* Reuse approved panel/button typography, with no network or gameplay underneath. */
.asset-loading { position: absolute; inset: 0; z-index: 1000; display: grid; place-items: center; background: #2b1b14; color: #f0c27a; padding: 20px; text-align: center; }
.asset-loading[hidden] { display: none; }
.asset-loading .pixel-panel { width: min(560px, 90%); }
.asset-loading p { font-size: 16px; line-height: 1.6; margin: 20px 0; }
.asset-loading button { min-height: 44px; }
