:root { color-scheme: dark; }
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; background: #020407; color: #f8f5ee; font: 16px/1.5 Arial, sans-serif; }
button { min-height: 46px; padding: 9px 18px; border: 1px solid #d9b46d; border-radius: 9px; background: #d9b46d; color: #07101f; font: inherit; cursor: pointer; }
.legacy-gate, .legacy-content, .legacy-content iframe, .legacy-content video-js { display: block; width: 100%; min-height: 100vh; }
.legacy-launch { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 14px; padding: 24px; text-align: center; }
.legacy-pre { position: relative; width: 100%; min-height: 100vh; background: #000; }
.legacy-pre[hidden], .legacy-content[hidden] { display: none; }
.legacy-pre video { display: block; width: 100%; height: 100vh; object-fit: contain; }
.legacy-pre button { position: absolute; right: 14px; bottom: 30px; }
.legacy-pre progress { position: absolute; right: 14px; bottom: 14px; width: min(280px, calc(100% - 28px)); height: 6px; accent-color: #d9b46d; }
.legacy-pre p { position: absolute; right: 14px; bottom: 72px; margin: 0; padding: 7px 11px; border-radius: 999px; background: rgba(7,16,31,.84); }
.legacy-content iframe { height: 100vh; border: 0; }

