.video-thumbnail-wrapper{border-radius:var(--border-radius-md,12px);cursor:pointer;width:100%;max-width:700px;margin:0 auto 2.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001f}.video-thumbnail-wrapper:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000002e}.video-thumbnail{aspect-ratio:16/9;object-fit:cover;pointer-events:none;width:100%;height:auto;display:block}.video-play-overlay{background:linear-gradient(135deg,#00000059 0%,#0000008c 100%);flex-direction:column;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.video-thumbnail-wrapper:hover .video-play-overlay{background:linear-gradient(135deg,#00000040 0%,#00000073 100%)}.video-play-button{color:#1a1a1a;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000040}.video-play-button svg{margin-left:4px}.video-thumbnail-wrapper:hover .video-play-button{transform:scale(1.1);box-shadow:0 6px 28px #0000004d}.video-thumbnail-title{color:#fff;letter-spacing:.02em;text-shadow:0 1px 4px #0006;margin-top:1rem;font-size:1rem;font-weight:500}.video-modal-overlay{z-index:10000;background:#000000e0;justify-content:center;align-items:center;padding:1.5rem;animation:.25s videoModalFadeIn;display:flex;position:fixed;inset:0}@keyframes videoModalFadeIn{0%{opacity:0}to{opacity:1}}.video-modal-content{background:#000;border-radius:12px;width:100%;max-width:900px;animation:.3s videoModalSlideUp;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}@keyframes videoModalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.video-modal-close{z-index:10001;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px}.video-modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.video-modal-player{width:100%;height:auto;max-height:80vh;display:block}@media (max-width:768px){.video-thumbnail-wrapper{border-radius:10px;max-width:100%;margin-bottom:2rem}.video-play-button{width:56px;height:56px}.video-play-button svg{width:36px;height:36px}.video-thumbnail-title{font-size:.9rem}.video-modal-overlay{padding:.75rem}.video-modal-content{border-radius:8px;max-width:100%}.video-modal-close{width:36px;height:36px;font-size:1rem;top:8px;right:8px}.video-modal-player{max-height:70vh}}@media (max-width:480px){.video-play-button{width:48px;height:48px}.video-play-button svg{width:30px;height:30px}}
