*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:#000;color:#fff;font-family:Adobe Arabic,Inter,Helvetica Neue,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#6ea8fe}code{background:#1a1a1a;padding:.15em .4em;border-radius:4px;font-size:.9em}.home{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.home-header{margin-bottom:2rem}.home-header h1{font-size:1.75rem;margin-bottom:.5rem}.home-section{margin-bottom:2rem}.home-section h2{font-size:1.1rem;margin-bottom:.75rem;color:#ccc}.home-section ul{list-style:none;display:grid;grid-gap:.5rem;gap:.5rem}.code-block{background:#141414;border:1px solid #2a2a2a;border-radius:8px;padding:1rem;overflow-x:auto;font-size:.85rem;line-height:1.5;white-space:pre-wrap}.cinema-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#000;padding:0}.cinema-player{position:relative;width:min(100vw,100%);aspect-ratio:16/9;max-height:100vh;background:#000;overflow:hidden;cursor:none;font-family:Adobe Arabic,Inter,Helvetica Neue,sans-serif}.cinema-player--controls,.cinema-player--loading{cursor:default}.cinema-player--fs{width:100vw;height:100vh;max-width:none;max-height:none;aspect-ratio:auto}.cinema-stage{position:absolute;inset:0;overflow:hidden}.cinema-video{width:100%;height:100%;display:block;background:#000;object-fit:contain}.subtitle-canvas{position:absolute;pointer-events:none;z-index:3;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cinema-bottom,.cinema-top{position:absolute;left:0;right:0;z-index:4;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.cinema-top{top:0;padding:1.25rem 2rem 2.5rem;background:linear-gradient(180deg,rgba(0,0,0,.85),rgba(0,0,0,.45) 55%,transparent)}.cinema-bottom{bottom:0;padding:0 1.5rem 1.25rem;background:linear-gradient(0deg,rgba(0,0,0,.92),rgba(0,0,0,.55) 50%,transparent)}.cinema-player--controls .cinema-bottom[data-visible=true],.cinema-player--controls .cinema-top[data-visible=true]{opacity:1;transform:translateY(0);pointer-events:auto}.cinema-top__info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cinema-title{font-size:clamp(1rem,2.2vw,1.35rem);font-weight:600;letter-spacing:.01em;text-shadow:0 2px 12px rgba(0,0,0,.85);font-family:Adobe Arabic,Inter,Helvetica Neue,sans-serif}.cinema-badge{font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;background:rgba(229,9,20,.85);border:none;padding:.25rem .6rem;border-radius:3px;font-family:Inter,Helvetica Neue,sans-serif}.cinema-overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:rgba(0,0,0,.35)}.cinema-overlay--error{background:rgba(0,0,0,.72);padding:1.5rem;text-align:center}.cinema-big-play{position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border:3px solid rgba(255,255,255,.92);border-radius:50%;background:rgba(20,20,20,.55);color:#fff;cursor:pointer;display:grid;place-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .2s ease,background .2s ease,border-color .2s ease}.cinema-big-play:hover{transform:translate(-50%,-50%) scale(1.08);background:rgba(229,9,20,.75);border-color:#e50914}.cinema-big-play svg{margin-left:4px}.cinema-loader,.cinema-overlay--loading{pointer-events:none}.cinema-loader__ring{width:52px;height:52px;border:3px solid rgba(255,255,255,.15);border-top-color:#e50914;border-radius:50%;animation:cinema-spin .9s linear infinite}.cinema-loader__text{margin-top:1rem;color:#aaa;font-size:.95rem}@keyframes cinema-spin{to{transform:rotate(1turn)}}.cinema-progress{position:relative;height:4px;background:rgba(255,255,255,.25);border-radius:2px;cursor:pointer;margin-bottom:.5rem;overflow:visible;transition:height .15s ease}.cinema-player--controls .cinema-progress:hover{height:6px}.cinema-progress__played{background:#e50914;z-index:2}.cinema-progress__buffered,.cinema-progress__played{position:absolute;top:0;left:0;height:100%;border-radius:2px;pointer-events:none}.cinema-progress__buffered{background:rgba(255,255,255,.35);z-index:1}.cinema-progress__thumb{position:absolute;top:50%;width:14px;height:14px;background:#e50914;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .15s ease;pointer-events:none;z-index:3;box-shadow:0 0 6px rgba(229,9,20,.6)}.cinema-player--controls .cinema-progress:hover .cinema-progress__thumb{transform:translate(-50%,-50%) scale(1)}.cinema-controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cinema-controls__left,.cinema-controls__right{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.cinema-select{position:relative}.cinema-select__btn{display:flex;align-items:center;gap:.3rem;min-width:36px;padding:0 .4rem}.cinema-select__value{font-size:.65rem;opacity:.85;max-width:42px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cinema-select__menu{position:absolute;bottom:calc(100% + 10px);right:0;min-width:200px;max-width:280px;max-height:280px;overflow-y:auto;background:rgba(0,0,0,.92);border:1px solid rgba(255,255,255,.14);border-radius:4px;padding:.4rem 0;box-shadow:0 8px 32px rgba(0,0,0,.7);z-index:20;font-family:Adobe Arabic,Inter,sans-serif}.cinema-select__title{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#999;padding:.4rem .85rem .55rem;font-weight:600}.cinema-select__item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .85rem;border:none;border-radius:0;background:transparent;color:#eee;font-size:.88rem;text-align:start;cursor:pointer;font-family:inherit}.cinema-select__item small{color:#888;font-size:.7rem}.cinema-select__item:hover{background:rgba(255,255,255,.08)}.cinema-select__item--active{background:rgba(255,255,255,.1);color:#fff;-webkit-border-start:3px solid #e50914;border-inline-start:3px solid #e50914}.cinema-sub-loading{font-size:.75rem;color:#e50914;animation:cinema-pulse 1s ease infinite}@keyframes cinema-pulse{0%,to{opacity:.4}50%{opacity:1}}.cinema-icon-btn{width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .15s ease,transform .15s ease}.cinema-icon-btn--active,.cinema-icon-btn:hover{background:rgba(255,255,255,.14);transform:scale(1.05)}.cinema-icon-btn--label{width:auto;min-width:40px;padding:0 .5rem;border-radius:4px;font-size:.72rem;font-weight:700;letter-spacing:.04em;font-family:Inter,sans-serif}.cinema-volume{width:0;opacity:0;accent-color:#e50914;cursor:pointer;transition:width .2s ease,opacity .2s ease}.cinema-controls__left:hover .cinema-volume,.cinema-volume:focus{width:80px;opacity:1}.cinema-time{font-size:.82rem;color:#e5e5e5;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:96px;font-family:Inter,Helvetica Neue,sans-serif;letter-spacing:.02em}.cinema-btn{margin-top:.5rem;padding:.55rem 1.1rem;border:none;border-radius:8px;background:#e50914;color:#fff;font-size:.9rem;cursor:pointer;transition:background .15s ease}.cinema-btn:hover{background:#f6121d}.cinema-status{text-align:center;padding:2.5rem 1.5rem;max-width:440px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px}.cinema-status h1{font-size:1.2rem;margin-bottom:.75rem}.cinema-status p{color:#aaa;line-height:1.6}.cinema-player--loading{flex-direction:column;min-height:280px}.cinema-player--loading,.player-page{display:flex;align-items:center;justify-content:center}.player-page{min-height:100vh;background:#000}.player-shell{width:100%;max-width:1280px;margin:0 auto}.player-stage{position:relative;width:100%;aspect-ratio:16/9;background:#000}.player-video{width:100%;height:100%;display:block;background:#000}.player-blocked,.player-error-panel,.player-loading{text-align:center;padding:2rem;max-width:480px}.player-blocked h1,.player-error-panel h1{font-size:1.25rem;margin-bottom:.75rem}.player-error{color:#ff6b6b;text-align:center;padding:.75rem;font-size:.9rem}