.cr-video-player{cursor:pointer;background:#0f172a;border:3px solid #0f172a;border-radius:16px;width:100%;margin:2rem 0;transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden;box-shadow:6px 6px #6366f1}.cr-video-player:hover{transform:translate(-1px,-1px);box-shadow:8px 8px #6366f1}.cr-video-element{width:100%;height:auto;display:block}.cr-video-big-play{color:#fff;cursor:pointer;z-index:10;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;padding-left:4px;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 24px #6366f180,4px 4px #0f172a}.cr-video-big-play:hover{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 6px 32px #6366f1b3,5px 5px #0f172a}.cr-video-big-play svg{width:32px;height:32px}.cr-video-top{opacity:0;pointer-events:none;z-index:5;background:linear-gradient(#0f172acc 0%,#0000 100%);align-items:center;gap:10px;padding:12px 16px;transition:opacity .3s;display:flex;position:absolute;top:0;left:0;right:0}.cr-video-top.visible{opacity:1}.cr-video-logo{flex-shrink:0;align-items:center;display:flex}.cr-video-logo img{filter:brightness(0)invert();width:auto;height:22px}.cr-video-title{color:#fffc;white-space:nowrap;text-overflow:ellipsis;font-family:Sora,sans-serif;font-size:13px;font-weight:600;overflow:hidden}.cr-video-controls{opacity:0;z-index:5;background:linear-gradient(#0000 0%,#0f172ae6 100%);padding:0 12px 10px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.cr-video-controls.visible{opacity:1}.cr-video-progress{cursor:pointer;background:#ffffff26;border-radius:999px;width:100%;height:5px;margin-bottom:8px;transition:height .15s;position:relative}.cr-video-controls:hover .cr-video-progress,.cr-video-progress:hover{height:7px}.cr-video-progress-buffered{background:#fff3;border-radius:999px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.cr-video-progress-filled{background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 50%,#f59e0b 100%);border-radius:999px;height:100%;transition:width 50ms linear;position:absolute;top:0;left:0}.cr-video-progress-thumb{background:#f59e0b;border:2px solid #fff;border-radius:50%;width:14px;height:14px;transition:transform .15s;position:absolute;top:50%;right:-6px;transform:translateY(-50%)scale(0);box-shadow:0 0 8px #f59e0b99}.cr-video-progress:hover .cr-video-progress-thumb,.cr-video-controls:hover .cr-video-progress-thumb{transform:translateY(-50%)scale(1)}.cr-video-controls-row{align-items:center;gap:4px;display:flex}.cr-video-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s,transform .1s;display:flex}.cr-video-btn:hover{color:#f59e0b;background:#6366f14d;transform:scale(1.1)}.cr-video-btn:active{transform:scale(.95)}.cr-video-volume-wrap{align-items:center;display:flex;position:relative}.cr-video-volume-slider{align-items:center;width:0;transition:width .2s;display:flex;overflow:hidden}.cr-video-volume-slider.visible{width:80px}.cr-video-range{appearance:none;cursor:pointer;background:#fff3;border-radius:999px;outline:none;width:80px;height:4px}.cr-video-range::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#f59e0b;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 0 6px #f59e0b80}.cr-video-range::-moz-range-thumb{cursor:pointer;background:#f59e0b;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 0 6px #f59e0b80}.cr-video-time{color:#fffc;white-space:nowrap;-webkit-user-select:none;user-select:none;padding:0 8px;font-family:Sora,monospace;font-size:12px;font-weight:500}.cr-video-spacer{flex:1}.cr-video-player:fullscreen{box-shadow:none;border:none;border-radius:0}.cr-video-player:fullscreen .cr-video-element{object-fit:contain;height:100vh}.cr-video-player:fullscreen .cr-video-big-play{width:96px;height:96px}.cr-video-player:fullscreen .cr-video-big-play svg{width:44px;height:44px}.cr-video-player:fullscreen .cr-video-controls{padding:0 24px 16px}.cr-video-player:fullscreen .cr-video-progress{height:6px}.cr-video-player:fullscreen .cr-video-logo img{height:28px}@media (max-width:640px){.cr-video-player{border-radius:12px;box-shadow:4px 4px #6366f1}.cr-video-big-play{width:56px;height:56px}.cr-video-big-play svg{width:24px;height:24px}.cr-video-controls{padding:0 8px 8px}.cr-video-btn{width:32px;height:32px}.cr-video-time{padding:0 4px;font-size:11px}.cr-video-volume-slider.visible{width:60px}.cr-video-logo img{height:18px}.cr-video-title{font-size:11px}}
