.custom-video-player.svelte-o4fc8u{position:relative;background:linear-gradient(145deg,#000,#111);border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a;transition:all .3s ease}.custom-video-player.svelte-o4fc8u:hover{box-shadow:0 12px 48px #0006,0 0 0 1px #fff3}.video-element.svelte-o4fc8u{width:100%;height:100%;display:block;outline:none}.loading-overlay.svelte-o4fc8u{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(145deg,#000000e6,#141414d9);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:1.5rem;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1)}.spinner.svelte-o4fc8u{width:50px;height:50px;border:4px solid rgba(255,255,255,.2);border-top:4px solid #d4a24c;border-right:4px solid #45B7AF;border-radius:50%;animation:svelte-o4fc8u-spin 1.2s linear infinite;filter:drop-shadow(0 0 10px rgba(102,252,241,.5))}@keyframes svelte-o4fc8u-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-controls.svelte-o4fc8u{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000e6);padding:24px 20px 20px;opacity:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94);pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-controls.visible.svelte-o4fc8u{opacity:1;pointer-events:all}.progress-container.svelte-o4fc8u{margin-bottom:12px}.progress-bar.svelte-o4fc8u{position:relative;height:6px;background:#ffffff4d;border-radius:3px;cursor:pointer;transition:all .3s ease;overflow:hidden}.progress-bar.svelte-o4fc8u:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(102,252,241,.1) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s ease}.progress-bar.svelte-o4fc8u:hover{height:8px;background:#fff6;box-shadow:0 0 10px #66fcf133}.progress-bar.svelte-o4fc8u:hover:before{transform:translate(100%)}.progress-buffered.svelte-o4fc8u{position:absolute;top:0;left:0;height:100%;background:#ffffff80;border-radius:3px;transition:width .2s ease}.progress-played.svelte-o4fc8u{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#d4a24c,#45b7af,#d4a24c 60%,#45b7af);border-radius:3px;transition:width .15s ease;box-shadow:0 0 10px #66fcf180,inset 0 1px #ffffff4d;background-size:200% 100%;animation:svelte-o4fc8u-progressShimmer 3s ease-in-out infinite;position:relative;overflow:hidden}.progress-played.svelte-o4fc8u:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);transform:translate(-100%);animation:svelte-o4fc8u-progressGlow 2s ease-in-out infinite}@keyframes svelte-o4fc8u-progressShimmer{0%,to{background-position:200% 0}50%{background-position:-200% 0}}@keyframes svelte-o4fc8u-progressGlow{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.progress-thumb.svelte-o4fc8u{position:absolute;top:50%;width:20px;height:20px;background:radial-gradient(circle at center,#d4a24c,#45b7af 40%,#d4a24c,#66fcf1cc);border-radius:50%;transform:translate(-50%,-50%);opacity:0;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 0 20px #66fcf1cc,0 4px 12px #0006,inset 0 2px 4px #fff9,inset 0 -2px 4px #0003;border:3px solid rgba(255,255,255,.6);cursor:pointer;position:relative}.progress-thumb.svelte-o4fc8u:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background:radial-gradient(circle,#ffffffe6,#fff6);border-radius:50%;transform:translate(-50%,-50%);animation:svelte-o4fc8u-thumbPulse 2s ease-in-out infinite}@keyframes svelte-o4fc8u-thumbPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.2);opacity:1}}.progress-bar.svelte-o4fc8u:hover .progress-thumb:where(.svelte-o4fc8u){opacity:1;transform:translate(-50%,-50%) scale(1.2);box-shadow:0 0 25px #66fcf1,0 4px 12px #0006,inset 0 1px #ffffffb3}.controls-row.svelte-o4fc8u{display:flex;align-items:center;justify-content:space-between;gap:12px}.controls-left.svelte-o4fc8u,.controls-right.svelte-o4fc8u{display:flex;align-items:center;gap:8px}.control-btn.svelte-o4fc8u{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);overflow:hidden;box-shadow:0 4px 15px #0003,inset 0 1px #ffffff1a}.control-btn.svelte-o4fc8u:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,162,76,.28),transparent);transition:left .6s ease}.control-btn.svelte-o4fc8u:hover{background:#fff3;border-color:#d4a24c59;transform:translateY(-2px) scale(1.05);box-shadow:0 8px 25px #0000004d,0 0 20px #66fcf133,inset 0 1px #fff3}.control-btn.svelte-o4fc8u:hover:before{left:100%}.control-btn.svelte-o4fc8u:active{transform:translateY(0) scale(.98);transition:transform .1s ease}.play-pause.svelte-o4fc8u{padding:14px;border-radius:14px;background:#66fcf11a;border:2px solid rgba(212,162,76,.28)}.play-pause.svelte-o4fc8u:hover{background:#66fcf133;border-color:#66fcf199;box-shadow:0 0 30px #d4a24c59,0 8px 25px #0000004d,inset 0 1px #fff3}.icon-container.svelte-o4fc8u{position:relative;display:flex;align-items:center;justify-content:center}.play-pause-icon.svelte-o4fc8u,.skip-icon.svelte-o4fc8u{filter:drop-shadow(0 0 3px rgba(102,252,241,.2));transition:all .3s ease}.control-btn.svelte-o4fc8u:hover .play-pause-icon:where(.svelte-o4fc8u),.control-btn.svelte-o4fc8u:hover .skip-icon:where(.svelte-o4fc8u){filter:drop-shadow(0 0 6px rgba(212,162,76,.35));transform:scale(1.05)}.skip-number.svelte-o4fc8u{position:absolute;font-size:9px;font-weight:700;bottom:-2px;right:-2px;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.8),0 0 4px rgba(102,252,241,.5);background:#66fcf133;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(212,162,76,.35)}.volume-container.svelte-o4fc8u{display:flex;align-items:center;gap:8px}.volume-slider.svelte-o4fc8u{width:80px;height:4px;background:#ffffff4d;border-radius:2px;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:all .3s ease}.volume-slider.svelte-o4fc8u::-webkit-slider-track{background:linear-gradient(90deg,rgba(255,255,255,.3) 0%,rgba(212,162,76,.28) var(--volume-percent, 50%),rgba(255,255,255,.3) var(--volume-percent, 50%));border-radius:2px}.volume-slider.svelte-o4fc8u::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:14px;height:14px;background:linear-gradient(135deg,#d4a24c,#45b7af);border-radius:50%;cursor:pointer;box-shadow:0 0 10px #66fcf180,0 2px 4px #0000004d;border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.volume-slider.svelte-o4fc8u::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 15px #66fcf1cc,0 4px 8px #0006}.volume-slider.svelte-o4fc8u::-moz-range-thumb{width:14px;height:14px;background:linear-gradient(135deg,#d4a24c,#45b7af);border-radius:50%;cursor:pointer;border:2px solid rgba(255,255,255,.3);box-shadow:0 0 10px #66fcf180,0 2px 4px #0000004d;transition:all .3s ease}.volume-slider.svelte-o4fc8u::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 15px #66fcf1cc,0 4px 8px #0006}.time-display.svelte-o4fc8u{color:#fff;font-size:14px;font-weight:600;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Courier New,monospace;white-space:nowrap;padding:8px 14px;background:linear-gradient(145deg,#000000b3,#14141499);border-radius:8px;border:1px solid rgba(212,162,76,.35);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 12px #0006,0 0 20px #66fcf11a,inset 0 1px 2px #ffffff26;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;letter-spacing:.5px}.time-display.svelte-o4fc8u:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,252,241,.25),transparent);transition:left .6s ease}.time-display.svelte-o4fc8u:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(102,252,241,.05) 50%,transparent 70%);pointer-events:none}.time-display.svelte-o4fc8u:hover{border-color:#66fcf1b3;background:linear-gradient(145deg,#000c,#141414b3);box-shadow:0 6px 20px #00000080,0 0 30px #d4a24c47,inset 0 1px 3px #fff3;transform:translateY(-1px)}.time-display.svelte-o4fc8u:hover:before{left:100%}@media (max-width: 768px){.volume-container.svelte-o4fc8u{display:none}.time-display.svelte-o4fc8u{font-size:12px}.controls-row.svelte-o4fc8u,.controls-left.svelte-o4fc8u{gap:4px}}.custom-video-player.svelte-o4fc8u:fullscreen,.custom-video-player.svelte-o4fc8u:-webkit-full-screen,.custom-video-player.svelte-o4fc8u:-moz-full-screen,.custom-video-player.svelte-o4fc8u:fullscreen::backdrop,.custom-video-player.svelte-o4fc8u:-webkit-full-screen::backdrop,.custom-video-player.svelte-o4fc8u:-moz-full-screen::backdrop{border-radius:0;background:#000;width:100vw!important;height:100vh!important}.custom-video-player.svelte-o4fc8u::backdrop,.custom-video-player.svelte-o4fc8u::-webkit-backdrop{background:#000}.custom-video-player.svelte-o4fc8u:fullscreen .video-controls:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .video-controls:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .video-controls:where(.svelte-o4fc8u){padding:40px 50px!important;background:linear-gradient(transparent 60%,#000000f2)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:999999!important}.custom-video-player.svelte-o4fc8u:fullscreen .control-btn:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .control-btn:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .control-btn:where(.svelte-o4fc8u){padding:16px!important;border-radius:14px!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#ffffff26!important;border:2px solid rgba(255,255,255,.3)!important;box-shadow:0 8px 32px #0006,0 0 20px #66fcf11a,inset 0 1px #fff3!important}.custom-video-player.svelte-o4fc8u:fullscreen .play-pause:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .play-pause:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .play-pause:where(.svelte-o4fc8u){padding:20px!important;border-radius:16px!important;background:#66fcf126!important;border:3px solid rgba(212,162,76,.35)!important;box-shadow:0 0 40px #d4a24c47,0 12px 32px #0006,inset 0 2px #ffffff4d!important}.custom-video-player.svelte-o4fc8u:fullscreen .play-pause-icon:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .play-pause-icon:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .play-pause-icon:where(.svelte-o4fc8u){width:32px!important;height:32px!important;filter:drop-shadow(0 0 10px rgba(102,252,241,.5))!important}.custom-video-player.svelte-o4fc8u:fullscreen .skip-icon:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .skip-icon:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .skip-icon:where(.svelte-o4fc8u){width:28px!important;height:28px!important;filter:drop-shadow(0 0 8px rgba(212,162,76,.35))!important}.custom-video-player.svelte-o4fc8u:fullscreen .skip-number:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .skip-number:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .skip-number:where(.svelte-o4fc8u){width:20px!important;height:20px!important;font-size:11px!important;border:2px solid rgba(102,252,241,.5)!important;background:#66fcf140!important;box-shadow:0 0 15px #d4a24c59!important}.custom-video-player.svelte-o4fc8u:fullscreen .progress-bar:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .progress-bar:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .progress-bar:where(.svelte-o4fc8u){height:10px!important;margin-bottom:24px!important;background:#fff6!important;box-shadow:0 0 20px #66fcf11a!important}.custom-video-player.svelte-o4fc8u:fullscreen .progress-played:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .progress-played:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .progress-played:where(.svelte-o4fc8u){box-shadow:0 0 20px #66fcf1b3,inset 0 2px #fff6!important}.custom-video-player.svelte-o4fc8u:fullscreen .progress-thumb:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .progress-thumb:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .progress-thumb:where(.svelte-o4fc8u){width:26px!important;height:26px!important;border:4px solid rgba(255,255,255,.7)!important;box-shadow:0 0 30px #66fcf1,0 6px 20px #00000080,inset 0 3px 6px #ffffffb3!important}.custom-video-player.svelte-o4fc8u:fullscreen .time-display:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .time-display:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .time-display:where(.svelte-o4fc8u){font-size:18px!important;padding:12px 20px!important;border-radius:12px!important;border:2px solid rgba(102,252,241,.5)!important;background:linear-gradient(145deg,#000c,#141414b3)!important;box-shadow:0 8px 32px #00000080,0 0 40px #66fcf133,inset 0 2px 4px #fff3!important;letter-spacing:1px!important}.custom-video-player.svelte-o4fc8u:fullscreen .volume-slider:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .volume-slider:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .volume-slider:where(.svelte-o4fc8u){width:140px!important;height:8px!important;background:#fff6!important}.custom-video-player.svelte-o4fc8u:fullscreen .volume-slider:where(.svelte-o4fc8u)::-webkit-slider-thumb,.custom-video-player.svelte-o4fc8u:-webkit-full-screen .volume-slider:where(.svelte-o4fc8u)::-webkit-slider-thumb,.custom-video-player.svelte-o4fc8u:-moz-full-screen .volume-slider:where(.svelte-o4fc8u)::-webkit-slider-thumb{width:20px!important;height:20px!important;border:3px solid rgba(255,255,255,.4)!important;box-shadow:0 0 20px #66fcf1b3,0 4px 12px #0006!important}.custom-video-player.svelte-o4fc8u:fullscreen .controls-row:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .controls-row:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .controls-row:where(.svelte-o4fc8u){gap:24px!important}.custom-video-player.svelte-o4fc8u:fullscreen .controls-left:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .controls-left:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .controls-left:where(.svelte-o4fc8u){gap:16px!important}.custom-video-player.svelte-o4fc8u:fullscreen .volume-container:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .volume-container:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .volume-container:where(.svelte-o4fc8u){gap:12px!important}.custom-video-player.svelte-o4fc8u:fullscreen .video-element:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .video-element:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .video-element:where(.svelte-o4fc8u){width:100vw!important;height:100vh!important;object-fit:contain!important;background:#000!important}.custom-video-player.svelte-o4fc8u:fullscreen .progress-container:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .progress-container:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .progress-container:where(.svelte-o4fc8u){margin-bottom:24px!important;position:relative!important;z-index:999999!important}.custom-video-player.svelte-o4fc8u:fullscreen .video-controls.visible:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-webkit-full-screen .video-controls.visible:where(.svelte-o4fc8u),.custom-video-player.svelte-o4fc8u:-moz-full-screen .video-controls.visible:where(.svelte-o4fc8u){opacity:1!important;pointer-events:all!important;display:block!important;visibility:visible!important}.custom-video-player.svelte-o4fc8u:fullscreen .control-btn:where(.svelte-o4fc8u):hover,.custom-video-player.svelte-o4fc8u:-webkit-full-screen .control-btn:where(.svelte-o4fc8u):hover,.custom-video-player.svelte-o4fc8u:-moz-full-screen .control-btn:where(.svelte-o4fc8u):hover{background:#ffffff40!important;border-color:#66fcf199!important;transform:translateY(-3px) scale(1.08)!important;box-shadow:0 12px 40px #0006,0 0 30px #d4a24c47,inset 0 2px #ffffff4d!important}.custom-video-player.svelte-o4fc8u:fullscreen .play-pause:where(.svelte-o4fc8u):hover,.custom-video-player.svelte-o4fc8u:-webkit-full-screen .play-pause:where(.svelte-o4fc8u):hover,.custom-video-player.svelte-o4fc8u:-moz-full-screen .play-pause:where(.svelte-o4fc8u):hover{background:#66fcf140!important;border-color:#66fcf1cc!important;box-shadow:0 0 50px #66fcf180,0 15px 40px #0006,inset 0 3px #fff6!important}
