@font-face{font-family:DiravenirSans;src:local(Apercu Pro),local(Arial);font-weight:100 900}:root{--purple:#54184e;--purple-dark:#3d1039;--purple-light:#6d2866;--yellow:#ffcf52;--light:#f0edf0;--muted:#111;--white:#fff}*{box-sizing:border-box}html,body{background:#000;width:100%;height:100%;margin:0}body{color:var(--muted);font-family:DiravenirSans,Arial,sans-serif;overflow:hidden}button{font:inherit}.app{direction:ltr;background:#000;width:100vw;height:100dvh;display:flex}.video-column{background:#000;justify-content:center;align-items:center;width:50%;height:100%;display:flex}.video-stage{aspect-ratio:9/16;background:#050505;max-width:100%;height:100%;position:relative;overflow:hidden}#player{object-fit:cover;z-index:2;background:#050505;width:100%;height:100%;position:absolute;inset:0}.poster{z-index:1;background:radial-gradient(circle at 50% 36%, var(--purple-light) 0, var(--purple-dark) 48%, #050505 100%);color:#fff;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.poster-title{font-size:30px;font-weight:800}.poster-sub{opacity:.72;margin-top:8px;font-size:15px}.player-progress{z-index:20;background:#1e1e1e;width:100%;height:7px;position:absolute;top:0;left:0}#playerProgress{background:var(--yellow);width:0;height:100%;transition:width 80ms linear}.seek-thumb{background:var(--yellow);opacity:0;border:2px solid #fff;border-radius:50%;width:15px;height:15px;transition:opacity .15s;position:absolute;top:50%;left:0;transform:translate(-50%,-50%);box-shadow:0 1px 6px #00000073}.player-progress:hover .seek-thumb,.player-progress:focus .seek-thumb{opacity:1}.player-progress{cursor:pointer;touch-action:none}.player-toolbar{z-index:20;color:#fff;direction:ltr;align-items:center;gap:7px;display:flex;position:absolute;top:54px;right:16px}#clock{text-shadow:0 2px 8px #000;white-space:nowrap;font-size:17px;font-weight:700}.player-btn{color:#fff;cursor:pointer;background:#00000061;border:2px solid #fff;border-radius:9px;justify-content:center;align-items:center;width:36px;height:34px;font-weight:700;display:flex}.player-btn:hover{color:#111;background:#fff}#rate{width:43px}.brand-mark{z-index:222;color:#fff;filter:drop-shadow(0 2px 7px #00000073);justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;display:flex;position:absolute;top:14px;left:14px;right:auto}.brand-mark img{object-fit:cover;border-radius:12px;width:48px;height:48px;display:block;position:static}.play-button{z-index:21;cursor:pointer;background:#ffffffd1;border:1px solid #fffffff2;border-radius:50%;width:112px;height:112px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 35px #00000059}.play-button:after{content:"";border-left:28px solid var(--purple);border-top:20px solid #0000;border-bottom:20px solid #0000;position:absolute;top:50%;left:47%;transform:translate(-35%,-50%)}.play-button.hidden,.bottom-brand{display:none}.answer-column{background:#fff;justify-content:center;align-items:center;width:50%;height:100%;display:flex}.answer-panel{direction:rtl;width:min(590px,86%);position:relative}.status{white-space:nowrap;direction:ltr;font-size:20px;font-weight:600;position:absolute;top:-220px;left:0}.choices{flex-direction:column;gap:17px;width:100%;display:flex}.choice{background:var(--light);text-align:left;color:#111;cursor:pointer;opacity:0;visibility:hidden;direction:ltr;border:0;border-radius:34px;align-items:center;gap:14px;width:100%;min-height:65px;padding:10px 22px;font-size:18px;font-weight:500;transition:opacity .55s,transform .25s,background .2s;display:flex;transform:translateY(8px)}.choice .letter{background:var(--purple);color:#fff;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:flex}.choice.locked{opacity:.35;visibility:visible;pointer-events:none;filter:saturate(0)}.choice.revealed{opacity:1;visibility:visible;pointer-events:auto;animation:.55s both reveal;transform:none}.choice:hover{background:#ddd;transform:translateY(-1px)}@keyframes reveal{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}.error{color:#b00020;text-align:center;font-size:13px;line-height:1.5;position:absolute;top:90px;left:0;right:0}@media (width<=800px){.app{display:block;position:relative}.video-column{width:100%;height:100%;position:absolute;inset:0}.video-stage{aspect-ratio:auto;width:100%;height:100%}#player{object-fit:cover}.answer-column{pointer-events:none;background:linear-gradient(#0000 30%,#ffffffeb 58%,#fff 69%);align-items:flex-end;width:100%;height:100%;padding:0 18px 28px;position:absolute;inset:0}.answer-panel{pointer-events:auto;width:100%}.status{margin-bottom:13px;font-size:16px;position:static}.choices{gap:10px}.choice{min-height:54px;font-size:15px}.player-toolbar,.brand-mark{right:10px}.bottom-brand{bottom:24px;left:23px}}.choice.revealed .letter{background:var(--purple)}.choice.revealed:focus-visible,.player-btn:focus-visible,.play-button:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.count-number{text-align:center;font-variant-numeric:tabular-nums;min-width:1.15em;display:inline-block}.count-number.number-tick{animation:.42s cubic-bezier(.22,.61,.36,1) numberTick}@keyframes numberTick{0%{opacity:.15;transform:translateY(-8px)scale(.88)}55%{opacity:1;transform:translateY(2px)scale(1.06)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.count-number.number-tick{animation:none}}.back-button{color:#54184e;cursor:pointer;direction:ltr;background:0 0;border:0;padding:8px 0;font-size:16px;font-weight:600;transition:opacity .2s,transform .2s;position:absolute;bottom:-105px;left:0}.back-button:hover{opacity:.7;transform:translate(-3px)}.back-button[hidden]{display:none}@media (width<=800px){.back-button{color:#54184e;margin-top:13px;position:static}html,body{background:#000}body{overflow:hidden}.app{background:#000;width:100%;height:100dvh;min-height:100dvh;display:block;position:relative}.video-column{background:#000;width:100%;height:100%;position:absolute;inset:0}.video-stage{aspect-ratio:auto;background:#000;width:100%;max-width:none;height:100%}#player{object-fit:cover;object-position:center;width:100%;height:100%}.player-progress{height:6px;top:0}.brand-mark{width:58px;min-height:35px;top:10px;left:12px;right:auto}.brand-mark img{max-width:58px;max-height:48px}.brand-fallback{font-size:13px}.player-toolbar{gap:6px;max-width:calc(100% - 24px);top:40px;right:12px}#clock{font-size:14px}.player-btn{border-radius:8px;width:34px;height:32px;font-size:13px}#rate{width:40px}.play-button{width:88px;height:88px}.play-button:after{border-top-width:17px;border-bottom-width:17px;border-left-width:23px}.answer-column{width:100%;height:100%;padding:0 12px max(22px, env(safe-area-inset-bottom));pointer-events:none;z-index:30;background:0 0;justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.answer-panel{overscroll-behavior:contain;scrollbar-width:thin;pointer-events:auto;width:100%;max-height:42%;padding-bottom:6px;overflow-y:auto}.status{color:#fff;text-shadow:0 2px 8px #000000bf;margin:0 0 10px 6px;font-size:15px;font-weight:700;position:static}.choices{gap:9px}.choice{color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#12121294;border-radius:15px;min-height:58px;padding:10px 14px;font-size:16px;font-weight:700;box-shadow:inset 0 1px #ffffff14}.choice:hover{background:#121212ad}.choice.locked{opacity:.06;background:#12121247}.choice .letter{color:#fff;background:#54184e;flex-basis:36px;width:36px;height:36px}.choice.revealed .letter{background:#54184e}.back-button{color:#fff;text-shadow:0 2px 8px #000000a6;margin:10px 0 0 6px}.bottom-brand{font-size:29px;bottom:18px;left:20px}}@media (width<=390px){.answer-panel{max-height:46%}.choice{min-height:54px;padding:9px 11px;font-size:14px}.choice .letter{flex-basis:32px;width:32px;height:32px}.player-toolbar{top:38px}#clock{font-size:13px}}
