*{padding:0;margin:0}._splashContainer_1ywez_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden}._splashContainer_1ywez_1:before{content:"";position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:_moveBackground_1ywez_1 20s linear infinite}@keyframes _moveBackground_1ywez_1{0%{transform:translate(0)}to{transform:translate(50px,50px)}}._splashContent_1ywez_67{position:relative;z-index:1;text-align:center}._logoContainer_1ywez_79{margin-bottom:60px;animation:_fadeInScale_1ywez_1 1s ease-out}@keyframes _fadeInScale_1ywez_1{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}._board_1ywez_113{position:relative;width:300px;height:300px;margin:0 auto 40px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;padding:10px}._base_1ywez_143{border-radius:15px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;padding:15px;position:relative}._redBase_1ywez_163{background:#f44336;box-shadow:inset 0 0 20px #0003}._greenBase_1ywez_173{background:#4caf50;box-shadow:inset 0 0 20px #0003}._yellowBase_1ywez_183{background:#ffeb3b;box-shadow:inset 0 0 20px #0003}._blueBase_1ywez_193{background:#2196f3;box-shadow:inset 0 0 20px #0003}._pawn_1ywez_203{background:#fff;border-radius:50%;box-shadow:0 4px 8px #0000004d;animation:_bounce_1ywez_1 2s ease-in-out infinite}._pawn_1ywez_203:nth-child(1){animation-delay:0s}._pawn_1ywez_203:nth-child(2){animation-delay:.2s}._pawn_1ywez_203:nth-child(3){animation-delay:.4s}._pawn_1ywez_203:nth-child(4){animation-delay:.6s}@keyframes _bounce_1ywez_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}._crown_1ywez_273{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;animation:_float_1ywez_1 3s ease-in-out infinite}@keyframes _float_1ywez_1{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}._crownTop_1ywez_315{width:80px;height:50px;background:linear-gradient(135deg,gold,#ffed4e,gold);border-radius:10px 10px 0 0;position:relative;display:flex;justify-content:space-around;align-items:center;box-shadow:0 5px 15px #ffd70080}._crownTop_1ywez_315:before{content:"";position:absolute;top:-15px;left:50%;transform:translate(-50%);width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:20px solid #ffd700}._gem_1ywez_365{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ff1493,#8b008b);box-shadow:0 2px 5px #0000004d;animation:_sparkle_1ywez_1 1.5s ease-in-out infinite}._gem_1ywez_365:nth-child(2){animation-delay:.3s}._gem_1ywez_365:nth-child(3){animation-delay:.6s}@keyframes _sparkle_1ywez_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}._crownBase_1ywez_427{width:90px;height:30px;background:linear-gradient(135deg,gold,#ffed4e);border-radius:0 0 10px 10px;margin-top:-5px;box-shadow:0 8px 20px #ffd70066}._title_1ywez_445{margin:0;display:flex;flex-direction:column;gap:10px}._ludo_1ywez_459{font-size:72px;font-weight:900;background:linear-gradient(135deg,#ff6b6b,#ffd93d,#6bcf7f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:4px 4px 8px rgba(0,0,0,.3);letter-spacing:8px;animation:_glow_1ywez_1 2s ease-in-out infinite}._master_1ywez_483{font-size:64px;font-weight:900;background:linear-gradient(135deg,gold,#ffed4e,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:4px 4px 8px rgba(0,0,0,.3);letter-spacing:12px;animation:_glow_1ywez_1 2s ease-in-out infinite .5s}@keyframes _glow_1ywez_1{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}._loadingContainer_1ywez_531{margin-top:40px;animation:_fadeIn_1ywez_1 1s ease-out .5s both}@keyframes _fadeIn_1ywez_1{0%{opacity:0}to{opacity:1}}._loadingBar_1ywez_561{width:300px;height:8px;background:#fff3;border-radius:10px;margin:0 auto 15px;overflow:hidden;box-shadow:0 4px 10px #0003}._loadingProgress_1ywez_581{height:100%;background:linear-gradient(90deg,#ff6b6b,#ffd93d,#6bcf7f,#4ecdc4);background-size:200% 100%;border-radius:10px;animation:_loadingAnimation_1ywez_1 10s linear forwards;box-shadow:0 0 20px #ffffff80}@keyframes _loadingAnimation_1ywez_1{0%{width:0%;background-position:0% 50%}to{width:100%;background-position:100% 50%}}._loadingText_1ywez_623{color:#fff;font-size:18px;font-weight:600;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:_pulse_1ywez_1 1.5s ease-in-out infinite}@keyframes _pulse_1ywez_1{0%,to{opacity:1}50%{opacity:.6}}@media(max-width:768px){._board_1ywez_113{width:250px;height:250px}._ludo_1ywez_459{font-size:56px}._master_1ywez_483{font-size:48px}._loadingBar_1ywez_561{width:250px}}._menuContainer_wsgbm_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow-y:auto}._background_wsgbm_27{position:absolute;width:100%;height:100%;overflow:hidden}._circle_wsgbm_41{position:absolute;border-radius:50%;background:#ffffff1a;animation:_float_wsgbm_1 20s infinite ease-in-out}._circle_wsgbm_41:nth-child(1){width:300px;height:300px;top:-100px;left:-100px;animation-delay:0s}._circle_wsgbm_41:nth-child(2){width:400px;height:400px;bottom:-150px;right:-150px;animation-delay:5s}._circle_wsgbm_41:nth-child(3){width:200px;height:200px;top:50%;left:50%;animation-delay:10s}@keyframes _float_wsgbm_1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-50px,50px) scale(.9)}}._content_wsgbm_135{position:relative;z-index:1;width:90%;max-width:500px;animation:_fadeInUp_wsgbm_1 .8s ease-out}@keyframes _fadeInUp_wsgbm_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._header_wsgbm_175{text-align:center;margin-bottom:60px}._title_wsgbm_185{margin:0 0 15px;display:flex;flex-direction:column;gap:5px}._ludo_wsgbm_199{font-size:64px;font-weight:900;background:linear-gradient(135deg,#ff6b6b,#ffd93d,#6bcf7f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:6px;text-shadow:4px 4px 8px rgba(0,0,0,.2);filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}._master_wsgbm_223{font-size:52px;font-weight:900;background:linear-gradient(135deg,gold,#ffed4e,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:10px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}._tagline_wsgbm_245{color:#fff;font-size:18px;font-weight:500;letter-spacing:1px;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3);opacity:.95}._menuOptions_wsgbm_265{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}._menuButton_wsgbm_279{background:#fff;border:none;border-radius:20px;padding:25px 30px;display:flex;align-items:center;gap:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0003;position:relative;overflow:hidden}._menuButton_wsgbm_279:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}._menuButton_wsgbm_279:hover:before{left:100%}._menuButton_wsgbm_279:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}._menuButton_wsgbm_279:active{transform:translateY(-2px)}._passPlayButton_wsgbm_357{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._onlineButton_wsgbm_367{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}._buttonIcon_wsgbm_377{width:50px;height:50px;background:#fff3;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._buttonIcon_wsgbm_377 svg{width:28px;height:28px}._buttonContent_wsgbm_409{flex:1;text-align:left}._buttonTitle_wsgbm_419{margin:0 0 5px;font-size:24px;font-weight:700;letter-spacing:.5px}._buttonDescription_wsgbm_433{margin:0;font-size:14px;opacity:.9;font-weight:400}._buttonArrow_wsgbm_447{font-size:32px;font-weight:300;opacity:.7;transition:transform .3s ease}._menuButton_wsgbm_279:hover ._buttonArrow_wsgbm_447{transform:translate(5px)}._footer_wsgbm_469{text-align:center}._version_wsgbm_477{color:#fff9;font-size:14px;margin:0;letter-spacing:1px}@media(max-width:768px){._ludo_wsgbm_199{font-size:48px}._master_wsgbm_223{font-size:40px}._tagline_wsgbm_245{font-size:16px}._menuButton_wsgbm_279{padding:20px 25px}._buttonTitle_wsgbm_419{font-size:20px}._buttonDescription_wsgbm_433{font-size:13px}._buttonIcon_wsgbm_377{width:45px;height:45px}._buttonIcon_wsgbm_377 svg{width:24px;height:24px}}@media(max-width:480px){._ludo_wsgbm_199{font-size:40px}._master_wsgbm_223{font-size:32px}._menuButton_wsgbm_279{padding:18px 20px;gap:15px}._buttonTitle_wsgbm_419{font-size:18px}}._container_1o7t0_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow-y:auto}._background_1o7t0_27{position:absolute;width:100%;height:100%;overflow:hidden}._circle_1o7t0_41{position:absolute;border-radius:50%;background:#ffffff14;animation:_float_1o7t0_1 15s infinite ease-in-out}._circle_1o7t0_41:nth-child(1){width:400px;height:400px;top:-150px;right:-150px}._circle_1o7t0_41:nth-child(2){width:300px;height:300px;bottom:-100px;left:-100px;animation-delay:5s}@keyframes _float_1o7t0_1{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}._content_1o7t0_109{position:relative;z-index:1;width:90%;max-width:600px;padding:2rem 4rem;animation:_fadeInUp_1o7t0_1 .6s ease-out}@keyframes _fadeInUp_1o7t0_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._backButton_1o7t0_151{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;padding:12px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:30px;transition:all .3s ease}._backButton_1o7t0_151 svg{width:20px;height:20px}._backButton_1o7t0_151:hover{background:#ffffff40;transform:translate(-5px)}._header_1o7t0_205{text-align:center;margin-bottom:50px}._title_1o7t0_215{font-size:48px;font-weight:900;color:#fff;margin:0 0 10px;text-shadow:3px 3px 6px rgba(0,0,0,.3);letter-spacing:1px}._subtitle_1o7t0_233{font-size:18px;color:#ffffffe6;margin:0;font-weight:500}._optionsContainer_1o7t0_247{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-bottom:40px}._optionCard_1o7t0_261{background:#fff;border:4px solid transparent;border-radius:20px;padding:2rem 1rem;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;gap:15px;box-shadow:0 10px 30px #0003}._optionCard_1o7t0_261:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000004d}._optionCard_1o7t0_261._selected_1o7t0_301{border-color:var(--card-color);background:linear-gradient(135deg,#fff,#fffffff2);box-shadow:0 15px 40px #0000004d,0 0 0 4px var(--card-color)}._iconContainer_1o7t0_313{width:80px;height:80px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;transition:all .3s ease}._optionCard_1o7t0_261._selected_1o7t0_301 ._iconContainer_1o7t0_313{background:var(--card-color);transform:scale(1.1)}._emoji_1o7t0_347{filter:grayscale(.3);transition:filter .3s ease}._optionCard_1o7t0_261._selected_1o7t0_301 ._emoji_1o7t0_347{filter:grayscale(0) brightness(1.2)}._countNumber_1o7t0_365{font-size:48px;font-weight:900;color:#333;line-height:1;transition:color .3s ease}._optionCard_1o7t0_261._selected_1o7t0_301 ._countNumber_1o7t0_365{color:var(--card-color)}._countLabel_1o7t0_389{font-size:16px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px}._checkmark_1o7t0_405{position:absolute;top:10px;right:10px;width:32px;height:32px;background:var(--card-color);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:_popIn_1o7t0_1 .3s ease-out}._checkmark_1o7t0_405 svg{width:20px;height:20px;color:#fff}@keyframes _popIn_1o7t0_1{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}._continueButton_1o7t0_473{width:100%;background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:15px;padding:20px;color:#fff;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;box-shadow:0 10px 30px #f5576c66;margin-bottom:25px;letter-spacing:1px;text-transform:uppercase}._continueButton_1o7t0_473 svg{width:24px;height:24px;transition:transform .3s ease}._continueButton_1o7t0_473:hover{transform:translateY(-3px);box-shadow:0 15px 40px #f5576c80}._continueButton_1o7t0_473:hover svg{transform:translate(5px)}._continueButton_1o7t0_473:active{transform:translateY(-1px)}._infoBox_1o7t0_553{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:12px;padding:15px 20px;display:flex;align-items:center;gap:12px;color:#fff}._infoBox_1o7t0_553 svg{width:24px;height:24px;flex-shrink:0;opacity:.9}._infoBox_1o7t0_553 p{margin:0;font-size:14px;line-height:1.5;opacity:.95}@media(max-width:768px){._title_1o7t0_215{font-size:36px}._subtitle_1o7t0_233{font-size:16px}._optionsContainer_1o7t0_247{gap:15px}._optionCard_1o7t0_261{padding:1rem}._iconContainer_1o7t0_313{width:70px;height:70px;font-size:32px}._countNumber_1o7t0_365{font-size:40px}._continueButton_1o7t0_473{font-size:18px;padding:18px}}@media(max-width:480px){._title_1o7t0_215{font-size:32px}._optionsContainer_1o7t0_247{grid-template-columns:1fr;max-width:300px;margin:0 auto 40px}}._container_1rdju_1{min-height:100vh;max-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}._backButton_1rdju_27{position:absolute;top:20px;left:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;padding:12px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;z-index:10}._backButton_1rdju_27 svg{width:20px;height:20px}._backButton_1rdju_27:hover{background:#fff3;transform:translate(-5px)}._glassCard_1rdju_87{background:#ffffff0d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:50px;width:100%;max-width:600px;box-shadow:0 25px 45px #0003;text-align:center;width:21rem}._title_1rdju_115{font-size:3.5rem;color:#fff;margin-bottom:10px;letter-spacing:2px;text-shadow:0 0 20px rgba(255,255,255,.2);font-weight:800}._subtitle_1rdju_133{color:#fff9;font-size:1.1rem;margin-bottom:40px}._form_1rdju_145{display:flex;flex-direction:column;gap:30px}._playerCountBadge_1rdju_157{display:inline-flex;align-items:center;gap:10px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:50px;padding:12px 24px;margin-bottom:30px;color:#fff;font-weight:600;font-size:16px}._badgeIcon_1rdju_187{font-size:24px}._inputGrid_1rdju_195{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:480px){._inputGrid_1rdju_195{grid-template-columns:1fr}}._inputGroup_1rdju_219{display:flex;flex-direction:column;align-items:flex-start;gap:8px}._label_1rdju_233{font-weight:600;font-size:.9rem;text-transform:uppercase}._input_1rdju_195{width:100%;padding:12px 15px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:1rem;outline:none;transition:all .3s ease;box-sizing:border-box}._input_1rdju_195:focus{background:#ffffff1f;border-color:#ffffff4d;box-shadow:0 0 15px #ffffff0d}._input_1rdju_195::placeholder{color:#ffffff4d}._startButton_1rdju_291{margin-top:20px;padding:18px;background:linear-gradient(135deg,#00d2ff,#3a7bd5);color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px #3a7bd54d;letter-spacing:1px;display:flex;align-items:center;justify-content:center;gap:10px}._startButton_1rdju_291 svg{width:20px;height:20px}._startButton_1rdju_291:hover{transform:translateY(-5px);box-shadow:0 15px 30px #3a7bd566;filter:brightness(1.1)}._startButton_1rdju_291:active{transform:translateY(0)}._startButton_1rdju_291:disabled{opacity:.6;cursor:not-allowed;transform:none}._spinner_1rdju_371{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1rdju_371 .8s linear infinite}@keyframes _spin_1rdju_371{to{transform:rotate(360deg)}}@media(max-width:500px){._glassCard_1rdju_87{padding:30px 20px;margin:10px}._title_1rdju_115{font-size:2.2rem}._subtitle_1rdju_133{font-size:.9rem;margin-bottom:25px}._countButton_1rdju_431{padding:8px 15px;font-size:.8rem}._inputGroup_1rdju_219 label{font-size:.75rem}._input_1rdju_195{padding:10px 12px;font-size:.9rem}._startButton_1rdju_291{padding:15px;font-size:1rem}}@keyframes _pulse_1nv3k_1{0%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.1);filter:brightness(1.2) drop-shadow(0 0 5px rgba(255,255,255,.7))}to{transform:scale(1);filter:brightness(1)}}._activePawn_1nv3k_35{animation:_pulse_1nv3k_1 1.5s infinite ease-in-out;transform-origin:center;transform-box:fill-box;cursor:pointer}._board_hkzbm_1{width:min(90vw,65vh);max-width:450px;aspect-ratio:1 / 1;background:#fff;border:1px solid #000;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080;display:block}._boardWrapper_hkzbm_27{height:100vh;height:100dvh;width:100vw;max-width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px;background-color:#0f172a;background-image:radial-gradient(circle at 50% 50%,#1e293b,#0f172a);gap:10px;position:relative;overflow:hidden;box-sizing:border-box}._timerSection_hkzbm_69{display:flex;align-items:center;gap:10px;width:min(90vw,65vh);max-width:450px;margin:2px 0}._timerContainer_hkzbm_87{flex:1;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;box-shadow:inset 0 1px 3px #00000080}._timerBar_hkzbm_105{height:100%;background:linear-gradient(90deg,#00c853,#b2ff59);transition:width 1s linear,background-color .3s ease;width:100%;box-shadow:0 0 10px #00c8534d}._timerWarning_hkzbm_121{background:linear-gradient(90deg,#ff1744,#f44336);box-shadow:0 0 15px #ff174480}._timerText_hkzbm_131{font-family:Outfit,sans-serif;color:#fff;font-size:16px;font-weight:800;min-width:35px;text-align:right;text-shadow:0 0 10px rgba(255,255,255,.3)}@keyframes _pulseRed_hkzbm_1{0%{transform:scale(1);color:#fff}50%{transform:scale(1.2);color:#ff1744}to{transform:scale(1);color:#fff}}._timerWarningPulse_hkzbm_185{animation:_pulseRed_hkzbm_1 .5s infinite ease-in-out}._boardWrapper_hkzbm_27:after{content:"+";position:absolute;font-family:monospace;color:#ffffff0d;font-size:20px;line-height:40px;letter-spacing:20px;width:100%;height:100%;pointer-events:none;opacity:.5}._cell_hkzbm_221{border:1px solid #ccc;position:relative;box-sizing:border-box}._cell_hkzbm_221:hover{background:#fdfdfd}._R_hkzbm_245{background:#f44336}._B_hkzbm_253{background:#2196f3}._G_hkzbm_261{background:#4caf50}._Y_hkzbm_269{background:#ffeb3b}._homeInner_hkzbm_279{position:absolute;width:100%;height:100%;background:#fff;border:3px solid #000;top:36px;left:36px}._X_hkzbm_301{background:#fff}._C_hkzbm_311{background:#f5f5f5}._S_hkzbm_321{background:#fff}._center_hkzbm_331{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}._center_hkzbm_331 div{width:100%;height:100%}._red_hkzbm_357{background:linear-gradient(135deg,#ff4d4d,#d32f2f);clip-path:polygon(0 0,100% 0,0 100%)}._blue_hkzbm_367{background:linear-gradient(-135deg,#0073e6,#1565c0);clip-path:polygon(100% 0,100% 100%,0 0)}._green_hkzbm_377{background:linear-gradient(45deg,#00b300,#2e7d32);clip-path:polygon(0 100%,100% 100%,0 0)}._yellow_hkzbm_387{background:linear-gradient(-45deg,#fc0,#fbc02d);clip-path:polygon(100% 100%,100% 0,0 100%)}._btn_div_hkzbm_401{padding:2rem}._btn_hkzbm_401{padding:10px 18px;font-size:14px;font-weight:600;background:linear-gradient(135deg,#ff9800,#ff5722);color:#fff;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px #e64a19;transition:all .15s ease;-webkit-user-select:none;user-select:none}._btn_hkzbm_401:hover{transform:translateY(-1px);box-shadow:0 5px #e64a19}._btn_hkzbm_401:active{transform:translateY(2px);box-shadow:0 2px #e64a19}._btn_hkzbm_401:disabled{background:#ccc;color:#666;box-shadow:none;cursor:not-allowed}@keyframes _shake_hkzbm_1{0%{transform:rotate(0)}25%{transform:rotate(5deg)}50%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}to{transform:rotate(0)}}._btn_hkzbm_401._roll_hkzbm_523{animation:_shake_hkzbm_1 .3s ease-in-out}._diceWrapper_hkzbm_533{pointer-events:auto}._topLeft_hkzbm_541{top:10px;left:10px}._topRight_hkzbm_551{top:10px;right:10px}._bottomLeft_hkzbm_561{bottom:10px;left:10px}._bottomRight_hkzbm_571{bottom:10px;right:10px}._diceRow_hkzbm_581{display:flex;width:min(90vw,65vh);max-width:450px;justify-content:space-between;align-items:center;gap:8px;z-index:5}._playerInfo_hkzbm_601{display:flex;align-items:center;gap:8px;background:#ffffff08;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);min-width:0;flex:1;transition:all .3s ease;position:relative}._pawnContainer_hkzbm_633{width:42px;height:42px;background:#0003;border-radius:10px;display:flex;justify-content:center;align-items:center}._spacer_hkzbm_653{flex:1}._activePlayer_hkzbm_661{background:#fff;box-shadow:0 0 15px #fffc,0 0 5px #0003;transform:scale(1.02);z-index:10}._spacer_hkzbm_653{flex:.2}._playerLabel_hkzbm_683{font-weight:600;font-size:11px;color:#fff;text-transform:uppercase;letter-spacing:.5px;flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._redInfo_hkzbm_711,._greenInfo_hkzbm_713,._blueInfo_hkzbm_715,._yellowInfo_hkzbm_717{border-left:none;border-right:none}@keyframes _jump_hkzbm_1{0%{transform:translateY(0)}50%{transform:translateY(-.1px)}to{transform:translateY(0)}}@keyframes _breathe_hkzbm_1{0%{opacity:.1}50%{opacity:.4}to{opacity:.1}}._activeBaseOverlay_hkzbm_783{animation:_breathe_hkzbm_1 2s infinite ease-in-out;pointer-events:none}._playerInfo_hkzbm_601{padding:10px 14px;border-radius:12px;border:2px solid rgba(255,255,255,.2);transition:all .3s ease;background:#ffffff0d}._activePlayer_hkzbm_661{border:2px solid #ffffff;box-shadow:0 0 10px #ffffffb3,0 0 20px #ffffff80,0 0 35px #ffffff4d;transform:scale(1.05);background:#ffffff26}@keyframes _pulseGlow_hkzbm_1{0%{box-shadow:0 0 8px #ffffff80}50%{box-shadow:0 0 25px #ffffffe6}to{box-shadow:0 0 8px #ffffff80}}._activePlayer_hkzbm_661{animation:_pulseGlow_hkzbm_1 1.8s infinite ease-in-out}._activeRed_hkzbm_875{border:1px solid rgba(244,67,54,1);box-shadow:0 0 20px #f4433666}._activeGreen_hkzbm_885{border:1px solid rgba(76,175,80,1);box-shadow:0 0 20px #4caf5066}._activeBlue_hkzbm_895{border:1px solid rgba(33,150,243,1);box-shadow:0 0 20px #2196f366}._activeYellow_hkzbm_905{border:1px solid rgba(255,235,59,1);box-shadow:0 0 20px #ffeb3b66}._turnIndicatorBox_hkzbm_915{margin-top:5px;background:#0009;padding:8px 30px;border-radius:50px;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10}._turnIndicator_hkzbm_915{margin:0;font-size:1.1rem;font-weight:600;letter-spacing:1px;color:#fff}._turnName_hkzbm_953{font-weight:900;text-transform:uppercase;margin-left:5px;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}@media(max-width:480px){._boardWrapper_hkzbm_27{padding:15px;gap:8px;min-height:100vh;min-height:100dvh}._board_hkzbm_1{width:85vw!important;height:88vw!important;max-width:420px;max-height:420px}._timerSection_hkzbm_69{width:85vw;max-width:420px;gap:8px}._timerText_hkzbm_131{font-size:14px;min-width:30px}._diceRow_hkzbm_581{gap:4px;width:85vw;max-width:420px}._playerInfo_hkzbm_601{padding:4px 6px;border-radius:8px;gap:3px}._playerLabel_hkzbm_683{font-size:9px}._pawnContainer_hkzbm_633{width:20px;height:20px}._turnIndicatorBox_hkzbm_915{padding:6px 12px;margin-top:5px;width:85vw;max-width:420px;text-align:center}._turnIndicator_hkzbm_915{font-size:.75rem}._spacer_hkzbm_653{flex:.1}}@media(min-width:481px)and (max-width:768px){._boardWrapper_hkzbm_27{padding:15px;gap:12px}._board_hkzbm_1{width:85vw!important;height:88vw!important;max-width:450px;max-height:450px}._timerSection_hkzbm_69{width:85vw;max-width:450px}._diceRow_hkzbm_581{gap:6px;width:85vw;max-width:450px}._playerInfo_hkzbm_601{padding:6px 10px;gap:6px}._playerLabel_hkzbm_683{font-size:10px}._pawnContainer_hkzbm_633{width:28px;height:28px}._turnIndicatorBox_hkzbm_915{width:85vw;max-width:450px}}@media(max-height:600px)and (orientation:landscape){._boardWrapper_hkzbm_27{padding:15px;gap:5px;min-height:100vh}._board_hkzbm_1{width:88vh!important;height:88vh!important;max-width:420px;max-height:420px}._timerSection_hkzbm_69{width:88vh;max-width:420px;margin:2px 0}._timerContainer_hkzbm_87{height:6px}._timerText_hkzbm_131{font-size:12px}._diceRow_hkzbm_581{width:88vh;max-width:420px;gap:4px}._playerInfo_hkzbm_601{padding:3px 6px;gap:3px}._playerLabel_hkzbm_683{font-size:8px}._pawnContainer_hkzbm_633{width:18px;height:18px}._turnIndicatorBox_hkzbm_915{width:88vh;max-width:420px;padding:4px 8px;margin-top:3px}._turnIndicator_hkzbm_915{font-size:.7rem}}@media(max-width:360px){._board_hkzbm_1{width:88vw!important;height:88vw!important;max-width:330px;max-height:330px}._timerSection_hkzbm_69,._diceRow_hkzbm_581,._turnIndicatorBox_hkzbm_915{width:88vw;max-width:330px}._playerLabel_hkzbm_683{font-size:8px}._pawnContainer_hkzbm_633{width:18px;height:18px}._turnIndicator_hkzbm_915{font-size:.7rem}}._loadingContainer_hkzbm_1381{position:fixed;inset:0;background:radial-gradient(circle at 50% 50%,#1e293b,#0f172a);display:flex;align-items:center;justify-content:center;z-index:1000}._loadingContent_hkzbm_1401{text-align:center}._mainSpinner_hkzbm_1409{width:80px;height:80px;border:4px solid rgba(255,255,255,.1);border-top:4px solid #3b82f6;border-right:4px solid #60a5fa;border-radius:50%;margin:0 auto 25px;animation:_spinBoard_hkzbm_1 1s infinite cubic-bezier(.5,0,.5,1);box-shadow:0 0 30px #3b82f633}@keyframes _spinBoard_hkzbm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingTitle_hkzbm_1453{color:#fff;font-family:Outfit,sans-serif;font-size:28px;font-weight:800;margin:0 0 10px;letter-spacing:1px}._loadingSubtitle_hkzbm_1471{color:#fff9;font-family:Outfit,sans-serif;font-size:16px;margin:0}._myColorTag_hkzbm_1485{margin-top:8px;font-size:13px;color:#ffffffb3;background:#0000004d;padding:4px 12px;border-radius:20px;display:inline-block;border:1px solid rgba(255,255,255,.1)}._diceContainer_8whcn_1{width:55px;height:55px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0003;display:flex;align-items:center;justify-content:center;cursor:default;transition:all .3s cubic-bezier(.175,.885,.32,1.275);padding:8px;position:relative;border:1px solid rgba(0,0,0,.1)}@media(max-width:500px){._diceContainer_8whcn_1{width:40px;height:40px;padding:6px;border-radius:8px}}._diceContainer_8whcn_1._active_8whcn_51{cursor:pointer;background-color:var(--player-color);box-shadow:0 0 20px var(--player-color),inset 0 0 10px #0000001a;border:2px solid #fff}._diceFace_8whcn_65{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:2px}._dot_8whcn_83{background:#1e293b;border-radius:50%;opacity:0;transition:opacity .2s ease,background .2s ease;width:80%;height:80%;margin:auto}._dot_8whcn_83._visible_8whcn_103{opacity:1}._active_8whcn_51 ._dot_8whcn_83._visible_8whcn_103{background:#fff}@keyframes _roll_8whcn_163{0%{transform:rotate(0) scale(1)}25%{transform:rotate(90deg) scale(.9)}50%{transform:rotate(180deg) scale(1.1)}75%{transform:rotate(270deg) scale(.9)}to{transform:rotate(360deg) scale(1)}}._rolling_8whcn_163{animation:_roll_8whcn_163 .4s infinite linear}._container_15mes_1{height:100vh;height:100dvh;width:100vw;background:#0f172a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;overflow:hidden}._container_d8d3h_1{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}._glassCard_d8d3h_21{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:60px 40px;width:100%;max-width:500px;text-align:center;box-shadow:0 30px 60px #0006;animation:_fadeIn_d8d3h_1 .8s ease-out}._title_d8d3h_47{font-size:2.8rem;color:#fff;margin-bottom:40px;background:linear-gradient(to bottom,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}._winnersList_d8d3h_69{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}._winnerItem_d8d3h_83{display:flex;align-items:center;background:#ffffff08;padding:15px 25px;border-radius:16px;border-left:6px solid var(--rank-color);transition:transform .3s ease;animation:_slideIn_d8d3h_1 .5s ease-out both}._winnerItem_d8d3h_83:nth-child(2){animation-delay:.2s}._winnerItem_d8d3h_83:nth-child(3){animation-delay:.4s}._winnerItem_d8d3h_83:hover{transform:translate(10px);background:#ffffff0d}._rank_d8d3h_131{font-size:1.5rem;font-weight:800;color:#fff;width:50px;text-align:left}._pawnIcon_d8d3h_147{margin:0 15px;display:flex;align-items:center}._name_d8d3h_159{flex:1;text-align:left;color:#fff;font-size:1.2rem;font-weight:600;text-transform:uppercase}._status_d8d3h_177{color:gold;font-weight:800;font-size:.8rem;letter-spacing:1px;background:#ffd7001a;padding:4px 10px;border-radius:20px}._homeButton_d8d3h_197{padding:18px 40px;background:#fff;color:#0f172a;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #0003}._homeButton_d8d3h_197:hover{transform:scale(1.05);box-shadow:0 15px 30px #0000004d}@keyframes _fadeIn_d8d3h_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideIn_d8d3h_1{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}._noResults_d8d3h_281{color:#fff6;font-style:italic}@media(max-width:500px){._glassCard_d8d3h_21{padding:40px 20px;margin:10px}._title_d8d3h_47{font-size:2rem;margin-bottom:30px}._winnerItem_d8d3h_83{padding:12px 15px}._name_d8d3h_159{font-size:1rem}._rank_d8d3h_131{font-size:1.2rem;width:35px}._status_d8d3h_177{font-size:.7rem;padding:3px 8px}._homeButton_d8d3h_197{width:100%;padding:15px;font-size:1rem}}._container_ytdat_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow-y:auto}._background_ytdat_29{position:absolute;width:100%;height:100%;overflow:hidden}._circle_ytdat_45{position:absolute;border-radius:50%;background:#ffffff14;animation:_float_ytdat_1 15s infinite ease-in-out}._circle_ytdat_45:nth-child(1){width:400px;height:400px;top:-150px;right:-150px}._circle_ytdat_45:nth-child(2){width:300px;height:300px;bottom:-100px;left:-100px;animation-delay:5s}@keyframes _float_ytdat_1{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}._content_ytdat_113{position:relative;z-index:1;width:90%;max-width:600px;animation:_fadeInUp_ytdat_1 .6s ease-out;padding:4rem 2rem}@keyframes _fadeInUp_ytdat_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._backButton_ytdat_155{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;padding:12px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:30px;transition:all .3s ease}._backButton_ytdat_155 svg{width:20px;height:20px}._backButton_ytdat_155:hover{background:#ffffff40;transform:translate(-5px)}._header_ytdat_209{text-align:center;margin-bottom:50px}._onlineIcon_ytdat_219{font-size:64px;margin-bottom:20px;animation:_pulse_ytdat_1 2s ease-in-out infinite}@keyframes _pulse_ytdat_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._title_ytdat_255{font-size:48px;font-weight:900;color:#fff;margin:0 0 10px;text-shadow:3px 3px 6px rgba(0,0,0,.3);letter-spacing:1px}._subtitle_ytdat_273{font-size:18px;color:#ffffffe6;margin:0;font-weight:500}._optionsContainer_ytdat_287{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}._optionCard_ytdat_301{background:#fff;border:none;border-radius:20px;padding:30px 20px;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;gap:15px;box-shadow:0 10px 30px #0003;overflow:hidden}._optionCard_ytdat_301:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}._optionCard_ytdat_301:hover:before{left:100%}._optionCard_ytdat_301:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000004d}._createCard_ytdat_373{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._joinCard_ytdat_383{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}._cardIcon_ytdat_393{width:70px;height:70px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._optionCard_ytdat_301:hover ._cardIcon_ytdat_393{transform:scale(1.1) rotate(10deg)}._cardIcon_ytdat_393 svg{width:36px;height:36px}._cardTitle_ytdat_433{font-size:24px;font-weight:700;margin:0;letter-spacing:.5px}._cardDescription_ytdat_447{font-size:14px;margin:0;opacity:.9;text-align:center;line-height:1.4}._cardArrow_ytdat_463{font-size:28px;font-weight:300;opacity:.7;transition:transform .3s ease;margin-top:auto}._optionCard_ytdat_301:hover ._cardArrow_ytdat_463{transform:translate(5px)}._infoBox_ytdat_487{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:12px;padding:15px 20px;display:flex;align-items:center;gap:12px;color:#fff}._infoBox_ytdat_487 svg{width:24px;height:24px;flex-shrink:0;opacity:.9}._infoBox_ytdat_487 p{margin:0;font-size:14px;line-height:1.5;opacity:.95}@media(max-width:768px){._container_ytdat_1{align-items:flex-start}._content_ytdat_113{width:100%;margin-top:20px}._header_ytdat_209{margin-bottom:30px}._title_ytdat_255{font-size:36px}._subtitle_ytdat_273{font-size:16px}._optionsContainer_ytdat_287{grid-template-columns:1fr;max-width:100%;margin:0 auto 30px}._optionCard_ytdat_301{padding:25px 20px}}@media(max-width:480px){._title_ytdat_255{font-size:32px}._subtitle_ytdat_273{font-size:15px}._onlineIcon_ytdat_219{font-size:48px}._backButton_ytdat_155{padding:10px 20px;font-size:15px}._cardTitle_ytdat_433{font-size:22px}._cardDescription_ytdat_447{font-size:13px}._infoBox_ytdat_487{padding:12px 15px}._infoBox_ytdat_487 p{font-size:13px}}@media(max-height:600px){._container_ytdat_1{align-items:flex-start}._content_ytdat_113{padding-bottom:40px}}._container_11go9_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow-y:auto}._background_11go9_29{position:absolute;width:100%;height:100%;overflow:hidden}._circle_11go9_43{position:absolute;border-radius:50%;background:#ffffff14;animation:_float_11go9_1 15s infinite ease-in-out}._circle_11go9_43:nth-child(1){width:400px;height:400px;top:-150px;right:-150px}._circle_11go9_43:nth-child(2){width:300px;height:300px;bottom:-100px;left:-100px;animation-delay:5s}@keyframes _float_11go9_1{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}._content_11go9_111{position:relative;z-index:1;width:100%;max-width:500px;animation:_fadeInUp_11go9_1 .6s ease-out}@keyframes _fadeInUp_11go9_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._backBtn_11go9_151{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;padding:12px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:20px;transition:all .3s ease}._backBtn_11go9_151 svg{width:20px;height:20px}._backBtn_11go9_151:hover{background:#ffffff40;transform:translate(-5px)}._formCard_11go9_205,._successCard_11go9_207{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000004d}._header_11go9_221{text-align:center;margin-bottom:30px}._headerIcon_11go9_231{font-size:64px;margin-bottom:15px}._title_11go9_241{font-size:32px;font-weight:900;color:#333;margin:0 0 10px;letter-spacing:.5px}._subtitle_11go9_257{font-size:16px;color:#666;margin:0}._errorBox_11go9_269{background:#fee;border:2px solid #fcc;border-radius:12px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:10px;color:#c33;font-size:14px}._errorBox_11go9_269 svg{width:20px;height:20px;flex-shrink:0}._formGroup_11go9_307{margin-bottom:25px}._label_11go9_315{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}._input_11go9_335{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;transition:all .3s ease;box-sizing:border-box}._input_11go9_335:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._playerSelector_11go9_367{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}._playerOption_11go9_379{background:#f5f5f5;border:3px solid transparent;border-radius:12px;padding:20px 10px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:5px}._playerOption_11go9_379:hover{background:#ebebeb;transform:translateY(-2px)}._playerOption_11go9_379._selected_11go9_415{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 5px 15px #667eea66}._playerCount_11go9_429{font-size:32px;font-weight:900}._playerLabel_11go9_439{font-size:12px;font-weight:600;text-transform:uppercase}._createButton_11go9_451{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 25px #667eea4d}._createButton_11go9_451 svg{width:20px;height:20px}._createButton_11go9_451:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 35px #667eea66}._createButton_11go9_451:disabled{opacity:.6;cursor:not-allowed}._spinner_11go9_517{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_11go9_517 .8s linear infinite}@keyframes _spin_11go9_517{to{transform:rotate(360deg)}}._successIcon_11go9_549{width:80px;height:80px;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;margin:0 auto 20px;animation:_scaleIn_11go9_1 .5s ease-out}@keyframes _scaleIn_11go9_1{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}._successTitle_11go9_605{font-size:36px;font-weight:900;color:#333;margin:0 0 10px;text-align:center}._successSubtitle_11go9_621{font-size:16px;color:#666;margin:0 0 30px;text-align:center}._gameIdContainer_11go9_635{background:#f5f5f5;border-radius:15px;padding:20px;margin-bottom:25px}._gameIdLabel_11go9_649{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}._gameIdBox_11go9_667{display:flex;align-items:center;gap:10px}._gameId_11go9_635{flex:1;font-size:24px;font-weight:900;color:#667eea;font-family:Courier New,monospace;letter-spacing:2px}._copyButton_11go9_697{background:#667eea;color:#fff;border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease}._copyButton_11go9_697 svg{width:16px;height:16px}._copyButton_11go9_697:hover{background:#5568d3;transform:scale(1.05)}._playerInfo_11go9_747{background:#f9f9f9;border-radius:12px;padding:15px;margin-bottom:25px}._infoRow_11go9_761{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e0e0e0}._infoRow_11go9_761:last-child{border-bottom:none}._infoLabel_11go9_783{font-weight:600;color:#666}._infoValue_11go9_793{font-weight:700;color:#333}._instructions_11go9_803{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;padding:15px 20px;margin-bottom:25px}._instructions_11go9_803 h3{margin:0 0 10px;font-size:16px;color:#1976d2}._instructions_11go9_803 ol{margin:0;padding-left:20px;color:#555;font-size:14px;line-height:1.6}._instructions_11go9_803 li{margin-bottom:5px}._buttonGroup_11go9_855{display:flex;gap:12px}._startButton_11go9_865{flex:1;padding:16px;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 5px 15px #4caf504d}._startButton_11go9_865 svg{width:18px;height:18px}._startButton_11go9_865:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4caf5066}._backButton_11go9_921{padding:16px 24px;background:#f5f5f5;color:#666;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}._backButton_11go9_921:hover{background:#ebebeb;border-color:#ccc}@media(max-width:480px){._container_11go9_1{align-items:flex-start}._content_11go9_111{max-width:100%;margin-top:20px;padding:2rem}._formCard_11go9_205,._successCard_11go9_207{padding:25px 15px;border-radius:15px}._headerIcon_11go9_231{font-size:48px}._title_11go9_241{font-size:24px;letter-spacing:normal}._subtitle_11go9_257{font-size:14px}._label_11go9_315{font-size:12px}._input_11go9_335{padding:12px 14px;font-size:15px}._playerSelector_11go9_367{gap:8px}._playerOption_11go9_379{padding:15px 5px}._playerCount_11go9_429{font-size:24px}._playerLabel_11go9_439{font-size:10px}._createButton_11go9_451{padding:14px;font-size:16px}._successIcon_11go9_549{width:60px;height:60px;font-size:36px}._successTitle_11go9_605{font-size:26px}._successSubtitle_11go9_621{font-size:14px;margin-bottom:20px}._gameIdContainer_11go9_635{padding:15px}._gameIdLabel_11go9_649{font-size:11px}._gameIdBox_11go9_667{flex-direction:column;gap:15px}._gameId_11go9_635{font-size:18px;text-align:center;width:100%}._copyButton_11go9_697{width:100%;justify-content:center;padding:12px}._infoRow_11go9_761{padding:6px 0}._infoLabel_11go9_783,._infoValue_11go9_793{font-size:14px}._instructions_11go9_803{padding:12px 15px}._instructions_11go9_803 h3{font-size:15px}._instructions_11go9_803 ol{font-size:13px}._buttonGroup_11go9_855{flex-direction:column;gap:10px}._startButton_11go9_865,._backButton_11go9_921{width:100%;padding:14px;font-size:15px}}@media(max-height:600px){._container_11go9_1{align-items:flex-start}._content_11go9_111{padding-bottom:40px}}._container_1buuh_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:20px}._background_1buuh_29{position:absolute;width:100%;height:100%;overflow:hidden}._circle_1buuh_43{position:absolute;border-radius:50%;background:#ffffff14;animation:_float_1buuh_1 15s infinite ease-in-out}._circle_1buuh_43:nth-child(1){width:400px;height:400px;top:-150px;right:-150px}._circle_1buuh_43:nth-child(2){width:300px;height:300px;bottom:-100px;left:-100px;animation-delay:5s}@keyframes _float_1buuh_1{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}._content_1buuh_111{position:relative;z-index:1;width:100%;max-width:500px;animation:_fadeInUp_1buuh_1 .6s ease-out}@keyframes _fadeInUp_1buuh_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._backButton_1buuh_151{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;padding:12px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:20px;transition:all .3s ease}._backButton_1buuh_151 svg{width:20px;height:20px}._backButton_1buuh_151:hover{background:#ffffff40;transform:translate(-5px)}._formCard_1buuh_205{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000004d}._header_1buuh_219{text-align:center;margin-bottom:30px}._headerIcon_1buuh_229{font-size:64px;margin-bottom:15px}._title_1buuh_239{font-size:32px;font-weight:900;color:#333;margin:0 0 10px;letter-spacing:.5px}._subtitle_1buuh_255{font-size:16px;color:#666;margin:0}._errorBox_1buuh_267{background:#fee;border:2px solid #fcc;border-radius:12px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:10px;color:#c33;font-size:14px}._errorBox_1buuh_267 svg{width:20px;height:20px;flex-shrink:0}._formGroup_1buuh_305{margin-bottom:25px}._label_1buuh_313{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}._input_1buuh_333{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;transition:all .3s ease;box-sizing:border-box}._input_1buuh_333:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._inputWithButton_1buuh_365{display:flex;gap:10px}._inputWithButton_1buuh_365 ._input_1buuh_333{flex:1}._pasteButton_1buuh_383{background:#f5f5f5;border:2px solid #e0e0e0;border-radius:12px;padding:14px 20px;font-size:14px;font-weight:600;color:#666;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease;white-space:nowrap}._pasteButton_1buuh_383 svg{width:18px;height:18px}._pasteButton_1buuh_383:hover{background:#ebebeb;border-color:#ccc}._hint_1buuh_435{margin:8px 0 0;font-size:13px;color:#999;font-style:italic}._joinButton_1buuh_449{width:100%;padding:16px;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 25px #f5576c4d;margin-bottom:20px}._joinButton_1buuh_449 svg{width:20px;height:20px}._joinButton_1buuh_449:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 35px #f5576c66}._joinButton_1buuh_449:disabled{opacity:.6;cursor:not-allowed}._spinner_1buuh_517{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1buuh_517 .8s linear infinite}@keyframes _spin_1buuh_517{to{transform:rotate(360deg)}}._infoBox_1buuh_547{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;padding:15px 20px;display:flex;gap:12px}._infoBox_1buuh_547 svg{width:24px;height:24px;color:#2196f3;flex-shrink:0;margin-top:2px}._infoTitle_1buuh_581{margin:0 0 5px;font-size:14px;font-weight:700;color:#1976d2}._infoText_1buuh_595{margin:0;font-size:13px;color:#555;line-height:1.5}@media(max-width:480px){._container_1buuh_1{padding:15px;align-items:flex-start}._content_1buuh_111{max-width:100%;margin-top:20px}._formCard_1buuh_205{padding:25px 15px;border-radius:15px}._headerIcon_1buuh_229{font-size:48px}._title_1buuh_239{font-size:26px;letter-spacing:normal}._subtitle_1buuh_255{font-size:14px}._label_1buuh_313{font-size:13px}._input_1buuh_333{padding:12px 14px;font-size:15px}._inputWithButton_1buuh_365{flex-direction:column;gap:12px}._pasteButton_1buuh_383{width:100%;justify-content:center;padding:12px}._hint_1buuh_435{font-size:12px}._joinButton_1buuh_449{padding:14px;font-size:17px;margin-bottom:15px}._infoBox_1buuh_547{padding:12px 15px;gap:10px}._infoBox_1buuh_547 svg{width:20px;height:20px}._infoTitle_1buuh_581{font-size:13px}._infoText_1buuh_595{font-size:12px}}@media(max-height:600px){._container_1buuh_1{align-items:flex-start}._content_1buuh_111{padding-bottom:40px}}._container_2iyw5_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:block;overflow-x:hidden;overflow-y:auto;padding:40px 20px;box-sizing:border-box}._background_2iyw5_31{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}._circle_2iyw5_53{position:absolute;border-radius:50%;background:#ffffff14;animation:_float_2iyw5_1 15s infinite ease-in-out}._circle_2iyw5_53:nth-child(1){width:400px;height:400px;top:-150px;right:-150px}._circle_2iyw5_53:nth-child(2){width:300px;height:300px;bottom:-100px;left:-100px;animation-delay:5s}@keyframes _float_2iyw5_1{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}._content_2iyw5_121{position:relative;z-index:1;width:100%;max-width:600px;margin:0 auto;animation:_fadeInUp_2iyw5_1 .6s ease-out}@keyframes _fadeInUp_2iyw5_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._lobbyCard_2iyw5_163{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000004d}._header_2iyw5_177{text-align:center;margin-bottom:30px}._statusBadge_2iyw5_187{display:inline-flex;align-items:center;gap:8px;background:#e8f5e9;color:#2e7d32;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:15px}._statusDot_2iyw5_213{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:_pulse_2iyw5_1 2s ease-in-out infinite}@keyframes _pulse_2iyw5_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}._title_2iyw5_257{font-size:36px;font-weight:900;color:#333;margin:0 0 10px}._errorBox_2iyw5_271{background:#fee;border:2px solid #fcc;border-radius:12px;padding:12px 16px;margin:15px 0;display:flex;align-items:center;gap:10px;color:#c33;font-size:14px;text-align:left}._errorBox_2iyw5_271 svg{width:20px;height:20px;flex-shrink:0}._subtitle_2iyw5_311{font-size:16px;color:#666;margin:0}._gameIdSection_2iyw5_323{background:#f5f5f5;border-radius:15px;padding:20px;margin-bottom:25px}._gameIdLabel_2iyw5_337{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}._gameIdBox_2iyw5_355{display:flex;align-items:center;gap:10px}._gameId_2iyw5_323{flex:1;font-size:24px;font-weight:900;color:#667eea;font-family:Courier New,monospace;letter-spacing:2px}._copyButton_2iyw5_385{background:#667eea;color:#fff;border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease}._copyButton_2iyw5_385 svg{width:16px;height:16px}._copyButton_2iyw5_385:hover{background:#5568d3;transform:scale(1.05)}._shareHint_2iyw5_435{margin:10px 0 0;font-size:13px;color:#999;font-style:italic}._playersSection_2iyw5_449{margin-bottom:25px}._playersSectionHeader_2iyw5_457{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}._playersSectionHeader_2iyw5_457 h3{margin:0;font-size:18px;font-weight:700;color:#333}._playersList_2iyw5_485{display:flex;flex-direction:column;gap:12px}._playerCard_2iyw5_497{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:15px;display:flex;align-items:center;gap:15px;animation:_slideIn_2iyw5_1 .3s ease-out}@keyframes _slideIn_2iyw5_1{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}._playerAvatar_2iyw5_541{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:#fff;background:#fff3;border:3px solid rgba(255,255,255,.3)}._playerInfo_2iyw5_569{flex:1}._playerName_2iyw5_577{font-size:16px;font-weight:700;color:#fff;margin-bottom:4px}._hostBadge_2iyw5_591{display:inline-block;background:#fff3;color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;text-transform:uppercase}._playerStatus_2iyw5_613{display:flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-weight:600}._readyDot_2iyw5_631{width:8px;height:8px;background:#4caf50;border-radius:50%;box-shadow:0 0 8px #4caf50}._emptySlot_2iyw5_647{background:#f5f5f5;border:2px dashed #ddd;border-radius:12px;padding:15px;display:flex;align-items:center;gap:15px;opacity:.6}._emptyAvatar_2iyw5_669{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:#ccc;background:#e0e0e0}._emptyText_2iyw5_695{flex:1;font-size:14px;color:#999;font-style:italic}._instructions_2iyw5_709{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;padding:15px 20px;margin-bottom:25px;display:flex;gap:12px}._instructions_2iyw5_709 svg{width:24px;height:24px;color:#2196f3;flex-shrink:0;margin-top:2px}._instructionTitle_2iyw5_745{margin:0 0 5px;font-size:14px;font-weight:700;color:#1976d2}._instructionText_2iyw5_759{margin:0;font-size:13px;color:#555;line-height:1.5}._buttonGroup_2iyw5_773{display:flex;flex-direction:column;gap:12px}._startButton_2iyw5_785{width:100%;padding:16px;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 5px 15px #4caf504d}._startButton_2iyw5_785 svg{width:20px;height:20px}._startButton_2iyw5_785:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #4caf5066}._startButton_2iyw5_785:disabled{opacity:.5;cursor:not-allowed;background:#ccc}._waitingMessage_2iyw5_853{width:100%;padding:16px;background:#fff3e0;border:2px solid #ffb74d;border-radius:12px;color:#e65100;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px}._waitingSpinner_2iyw5_883{width:20px;height:20px;border:3px solid rgba(230,81,0,.3);border-top-color:#e65100;border-radius:50%;animation:_spin_2iyw5_1 .8s linear infinite}@keyframes _spin_2iyw5_1{to{transform:rotate(360deg)}}._leaveButton_2iyw5_913{width:100%;padding:14px;background:#f5f5f5;color:#666;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}._leaveButton_2iyw5_913:hover{background:#ebebeb;border-color:#ccc;color:#333}@media(max-width:480px){._container_2iyw5_1{padding:20px 15px}._lobbyCard_2iyw5_163{padding:25px 15px;border-radius:15px}._statusBadge_2iyw5_187{padding:6px 14px;font-size:13px}._title_2iyw5_257{font-size:26px}._subtitle_2iyw5_311{font-size:14px}._gameIdSection_2iyw5_323{padding:15px;margin-bottom:20px}._gameIdLabel_2iyw5_337{font-size:11px}._gameIdBox_2iyw5_355{flex-direction:column;gap:15px}._gameId_2iyw5_323{font-size:18px;text-align:center;width:100%}._copyButton_2iyw5_385{width:100%;justify-content:center;padding:12px}._playersSectionHeader_2iyw5_457 h3{font-size:16px}._countBadge_2iyw5_1059{font-size:12px}._playerCard_2iyw5_497{padding:12px;gap:12px}._playerAvatar_2iyw5_541{width:42px;height:42px;font-size:18px;border-width:2px}._playerName_2iyw5_577{font-size:14px}._hostBadge_2iyw5_591{font-size:10px;padding:1px 6px}._instructions_2iyw5_709{padding:12px 15px}._instructionTitle_2iyw5_745{font-size:13px}._instructionText_2iyw5_759{font-size:12px}._startButton_2iyw5_785{padding:14px;font-size:17px}._leaveButton_2iyw5_913{padding:12px;font-size:15px}._waitingMessage_2iyw5_853{padding:14px;font-size:15px}}@media(max-height:600px){._container_2iyw5_1{padding-top:20px;padding-bottom:40px}}
