/**
 * Minified by jsDelivr using clean-css v5.3.3.
 * Original file: /npm/vidstack@0.6.15/styles/ui/menus.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
:where(media-menu){box-sizing:border-box;display:inline-flex;font-family:var(--media-font-family, sans-serif);font-size:var(--media-menu-font-size, 15px);font-weight:var(--media-menu-font-weight,500);position:relative}:where(media-menu[data-open]){z-index:99999}:where(media-menu[data-disabled]:not([data-submenu])){display:none}:where(media-menu media-menu){display:inline-block}@media (prefers-reduced-motion:no-preference){:where(media-menu > [data-media-menu-items]){scroll-behavior:smooth}}:where(media-menu > [data-media-menu-items]){box-sizing:border-box;min-width:var(--media-menu-min-width,260px);scrollbar-width:thin}:where(media-menu > [data-media-menu-items])::-webkit-scrollbar{background-color:#000;border-radius:var(--media-menu-border-radius,8px);height:6px;width:5px}:where(media-menu > [data-media-menu-items])::-webkit-scrollbar-track{background-color:var(--media-menu-scrollbar-track-bg,rgb(245 245 245 / .08));border-radius:4px}:where(media-menu > [data-media-menu-items])::-webkit-scrollbar-thumb{background-color:var(--media-menu-scrollbar-thumb-bg,rgb(245 245 245 / .1));border-radius:4px}:where(media-menu shadow-root){display:contents}:where(media-menu [data-media-menu-button] > shadow-root:only-child > [slot]){display:inline-block!important}:where(media-menu [data-media-menu-button][role=button] [data-rotate]){transition:transform .2s ease-out}:where(media-menu [data-media-menu-button][data-pressed][role=button] [data-rotate]){transform:rotate(var(--media-menu-button-icon-rotate-deg,90deg));transition:transform .2s ease-in}:where(media-menu [data-media-menu-button][role=button]){display:inline-flex;align-items:center;justify-content:center}:where(media-menu [data-media-menu-button]){box-sizing:border-box}:where(media-menu [data-media-menu-button][role=button]) :where([slot=label],[slot=hint]){position:absolute;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}:where(media-menu [data-media-menu-button][role=button]) :where([slot=open-icon],[slot=close-icon]){display:none!important}:where(media-menu [data-media-menu-button]) :where([slot=hint],[slot=open-icon]){color:var(--media-menu-hint-color,rgb(245 245 245 / .5))}:where(media-menu > [data-media-menu-items]){display:flex;flex-direction:column}:where(media-menu) :where(
[role=menuitem]:focus-visible,[role=menuitem][data-hocus],[role=menuitemradio][data-hocus]
){cursor:pointer;background-color:var(--media-menu-item-hover-bg,rgb(245 245 245 / .08))}@media (pointer:fine){:where(media-menu [role=menuitem]:hover){cursor:pointer;background-color:var(--media-menu-item-hover-bg,rgb(245 245 245 / .08))}}:where(media-menu:not([data-submenu]) > [data-media-menu-items]){position:absolute;right:var(--media-menu-x-offset,4px);bottom:100%;margin-bottom:var(--media-menu-y-offset,4px);padding:var(--media-menu-padding,10px);border:var(--media-menu-border,1px solid rgb(255 255 255 / .1));background-color:var(--media-menu-bg,rgb(10 10 10 / .95));border-radius:var(--media-menu-border-radius,8px);box-shadow:var(--media-menu-box-shadow,1px 1px 1px rgb(10 10 10 / .5));backdrop-filter:blur(4px);height:var(--menu-height,auto);will-change:width,height;max-height:var(--media-menu-max-height,calc(var(--media-height) * .7));overflow-y:auto;overscroll-behavior:contain;opacity:0;pointer-events:none;box-sizing:border-box;transition:height .25s linear,opacity .15s ease-out,transform .3s ease-in}:where(media-menu[position~=left]:not([data-popup]) > [data-media-menu-items]){left:var(--media-menu-x-offset,4px);right:unset}:where(media-menu[position~=bottom]:not([data-popup]) > [data-media-menu-items]){top:100%;margin-top:var(--media-menu-y-offset,4px);bottom:unset;margin-bottom:unset}:where(media-menu [data-media-menu-items][data-resizing]){overflow:hidden;pointer-events:none}:where(media-menu:not([data-submenu]) > [data-media-menu-items][aria-hidden=false]){opacity:1;pointer-events:auto}:where(media-menu[data-popup] > [data-media-menu-items]){position:fixed;left:16px;right:16px;top:unset;bottom:0;max-height:var(--media-mobile-menu-portrait-max-height,40vh);transform:translateY(100%);z-index:9999999}:where(media-menu[data-popup] > [data-media-menu-items][aria-hidden=false]){opacity:1;transform:translateY(-24px)}:where(media-menu[data-popup] > [data-media-menu-items]){max-width:480px;margin:0 auto}:where(media-menu[data-popup-wide] > [data-media-menu-items]){max-height:var(--media-mobile-menu-landscape-max-height,min(70vh,400px))}:where(media-menu[data-submenu] [data-media-menu-button]){display:flex;align-items:center;justify-content:flex-start}:where(media-menu[data-submenu] > [data-media-menu-items]){width:100%;margin-top:12px}:where(media-menu[aria-hidden=true]),:where(media-menu[data-submenu] > [data-media-menu-items][aria-hidden=true]){display:none}:where(media-menu) :where([role=menuitem],[role=menuitemradio]){-webkit-tap-highlight-color:transparent;user-select:none;color:var(--media-menu-item-color,#f5f5f5);display:flex;align-items:center;justify-content:left;padding:var(--media-menu-item-padding,10px);border-radius:var(--media-menu-item-border-radius,2px);box-sizing:border-box}:where(media-menu[data-popup]) :where([role=menuitem],[role=menuitemradio]){padding:var(--media-mobile-menu-item-padding,12px)}:where(media-menu[data-submenu] > [data-media-menu-items]){align-items:flex-start;justify-content:center;flex-direction:column}:where(media-menu [data-media-menu-button][role=menuitem][aria-expanded=true]){border-radius:0;border-top-left-radius:var(--media-menu-item-border-radius,2px);border-top-right-radius:var(--media-menu-item-border-radius,2px);border-bottom:var(--media-menu-divider,1px solid rgb(245 245 245 /.15))}:where(media-menu[data-submenu] > [data-media-menu-button][aria-expanded=true]){position:sticky;top:calc(-1 * var(--media-menu-padding,10px));left:0;width:100%;z-index:10;background-color:var(--media-menu-top-bar-bg,rgb(10 10 10))}:where(media-menu [role=menuitem] [slot=label]){margin-left:6px}:where(media-menu [role=menuitem] [slot*=icon]){width:var(--media-menu-item-icon-size,22px);height:var(--media-menu-item-icon-size,22px)}:where(media-menu [role=menuitem]) :where([slot=open-icon],[slot=close-icon]){width:18px;height:18px}:where(media-menu [role=menuitem]) :where([slot=hint],[slot=open-icon]){margin-left:auto}:where(media-menu [role=menuitem]) :where([slot=hint] + [slot=open-icon]){margin-left:2px}:where(media-menu [role=menuitem][aria-expanded=true] [slot=open-icon] ),:where(media-menu [role=menuitem][aria-hidden=true]){display:none!important}:where(media-menu [role=menuitem][aria-disabled=true] [slot=open-icon]){opacity:0}:where([data-media-menu-button] [slot=close-icon]),:where(media-menu [role=menuitem][aria-expanded=true] [slot=icon]){display:none!important}:where(media-menu [role=menuitem][aria-expanded=true] [slot=close-icon]){display:inline!important}:where(media-menu [part=info]){color:var(--media-menu-item-info-color,#a8a9ab);font-size:var(--media-menu-item-info-font-size, 13px);margin-left:auto}:where(media-radio-group){box-sizing:border-box;width:100%;display:flex;flex-direction:column}:where(media-radio){position:relative;align-items:center;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;font-family:var(--media-font-family, sans-serif);font-size:15px;font-weight:500;contain:content;padding:var(--media-menu-item-padding,12px)}:where(media-radio [part=check]){align-items:center;border-radius:9999px;border:var(--media-menu-radio-check-border,2px solid rgb(245 245 245 / .5));box-sizing:border-box;display:flex;height:var(--media-menu-radio-check-size,9px);justify-content:center;margin-right:8px;width:var(--media-menu-radio-check-size,9px);border-width:unset!important}:where(media-radio[aria-checked=true] [part=check]){border:2px solid var(--media-menu-radio-check-active-color,#f5f5f5)}:where(media-radio[aria-checked=true] [part=check])::after{content:'';border-color:var(--media-menu-radio-check-active-color,#f5f5f5);background-color:var(--media-menu-radio-check-active-color,#f5f5f5);border-radius:9999px;box-sizing:border-box;height:var(--media-menu-radio-check-inner-size,4px);width:var(--media-menu-radio-check-inner-size,4px);border-width:unset!important}:where(media-chapters-menu-items){padding:var(--media-chapters-padding,0);min-width:var(--media-chapters-min-width,var(--media-menu-min-width,220px))}:where(media-chapters-menu-items[data-thumbnails]){min-width:var(--media-chapters-with-thumbnails-min-width,300px)}:where(media-chapters-menu-items [part=check]){display:none}:where(media-chapters-menu-items [part=chapter]){border-radius:0;border-bottom:var(--media-chapters-divider,1px solid rgb(245 245 245 / .15))}:where(media-chapters-menu-items [part=chapter]:last-child){border-bottom:0}:where(media-chapters-menu-items [part=chapter][data-focus]){margin:var(--media-chapters-item-focus-margin,4px)}:where(media-chapters-menu-items [part=chapter][aria-checked=true]){background-color:var(--media-chapters-item-active-bg,rgb(255 255 255 / .04));border-left:var(--media-chapters-item-active-border-left)}:where(media-chapters-menu-items [part=chapter][aria-checked=true]):after{content:' ';width:var(--played-percent);height:var(--media-chapters-progress-height,3px);position:absolute;bottom:0;left:0;border-radius:var(--media-chapters-progress-border-radius,0);background-color:var(--media-chapters-progress-bg,#f5f5f5)}:where(media-chapters-menu-items [part=thumbnail]){margin-right:var(--media-chapters-thumbnail-gap,12px);border:var(--media-chapters-thumbnail-border,0);flex-shrink:0;min-width:var(--media-chapters-thumbnail-min-width,100px);min-height:var(--media-chapters-thumbnail-min-height,56px);max-width:var(--media-chapters-thumbnail-max-width,120px);max-height:var(--media-chapters-thumbnail-max-height,68px)}:where(media-chapters-menu-items [part=title]){color:var(--media-chapters-title-color,#f5f5f5);font-size:var(--media-chapters-title-font-size, 15px);font-weight:var(--media-chapters-title-font-weight,500);white-space:var(--media-chapters-title-white-space,nowrap)}:where(media-chapters-menu-items [part=start-time]){display:inline-block;padding:var(--media-chapters-start-time-padding,1px 4px);letter-spacing:var(--media-chapters-start-time-letter-spacing, .4px);border-radius:var(--media-chapters-start-time-border-radius,2px);color:var(--media-chapters-start-time-color,#a8a9ab);font-size:var(--media-chapters-start-time-font-size, 12px);font-weight:var(--media-chapters-start-time-font-weight,500);background-color:var(--media-chapters-start-time-bg,rgb(156 163 175 / .2));margin-top:var(--media-chapters-start-time-gap,6px)}:where(media-chapters-menu-items [part=duration]){color:var(--media-chapters-duration-color,rgb(245 245 245 / .5));background-color:var(--media-chapters-duration-bg);font-size:var(--media-chapters-duration-font-size, 12px);font-weight:var(--media-chapters-duration-font-weight,500);border-radius:var(--media-chapters-duration-border-radius,2px);margin-top:var(--media-chapters-duration-gap,6px)}:where(media-menu [data-media-menu-button][aria-disabled=true]){display:none}:where(media-chapters-menu-items:not([data-thumbnails]) [part=content]){width:100%;flex-direction:row;display:flex;flex-wrap:wrap;align-items:center}:where(media-chapters-menu-items:not([data-thumbnails]) [part=start-time]){margin-top:0;margin-left:auto}:where(media-chapters-menu-items:not([data-thumbnails]) [part=duration]){margin-top:4px;flex-basis:100%}
/*# sourceMappingURL=/sm/0cb9dd67c91c8ce2d4d9a241bf9aa84352636b32623d782f21c56671f50ae2c5.map */