.floating-video{position:fixed;bottom:20px;left:20px;width:200px;background:#000;border-radius:12px;overflow:visible;box-shadow:0 4px 20px rgba(0,0,0,0.3);z-index:9999;transition:width 0.3s,height 0.3s}.floating-video.minimized{width:60px;height:60px}.floating-video.minimized .floating-video-content{display:none}.floating-video.hidden{display:none}.floating-video-header{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#222;cursor:move}.floating-video-controls{display:flex;gap:8px}.floating-video-minimize,.floating-video-close{color:white;cursor:pointer;font-size:16px;width:20px;text-align:center}.floating-video-content{width:100%;height:356px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.floating-video-content iframe{width:100%;height:100%;border:none}.floating-video-content img{width:100%;height:100%;object-fit:cover}.floating-video-content .play-overlay{position:absolute;font-size:48px;color:white;text-shadow:0 0 10px rgba(0,0,0,0.5)}.floating-video .resize-handle{position:absolute;bottom:-5px;right:-5px;width:30px;height:30px;cursor:nwse-resize;background:linear-gradient(135deg,transparent 50%,#fff 50%);border-radius:0 0 12px 0}@media(max-width:768px){.floating-video{width:140px}.floating-video-content{height:249px}.floating-video .resize-handle{width:40px;height:40px}}