body.game-loading{overflow:hidden}
#loading-screen{position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;background:#090e19;color:#ffe1b5;font-family:Georgia,serif;padding:0}
#loading-screen[hidden]{display:none}
.loading-art{position:relative;width:min(100vw,150vh);width:min(100vw,150dvh);aspect-ratio:3/2;flex:none}
.loading-art>img{display:block;width:100%;height:100%;object-fit:contain}
#loading-progress{position:absolute;left:35.1%;top:66.95%;width:29.8%;height:3.7%;appearance:none;border:0;border-radius:999px;overflow:hidden;background:#0b1018;color:#e9ab82}
#loading-progress::-webkit-progress-bar{background:#0b1018}
#loading-progress::-webkit-progress-value{border-radius:999px;background:linear-gradient(90deg,#99526e,#e9ad82,#ffe4aa);box-shadow:0 0 12px #eb9e8e}
#loading-progress::-moz-progress-bar{border-radius:999px;background:linear-gradient(90deg,#99526e,#e9ad82,#ffe4aa)}
.loading-message{position:absolute;top:77%;left:5%;width:90%;text-align:center;font-size:clamp(12px,1.5vw,19px);text-shadow:0 2px 4px #000}
#loading-status{display:inline-block;margin:0;padding:8px 14px;border-radius:8px;background:#090e19de}
#loading-retry{display:block;margin:10px auto;padding:9px 22px;border:1px solid #d6aa79;border-radius:5px;background:#18202d;color:#ffe1b5;font:inherit;cursor:pointer}
#loading-retry[hidden]{display:none}
@media(max-aspect-ratio:3/4){.loading-message{top:100%;font-size:14px}.loading-art{margin-top:-12vh}}
