.media_modal{z-index:500;position:fixed;inset:0}.media_modal_backdrop{background-color:#000c;animation:.2s ease-out mediaModalFadeIn;position:fixed;inset:0}.media_modal_loading_overlay{z-index:1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.media_modal_scroll{z-index:1;cursor:pointer;width:100%;height:100%;animation:.25s ease-out mediaModalContentIn;position:relative;overflow:hidden auto}.media_modal_scroll::-webkit-scrollbar{width:6px;height:6px}.media_modal_scroll::-webkit-scrollbar-track{background:0 0}.media_modal_scroll::-webkit-scrollbar-thumb{background:#fff3;border-radius:9999px}.media_modal_scroll::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.media_modal_content{justify-content:center;align-items:center;min-height:100%;padding:90px 20px;display:flex}.media_modal_wrapper{cursor:default;align-items:flex-start;max-width:100%;display:flex}.media_modal_viewer{justify-content:center;align-items:center;min-width:0;display:flex}.media_modal_image{object-fit:contain;width:auto;max-width:min(1600px,100vw - 100px);height:auto;display:block}.media_modal_video_container{aspect-ratio:16/9;width:1600px;max-width:min(1600px,100vw - 100px);max-height:min(900px,100vh - 180px)}.media_modal_video{border:none;width:100%;height:100%}.media_modal_no_content{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:96px;display:flex}.media_modal_no_content_icon{color:#606060;flex-shrink:0;width:60px;height:60px}.media_modal_no_content_text{color:#9f9f9f;letter-spacing:-.09px;text-align:center;font-size:18px;font-weight:400;line-height:28px}.media_modal_close{color:#0d0d0d;cursor:pointer;background:linear-gradient(#fedc00,#ffb300);border:none;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:0;transition:all .15s;display:flex}.media_modal_close svg{width:28px;height:28px}.media_modal_close:hover{filter:brightness(1.1)}@media (max-width:767px){.media_modal_close{width:48px;height:48px}.media_modal_close svg{width:22px;height:22px}.media_modal_content{padding:90px 0}.media_modal_wrapper{flex-direction:column-reverse;align-items:flex-end;width:100%}.media_modal_viewer{width:100%}.media_modal_image{max-width:100vw}.media_modal_video_container{width:100vw;max-width:100vw}}@media (max-height:850px){.media_modal_image,.media_modal_video_container{max-height:670px}}@keyframes mediaModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mediaModalContentIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
