#floating-player{position:fixed;z-index:999;display:flex;flex-direction:column;background-color:white;border:1px solid transparent;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-radius:20px;overflow:hidden;border-image-slice:1}.resize-handle{position:absolute;width:32px;height:32px;background:transparent;z-index:10;touch-action:none}.resize-handle.top-left{top:-4px;left:-4px;cursor:nw-resize}.resize-handle.top-right{top:-4px;right:-4px;cursor:ne-resize}.resize-handle.bottom-left{bottom:-4px;left:-4px;cursor:sw-resize}.resize-handle.bottom-right{bottom:-4px;right:-4px;cursor:se-resize}.floating-player-header-container{padding:4px 12px;border-bottom:1px solid #f3f4f6}#floating-player-header{display:flex;justify-content:space-between;align-items:center;background-color:white;color:black;cursor:grab;user-select:none;position:relative;z-index:20}#floating-player-header.dragging{cursor:grabbing}.floating-player-title{font-size:14px;line-height:20px}.floating-player-close-btn{color:#f87171;cursor:pointer;background:none;border:none;font-size:16px;padding:0;display:flex;align-items:center;justify-content:center}.floating-player-close-btn:hover{color:#dc2626}.floating-player-video{flex:1;width:100%;height:100%;object-fit:contain}