:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{min-width:320px;min-height:100vh;margin:0}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s,background-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline-offset:2px;outline:2px solid #646cff}.home-page{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.home-page__content{text-align:center;max-width:600px}.home-page__content h1{background:linear-gradient(135deg,#646cff,#9d4edd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:2.5rem}.home-page__content>p{color:#aaa;margin:0 0 2rem;font-size:1.25rem}.home-page__instructions{text-align:left;background:#ffffff0d;border-radius:12px;margin-bottom:2rem;padding:1.5rem 2rem}.home-page__instructions h2{color:#fff;margin:0 0 1rem;font-size:1.25rem}.home-page__instructions h3{color:#aaa;margin:1.5rem 0 .5rem;font-size:1rem}.home-page__instructions p{color:#aaa;margin:0 0 .5rem}.home-page__instructions code{color:#646cff;background:#646cff33;border-radius:6px;padding:.75rem 1rem;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.95rem;display:block}.home-page__links{justify-content:center;gap:1rem;display:flex}.home-page__link{color:#fff;background:linear-gradient(135deg,#646cff,#535bf2);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.home-page__link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #646cff66}.video-engine{background-color:#000;width:100%;height:100%;position:relative;overflow:hidden}.video-engine__video{object-fit:cover;width:100%;height:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.video-engine__video--active{opacity:1;z-index:1}.video-engine__video--inactive{opacity:0;z-index:0;pointer-events:none}.video-engine--transitioning .video-engine__video--active{opacity:1;z-index:2}.video-engine--transitioning .video-engine__video--inactive{opacity:1;z-index:1}.video-engine__loading{z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-engine__spinner{border:4px solid #fff3;border-top-color:#646cff;border-radius:50%;width:48px;height:48px;animation:1s linear infinite video-engine-spin}@keyframes video-engine-spin{to{transform:rotate(360deg)}}.video-engine__error{z-index:10;text-align:center;color:#ff6b6b;background:#000c;border-radius:8px;padding:1rem 2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-engine__error p{margin:0;font-size:1rem}.video-engine:-webkit-full-screen{width:100vw;height:100vh}.video-engine:fullscreen{width:100vw;height:100vh}.video-engine:-webkit-full-screen .video-engine__video{object-fit:contain}.video-engine:fullscreen .video-engine__video{object-fit:contain}.video-engine__video::-webkit-media-controls{display:none!important}.video-engine__video::--webkit-media-controls-enclosure{display:none!important}.video-controls{z-index:20;opacity:0;padding:0;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.video-controls--visible{opacity:1}.video-controls__wrapper{background:0 0;border:none;border-radius:8px;margin:0 12px 12px;overflow:hidden}.video-controls__progress-section{align-items:center;gap:8px;padding:8px 12px 4px;display:flex}.video-controls__progress{cursor:pointer;flex:1;height:4px;padding:8px 0;position:relative}.video-controls__progress-bg{background:#ffffff4d;border-radius:2px;height:4px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.video-controls__progress-fill{background:#fc0;border-radius:2px;height:4px;transition:width .1s linear;position:absolute;top:50%;left:0;transform:translateY(-50%)}.video-controls__progress-handle{background:#fc0;border-radius:2px;width:12px;height:12px;transition:opacity .2s;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 4px #0000004d}.video-controls__row{justify-content:flex-start;align-items:center;gap:12px;padding:8px 12px;display:flex}.video-controls__left{flex-shrink:0;align-items:center;display:flex}.video-controls__right{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:flex}.video-controls__play-btn{color:#1a1a1a;cursor:pointer;background:#fc0;border:none;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:background-color .2s,transform .1s;display:flex}.video-controls__play-btn:hover{background:#ffd633;transform:scale(1.05)}.video-controls__play-btn:active{transform:scale(.95)}.video-controls__play-btn svg{width:100%;height:100%}.video-controls__btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;padding:4px;transition:background-color .2s;display:flex}.video-controls__btn:hover{background:#ffffff26}.video-controls__btn svg{width:100%;height:100%}.video-controls__volume{align-items:center;display:flex;position:relative}.video-controls__volume-slider{background:#142823f2;border:1px solid #3d9970;border-radius:4px;margin-left:4px;padding:4px 8px;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.video-controls__volume-slider input[type=range]{appearance:none;cursor:pointer;background:#ffffff4d;border-radius:2px;width:60px;height:4px}.video-controls__volume-slider input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fc0;border-radius:50%;width:12px;height:12px}.video-controls__volume-slider input[type=range]::-moz-range-thumb{cursor:pointer;background:#fc0;border:none;border-radius:50%;width:12px;height:12px}.video-controls__time{display:none}.player-shell:-webkit-full-screen .video-controls__wrapper{margin:0 24px 24px}.player-shell:fullscreen .video-controls__wrapper{margin:0 24px 24px}.player-shell:-webkit-full-screen .video-controls__play-btn{width:48px;height:48px}.player-shell:fullscreen .video-controls__play-btn{width:48px;height:48px}.player-shell:-webkit-full-screen .video-controls__btn{width:36px;height:36px}.player-shell:fullscreen .video-controls__btn{width:36px;height:36px}.player-shell:-webkit-full-screen .video-controls__time{color:#fff;font-variant-numeric:tabular-nums;margin-left:8px;font-size:.875rem;display:block}.player-shell:fullscreen .video-controls__time{color:#fff;font-variant-numeric:tabular-nums;margin-left:8px;font-size:.875rem;display:block}.entry-screen{background:#0a0a0a;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;inset:0;overflow:hidden}.entry-screen__container{background:#1a1a1a;flex-direction:column;width:100%;max-width:520px;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 80px #0009}.entry-screen__container--tappable{cursor:pointer}.entry-screen__thumbnail-wrapper{z-index:0;position:absolute;inset:0}.entry-screen__thumbnail{object-fit:cover;width:100%;height:100%}.entry-screen__placeholder{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.entry-screen__placeholder-icon{opacity:.3;font-size:80px}.entry-screen__gradient-top{z-index:1;background:linear-gradient(#00000080 0%,#0000 100%);height:120px;position:absolute;top:0;left:0;right:0}.entry-screen__gradient-bottom{z-index:1;background:linear-gradient(#0000 0%,#000000b3 100%);height:200px;position:absolute;bottom:0;left:0;right:0}.entry-screen__loading-overlay{z-index:5;-webkit-backdrop-filter:blur(2px);background:#0006;flex-direction:column;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%)scale(.8)}to{opacity:1;transform:translate(-50%)scale(1)}}.entry-screen__loader{flex-direction:column;align-items:center;gap:20px;display:flex}.entry-screen__ring-loader{background:conic-gradient(#0000 0%,#ffcc00e6 30%,#fc06 60%,#0000 100%);border-radius:50%;width:56px;height:56px;padding:4px;animation:1s linear infinite ringRotate;position:relative}.entry-screen__ring-loader-inner{background:#000000b3;border-radius:50%;width:100%;height:100%}@keyframes ringRotate{to{transform:rotate(360deg)}}.entry-screen__loading-text{color:#fffc;letter-spacing:.5px;font-size:14px;font-weight:500;animation:1.5s ease-in-out infinite textPulse}@keyframes textPulse{0%,to{opacity:.6}50%{opacity:1}}.entry-screen__shimmer-bar{background:#ffffff1a;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.entry-screen__shimmer-fill{background:linear-gradient(90deg,#0000,#fc0,#0000);border-radius:2px;width:40%;height:100%;animation:1.5s ease-in-out infinite shimmerSlide}@keyframes shimmerSlide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.entry-screen__content{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;padding:24px;display:flex;position:relative}.entry-screen__play-btn{cursor:pointer;background:#fc0;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;animation:.5s backwards playBtnAppear;display:flex;box-shadow:0 8px 30px #fc06}@keyframes playBtnAppear{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.entry-screen__play-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 12px 40px #ffcc0080}.entry-screen__play-btn:active:not(:disabled){transform:scale(.95)}.entry-screen__play-btn:disabled{cursor:wait;opacity:.7;box-shadow:none;background:#666}.entry-screen__play-btn--ready{animation:.5s backwards playBtnAppear,2s .5s infinite pulse-yellow}@keyframes pulse-yellow{0%,to{box-shadow:0 8px 30px #fc06}50%{box-shadow:0 8px 50px #fc09,0 0 0 15px #ffcc001a}}.entry-screen__play-icon{color:#1a1a1a;margin-left:6px;font-size:2rem}.entry-screen__start-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:none;border-radius:50px;margin-top:8px;padding:14px 48px;font-size:1.1rem;font-weight:600;transition:all .3s;animation:.5s .15s backwards playBtnAppear;box-shadow:0 4px 20px #0000004d}.entry-screen__start-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #0006}.entry-screen__start-btn:active:not(:disabled){transform:translateY(0)}.entry-screen__start-btn:disabled{opacity:.5;cursor:wait}.entry-screen__footer{z-index:2;background:#fff;justify-content:center;align-items:center;padding:16px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.entry-screen__footer-logo{opacity:.8;height:24px}.entry-screen__status{display:none}@media (max-width:460px){.entry-screen__container{border-radius:0;max-width:100%;height:100%;max-height:100%}}@media (max-height:600px){.entry-screen__container{aspect-ratio:unset;height:100%}.entry-screen__play-btn{width:60px;height:60px}.entry-screen__play-icon{font-size:1.5rem}.entry-screen__start-btn{padding:10px 32px;font-size:1rem}}.game-progress-box{box-sizing:border-box;width:100%;padding:0 30px;position:relative}.game-progress-box__frame{align-items:stretch;width:100%;min-height:120px;display:flex}.game-progress-box__corner{object-fit:contain;flex-shrink:0;height:auto;max-height:120px}.game-progress-box__corner--left{margin-right:-2px}.game-progress-box__corner--right{margin-left:-1px}.game-progress-box__middle{background:linear-gradient(#1a2420 0%,#0d1510 100%);border:2px solid #0e5f11;border-radius:5px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:12px 16px;display:flex}.game-progress-box__main-logo{object-fit:contain;width:auto;max-height:60px;margin-bottom:0}.game-progress-box__logo{object-fit:contain;width:auto;max-height:17px;position:absolute;bottom:-2px}.game-progress-box__progress-container{width:100%;padding:0 8px}.game-progress-box__progress-track{background:#fff3;border-radius:3px;width:100%;height:9px;overflow:hidden}.game-progress-box__progress-fill{background:linear-gradient(90deg,#02884f 0% 100%);border-radius:3px;height:100%;transition:width .3s}.game-progress-box__choices{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.game-progress-box__choice-btn{cursor:pointer;background:linear-gradient(#2eb85c 0%,#1a8f3f 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 8px #0000004d,inset 0 2px 4px #fff3}.game-progress-box__choice-btn:hover{transform:scale(1.08);box-shadow:0 6px 12px #0006,inset 0 2px 4px #ffffff4d}.game-progress-box__choice-btn:active{transform:scale(.95)}.game-progress-box__arrow-icon{object-fit:contain;width:28px;height:28px}.game-progress-box__choice-center{flex-direction:column;align-items:center;gap:4px;display:flex}.game-progress-box__warning-icon{object-fit:contain;width:36px;height:36px}.game-progress-box__choice-text{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:600}.game-progress-box--invisible{pointer-events:none;padding:0;position:absolute;inset:0}.game-progress-box__invisible-areas{pointer-events:none;display:flex;position:absolute;inset:0}.game-progress-box__invisible-btn{cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;flex:1;transition:background .2s;position:relative}.game-progress-box__invisible-btn:focus,.game-progress-box__invisible-btn:active,.game-progress-box__invisible-btn:focus-visible{box-shadow:none;border:none;outline:none}.game-progress-box__tap-circle{pointer-events:none;background:radial-gradient(circle,#2eb85c66 0%,#2eb85c00 70%);border:2px solid #2eb85c99;border-radius:50%;width:80px;height:80px;animation:1.5s ease-in-out infinite tap-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes tap-pulse{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.15)}}.game-progress-box__invisible-btn:hover .game-progress-box__tap-circle{background:radial-gradient(circle,#2eb85c99 0%,#2eb85c00 70%);border-color:#2eb85ce6}.timer-overlay{pointer-events:auto;cursor:pointer;background:linear-gradient(135deg,#ff6464e6,#c83232e6);border-radius:12px;justify-content:center;align-items:center;min-width:150px;min-height:60px;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0000004d}.timer-overlay:hover{transform:scale(1.02);box-shadow:0 6px 20px #0006}.timer-overlay:active{transform:scale(.98)}.timer-overlay--urgent{background:linear-gradient(135deg,#ff9632f2,#ff6432f2);animation:.5s ease-in-out infinite pulse-urgent}.timer-overlay--critical{background:linear-gradient(135deg,#ff3232,#c80000);animation:.25s ease-in-out infinite pulse-critical}@keyframes pulse-urgent{0%,to{transform:scale(1);box-shadow:0 4px 16px #ff963280}50%{transform:scale(1.03);box-shadow:0 6px 24px #ff9632b3}}@keyframes pulse-critical{0%,to{transform:scale(1);box-shadow:0 4px 16px #ff323299}50%{transform:scale(1.05);box-shadow:0 6px 28px #ff3232cc}}.timer-overlay__content{color:#fff;text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.timer-overlay__label{text-shadow:0 1px 2px #0000004d;font-size:1rem;font-weight:600}.timer-overlay__countdown{flex-direction:column;align-items:center;gap:.25rem;display:flex}.timer-overlay__time{font-variant-numeric:tabular-nums;text-shadow:0 2px 4px #0006;font-size:1.5rem;font-weight:700}.timer-overlay__progress-bar{background:#ffffff4d;border-radius:2px;width:100px;height:4px;overflow:hidden}.timer-overlay__progress-fill{background:#fff;border-radius:2px;height:100%;transition:width .1s linear}.timer-overlay__circle{width:36px;height:36px;position:absolute;top:-5px;right:-5px;transform:rotate(-90deg)}.timer-overlay__circle-bg{fill:none;stroke:#ffffff4d;stroke-width:3px}.timer-overlay__circle-progress{fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:round;transition:stroke-dasharray .1s linear}.overlay-layer{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.overlay-item{pointer-events:auto;cursor:pointer;transition:transform .2s,opacity .2s}.overlay-item:hover{transform:scale(1.02)}.overlay-item--button{color:#fff;background:linear-gradient(135deg,#646cff,#535bf2);border:none;border-radius:8px;min-width:120px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;box-shadow:0 4px 12px #646cff66}.overlay-item--button:hover{background:linear-gradient(135deg,#535bf2,#646cff);box-shadow:0 6px 16px #646cff80}.overlay-item--button:active{transform:scale(.98)}.overlay-item--hotspot{background:#646cff4d;border:2px solid #646cffcc;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;animation:2s ease-in-out infinite pulse;display:flex}.overlay-item--hotspot:hover{background:#646cff80}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.overlay-item__tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background:#000000e6;border-radius:4px;margin-bottom:8px;padding:.5rem .75rem;font-size:.875rem;transition:opacity .2s,visibility .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.overlay-item--hotspot:hover .overlay-item__tooltip{opacity:1;visibility:visible}.overlay-item--text{color:#fff;cursor:default;background:#000000b3;border-radius:4px;padding:.75rem 1rem;font-size:1rem}.overlay-item--image{border-radius:4px;overflow:hidden}.overlay-item--image img{object-fit:contain;width:100%;height:100%}.overlay-item--timer{color:#fff;font-variant-numeric:tabular-nums;background:#ff6464cc;border-radius:4px;padding:.5rem 1rem;font-size:1rem;font-weight:700}.overlay-item__timer{display:block}.player-shell{background:#0a0a0a;justify-content:center;align-items:center;width:100%;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:opacity 1s;display:flex;position:fixed;inset:0;overflow:hidden}.player-shell--fading-out{opacity:0;pointer-events:none}.player-shell__container{background:#000;width:100%;max-width:520px;height:100%;position:relative;overflow:hidden}.player-shell__video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.player-shell__play-overlay{cursor:pointer;z-index:15;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;padding:0;transition:transform .2s,background-color .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.player-shell__play-overlay:hover{background:#000000b3;transform:translate(-50%,-50%)scale(1.1)}.player-shell__play-overlay svg{color:#fff;width:32px;height:32px;margin-left:4px}.player-shell--loading{justify-content:center;align-items:center;display:flex}.player-shell__loader{text-align:center;color:#fff}.player-shell__spinner{border:4px solid #333;border-top-color:#fc0;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.player-shell--error{justify-content:center;align-items:center;display:flex}.player-shell__error{text-align:center;color:#fff;padding:2rem}.player-shell__error h2{color:#ff6b6b;margin:0 0 .5rem}.player-shell__error p{color:#aaa;margin:0}.player-shell--empty{justify-content:center;align-items:center;display:flex}.player-shell__empty{color:#666}.player-shell--fullscreen .player-shell__container{width:100%;max-width:none;height:100%}.player-shell:-webkit-full-screen .player-shell__container{width:100%;max-width:none;height:100%}.player-shell:fullscreen .player-shell__container{width:100%;max-width:none;height:100%}.player-shell .game-progress-box{z-index:19;opacity:1;position:absolute;bottom:45px;left:0;right:0}.player-shell .game-progress-box--visible{opacity:1;pointer-events:auto}.player-branding{z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffffe6;pointer-events:none;-webkit-user-select:none;user-select:none;background:#0009;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:opacity .3s;display:flex;position:absolute}.player-branding__icon{color:#4ade80;font-size:14px}.player-branding__text{letter-spacing:.5px}.player-branding--bottom-right{bottom:70px;right:12px}.player-branding--bottom-left{bottom:70px;left:12px}.player-branding--top-right{top:12px;right:12px}.player-branding--top-left{top:12px;left:12px}.player-shell__branding-overlay{z-index:10;pointer-events:auto;align-items:center;gap:4px;display:flex;position:absolute}.player-shell__branding-overlay--top-right{top:12px;right:12px}.player-shell__branding-overlay--top-left{top:12px;left:12px}.player-shell__branding-overlay--bottom-right{bottom:12px;right:12px}.player-shell__branding-overlay--bottom-left{bottom:12px;left:12px}.player-shell__branding-text,.player-shell__branding-link{color:#fff9;cursor:pointer;align-items:center;gap:4px;padding:10px 14px;font-size:12px;text-decoration:none;transition:color .2s;display:flex}.player-shell__branding-link:hover{color:#ffffffe6}.consent-banner{z-index:1000;background:#14141efa;border-top:1px solid #646cff4d;padding:1rem 1.5rem;animation:.3s ease-out slideUp;position:fixed;bottom:0;left:0;right:0}.consent-banner--closing{animation:.3s ease-in forwards slideDown}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.consent-banner__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.consent-banner__text{flex:1;min-width:280px}.consent-banner__title{color:#fff;margin:0 0 .5rem;font-size:1rem;font-weight:600}.consent-banner__description{color:#fffc;margin:0;font-size:.875rem;line-height:1.5}.consent-banner__actions{flex-shrink:0;gap:.75rem;display:flex}.consent-banner__button{cursor:pointer;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.consent-banner__button--decline{color:#ffffffb3;background:0 0;border:1px solid #ffffff4d}.consent-banner__button--decline:hover{color:#fff;background:#ffffff1a;border-color:#ffffff80}.consent-banner__button--accept{color:#fff;background:linear-gradient(135deg,#646cff,#535bf2)}.consent-banner__button--accept:hover{background:linear-gradient(135deg,#535bf2,#646cff);transform:translateY(-1px);box-shadow:0 4px 12px #646cff66}@media (max-width:600px){.consent-banner{padding:1rem}.consent-banner__content{text-align:center;flex-direction:column}.consent-banner__actions{justify-content:center;width:100%}.consent-banner__button{flex:1;max-width:140px}}.resume-prompt{z-index:100;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.resume-prompt__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;position:absolute;inset:0}.resume-prompt__modal{text-align:center;background:linear-gradient(145deg,#1a1a2e 0%,#16162a 100%);border:1px solid #646cff4d;border-radius:16px;width:100%;max-width:400px;padding:2rem;animation:.3s ease-out modalSlideIn;position:relative;box-shadow:0 20px 60px #00000080}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.resume-prompt__title{color:#fff;margin:0 0 1rem;font-size:1.5rem;font-weight:600}.resume-prompt__description{color:#fffc;margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.resume-prompt__description strong{color:#646cff}.resume-prompt__actions{justify-content:center;gap:1rem;display:flex}.resume-prompt__button{cursor:pointer;border:none;border-radius:8px;min-width:120px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.resume-prompt__button--secondary{color:#fffc;background:#ffffff1a;border:1px solid #fff3}.resume-prompt__button--secondary:hover{color:#fff;background:#ffffff26}.resume-prompt__button--primary{color:#fff;background:linear-gradient(135deg,#646cff,#535bf2)}.resume-prompt__button--primary:hover{background:linear-gradient(135deg,#535bf2,#646cff);transform:translateY(-2px);box-shadow:0 6px 20px #646cff66}@media (max-width:480px){.resume-prompt__modal{padding:1.5rem}.resume-prompt__title{font-size:1.25rem}.resume-prompt__actions{flex-direction:column-reverse}.resume-prompt__button{width:100%}}.decision-countdown{z-index:50;pointer-events:none;position:absolute}.decision-countdown--minimal{animation:.3s ease-out fadeIn;top:20%;left:50%;transform:translate(-50%)}.decision-countdown__timer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative;box-shadow:0 8px 32px #0006,0 0 60px #6366f133}.decision-countdown__circle{width:100%;height:100%;position:absolute;transform:rotate(-90deg)}.decision-countdown__circle-bg{fill:none;stroke:#6366f133;stroke-width:4px}.decision-countdown__circle-progress{fill:none;stroke:#6366f1;stroke-width:6px;stroke-linecap:round;filter:drop-shadow(0 0 8px #6366f199);transition:stroke-dashoffset 1s linear}.decision-countdown__number{color:#fff;text-shadow:0 0 20px #6366f180;font-size:48px;font-weight:700;animation:1s ease-in-out infinite pulse}@media (max-width:600px){.decision-countdown--minimal{top:15%}.decision-countdown__timer{width:90px;height:90px}.decision-countdown__number{font-size:36px}}.player-page{background-color:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.player-page--error{text-align:center;color:#fff;flex-direction:column}.player-page--error h1{color:#ff6b6b;margin:0 0 1rem}.player-page--error p{color:#aaa;margin:0 0 .5rem}.player-page__example{margin-top:1rem!important}.player-page__example code{background:#646cff33;border-radius:4px;padding:.25rem .5rem;font-family:monospace}body.embed-mode{background:#000;margin:0;padding:0;overflow:hidden}.embed-page{background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;overflow:hidden}.embed-page--loading{background:linear-gradient(145deg,#0a0a0f 0%,#1a1a2e 100%)}.embed-page__loader{color:#fffc;flex-direction:column;align-items:center;gap:1rem;display:flex}.embed-page__spinner{border:3px solid #646cff4d;border-top-color:#646cff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.embed-page--error,.embed-page--blocked{background:linear-gradient(145deg,#1a0a0a 0%,#2e1a1a 100%)}.embed-page__message{text-align:center;color:#fff;max-width:400px;padding:2rem}.embed-page__icon{color:#ff6464cc;width:64px;height:64px;margin-bottom:1rem}.embed-page__message h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.embed-page__message p{color:#ffffffb3;margin:0;font-size:1rem;line-height:1.5}[data-embed-theme=light] .embed-page{background:#f5f5f5}[data-embed-theme=light] .embed-page--loading{background:linear-gradient(145deg,#f5f5f5 0%,#e0e0e0 100%)}[data-embed-theme=light] .embed-page__loader{color:#000000b3}[data-embed-theme=light] .embed-page__message{color:#1a1a1a}[data-embed-theme=light] .embed-page__message p{color:#0009}@media (max-width:480px){.embed-page__message{padding:1rem}.embed-page__icon{width:48px;height:48px}.embed-page__message h2{font-size:1.25rem}.embed-page__message p{font-size:.875rem}}.legal-page{color:#e0e0e0;background:linear-gradient(135deg,#0f0f1a 0%,#1a1a2e 50%,#16213e 100%);flex-direction:column;min-height:100vh;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;display:flex}.legal-page__loading{color:#888;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.legal-page__spinner{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:36px;height:36px;margin-bottom:1rem;animation:.8s linear infinite legal-spin}@keyframes legal-spin{to{transform:rotate(360deg)}}.legal-page__error{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.legal-page__error-icon{opacity:.6;margin-bottom:1rem;font-size:3rem}.legal-page__error h1{color:#fff;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.legal-page__error p{color:#888;margin:0 0 1.5rem}.legal-page__back-btn{color:#6366f1;cursor:pointer;background:#6366f126;border:1px solid #6366f14d;border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:500;transition:all .2s}.legal-page__back-btn:hover{background:#6366f140}.legal-page__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#0f0f1acc;border-bottom:1px solid #ffffff0f;padding:1rem 0;position:sticky;top:0}.legal-page__header-inner{align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;padding:0 2rem;display:flex}.legal-page__nav-btn{color:#aaa;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff1f;border-radius:8px;padding:6px 14px;font-size:.85rem;transition:all .2s}.legal-page__nav-btn:hover{color:#6366f1;border-color:#6366f1}.legal-page__title{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.legal-page__body{box-sizing:border-box;flex:1;width:100%;max-width:800px;margin:0 auto;padding:2.5rem 2rem 4rem}.legal-page__content{color:#d0d0d8;font-size:1rem;line-height:1.8}.legal-page__content h1{color:#fff;letter-spacing:-.02em;margin:2.5rem 0 1rem;font-size:2rem;font-weight:800}.legal-page__content h2{color:#fff;border-bottom:1px solid #6366f133;margin:2rem 0 .75rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.legal-page__content h3{color:#eee;margin:1.75rem 0 .5rem;font-size:1.2rem;font-weight:600}.legal-page__content h4{color:#ccc;margin:1.5rem 0 .5rem;font-size:1.05rem;font-weight:600}.legal-page__content p{margin:0 0 1.25rem}.legal-page__content a{color:#818cf8;border-bottom:1px solid #818cf84d;text-decoration:none;transition:all .2s}.legal-page__content a:hover{color:#a5b4fc;border-bottom-color:#a5b4fc}.legal-page__content ul,.legal-page__content ol{margin:.5rem 0 1.25rem;padding-left:1.5rem}.legal-page__content li{margin-bottom:.5rem}.legal-page__content blockquote{color:#bbb;background:#6366f10f;border-left:4px solid #6366f1;border-radius:0 12px 12px 0;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.legal-page__content hr{border:none;border-top:1px solid #ffffff14;margin:2.5rem 0}.legal-page__content img{border-radius:12px;max-width:100%;height:auto;margin:1.5rem 0;box-shadow:0 8px 32px #0000004d}.legal-page__content strong{color:#fff;font-weight:600}.legal-page__content code{color:#a5b4fc;background:#ffffff0f;border-radius:4px;padding:2px 6px;font-size:.9em}.legal-page__content pre{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;padding:1rem 1.25rem;overflow-x:auto}.legal-page__footer{background:#0f0f1a99;border-top:1px solid #ffffff0f;padding:1.5rem 0}.legal-page__footer-inner{color:#666;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:800px;margin:0 auto;padding:0 2rem;font-size:.8rem;display:flex}.legal-page__footer-links{gap:1.5rem;display:flex}.legal-page__footer-links a{color:#888;text-decoration:none;transition:color .2s}.legal-page__footer-links a:hover{color:#6366f1}@media (max-width:768px){.legal-page__body{padding:1.5rem 1rem 3rem}.legal-page__header-inner{padding:0 1rem}.legal-page__content h1{font-size:1.5rem}.legal-page__content h2{font-size:1.25rem}.legal-page__footer-inner{text-align:center;flex-direction:column;padding:0 1rem}}*{box-sizing:border-box}body{min-height:100vh;margin:0;padding:0}#root{min-height:100vh}
