@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-arabic-wght-normal-CGnJ-sf6.woff2) format("woff2-variations");unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-cyrillic-ext-wght-normal-BjodpZir.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-cyrillic-wght-normal-DveCct9I.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-hebrew-wght-normal-BIkpbuMU.woff2) format("woff2-variations");unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-latin-ext-wght-normal-OacczzuJ.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/assets/rubik-latin-wght-normal-CnQIisVs.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--orange: #fc6435;--orange-hover: #ff7a4f;--bg: #121212;--surface: #1b1b1b;--surface-2: #242424;--border: rgba(255, 255, 255, .08);--text: #f9f9f9;--text-dim: #a9a9a9;--radius: 18px;color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Rubik Variable,Rubik,system-ui,sans-serif;font-weight:300;line-height:1.55;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--orange)}.app{min-height:100%;display:flex;flex-direction:column}.main{flex:1;display:flex;flex-direction:column}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.container-wide{max-width:1400px}.header{background:var(--surface);border-bottom:1px solid var(--border)}.header-inner{height:80px;display:flex;align-items:center;justify-content:space-between}.header-logo img{display:block;height:54px;width:auto;transition:transform .3s ease-in-out}.header-logo:hover img{transform:scale(1.04)}.header-tag{font-size:.8rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);display:flex;align-items:center;gap:10px}.header-tag:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange)}.footer{background:var(--surface);border-top:1px solid var(--border);margin-top:56px}.footer-inner{min-height:72px;padding-top:16px;padding-bottom:16px;display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center;justify-content:space-between;font-size:.9rem;color:var(--text-dim)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:10px 32px;border:2px solid var(--orange);border-radius:30px;background:var(--orange);color:var(--text);font:inherit;font-size:1.05rem;font-weight:400;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .15s,opacity .2s}.button:hover:not(:disabled){background:var(--orange-hover);border-color:var(--orange-hover);color:var(--text)}.button:active:not(:disabled){transform:scale(.98)}.button:disabled{opacity:.45;cursor:default}.button:focus-visible,.player-button:focus-visible,.pin-input:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.button-wide{width:100%}.button-outline{background:transparent;color:var(--text);flex-shrink:0}.button-outline:hover:not(:disabled){background:var(--orange)}.state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:56px 24px;text-align:center}.state-code{font-size:clamp(5rem,18vw,9rem);font-weight:600;line-height:1;color:var(--orange)}.state-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;color:var(--orange);background:#fc64351f}.state-title{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:400}.state-text{max-width:520px;color:var(--text-dim)}.state .button{margin-top:10px}.spinner{width:56px;height:56px;border-radius:50%;border:3px solid rgba(255,255,255,.12);border-top-color:var(--orange);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pin-card{width:100%;max-width:420px;padding:44px 36px 36px;display:flex;flex-direction:column;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:26px;box-shadow:0 30px 80px #00000073}.pin-card-shake{animation:shake .45s}@keyframes shake{20%,60%{transform:translate(-8px)}40%,80%{transform:translate(8px)}}.pin-lock{width:64px;height:64px;border-radius:50%;margin-bottom:8px;display:grid;place-items:center;color:var(--orange);background:#fc64351f}.pin-title{font-size:1.7rem;font-weight:400}.pin-text{color:var(--text-dim);margin-bottom:14px}.pin-input{width:100%;height:64px;padding:0 16px;text-align:center;font:inherit;font-size:2rem;font-weight:400;letter-spacing:.45em;text-indent:.45em;color:var(--text);background:var(--bg);border:2px solid var(--border);border-radius:16px;transition:border-color .2s}.pin-input::placeholder{color:#444}.pin-input:focus{border-color:var(--orange);outline:none}.pin-error{min-height:1.55em;font-size:.92rem;font-weight:400;color:#ff8a66}.screening-stage{padding:32px 0 0;background:radial-gradient(ellipse 70% 90% at 50% 0%,rgba(252,100,53,.1),transparent 70%)}.screening-info{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;padding-top:32px}.screening-title{font-size:clamp(1.6rem,3.6vw,2.5rem);font-weight:400;line-height:1.2}.screening-title:after{content:"";display:block;width:64px;height:4px;margin-top:16px;border-radius:2px;background:var(--orange)}.screening-description{margin-top:20px;max-width:760px;font-size:1.08rem;color:#d6d6d6;white-space:pre-line}.screening-description p+p{margin-top:1em}.screening-notice{margin-top:40px;padding-top:20px;border-top:1px solid var(--border);font-size:.85rem;color:#777;max-width:760px}@media(max-width:767px){.container{padding:0 16px}.header-inner{height:68px}.header-logo img{height:44px}.header-tag{font-size:.68rem;letter-spacing:.14em}.screening-stage{padding-top:0}.screening-stage .container{padding:0}.screening-info{flex-direction:column;gap:24px;padding-top:24px}.screening-info .button{width:100%}.pin-card{padding:36px 22px 26px}.footer{margin-top:40px}}.player{position:relative;aspect-ratio:16 / 9;margin:0 auto;width:min(100%,calc((100vh - 250px) * 16 / 9));min-width:min(100%,480px);background:#000;border-radius:var(--radius);overflow:hidden;box-shadow:0 30px 90px #0009;user-select:none;-webkit-user-select:none}.player-fullscreen{border-radius:0;width:100%}.player-idle{cursor:none}.player-placeholder{display:flex;background:var(--surface)}.player-video{width:100%;height:100%;display:block;object-fit:contain;background:#000}.player-video::-webkit-media-controls{display:none!important}.player-big-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;cursor:pointer;border:0;color:#fff;background:linear-gradient(transparent 55%,#00000073)}.player-big-play span{width:96px;height:96px;padding-left:5px;border-radius:50%;display:grid;place-items:center;background:var(--orange);box-shadow:0 10px 40px #fc643573;transition:transform .25s ease,background .2s}.player-big-play:hover span{transform:scale(1.08);background:var(--orange-hover)}.player-spinner,.player-error{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none}.player-error{padding:24px;text-align:center;background:#000000bf;font-weight:400}.player-controls{position:absolute;left:0;right:0;bottom:0;padding:48px 16px 10px;background:linear-gradient(transparent,#000000d1);transition:opacity .3s,transform .3s}.player-idle .player-controls{opacity:0;transform:translateY(8px);pointer-events:none}.player-seek{position:relative;height:22px;display:flex;align-items:center;cursor:pointer;touch-action:none}.player-seek-track{position:relative;width:100%;height:4px;border-radius:2px;overflow:hidden;background:#ffffff38;transition:height .15s}.player-seek:hover .player-seek-track,.player-seek-active .player-seek-track{height:6px}.player-seek-loaded,.player-seek-played{position:absolute;left:0;top:0;bottom:0}.player-seek-loaded{background:#ffffff59}.player-seek-played{background:var(--orange)}.player-seek-thumb{position:absolute;top:50%;width:14px;height:14px;margin:-7px 0 0 -7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 3px #fc64354d;transform:scale(0);transition:transform .15s}.player-seek:hover .player-seek-thumb,.player-seek-active .player-seek-thumb{transform:scale(1)}.player-seek-tip{position:absolute;bottom:24px;transform:translate(-50%);padding:3px 8px;border-radius:6px;font-size:.8rem;font-weight:400;background:#141414eb;pointer-events:none;white-space:nowrap}.player-bar{display:flex;align-items:center;gap:4px;height:44px}.player-spacer{flex:1}.player-button{display:grid;place-items:center;min-width:40px;height:40px;padding:0 8px;border:0;border-radius:10px;background:transparent;color:#fff;cursor:pointer;font:inherit;transition:background .15s,color .15s}.player-button:hover{background:#ffffff1f;color:var(--orange)}.player-time{margin-left:8px;font-size:.9rem;font-weight:400;font-variant-numeric:tabular-nums;white-space:nowrap}.player-time span{color:#fff9}.player-volume{display:flex;align-items:center}.player-volume-range{width:0;opacity:0;height:4px;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;border-radius:2px;transition:width .2s,opacity .2s,margin .2s;background:linear-gradient(to right,#fff var(--value),rgba(255,255,255,.25) var(--value))}.player-volume:hover .player-volume-range,.player-volume-range:focus-visible{width:76px;opacity:1;margin:0 8px 0 2px}.player-volume-range::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#fff}.player-volume-range::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:50%;background:#fff}.player-quality{font-size:.85rem;font-weight:400;padding:0 12px;white-space:nowrap}.player-menu-wrap{position:relative}.player-menu{position:absolute;right:0;bottom:48px;min-width:120px;padding:6px;border-radius:12px;display:flex;flex-direction:column;background:#181818f5;border:1px solid var(--border);box-shadow:0 12px 40px #00000080}.player-menu button{padding:8px 12px;border:0;border-radius:8px;background:transparent;color:#fff;font:inherit;font-size:.9rem;font-weight:400;text-align:left;cursor:pointer}.player-menu button:hover{background:#ffffff1a}.player-menu button.active{color:var(--orange)}@media(max-width:767px){.player{border-radius:0;width:100%}.player-controls{padding:36px 8px 4px}.player-big-play span{width:72px;height:72px}.player-volume-range{display:none}.player-time{font-size:.8rem;margin-left:4px}}
