/* Scoped to the web loading/download gate; native player styling is untouched. */
html.h5-entry-only body{background:#071126;min-height:100dvh}
html.h5-entry-only body>.topbar,html.h5-entry-only body>.bottom,html.h5-entry-only #appInstallBanner,html.h5-entry-only #consent,html.h5-entry-only #retentionFloat{display:none!important}
html.h5-entry-only #app{margin:0!important;padding:24px!important;min-height:100dvh;display:grid;place-items:center;box-sizing:border-box;background:radial-gradient(ellipse at 25% 15%,#402437 0,transparent 48%),radial-gradient(ellipse at 95% 80%,#102c52 0,transparent 50%),#071126}
.h5-gate{width:min(100%,480px);margin:auto;text-align:center;padding:38px 28px;box-sizing:border-box;border:1px solid #ffffff1a;border-radius:28px;background:linear-gradient(145deg,#ffffff0a,#ffffff03);box-shadow:0 25px 80px #0004;color:#f7f8ff}
.h5-gate .h5-logo{width:88px;height:88px;border-radius:24px;display:block;margin:0 auto 28px}
.h5-gate>small{font-size:10px;letter-spacing:.18em;font-weight:800;color:#ff8c7d}
.h5-gate h1{font-size:clamp(28px,5vw,42px);line-height:1.15;letter-spacing:-.035em;margin:18px 0}
.h5-gate p{font-size:15px;line-height:1.7;color:#acb9d0;margin:0 auto 28px}
.h5-stores{display:grid;gap:12px;margin:32px 0}
.h5-store{display:flex;align-items:center;gap:16px;min-height:76px;padding:12px 20px;border:1px solid #ffffff24;border-radius:16px;background:#12213d;color:#fff!important;text-decoration:none!important;text-align:left;box-sizing:border-box;transition:background .15s}
a.h5-store:hover{background:#1f3458}
.h5-store svg{width:32px;height:32px;flex:none}
.h5-store>span:nth-child(2){flex:1;display:grid;gap:3px}
.h5-store small{font-size:10px;letter-spacing:.05em;color:#b4c6e0}
.h5-store b{font-size:21px;line-height:1.2}
.h5-store.unavailable{opacity:.55;background:#101b2d}
.h5-gate .h5-footnote{font-size:12px;margin-bottom:12px}
.h5-privacy{color:#b4c6e0;font-size:12px;text-decoration:underline}
.h5-gate button{border:0;border-radius:14px;padding:15px 28px;background:linear-gradient(100deg,#ff456e,#ff792f);color:white;font-weight:700;cursor:pointer}
.h5-loading-bar{height:4px;width:120px;background:#25344f;border-radius:4px;margin:30px auto;overflow:hidden}
.h5-loading-bar:after{content:"";display:block;width:45%;height:100%;background:#ff665e;animation:h5load 1s infinite alternate ease-in-out}
@keyframes h5load{to{transform:translateX(120%)}}
@media(prefers-reduced-motion:reduce){.h5-loading-bar:after{animation:none;width:100%}}
@media(max-width:380px){.h5-gate{padding:30px 20px}.h5-store{padding:12px 16px}}
