*,:before,:after{box-sizing:border-box}html,body,#root{background:#0f0f0f;width:100%;min-height:100dvh;margin:0;padding:0;overflow:hidden}body{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;touch-action:manipulation;font-family:Vazirmatn,Segoe UI,Tahoma,sans-serif}.pem-overlay{z-index:40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;place-items:center;padding:20px;font-family:Vazirmatn,Segoe UI,Tahoma,sans-serif;display:grid;position:absolute;inset:0}.app-shell-relative>.pem-overlay{position:fixed}.pem-card{background:#1c1c1e;border:1px solid #ffffff14;border-radius:18px;width:min(420px,100%);animation:.28s cubic-bezier(.22,1,.36,1) pem-in;overflow:hidden;box-shadow:0 24px 64px #0000008c}@keyframes pem-in{0%{opacity:0;transform:translateY(12px)scale(.97)}}.pem-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.pem-header-title{color:#fff;align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.pem-close{color:#ffffffbf;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.pem-close:hover{color:#fff;background:#ffffff14}.pem-body{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:28px 24px 8px;display:flex}.pem-hero{color:#f0a0a8;place-items:center;margin-bottom:8px;display:grid}.pem-vpn .pem-hero{color:#f0a0a8}.pem-danger .pem-hero{color:#ff7b8a}.pem-warn .pem-hero{color:#f5c26b}.pem-hero-svg{width:72px;height:72px}.pem-headline{color:#fff;margin:0;font-size:20px;font-weight:700;line-height:1.45}.pem-desc{color:#ffffff94;max-width:32ch;margin:0;font-size:13.5px;line-height:1.7}.pem-footer{padding:20px 20px 22px}.pem-retry{color:#111;cursor:pointer;background:#ececec;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,background .15s;display:inline-flex}.pem-retry:hover{background:#fff}.pem-retry:active{transform:scale(.98)}@media (width<=480px){.pem-card{border-radius:16px}.pem-headline{font-size:18px}.pem-body{padding:22px 18px 6px}}:root{--player-bg:#000;--surface:#121214eb;--surface-2:#202024e6;--text:#fff;--text-muted:#ffffff9e;--accent:#5098ef;--accent-2:#7ab4f5;--danger:#ff4d6d;--control:#fff;--font:"Vazirmatn", "Segoe UI", Tahoma, sans-serif;--ease:cubic-bezier(.22, 1, .36, 1);--ease-soft:cubic-bezier(.33, 1, .68, 1)}.sekaans-player{background:var(--player-bg);width:100%;height:100%;min-height:100vh;color:var(--text);font-family:var(--font);-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.sekaans-player.is-fullscreen:not(:fullscreen):not(:-webkit-full-screen){z-index:2147483646;border-radius:0;width:100vw;height:100dvh;min-height:100dvh;max-height:100dvh;position:fixed;inset:0}.sekaans-player.is-fullscreen:not(:fullscreen):not(:fullscreen){z-index:2147483646;border-radius:0;width:100vw;height:100dvh;min-height:100dvh;max-height:100dvh;position:fixed;inset:0}html.sekaans-pseudo-fs,html.sekaans-pseudo-fs body{touch-action:none;overscroll-behavior:none;overflow:hidden!important}html.sekaans-pseudo-fs #root,html.sekaans-pseudo-fs .app-shell{height:100%;min-height:100%;max-height:100dvh;overflow:hidden}.sekaans-player.hide-controls{cursor:none}.player-video{object-fit:contain;background:#000;width:100%;height:100%;position:absolute;inset:0}.player-stage{z-index:1;position:absolute;inset:0}.player-top{z-index:6;transition:opacity .3s var(--ease), transform .3s var(--ease);background:linear-gradient(#000000b3 0%,#0000 100%);justify-content:space-between;align-items:center;gap:12px;padding:14px 18px 40px;display:flex;position:absolute;top:0;left:0;right:0}.player-top-title{color:#ffffffe6;text-shadow:0 1px 4px #0009;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:20px;font-weight:600;overflow:hidden}.player-top-actions{flex-shrink:0;align-items:center;gap:2px;display:flex}a.player-btn.player-top-download{display:none!important}.hide-controls .player-top{opacity:0;pointer-events:none;transform:translateY(-8px)}.hide-controls .player-bottom-fade{opacity:0;pointer-events:none;transform:translateY(8px)}.hide-controls .settings-anchor{opacity:0;pointer-events:none}.player-spinner{z-index:4;color:var(--accent-2);filter:drop-shadow(0 0 12px #5098ef80);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spin{animation:.9s linear infinite sekaans-spin}@keyframes sekaans-spin{to{transform:rotate(360deg)}}.center-play{z-index:4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;width:84px;height:84px;transition:transform .2s var(--ease), background .2s var(--ease);animation:pop-in .25s var(--ease);background:#00000073;border:none;border-radius:50%;place-items:center;padding-left:4px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.center-play:hover{background:var(--accent);transform:translate(-50%,-50%)scale(1.06)}@keyframes pop-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}}.unmute-badge{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;transition:background .2s var(--ease);background:#0009;border:none;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-family:inherit;font-size:13px;display:inline-flex;position:absolute;top:72px;right:16px}.unmute-badge:hover{background:var(--accent)}.player-feedback{z-index:5;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute}.player-feedback--center{top:50%;left:50%;transform:translate(-50%,-50%)}.player-feedback--seek-left{top:50%;left:22%;transform:translate(-50%,-50%)}.player-feedback--seek-right{top:50%;left:78%;transform:translate(-50%,-50%)}.player-feedback-bubble{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;width:88px;height:88px;animation:yt-feedback-pop .95s var(--ease-soft) forwards;background:#0000007a;border-radius:50%;place-items:center;display:grid;box-shadow:0 4px 24px #00000047}.player-feedback-bubble--play,.player-feedback-bubble--pause{width:92px;height:92px}.player-feedback-bubble--play{padding-left:5px}.player-feedback-bubble--seek{gap:2px;width:96px;height:96px}.player-feedback-bubble--volume{border-radius:14px;gap:10px;width:100px;height:auto;min-height:100px;padding:18px 16px 14px}.player-feedback-seek-label{opacity:.85;margin-top:2px;font-size:11px;font-weight:600}.player-feedback-volume-track{background:#ffffff40;border-radius:999px;width:100%;height:4px;overflow:hidden}.player-feedback-volume-fill{border-radius:inherit;height:100%;transition:width .35s var(--ease-soft);background:#fff}.player-feedback-volume-pct{opacity:.9;font-size:12px;font-weight:600}@keyframes yt-feedback-pop{0%{opacity:0;transform:scale(.82)}18%{opacity:1;transform:scale(1)}78%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.04)}}@keyframes yt-feedback-slide-left{0%{opacity:0;transform:translate(-50%,-50%)scale(.82)}18%{opacity:1;transform:translate(-50%,-50%)scale(1)}78%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-54%,-50%)scale(1.03)}}@keyframes yt-feedback-slide-right{0%{opacity:0;transform:translate(-50%,-50%)scale(.82)}18%{opacity:1;transform:translate(-50%,-50%)scale(1)}78%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-46%,-50%)scale(1.03)}}.player-feedback--seek-left .player-feedback-bubble{animation:yt-feedback-slide-left .95s var(--ease-soft) forwards}.player-feedback--seek-right .player-feedback-bubble{animation:yt-feedback-slide-right .95s var(--ease-soft) forwards}.subtitle-layer{z-index:3;pointer-events:none;transition:bottom .3s var(--ease);justify-content:center;padding:0 6%;display:flex;position:absolute;bottom:5%;left:0;right:0}.subtitle-layer.sub-lift,.show-controls .subtitle-layer{bottom:120px}.hide-controls .subtitle-layer{bottom:5%}.subtitle-box{text-align:center;text-shadow:0 2px 4px #000000e6;background:#000000b8;border-radius:8px;flex-direction:column;align-items:center;gap:2px;max-width:90%;padding:.25em .6em;line-height:1.5;display:inline-flex}.subtitle-box[dir=rtl]{text-align:center;unicode-bidi:isolate}.subtitle-box[dir=rtl] .subtitle-line{direction:rtl;unicode-bidi:embed}.subtitle-line{color:#fff;font-weight:500}.subtitle-box.sub-sm .subtitle-line{font-size:clamp(14px,2.2vw,20px)}.subtitle-box.sub-md .subtitle-line{font-size:clamp(18px,3vw,28px)}.subtitle-box.sub-lg .subtitle-line{font-size:clamp(22px,4vw,36px)}.subtitle-box.sub-xl .subtitle-line{font-size:clamp(26px,5vw,46px)}.player-bottom-fade{z-index:6;transition:opacity .3s var(--ease), transform .3s var(--ease);background:linear-gradient(#0000 0%,#00000080 55%,#000000e6 100%);padding:60px 18px 12px;position:absolute;bottom:0;left:0;right:0}.player-controls{flex-direction:column;gap:6px;display:flex}.player-progress{cursor:pointer;outline:none;padding:8px 0;position:relative}.progress-track{height:4px;transition:height .15s var(--ease);background:#ffffff40;border-radius:4px;position:relative}.player-progress:hover .progress-track,.player-progress:focus-visible .progress-track{height:6px}.progress-buffered{background:#ffffff59;border-radius:4px;height:100%;position:absolute;inset:0 auto 0 0}.progress-played{background:linear-gradient(90deg, var(--accent), var(--accent-2));border-radius:4px;height:100%;position:absolute;inset:0 auto 0 0}.progress-thumb{width:14px;height:14px;transition:transform .15s var(--ease);background:#fff;border-radius:50%;position:absolute;top:50%;right:-7px;transform:translateY(-50%)scale(0);box-shadow:0 0 0 4px #5098ef59}.player-progress:hover .progress-thumb,.player-progress:focus-visible .progress-thumb{transform:translateY(-50%)scale(1)}.player-bar{justify-content:space-between;align-items:center;gap:12px;min-height:46px;display:flex}.player-bar-side{align-items:center;gap:4px;display:flex}.player-bar-end{margin-left:auto}.player-btn{width:42px;height:42px;color:var(--control);cursor:pointer;transition:background .18s var(--ease), transform .12s var(--ease), color .18s var(--ease);background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:relative}.player-btn:hover{background:#ffffff24}.player-btn:active{transform:scale(.9)}.player-btn.is-active{color:var(--accent-2);background:#5098ef47}.play-btn:hover{color:var(--accent-2)}.seek-icon{justify-content:center;align-items:center;display:inline-flex;position:relative}.seek-num{font-size:8px;font-weight:800;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.player-btn-speed{border-radius:14px;gap:5px;width:auto;min-width:42px;padding:0 10px}.speed-badge{color:var(--text-muted);font-size:11px;font-weight:700}.volume-wrap{align-items:center;gap:2px;display:flex}.volume-slider{appearance:none;opacity:0;background:linear-gradient(to right, #fff 0%, #fff var(--vol,100%), #ffffff4d var(--vol,100%), #ffffff4d 100%);width:0;height:4px;transition:width .22s var(--ease), opacity .22s var(--ease);cursor:pointer;border-radius:4px}.volume-wrap:hover .volume-slider,.volume-wrap:focus-within .volume-slider{opacity:1;width:80px;margin:0 6px}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;width:12px;height:12px}.volume-slider::-moz-range-thumb{background:#fff;border:none;border-radius:50%;width:12px;height:12px}.player-time{font-variant-numeric:tabular-nums;color:var(--text-muted);align-items:center;gap:4px;margin:0 8px;font-size:12.5px;display:flex}.time-total{color:#ffffff73}.time-sep{color:#ffffff59}.settings-anchor{z-index:8;transition:opacity .25s var(--ease);animation:settings-in .2s var(--ease);position:absolute;bottom:96px;right:22px}@keyframes settings-in{0%{opacity:0;transform:translateY(10px)scale(.98)}}.settings-panel{background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #ffffff17;border-radius:16px;min-width:360px;overflow:hidden;box-shadow:0 20px 60px #0009}.settings-columns{padding:14px 8px;display:flex}.settings-columns--single .settings-column{min-width:180px;max-width:260px}.settings-column{border-left:1px solid #ffffff12;flex:1;min-width:150px;padding:0 8px}.settings-column:last-child{border-left:none}.settings-column-title{letter-spacing:.02em;color:var(--accent-2);margin-bottom:8px;padding:0 8px;font-size:12px;font-weight:700}.settings-empty{color:var(--text-muted);padding:8px;font-size:13px}.settings-option{width:100%;color:var(--text-muted);cursor:pointer;text-align:right;transition:background .15s var(--ease), color .15s var(--ease);background:0 0;border:none;border-radius:9px;align-items:center;gap:8px;padding:9px 8px;font-family:inherit;font-size:13.5px;display:flex}.settings-option:hover{color:var(--text);background:#ffffff12}.settings-option.is-active{color:var(--text);font-weight:600}.settings-check{width:16px;height:16px;color:var(--accent-2);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.settings-label{align-items:center;gap:6px;display:inline-flex}.settings-hint{color:#fff6;font-size:10px;font-weight:700}.settings-footer{background:#0003;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.settings-speed-row .settings-size-group{flex-wrap:wrap;justify-content:flex-end}.settings-footer-title{color:var(--text-muted);font-size:12.5px;font-weight:600}.settings-size-group{background:#ffffff0f;border-radius:10px;gap:4px;padding:3px;display:flex}.settings-size-btn{color:var(--text-muted);cursor:pointer;transition:background .15s var(--ease), color .15s var(--ease);background:0 0;border:none;border-radius:8px;padding:5px 9px;font-family:inherit;font-size:12px}.settings-size-btn:hover{color:var(--text)}.settings-size-btn.is-active{background:var(--accent);color:#fff;font-weight:600}.player-error{z-index:7;color:#ffb4c1;text-align:center;background:#140006d9;border:1px solid #ff4d6d66;border-radius:12px;max-width:80%;padding:14px 20px;font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.player-close{border-radius:50%}@media (width<=1024px){.sekaans-player{min-height:100dvh}.player-bottom-fade{padding:48px 14px max(10px, env(safe-area-inset-bottom))}.player-top{padding:12px 14px max(12px, env(safe-area-inset-top))}.player-btn{width:44px;min-width:44px;height:44px;min-height:44px}.settings-anchor{max-width:min(420px,100% - 28px);bottom:108px;left:auto;right:14px}.settings-panel{width:100%;min-width:0}.subtitle-layer.sub-lift,.show-controls .subtitle-layer{bottom:112px}.center-play{width:72px;height:72px}.progress-thumb{transform:translateY(-50%)scale(1)}.player-progress{touch-action:none;padding:12px 0}}@media (width<=720px){.player-bar{gap:2px}.player-top-title{text-overflow:ellipsis;white-space:nowrap;max-width:none;font-size:13px;overflow:hidden}.player-time{margin:0 2px;font-size:11px}.player-btn{border-radius:10px;width:40px;min-width:40px;height:40px;min-height:40px}.player-feedback-bubble{width:76px;height:76px}.player-feedback-bubble--seek{width:84px;height:84px}.player-feedback--seek-left{left:18%}.player-feedback--seek-right{left:82%}a.player-btn.player-top-download{display:inline-flex!important}a.player-btn.download-btn-desktop{display:none!important}.volume-slider{display:none}.player-bottom-fade{padding:40px 10px max(8px, env(safe-area-inset-bottom))}.settings-anchor{left:8px;right:8px;bottom:calc(88px + env(safe-area-inset-bottom,0px));max-width:none}.settings-columns{-webkit-overflow-scrolling:touch;flex-direction:column;gap:4px;max-height:min(52vh,360px);padding:10px 8px;overflow-y:auto}.settings-column{border-bottom:1px solid #ffffff12;border-left:none;min-width:0;padding:6px 6px 10px}.settings-column:last-child{border-bottom:none;padding-bottom:4px}.settings-column-title{margin-bottom:4px}.settings-option{padding:11px 8px;font-size:14px}.settings-footer{padding:10px 12px max(10px, env(safe-area-inset-bottom));flex-direction:column;align-items:stretch;gap:8px}.settings-speed-row .settings-size-group{justify-content:stretch}.settings-speed-row .settings-size-btn{flex:1;min-width:0;padding:8px 4px;font-size:11px}.settings-size-group{justify-content:stretch;width:100%}.settings-size-btn{flex:1;padding:8px 6px}.subtitle-layer{padding:0 4%}.subtitle-layer.sub-lift,.show-controls .subtitle-layer{bottom:calc(96px + env(safe-area-inset-bottom,0px))}.subtitle-box.sub-sm .subtitle-line{font-size:clamp(13px,3.6vw,18px)}.subtitle-box.sub-md .subtitle-line{font-size:clamp(16px,4.2vw,24px)}.subtitle-box.sub-lg .subtitle-line{font-size:clamp(18px,5vw,30px)}.subtitle-box.sub-xl .subtitle-line{font-size:clamp(22px,5.8vw,36px)}.center-play{width:64px;height:64px}.player-spinner svg{width:44px;height:44px}}@media (width<=400px){.seek-btn{display:none}.player-btn{width:38px;min-width:38px;height:38px;min-height:38px}.player-time .time-total,.player-time .time-sep{display:none}}@media (height<=500px) and (orientation:landscape){.player-bottom-fade{padding:28px 12px 6px}.player-top{padding:8px 12px 20px}.player-top-title{font-size:12px}.center-play{width:56px;height:56px}.settings-anchor{max-height:calc(100vh - 90px);bottom:72px}.settings-columns{flex-direction:row;max-height:min(70vh,280px);overflow-y:auto}.settings-column{border-bottom:none;border-left:1px solid #ffffff12;padding:0 6px}.settings-column:last-child{border-left:none}.subtitle-layer.sub-lift,.show-controls .subtitle-layer{bottom:72px}.player-btn{width:36px;min-width:36px;height:36px;min-height:36px}}@media (width>=721px) and (width<=1024px){.settings-columns{flex-direction:row}.volume-wrap:hover .volume-slider,.volume-wrap:focus-within .volume-slider{width:70px}}.app-shell{color:#fff;background:#0f0f0f;width:100%;min-height:100dvh;font-family:Vazirmatn,Segoe UI,Tahoma,sans-serif;overflow:hidden}.app-shell-dark{background:#000}.app-shell-relative{position:relative}.app-status{color:#ffffffbf;text-align:center;place-items:center;min-height:100dvh;padding:1rem;font-size:1rem;display:grid}
