/* Controles de video propios y sesión recordada de la versión 65. */
.beauty-video-stage video::-webkit-media-controls{display:none!important}
.beauty-video-stage video::-webkit-media-controls-enclosure{display:none!important}
.beauty-video-actions{position:absolute;z-index:5;left:50%;bottom:14px;display:flex;align-items:center;gap:6px;padding:6px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(31,9,19,.78);box-shadow:0 9px 24px rgba(0,0,0,.3);opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease;backdrop-filter:blur(10px)}
.beauty-video-card.is-playing:not(.is-drive-preview) .beauty-video-actions{opacity:1;pointer-events:auto;transform:translate(-50%,0)}
.beauty-video-actions button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:70px;height:34px;padding:0 10px;border:0;border-radius:999px;background:transparent;color:#fff;font:700 10px "DM Sans",sans-serif;cursor:pointer;transition:background .16s ease,color .16s ease}
.beauty-video-actions button:hover,.beauty-video-actions button:focus-visible{outline:0;background:rgba(255,255,255,.16);color:#fff}
.beauty-video-actions button:focus-visible{box-shadow:0 0 0 2px #ff91b8}
.beauty-video-actions button>span{font-size:15px;line-height:1}
.beauty-video-actions button>small{color:inherit;font:inherit}
.beauty-video-stage:fullscreen{display:grid;width:100vw;height:100vh;place-items:center;aspect-ratio:auto;background:#080306}
.beauty-video-stage:fullscreen video{width:100%;height:100%;object-fit:contain;pointer-events:auto}
.beauty-video-stage:fullscreen .beauty-video-actions{bottom:24px}
.beauty-video-card.video-unavailable .beauty-video-actions{display:none}
@media(max-width:620px){.beauty-video-actions{bottom:9px;gap:3px;padding:5px}.beauty-video-actions button{min-width:37px;width:37px;height:32px;padding:0}.beauty-video-actions button>small{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.beauty-video-actions button>span{font-size:14px}}
@media(prefers-reduced-motion:reduce){.beauty-video-actions{transition:none}}