.video-modal{z-index:2000;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.video-modal__backdrop{cursor:pointer;background:#000000d1;width:100%;height:100%;position:absolute;inset:0}.video-modal__dialog{z-index:1;flex-direction:column;align-items:center;width:min(420px,100vw - 32px);max-height:calc(100dvh - 48px);display:flex;position:relative}.video-modal__close{z-index:2;color:#000;background:#fffffff2;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:32px;line-height:1;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 4px 20px #00000040}.video-modal__close span{margin-top:-2px;display:block}.video-modal__player{background:#000;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 16px 48px #00000073}.video-modal__player video{aspect-ratio:9/16;object-fit:contain;background:#000;width:100%;max-height:calc(100dvh - 120px);display:block}.video-modal__title{color:#fff;text-align:center;margin:14px 0 0;font-size:18px;font-weight:500}body.video-modal-open{overflow:hidden}@media (max-width:767.98px){.video-modal{align-items:flex-end;padding:16px}.video-modal__dialog{width:100%;max-height:calc(100dvh - 24px)}.video-modal__close{top:-52px;right:0}.video-modal__player video{max-height:calc(100dvh - 110px)}.video-modal__title{margin-top:12px;font-size:16px}}
