:root { color-scheme: light; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; background: #fdfaf7; color: #252321; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; align-content: center; justify-items: center; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
[hidden] { display: none !important; }
.vsl { position: relative; width: min(100%, 1024px); aspect-ratio: 16/9; overflow: hidden; background: #fdfaf7; isolation: isolate; }
@media (max-width: 767px) { .vsl { width: min(100%, 576px); aspect-ratio: 9/16; } }
.vsl[data-format="mobile"] { width: min(100%, 576px); aspect-ratio: 9/16; }
.vsl[data-format="desktop"] { width: min(100%, 1024px); aspect-ratio: 16/9; }
.player-mount, .player-mount iframe, .preview-layer, .preview { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.player-mount iframe { display: block; }
.preview-layer { z-index: 2; background: #fdfaf7; }
.preview-layer { cursor: pointer; }
.preview-layer::after { content: ""; position: absolute; inset: 0; background: rgb(255 255 255 / 40%); pointer-events: none; }
.preview { object-fit: contain; }
.actions { position: absolute; z-index: 1; left: 0; right: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0 20px; }
.start { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; max-width: 100%; min-height: 76px; padding: 24px 28px; border: 1px solid #ffffff50; border-radius: 16px; background: #c54319; color: white; text-align: center; box-shadow: 0 8px 32px #64301e38; transition: transform .15s, background .15s; }
.start:hover { background: #af3712; transform: translateY(-2px); }
.start:active { transform: translateY(0); }
.start:focus-visible, .restart:focus-visible, .message button:focus-visible, .message a:focus-visible { outline: 3px solid #176c97; outline-offset: 4px; }
.play-icon { font-size: 38px; line-height: 1; }
.start-label { display: block; max-width: 25ch; font-weight: 650; font-size: clamp(21px, 2.3vw, 28px); line-height: 1.25; }
.start-hint { display: block; margin-top: 10px; font-size: 14px; color: #fff2e9; }
.restart { background: #fffc; color: #362820; border: 1px solid #d9cbc2; border-radius: 22px; padding: 9px 18px; font-size: 14px; }
.message { position: absolute; z-index: 3; left: 50%; bottom: 4%; transform: translateX(-50%); max-width: calc(100% - 24px); width: max-content; padding: 12px 18px; background: #24201fef; color: white; border-radius: 12px; text-align: center; font-size: 14px; }
.message button, .message a { display: inline-block; margin: 8px 5px 0; background: white; color: #2c2420; padding: 9px 12px; border: 0; border-radius: 8px; text-decoration: none; }
.vsl[data-state="starting"] .start { opacity: .85; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
@media (max-width: 380px) { .start { padding: 20px 16px; gap: 12px; } }
