/* Inline launch strip; fullscreen uses only a small exit control over the corner. */
.video-player{min-width:0;max-width:100%;background:#080b0e}
.video-player [data-video-container]{min-height:200px}
.video-player-controls{display:flex;justify-content:flex-end;align-items:center;min-height:46px;padding:4px 10px;border-top:1px solid #9b7d4759;background:#151a1b}
.video-player-controls button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:44px;padding:8px 15px;border:1px solid #b39558;border-radius:2px;background:linear-gradient(#463720,#281f13);color:#ffe0a0;font:700 13px/1.4 'DM Sans',sans-serif;cursor:pointer}
.video-player-controls svg{flex:none;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.video-player-controls button:hover{background:#433722;border-color:#e2ba6e}
.video-player-controls button:focus-visible{outline:2px solid #ffe1a1;outline-offset:3px}
.video-player:is(:fullscreen,.is-expanded){display:flex;flex-direction:column;width:100vw;height:100dvh;max-width:none;margin:0;padding:0;border:0;background:#050608}
.video-player:-webkit-full-screen{display:flex;flex-direction:column;width:100vw;height:100vh;max-width:none;margin:0;padding:0;border:0;background:#050608}
.video-player.is-expanded{position:fixed;inset:0;z-index:10000}
.video-player:is(:fullscreen,.is-expanded) [data-video-container]{flex:1;min-height:0;aspect-ratio:auto;width:100%;position:relative}
.video-player:-webkit-full-screen [data-video-container]{flex:1;min-height:0;aspect-ratio:auto;width:100%;position:relative}
.video-player:is(:fullscreen,.is-expanded) iframe{position:absolute;inset:0;width:100%;height:100%}
.video-player:-webkit-full-screen iframe{position:absolute;inset:0;width:100%;height:100%}
.video-player:is(:fullscreen,.is-expanded) .video-player-controls{position:absolute;right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));z-index:3;min-height:0;padding:0;border:0;background:transparent;pointer-events:none}
.video-player:is(:fullscreen,.is-expanded) .video-player-controls button{width:44px;height:44px;min-height:44px;padding:10px;gap:0;border:1px solid #d4ba7a80;border-radius:6px;background:#070a0dbf;color:#fff1ce;box-shadow:0 2px 10px #0006;pointer-events:auto}
.video-player:is(:fullscreen,.is-expanded) .video-player-controls button:hover{background:#352b1deb;border-color:#e2ba6e}
.video-player:is(:fullscreen,.is-expanded) .video-fullscreen-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.video-player:-webkit-full-screen .video-player-controls{position:absolute;right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));z-index:3;min-height:0;padding:0;border:0;background:transparent;pointer-events:none}
.video-player:-webkit-full-screen .video-player-controls button{width:44px;height:44px;min-height:44px;padding:10px;gap:0;border:1px solid #d4ba7a80;border-radius:6px;background:#070a0dbf;color:#fff1ce;box-shadow:0 2px 10px #0006;pointer-events:auto}
.video-player:-webkit-full-screen .video-player-controls button:hover{background:#352b1deb;border-color:#e2ba6e}
.video-player:-webkit-full-screen .video-fullscreen-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
