.Header-module__lnUIdW__header{background:var(--bg-secondary);border-bottom:1px solid var(--separator);z-index:50;padding-top:env(safe-area-inset-top);position:sticky;top:0}.Header-module__lnUIdW__top{align-items:center;gap:8px;padding:10px 12px;display:flex}.Header-module__lnUIdW__titleRow{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.Header-module__lnUIdW__title{color:var(--text-primary);letter-spacing:-.3px;font-size:18px;font-weight:700}.Header-module__lnUIdW__filterPill{color:var(--accent);background:#0a84ff1a;border:1px solid #0a84ff33;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;transition:background .15s;display:flex}.Header-module__lnUIdW__filterPill:hover{background:#0a84ff2e}.Header-module__lnUIdW__rightActions{flex-shrink:0;align-items:center;gap:2px;display:flex}.Header-module__lnUIdW__iconBtn{width:36px;height:36px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.Header-module__lnUIdW__iconBtn:hover{background:var(--bg-elevated)}.Header-module__lnUIdW__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:60;background:#00000080;position:fixed;inset:0}.Header-module__lnUIdW__drawer{background:var(--bg-secondary);padding:0 0 max(28px,env(safe-area-inset-bottom));z-index:70;border-radius:20px 20px 0 0;max-width:480px;margin:0 auto;animation:.22s Header-module__lnUIdW__slideUp;position:fixed;bottom:0;left:0;right:0}@keyframes Header-module__lnUIdW__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.Header-module__lnUIdW__drawerHandle{background:var(--separator);border-radius:2px;width:36px;height:4px;margin:10px auto 0}.Header-module__lnUIdW__drawerTitle{color:var(--text-primary);border-bottom:1px solid var(--separator);padding:14px 20px 8px;font-size:16px;font-weight:700}.Header-module__lnUIdW__filterList{padding:6px 0}.Header-module__lnUIdW__filterRow{align-items:center;gap:14px;width:100%;padding:13px 20px;transition:background .1s;display:flex}.Header-module__lnUIdW__filterRow:hover{background:var(--bg-tertiary)}.Header-module__lnUIdW__filterRowActive{background:#0a84ff0f}.Header-module__lnUIdW__filterRowIcon{text-align:center;flex-shrink:0;width:28px;font-size:20px}.Header-module__lnUIdW__filterRowText{flex-direction:column;flex:1;gap:1px;display:flex}.Header-module__lnUIdW__filterRowLabel{color:var(--text-primary);font-size:15px;font-weight:500}.Header-module__lnUIdW__filterRowDesc{color:var(--text-muted);font-size:12px}
.NotificationBell-module__lVJ7vW__wrap{flex-shrink:0;position:relative}.NotificationBell-module__lVJ7vW__bell{width:36px;height:36px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:relative}.NotificationBell-module__lVJ7vW__bell:hover{background:var(--bg-elevated)}.NotificationBell-module__lVJ7vW__badge{background:var(--danger,#ff3b30);color:#fff;border:1.5px solid var(--bg-secondary);border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.NotificationBell-module__lVJ7vW__panel{background:var(--bg-secondary);border:1px solid var(--separator);z-index:200;border-radius:18px;flex-direction:column;width:320px;max-height:440px;animation:.18s cubic-bezier(.34,1.56,.64,1) NotificationBell-module__lVJ7vW__popIn;display:flex;position:absolute;top:calc(100% + 8px);right:-8px;overflow:hidden;box-shadow:0 12px 40px #0000004d}@keyframes NotificationBell-module__lVJ7vW__popIn{0%{opacity:0;transform:scale(.92)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.NotificationBell-module__lVJ7vW__panelHeader{border-bottom:1px solid var(--separator);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.NotificationBell-module__lVJ7vW__panelTitle{color:var(--text-primary);font-size:15px;font-weight:700}.NotificationBell-module__lVJ7vW__markAllBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500}.NotificationBell-module__lVJ7vW__markAllBtn:hover{opacity:.75}.NotificationBell-module__lVJ7vW__list{flex:1;overflow-y:auto}.NotificationBell-module__lVJ7vW__item{text-align:left;border-bottom:1px solid var(--separator);cursor:pointer;background:0 0;border-top:none;border-left:none;border-right:none;align-items:flex-start;gap:10px;width:100%;padding:12px 14px;transition:background .1s;display:flex;position:relative}.NotificationBell-module__lVJ7vW__item:last-child{border-bottom:none}.NotificationBell-module__lVJ7vW__item:hover{background:var(--bg-tertiary)}.NotificationBell-module__lVJ7vW__unread{background:#0a84ff0a}.NotificationBell-module__lVJ7vW__unread:hover{background:#0a84ff14}.NotificationBell-module__lVJ7vW__itemIcon{flex-shrink:0;margin-top:1px;font-size:22px;line-height:1}.NotificationBell-module__lVJ7vW__itemBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.NotificationBell-module__lVJ7vW__itemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.NotificationBell-module__lVJ7vW__itemText{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.NotificationBell-module__lVJ7vW__itemTime{color:var(--text-muted);margin-top:2px;font-size:11px}.NotificationBell-module__lVJ7vW__dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.NotificationBell-module__lVJ7vW__empty{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 20px;display:flex}.NotificationBell-module__lVJ7vW__emptyIcon{font-size:32px}.NotificationBell-module__lVJ7vW__emptyText{color:var(--text-muted);font-size:14px}.NotificationBell-module__lVJ7vW__emptyDots{gap:6px;display:flex}.NotificationBell-module__lVJ7vW__emptyDots span{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite NotificationBell-module__lVJ7vW__bounce}.NotificationBell-module__lVJ7vW__emptyDots span:nth-child(2){animation-delay:.2s}.NotificationBell-module__lVJ7vW__emptyDots span:nth-child(3){animation-delay:.4s}@keyframes NotificationBell-module__lVJ7vW__bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}@media (max-width:400px){.NotificationBell-module__lVJ7vW__panel{border-radius:20px 20px 0 0;width:100%;max-height:70vh;position:fixed;inset:auto 0 0}}
.Avatar-module__IVwToW__avatar{background:var(--bg-elevated);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.Avatar-module__IVwToW__sm{width:32px;height:32px;font-size:12px}.Avatar-module__IVwToW__md{width:44px;height:44px;font-size:16px}.Avatar-module__IVwToW__lg{width:60px;height:60px;font-size:22px}.Avatar-module__IVwToW__img{object-fit:cover;border-radius:50%;width:100%;height:100%}.Avatar-module__IVwToW__initials{color:var(--text-secondary);letter-spacing:.5px;pointer-events:none;-webkit-user-select:none;user-select:none;font-weight:600}.Avatar-module__IVwToW__dot{border:2px solid var(--bg-primary);border-radius:50%;width:10px;height:10px;position:absolute;bottom:1px;right:1px}.Avatar-module__IVwToW__online{background:var(--success)}.Avatar-module__IVwToW__offline{background:var(--bg-elevated)}
.UserProfileSheet-module__qjVIIW__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:300;background:#0009;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.UserProfileSheet-module__qjVIIW__sheet{background:var(--bg-secondary);border-radius:22px 22px 0 0;width:100%;max-width:480px;padding:0 0 40px;animation:.22s UserProfileSheet-module__qjVIIW__slideUp;position:relative}@keyframes UserProfileSheet-module__qjVIIW__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.UserProfileSheet-module__qjVIIW__handle{background:var(--separator);border-radius:2px;width:36px;height:4px;margin:10px auto 0}.UserProfileSheet-module__qjVIIW__closeBtn{background:var(--bg-elevated);width:30px;height:30px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;top:14px;right:16px}.UserProfileSheet-module__qjVIIW__body{flex-direction:column;align-items:center;gap:8px;padding:24px 20px 0;display:flex}.UserProfileSheet-module__qjVIIW__name{color:var(--text-primary);letter-spacing:-.3px;margin-top:4px;font-size:22px;font-weight:700}.UserProfileSheet-module__qjVIIW__domain{color:var(--accent);background:#0a84ff1a;border-radius:20px;padding:2px 10px;font-size:14px}.UserProfileSheet-module__qjVIIW__wallet{color:var(--text-muted);letter-spacing:.3px;font-family:monospace;font-size:12px}.UserProfileSheet-module__qjVIIW__statusBadge{background:var(--bg-elevated);color:var(--text-secondary);border-radius:20px;padding:4px 14px;font-size:13px;font-weight:500}.UserProfileSheet-module__qjVIIW__stats{background:var(--bg-tertiary);border-radius:var(--border-radius-md);align-items:center;gap:0;width:100%;margin-top:8px;display:flex;overflow:hidden}.UserProfileSheet-module__qjVIIW__stat{flex-direction:column;flex:1;align-items:center;gap:3px;padding:14px 8px;display:flex}.UserProfileSheet-module__qjVIIW__statValue{color:var(--text-primary);font-size:20px;font-weight:700}.UserProfileSheet-module__qjVIIW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.UserProfileSheet-module__qjVIIW__statDivider{background:var(--separator);flex-shrink:0;width:1px;height:32px}.UserProfileSheet-module__qjVIIW__blockBtn{cursor:pointer;color:#ff3b30;background:#ff3b301a;border:1px solid #ff3b3033;border-radius:14px;width:100%;margin-top:12px;padding:13px 20px;font-size:15px;font-weight:600;transition:background .15s,opacity .15s}.UserProfileSheet-module__qjVIIW__blockBtn[data-blocked=true]{color:#30d158;background:#30d15814;border-color:#30d15833}.UserProfileSheet-module__qjVIIW__blockBtn:hover{opacity:.8}.UserProfileSheet-module__qjVIIW__blockBtn:disabled{opacity:.5;cursor:not-allowed}.UserProfileSheet-module__qjVIIW__confirmOverlay{z-index:10;background:#00000080;border-radius:22px 22px 0 0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.UserProfileSheet-module__qjVIIW__confirmBox{background:var(--bg-card,#1c1c1e);text-align:center;border-radius:18px;width:90%;max-width:280px;padding:28px 24px}.UserProfileSheet-module__qjVIIW__confirmTitle{color:var(--text-primary);margin-bottom:8px;font-size:17px;font-weight:700}.UserProfileSheet-module__qjVIIW__confirmSub{color:var(--text-muted);margin-bottom:24px;font-size:13px;line-height:1.5}.UserProfileSheet-module__qjVIIW__confirmBtns{justify-content:center;gap:10px;display:flex}.UserProfileSheet-module__qjVIIW__cancelBtn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:10px;padding:10px 20px;font-size:14px}.UserProfileSheet-module__qjVIIW__doBlockBtn{color:#fff;cursor:pointer;background:#ff3b30;border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600}.UserProfileSheet-module__qjVIIW__doBlockBtn:disabled{opacity:.5;cursor:not-allowed}
.ReportModal-module__FYM8Da__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:400;background:#0009;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.ReportModal-module__FYM8Da__sheet{background:var(--bg-secondary);width:100%;max-width:480px;padding-bottom:max(24px,env(safe-area-inset-bottom));border-radius:22px 22px 0 0;max-height:90vh;animation:.22s ReportModal-module__FYM8Da__slideUp;overflow-y:auto}@keyframes ReportModal-module__FYM8Da__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ReportModal-module__FYM8Da__handle{background:var(--separator);border-radius:2px;width:36px;height:4px;margin:10px auto 0}.ReportModal-module__FYM8Da__header{border-bottom:1px solid var(--separator);padding:16px 20px 12px;position:relative}.ReportModal-module__FYM8Da__closeBtn{background:var(--bg-elevated);width:30px;height:30px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:13px;display:flex;position:absolute;top:14px;right:16px}.ReportModal-module__FYM8Da__backBtn{color:var(--accent);margin-bottom:8px;padding:0;font-size:14px;font-weight:500;display:block}.ReportModal-module__FYM8Da__title{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:700}.ReportModal-module__FYM8Da__sub{color:var(--text-muted);font-size:13px}.ReportModal-module__FYM8Da__reasonList{padding:6px 0}.ReportModal-module__FYM8Da__reasonRow{text-align:left;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 20px;transition:background .1s;display:flex}.ReportModal-module__FYM8Da__reasonRow:hover,.ReportModal-module__FYM8Da__reasonRow.ReportModal-module__FYM8Da__selected{background:var(--bg-tertiary)}.ReportModal-module__FYM8Da__reasonText{flex-direction:column;flex:1;gap:2px;display:flex}.ReportModal-module__FYM8Da__reasonLabel{color:var(--text-primary);font-size:15px;font-weight:500}.ReportModal-module__FYM8Da__reasonDesc{color:var(--text-muted);font-size:12px}.ReportModal-module__FYM8Da__radio{border:2px solid var(--separator);border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:border-color .15s,background .15s}.ReportModal-module__FYM8Da__radioOn{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 3px var(--bg-secondary)}.ReportModal-module__FYM8Da__detailWrap{padding:16px 20px 8px;position:relative}.ReportModal-module__FYM8Da__detailInput{background:var(--bg-tertiary);border:1px solid var(--separator);width:100%;color:var(--text-primary);resize:none;border-radius:12px;outline:none;padding:12px 14px;font-family:inherit;font-size:15px;line-height:1.5}.ReportModal-module__FYM8Da__detailInput:focus{border-color:var(--accent)}.ReportModal-module__FYM8Da__charCount{color:var(--text-muted);text-align:right;margin-top:4px;font-size:11px;display:block}.ReportModal-module__FYM8Da__error{color:var(--danger);text-align:center;padding:0 20px 8px;font-size:13px}.ReportModal-module__FYM8Da__footer{padding:12px 20px 4px}.ReportModal-module__FYM8Da__nextBtn,.ReportModal-module__FYM8Da__submitBtn{cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:14px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:opacity .15s}.ReportModal-module__FYM8Da__nextBtn:disabled,.ReportModal-module__FYM8Da__submitBtn:disabled{opacity:.4;cursor:not-allowed}.ReportModal-module__FYM8Da__submitBtn{background:var(--danger)}.ReportModal-module__FYM8Da__doneWrap{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 28px 20px;display:flex}.ReportModal-module__FYM8Da__doneIcon{font-size:52px;line-height:1}.ReportModal-module__FYM8Da__doneTitle{color:var(--text-primary);font-size:22px;font-weight:700}.ReportModal-module__FYM8Da__doneSub{color:var(--text-muted);font-size:14px;line-height:1.6}.ReportModal-module__FYM8Da__doneBtn{background:var(--bg-tertiary);width:100%;color:var(--text-primary);cursor:pointer;border:none;border-radius:14px;margin-top:8px;padding:14px;font-size:16px;font-weight:600}
.GameInviteModal-module__UbBCma__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:300;background:#000000b3;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.GameInviteModal-module__UbBCma__modal{background:var(--bg-secondary);border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:480px;max-height:min(88dvh,860px);animation:.22s GameInviteModal-module__UbBCma__slideUp;display:flex}@keyframes GameInviteModal-module__UbBCma__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.GameInviteModal-module__UbBCma__header{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.GameInviteModal-module__UbBCma__closeBtn{background:var(--bg-elevated);width:30px;height:30px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.GameInviteModal-module__UbBCma__title{color:var(--text-primary);font-size:16px;font-weight:700}.GameInviteModal-module__UbBCma__body{flex-direction:column;gap:18px;padding:20px 18px 32px;display:flex;overflow-y:auto}.GameInviteModal-module__UbBCma__games{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:min(42dvh,420px);padding-right:4px;display:grid;overflow-y:auto}.GameInviteModal-module__UbBCma__gameOption{border:2px solid var(--separator);background:var(--bg-tertiary);text-align:left;border-radius:14px;flex-direction:column;align-items:stretch;gap:8px;min-height:116px;padding:14px 16px;transition:all .15s;display:flex}.GameInviteModal-module__UbBCma__gameOption:hover{background:var(--bg-elevated);transform:translateY(-1px)}.GameInviteModal-module__UbBCma__gameSelected{border-color:var(--accent);background:color-mix(in srgb,var(--accent)10%,var(--bg-tertiary));box-shadow:0 10px 24px #0a84ff33}.GameInviteModal-module__UbBCma__gameTop{justify-content:space-between;align-items:center;display:flex}.GameInviteModal-module__UbBCma__gameIcon{flex-shrink:0;font-size:28px}.GameInviteModal-module__UbBCma__gameText{flex-direction:column;gap:3px;min-width:0;display:flex}.GameInviteModal-module__UbBCma__gameName{color:var(--text-primary);font-size:15px;font-weight:600;display:block}.GameInviteModal-module__UbBCma__gameDesc{color:var(--text-muted);margin-top:2px;font-size:12px;display:block}.GameInviteModal-module__UbBCma__wagerSection{background:var(--bg-tertiary);border-radius:14px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.GameInviteModal-module__UbBCma__wagerHeader{justify-content:space-between;align-items:center;display:flex}.GameInviteModal-module__UbBCma__wagerLabel{color:var(--text-primary);font-size:14px;font-weight:600}.GameInviteModal-module__UbBCma__balance{color:var(--text-muted);font-size:12px}.GameInviteModal-module__UbBCma__wagerHint{color:var(--text-muted);font-size:12px;line-height:1.5}.GameInviteModal-module__UbBCma__wagerRow{align-items:center;gap:8px;display:flex}.GameInviteModal-module__UbBCma__wagerInput{background:var(--bg-elevated);border:1px solid var(--separator);color:var(--text-primary);appearance:textfield;border-radius:10px;outline:none;flex:1;padding:10px 12px;font-size:16px;font-weight:600}.GameInviteModal-module__UbBCma__wagerInput::-webkit-outer-spin-button{-webkit-appearance:none}.GameInviteModal-module__UbBCma__wagerInput::-webkit-inner-spin-button{-webkit-appearance:none}.GameInviteModal-module__UbBCma__wagerInput:focus{border-color:var(--accent)}.GameInviteModal-module__UbBCma__wagerSymbol{color:var(--text-muted);white-space:nowrap;font-size:13px;font-weight:500}.GameInviteModal-module__UbBCma__maxBtn{color:var(--accent);white-space:nowrap;background:#0a84ff1f;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:700}.GameInviteModal-module__UbBCma__wagerPreview{color:var(--success);font-size:13px;font-weight:500}.GameInviteModal-module__UbBCma__error{color:var(--danger);background:#ff453a1a;border-radius:8px;padding:8px 12px;font-size:13px}.GameInviteModal-module__UbBCma__sendBtn{background:var(--accent);color:#fff;border-radius:14px;width:100%;padding:14px;font-size:16px;font-weight:700;transition:opacity .15s}.GameInviteModal-module__UbBCma__sendBtn:hover:not(:disabled){opacity:.85}.GameInviteModal-module__UbBCma__sendBtn:disabled{opacity:.4;cursor:not-allowed}.GameInviteModal-module__UbBCma__gameDisabled{opacity:.45;cursor:not-allowed}.GameInviteModal-module__UbBCma__gameDisabled:hover{background:var(--bg-tertiary)!important;border-color:var(--separator)!important}.GameInviteModal-module__UbBCma__comingSoon{color:var(--text-muted);background:var(--bg-elevated);white-space:nowrap;border-radius:8px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:700}@media (max-width:560px){.GameInviteModal-module__UbBCma__modal{max-width:100%;max-height:94dvh}.GameInviteModal-module__UbBCma__body{gap:14px;padding:16px 14px 22px}.GameInviteModal-module__UbBCma__games{grid-template-columns:1fr;gap:8px;max-height:min(40dvh,360px);padding-right:0}.GameInviteModal-module__UbBCma__gameOption{min-height:96px;padding:12px 13px}.GameInviteModal-module__UbBCma__wagerSection{padding:12px}.GameInviteModal-module__UbBCma__wagerHeader{flex-direction:column;align-items:flex-start;gap:2px}.GameInviteModal-module__UbBCma__wagerRow{grid-template-columns:1fr auto auto;display:grid}.GameInviteModal-module__UbBCma__sendBtn{padding:13px;font-size:15px}}
.GameInviteCard-module__BNQ2Ea__card{flex-direction:column;gap:10px;min-width:190px;max-width:250px;padding:14px;display:flex}.GameInviteCard-module__BNQ2Ea__top{align-items:center;gap:10px;display:flex}.GameInviteCard-module__BNQ2Ea__icon{flex-shrink:0;font-size:28px}.GameInviteCard-module__BNQ2Ea__info{flex-direction:column;gap:2px;min-width:0;display:flex}.GameInviteCard-module__BNQ2Ea__challenge{font-size:12px;font-weight:600;line-height:1.3}.GameInviteCard-module__BNQ2Ea__own .GameInviteCard-module__BNQ2Ea__challenge{color:#ffffffe6}.GameInviteCard-module__BNQ2Ea__other .GameInviteCard-module__BNQ2Ea__challenge{color:var(--text-primary)}.GameInviteCard-module__BNQ2Ea__gameName{opacity:.65;font-size:11px}.GameInviteCard-module__BNQ2Ea__wager{border-radius:8px;align-items:center;gap:5px;width:fit-content;padding:4px 8px;font-size:12px;font-weight:600;display:flex}.GameInviteCard-module__BNQ2Ea__own .GameInviteCard-module__BNQ2Ea__wager{color:#ffd60a;background:#ffd60a2e}.GameInviteCard-module__BNQ2Ea__other .GameInviteCard-module__BNQ2Ea__wager{color:var(--warning);background:#ffd60a1a}.GameInviteCard-module__BNQ2Ea__actions{align-items:center;gap:6px;display:flex}.GameInviteCard-module__BNQ2Ea__acceptBtn{background:var(--success);color:#fff;border-radius:10px;flex:1;padding:8px 10px;font-size:13px;font-weight:600;transition:opacity .15s}.GameInviteCard-module__BNQ2Ea__acceptBtn:hover:not(:disabled){opacity:.85}.GameInviteCard-module__BNQ2Ea__acceptBtn:disabled{opacity:.5}.GameInviteCard-module__BNQ2Ea__declineBtn{color:var(--danger);background:#ff453a24;border-radius:10px;flex:1;padding:8px 10px;font-size:13px;font-weight:600;transition:background .15s}.GameInviteCard-module__BNQ2Ea__declineBtn:hover:not(:disabled){background:#ff453a3d}.GameInviteCard-module__BNQ2Ea__declineBtn:disabled{opacity:.5}.GameInviteCard-module__BNQ2Ea__openBtn{border-radius:10px;width:100%;padding:8px;font-size:13px;font-weight:600;transition:opacity .15s}.GameInviteCard-module__BNQ2Ea__own .GameInviteCard-module__BNQ2Ea__openBtn{color:#fff;background:#ffffff2e}.GameInviteCard-module__BNQ2Ea__other .GameInviteCard-module__BNQ2Ea__openBtn{background:var(--accent);color:#fff}.GameInviteCard-module__BNQ2Ea__openBtn:hover{opacity:.85}.GameInviteCard-module__BNQ2Ea__activeWrap{flex-direction:column;gap:4px;width:100%;display:flex}.GameInviteCard-module__BNQ2Ea__activeHint{opacity:.7;font-size:11px}.GameInviteCard-module__BNQ2Ea__own .GameInviteCard-module__BNQ2Ea__activeHint{color:#ffffffe6}.GameInviteCard-module__BNQ2Ea__other .GameInviteCard-module__BNQ2Ea__activeHint{color:var(--text-muted)}.GameInviteCard-module__BNQ2Ea__waiting{opacity:.65;align-items:center;gap:6px;font-size:12px;display:flex}.GameInviteCard-module__BNQ2Ea__waitDots{gap:3px;display:inline-flex}.GameInviteCard-module__BNQ2Ea__waitDots span{background:currentColor;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite GameInviteCard-module__BNQ2Ea__waitBounce;display:block}.GameInviteCard-module__BNQ2Ea__waitDots span:first-child{animation-delay:0s}.GameInviteCard-module__BNQ2Ea__waitDots span:nth-child(2){animation-delay:.18s}.GameInviteCard-module__BNQ2Ea__waitDots span:nth-child(3){animation-delay:.36s}@keyframes GameInviteCard-module__BNQ2Ea__waitBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.GameInviteCard-module__BNQ2Ea__cancelled{opacity:.6;font-size:12px}
.TicTacToe-module__63t_YG__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:500;background:#000000de;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.TicTacToe-module__63t_YG__modal{background:var(--bg-secondary);border-radius:24px;width:100%;max-width:360px;animation:.22s cubic-bezier(.34,1.56,.64,1) TicTacToe-module__63t_YG__popIn;position:relative;overflow:hidden}@keyframes TicTacToe-module__63t_YG__popIn{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}.TicTacToe-module__63t_YG__loading{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:60px 20px;font-size:14px;display:flex}.TicTacToe-module__63t_YG__loadingDots{gap:6px;display:flex}.TicTacToe-module__63t_YG__loadingDots span{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite TicTacToe-module__63t_YG__ldBounce}.TicTacToe-module__63t_YG__loadingDots span:first-child{animation-delay:0s}.TicTacToe-module__63t_YG__loadingDots span:nth-child(2){animation-delay:.2s}.TicTacToe-module__63t_YG__loadingDots span:nth-child(3){animation-delay:.4s}@keyframes TicTacToe-module__63t_YG__ldBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.TicTacToe-module__63t_YG__header{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.TicTacToe-module__63t_YG__gameTitle{color:var(--text-primary);font-size:16px;font-weight:700}.TicTacToe-module__63t_YG__wagered{color:var(--warning);background:#ffd60a26;border-radius:12px;padding:3px 10px;font-size:12px;font-weight:600}.TicTacToe-module__63t_YG__closeBtn{background:var(--bg-elevated);width:28px;height:28px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:background .15s;display:flex}.TicTacToe-module__63t_YG__closeBtn:hover{background:var(--bg-tertiary)}.TicTacToe-module__63t_YG__players{justify-content:space-between;align-items:center;gap:8px;padding:14px 20px 4px;display:flex}.TicTacToe-module__63t_YG__player{border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:8px 12px;transition:background .2s,box-shadow .2s;display:flex}.TicTacToe-module__63t_YG__activePlayer{box-shadow:0 0 0 2px var(--accent);background:#0a84ff14}.TicTacToe-module__63t_YG__playerSymbol{letter-spacing:-1px;font-size:22px;font-weight:900}.TicTacToe-module__63t_YG__playerName{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:80px;font-size:12px;font-weight:500;overflow:hidden}.TicTacToe-module__63t_YG__youTag{color:var(--accent);background:#0a84ff1a;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:600}.TicTacToe-module__63t_YG__vs{color:var(--text-muted);flex-shrink:0;font-size:13px;font-weight:700}.TicTacToe-module__63t_YG__turnHint{text-align:center;color:var(--text-muted);min-height:28px;padding:6px 20px;font-size:13px}.TicTacToe-module__63t_YG__myTurn{color:var(--accent);font-weight:600;animation:1.5s ease-in-out infinite TicTacToe-module__63t_YG__pulse}@keyframes TicTacToe-module__63t_YG__pulse{0%,to{opacity:1}50%{opacity:.55}}.TicTacToe-module__63t_YG__moveError{text-align:center;color:var(--danger);padding:0 20px 4px;font-size:12px}.TicTacToe-module__63t_YG__board{grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 20px 20px;display:grid}.TicTacToe-module__63t_YG__cell{aspect-ratio:1;background:var(--bg-tertiary);border:2px solid var(--separator);cursor:default;border-radius:14px;justify-content:center;align-items:center;transition:background .15s,transform .1s,border-color .15s;display:flex}.TicTacToe-module__63t_YG__hoverable{cursor:pointer}.TicTacToe-module__63t_YG__hoverable:hover{background:var(--bg-elevated);border-color:var(--accent);transform:scale(1.04)}.TicTacToe-module__63t_YG__hoverable:active{transform:scale(.96)}.TicTacToe-module__63t_YG__cellX{background:#ff453a12;border-color:#ff453a59}.TicTacToe-module__63t_YG__cellO{background:#0a84ff12;border-color:#0a84ff59}.TicTacToe-module__63t_YG__winCell{animation:.35s TicTacToe-module__63t_YG__winPop;border-color:var(--success)!important;background:#30d1582e!important}@keyframes TicTacToe-module__63t_YG__winPop{0%{transform:scale(1)}50%{transform:scale(1.13)}to{transform:scale(1)}}.TicTacToe-module__63t_YG__cellContent{pointer-events:none;font-size:32px;font-weight:900;line-height:1}.TicTacToe-module__63t_YG__result{border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;animation:.3s TicTacToe-module__63t_YG__fadeIn;display:flex;position:absolute;inset:0}@keyframes TicTacToe-module__63t_YG__fadeIn{0%{opacity:0}to{opacity:1}}.TicTacToe-module__63t_YG__resultWin{background:#30d158f0}.TicTacToe-module__63t_YG__resultLoss{background:#141416f2}.TicTacToe-module__63t_YG__resultDraw{background:#48484af0}.TicTacToe-module__63t_YG__resultCancel{background:#2c2c2ef2}.TicTacToe-module__63t_YG__resultEmoji{font-size:40px}.TicTacToe-module__63t_YG__resultTitle{color:#fff;text-align:center;font-size:26px;font-weight:800}.TicTacToe-module__63t_YG__resultSub{color:#ffffffc7;text-align:center;font-size:14px}.TicTacToe-module__63t_YG__xpGain{color:#ffd60a;text-shadow:0 0 24px #ffd60aa6;font-size:22px;font-weight:700}.TicTacToe-module__63t_YG__burnNote{color:#fff9;font-size:13px}.TicTacToe-module__63t_YG__closeResultBtn{color:#fff;background:#ffffff2e;border-radius:24px;margin-top:12px;padding:12px 36px;font-size:15px;font-weight:600;transition:background .15s}.TicTacToe-module__63t_YG__closeResultBtn:hover{background:#ffffff47}@media (max-width:390px){.TicTacToe-module__63t_YG__modal{border-radius:20px}.TicTacToe-module__63t_YG__board{gap:6px;padding:10px 14px 16px}.TicTacToe-module__63t_YG__cellContent{font-size:26px}.TicTacToe-module__63t_YG__resultTitle{font-size:22px}}
.Connect4-module__UgJnMG__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:500;background:#000000de;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.Connect4-module__UgJnMG__modal{background:var(--bg-secondary);border-radius:24px;width:100%;max-width:400px;animation:.22s cubic-bezier(.34,1.56,.64,1) Connect4-module__UgJnMG__popIn;position:relative;overflow:hidden}@keyframes Connect4-module__UgJnMG__popIn{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}.Connect4-module__UgJnMG__header{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.Connect4-module__UgJnMG__gameTitle{color:var(--text-primary);font-size:16px;font-weight:700}.Connect4-module__UgJnMG__wagered{color:var(--warning);background:#ffd60a26;border-radius:12px;padding:3px 10px;font-size:12px;font-weight:600}.Connect4-module__UgJnMG__closeBtn{background:var(--bg-elevated);width:28px;height:28px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:background .15s;display:flex}.Connect4-module__UgJnMG__closeBtn:hover{background:var(--bg-tertiary)}.Connect4-module__UgJnMG__players{justify-content:space-between;align-items:center;gap:8px;padding:12px 20px 4px;display:flex}.Connect4-module__UgJnMG__player{border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:8px 12px;transition:background .2s,box-shadow .2s;display:flex}.Connect4-module__UgJnMG__activePlayer{box-shadow:0 0 0 2px var(--accent);background:#0a84ff14}.Connect4-module__UgJnMG__playerPiece{font-size:22px}.Connect4-module__UgJnMG__playerName{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:90px;font-size:12px;font-weight:500;overflow:hidden}.Connect4-module__UgJnMG__youTag{color:var(--accent);background:#0a84ff1a;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:600}.Connect4-module__UgJnMG__vs{color:var(--text-muted);flex-shrink:0;font-size:13px;font-weight:700}.Connect4-module__UgJnMG__turnHint{text-align:center;color:var(--text-muted);min-height:24px;padding:4px 20px 2px;font-size:13px}.Connect4-module__UgJnMG__myTurn{color:var(--accent);font-weight:600;animation:1.5s ease-in-out infinite Connect4-module__UgJnMG__pulse}@keyframes Connect4-module__UgJnMG__pulse{0%,to{opacity:1}50%{opacity:.55}}.Connect4-module__UgJnMG__boardWrap{flex-direction:column;gap:0;padding:8px 14px 14px;display:flex}.Connect4-module__UgJnMG__previewRow{grid-template-columns:repeat(7,1fr);gap:4px;height:30px;margin-bottom:4px;display:grid}.Connect4-module__UgJnMG__previewCell{justify-content:center;align-items:center;display:flex}.Connect4-module__UgJnMG__previewPiece{opacity:.75;font-size:20px;animation:.2s Connect4-module__UgJnMG__dropPreview}@keyframes Connect4-module__UgJnMG__dropPreview{0%{opacity:0;transform:translateY(-8px)}to{opacity:.75;transform:translateY(0)}}.Connect4-module__UgJnMG__board{background:#1a4b8c;border-radius:14px;grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(7,1fr);gap:4px;padding:8px;display:grid}.Connect4-module__UgJnMG__cell{aspect-ratio:1;background:var(--bg-primary,#0a0a0f);cursor:default;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .12s,transform .1s;display:flex;position:relative;overflow:hidden}.Connect4-module__UgJnMG__hoverable{cursor:pointer}.Connect4-module__UgJnMG__hoverable:hover{background:#ffffff0f}.Connect4-module__UgJnMG__hoverable:active{transform:scale(.93)}.Connect4-module__UgJnMG__cellRed{background:#ff3b3014}.Connect4-module__UgJnMG__cellYellow{background:#ffd60a14}.Connect4-module__UgJnMG__winCell{animation:.35s Connect4-module__UgJnMG__winPop;background:#30d15826!important}@keyframes Connect4-module__UgJnMG__winPop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.Connect4-module__UgJnMG__piece{pointer-events:none;font-size:22px;line-height:1;animation:.18s cubic-bezier(.25,.46,.45,.94) Connect4-module__UgJnMG__pieceDrop;display:block}@keyframes Connect4-module__UgJnMG__pieceDrop{0%{opacity:.4;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.Connect4-module__UgJnMG__winPiece{animation:.6s infinite alternate Connect4-module__UgJnMG__winShine}@keyframes Connect4-module__UgJnMG__winShine{0%{filter:brightness();transform:scale(1)}to{filter:brightness(1.4);transform:scale(1.12)}}.Connect4-module__UgJnMG__colLabels{grid-template-columns:repeat(7,1fr);gap:4px;margin-top:4px;display:grid}.Connect4-module__UgJnMG__colLabel{text-align:center;color:var(--text-muted);opacity:.5;font-size:10px}.Connect4-module__UgJnMG__result{border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;animation:.3s Connect4-module__UgJnMG__fadeIn;display:flex;position:absolute;inset:0}@keyframes Connect4-module__UgJnMG__fadeIn{0%{opacity:0}to{opacity:1}}.Connect4-module__UgJnMG__resultWin{background:#30d158f0}.Connect4-module__UgJnMG__resultLoss{background:#141416f2}.Connect4-module__UgJnMG__resultDraw{background:#48484af0}.Connect4-module__UgJnMG__resultTitle{color:#fff;text-align:center;font-size:26px;font-weight:800}.Connect4-module__UgJnMG__resultSub{color:#ffffffc7;text-align:center;font-size:14px}.Connect4-module__UgJnMG__xpGain{color:#ffd60a;text-shadow:0 0 24px #ffd60aa6;font-size:22px;font-weight:700}.Connect4-module__UgJnMG__burnNote{color:#fff9;font-size:13px}.Connect4-module__UgJnMG__closeResultBtn{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:24px;margin-top:12px;padding:12px 36px;font-size:15px;font-weight:600;transition:background .15s}.Connect4-module__UgJnMG__closeResultBtn:hover{background:#ffffff47}@media (max-width:390px){.Connect4-module__UgJnMG__modal{border-radius:20px}.Connect4-module__UgJnMG__boardWrap{padding:6px 10px 10px}.Connect4-module__UgJnMG__board{gap:3px;padding:6px}.Connect4-module__UgJnMG__piece,.Connect4-module__UgJnMG__previewPiece{font-size:18px}.Connect4-module__UgJnMG__resultTitle{font-size:22px}}
.ArcheryGame-module__Fkryma__board{touch-action:none;background:radial-gradient(circle at top,#ffffff8c,#0000 32%),linear-gradient(#d9f99d 0%,#bbf7d0 42%,#86efac 100%);border:1px solid #0f172a14;border-radius:24px;width:100%;min-height:520px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000024}.ArcheryGame-module__Fkryma__boardLocked{filter:saturate(.85)}.ArcheryGame-module__Fkryma__boardLocked:after{content:"";pointer-events:none;background:#f8fafc2e;position:absolute;inset:0}.ArcheryGame-module__Fkryma__windBadge{color:#0f172a;z-index:2;background:#ffffffd6;border-radius:14px;padding:10px 12px;font-size:12px;font-weight:900;position:absolute;top:14px;right:14px;box-shadow:0 8px 20px #00000014}.ArcheryGame-module__Fkryma__targetWrap{position:absolute;top:52px;left:50%;transform:translate(-50%)}.ArcheryGame-module__Fkryma__targetOuter{background:#fff;border:2px solid #64748b73;border-radius:50%;place-items:center;width:170px;height:170px;display:grid;box-shadow:0 14px 26px #00000029}.ArcheryGame-module__Fkryma__targetBlue{background:#3b82f6;border-radius:50%;place-items:center;width:130px;height:130px;display:grid}.ArcheryGame-module__Fkryma__targetRed{background:#ef4444;border-radius:50%;place-items:center;width:82px;height:82px;display:grid}.ArcheryGame-module__Fkryma__targetGold{background:#facc15;border:1px solid #0000002e;border-radius:50%;width:28px;height:28px}.ArcheryGame-module__Fkryma__targetPole{background:#92400e;width:6px;height:94px;margin:0 auto}.ArcheryGame-module__Fkryma__bowZone{width:220px;height:170px;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.ArcheryGame-module__Fkryma__bowSvg{pointer-events:none;overflow:visible}.ArcheryGame-module__Fkryma__arrow{transform-origin:bottom;background:#78350f;border-radius:999px;width:6px;height:118px;position:absolute;top:8px;left:104px}.ArcheryGame-module__Fkryma__arrowHead{background:#cbd5e1;width:14px;height:14px;position:absolute;top:-8px;left:-4px;transform:rotate(45deg)}.ArcheryGame-module__Fkryma__arrowTail{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:10px solid #ef4444;width:12px;height:12px;position:absolute;bottom:-4px;left:-3px}.ArcheryGame-module__Fkryma__hint{color:#0f172a;background:#ffffffd9;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;position:absolute;bottom:122px;left:50%;transform:translate(-50%)}@media (max-width:640px){.ArcheryGame-module__Fkryma__board{min-height:460px}.ArcheryGame-module__Fkryma__targetWrap{top:44px}.ArcheryGame-module__Fkryma__targetOuter{width:144px;height:144px}.ArcheryGame-module__Fkryma__targetBlue{width:110px;height:110px}.ArcheryGame-module__Fkryma__targetRed{width:68px;height:68px}.ArcheryGame-module__Fkryma__hint{text-align:center;white-space:normal;width:calc(100% - 32px)}}
.CupPong-module__E_55uW__board{touch-action:none;background:linear-gradient(#0f3f34 0%,#115e4f 50%,#0d3028 100%);border-bottom:20px solid #0b2a23;border-radius:24px;width:100%;min-height:580px;position:relative;overflow:hidden;box-shadow:inset 0 16px 36px #ffffff14,0 22px 54px #0000004d}.CupPong-module__E_55uW__boardLocked:after{content:"";pointer-events:none;background:#0f172a33;position:absolute;inset:0}.CupPong-module__E_55uW__centerLine{background:#ffffff21;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.CupPong-module__E_55uW__ringGlow{pointer-events:none;background:radial-gradient(circle at 50% 20%,#ffffff24,#0000 36%);position:absolute;inset:0}.CupPong-module__E_55uW__cupsWrap{width:min(70vw,286px);height:330px;position:absolute;top:62px;left:50%;transform:translate(-50%)}.CupPong-module__E_55uW__cup{background:#dc2626;border:4px solid #ffffff38;border-radius:50%;width:48px;height:48px;transition:transform .28s,opacity .28s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 8px 18px #0000004d}.CupPong-module__E_55uW__cupInner{border:2px solid #f871716b;border-radius:50%;place-items:center;width:100%;height:100%;display:grid}.CupPong-module__E_55uW__cupHole{background:#ffffff1c;border-radius:50%;width:30px;height:30px}.CupPong-module__E_55uW__cupGone{opacity:0;pointer-events:none;transform:translate(-50%,-50%)scale(.2)}.CupPong-module__E_55uW__ball{cursor:grab;background:radial-gradient(circle at 30% 28%,#fff,#d1d5db 70%,#9ca3af 100%);border-bottom:4px solid #6b728099;border-radius:50%;width:56px;height:56px;margin-left:-28px;position:absolute;bottom:20px;left:50%;box-shadow:0 10px 24px #00000057}.CupPong-module__E_55uW__hint{color:#f8fafc;background:#0f172ab8;border:1px solid #ffffff1a;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:700;position:absolute;bottom:88px;left:50%;transform:translate(-50%)}@media (max-width:640px){.CupPong-module__E_55uW__board{min-height:520px}.CupPong-module__E_55uW__cupsWrap{width:min(80vw,264px);height:300px;top:54px}.CupPong-module__E_55uW__cup{width:42px;height:42px}.CupPong-module__E_55uW__cupHole{width:24px;height:24px}.CupPong-module__E_55uW__ball{width:52px;height:52px;margin-left:-26px}}
.LudoBoard-module__xWnbiW__boardWrap{--board-size:min(92vw,420px);width:var(--board-size);aspect-ratio:1;touch-action:manipulation;background:radial-gradient(circle at 24% 18%,#ffffff61,#0000 44%),linear-gradient(#f8f4ee,#efe5d4);border:3px solid #1a1a2e;border-radius:14px;flex-shrink:0;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 10px 26px #00000047}.LudoBoard-module__xWnbiW__grid{grid-template-rows:repeat(15,1fr);grid-template-columns:repeat(15,1fr);width:100%;height:100%;display:grid}.LudoBoard-module__xWnbiW__cell{background:#f9f5ef;border:.5px solid #1a1a2e33;justify-content:center;align-items:center;font-size:0;display:flex;position:relative}.LudoBoard-module__xWnbiW__cellRed{background:#e8453c}.LudoBoard-module__xWnbiW__cellBlue{background:#2563eb}.LudoBoard-module__xWnbiW__cellYellow{background:#d97706}.LudoBoard-module__xWnbiW__cellGreen{background:#16a34a}.LudoBoard-module__xWnbiW__cellCenter{background:#f9f5ef}.LudoBoard-module__xWnbiW__cellRed.LudoBoard-module__xWnbiW__cellBaseSlot:after,.LudoBoard-module__xWnbiW__cellBlue.LudoBoard-module__xWnbiW__cellBaseSlot:after,.LudoBoard-module__xWnbiW__cellYellow.LudoBoard-module__xWnbiW__cellBaseSlot:after,.LudoBoard-module__xWnbiW__cellGreen.LudoBoard-module__xWnbiW__cellBaseSlot:after{content:"";background:#ffffff59;border:1.5px solid #fff9;border-radius:50%;width:70%;height:70%;position:absolute}.LudoBoard-module__xWnbiW__cellTrack{background:#f9f5ef}.LudoBoard-module__xWnbiW__laneRed{background:#fca5a5}.LudoBoard-module__xWnbiW__laneBlue{background:#93c5fd}.LudoBoard-module__xWnbiW__laneYellow{background:#fcd34d}.LudoBoard-module__xWnbiW__laneGreen{background:#86efac}.LudoBoard-module__xWnbiW__startRed{background:#e8453c}.LudoBoard-module__xWnbiW__startBlue{background:#2563eb}.LudoBoard-module__xWnbiW__startYellow{background:#d97706}.LudoBoard-module__xWnbiW__startGreen{background:#16a34a}.LudoBoard-module__xWnbiW__centerCore{width:0;height:0;position:absolute}.LudoBoard-module__xWnbiW__safeStar{color:#1a1a2e80;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(6px,1.1vw,9px);line-height:1}.LudoBoard-module__xWnbiW__tokenLayer{pointer-events:none;position:absolute;inset:0}.LudoBoard-module__xWnbiW__token{--sz:clamp(13px,3.9vw,22px);width:var(--sz);height:var(--sz);pointer-events:auto;cursor:default;border:2px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;transition:box-shadow .15s;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 6px #00000073,inset 0 1px #fff6}.LudoBoard-module__xWnbiW__tokenRed{background:radial-gradient(circle at 35% 35%,#ff6b63,#c0392b)}.LudoBoard-module__xWnbiW__tokenBlue{background:radial-gradient(circle at 35% 35%,#60a5fa,#1d4ed8)}.LudoBoard-module__xWnbiW__tokenYellow{background:radial-gradient(circle at 35% 35%,#fbbf24,#b45309)}.LudoBoard-module__xWnbiW__tokenGreen{background:radial-gradient(circle at 35% 35%,#4ade80,#15803d)}.LudoBoard-module__xWnbiW__tokenDot{background:#ffffffd9;border-radius:50%;width:36%;height:36%;box-shadow:inset 0 1px 2px #0003}.LudoBoard-module__xWnbiW__tokenClickable{cursor:pointer;z-index:10;box-shadow:0 0 0 3px #ffffffe6,0 0 0 5px #fde047e6,0 4px 10px #0006}.LudoBoard-module__xWnbiW__tokenLocked{opacity:.88}.LudoBoard-module__xWnbiW__turnBadge{display:none}.LudoBoard-module__xWnbiW__legend{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px;display:flex}.LudoBoard-module__xWnbiW__legendChip{color:#1a1a2e;background:#ffffffb8;border:1px solid #1a1a2e2e;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700;transition:transform .15s,box-shadow .15s}.LudoBoard-module__xWnbiW__legendChipTurn{transform:translateY(-1px);box-shadow:0 0 0 2px #fbbf24e6}.LudoBoard-module__xWnbiW__legendChipMe{border-color:#1a1a2e59}.LudoBoard-module__xWnbiW__chipRed{background:linear-gradient(#fecaca,#fca5a5)}.LudoBoard-module__xWnbiW__chipBlue{background:linear-gradient(#bfdbfe,#93c5fd)}.LudoBoard-module__xWnbiW__chipYellow{background:linear-gradient(#fde68a,#fcd34d)}.LudoBoard-module__xWnbiW__chipGreen{background:linear-gradient(#bbf7d0,#86efac)}.LudoBoard-module__xWnbiW__legendNote{text-align:center;color:#64748b;margin-top:6px;font-size:11px;font-weight:600}@media (min-width:768px){.LudoBoard-module__xWnbiW__boardWrap{--board-size:min(72vw,520px)}}@media (min-width:1200px){.LudoBoard-module__xWnbiW__boardWrap{--board-size:min(48vw,620px)}}@media (max-width:420px){.LudoBoard-module__xWnbiW__boardWrap{--board-size:92vw;border-width:2px}.LudoBoard-module__xWnbiW__token{--sz:clamp(11px,4.2vw,16px)}}@media (max-width:360px){.LudoBoard-module__xWnbiW__boardWrap{--board-size:94vw}.LudoBoard-module__xWnbiW__token{--sz:clamp(10px,4.5vw,14px)}.LudoBoard-module__xWnbiW__safeStar{font-size:5px}}
.FillerGame-module__7tZjPG__wrap{flex-direction:column;align-items:center;gap:18px;width:100%;display:flex}.FillerGame-module__7tZjPG__grid{background:#27272a;border-radius:18px;gap:4px;width:100%;max-width:350px;padding:8px;display:grid;box-shadow:0 20px 40px #0006}.FillerGame-module__7tZjPG__cell{aspect-ratio:1;border-radius:5px;position:relative;overflow:hidden}.FillerGame-module__7tZjPG__overlayP1,.FillerGame-module__7tZjPG__overlayP2{pointer-events:none;border-radius:5px;position:absolute;inset:0}.FillerGame-module__7tZjPG__overlayP1{border:2px solid #ffffff6b}.FillerGame-module__7tZjPG__overlayP2{border:2px solid #0000006b}.FillerGame-module__7tZjPG__dock{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:350px;padding:14px}.FillerGame-module__7tZjPG__dockHeader{justify-content:space-between;align-items:center;margin-bottom:14px;padding:0 4px;display:flex}.FillerGame-module__7tZjPG__dockLabel{color:#ffffff8f;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900}.FillerGame-module__7tZjPG__turnDot{background:#34d399;border-radius:999px;width:8px;height:8px;box-shadow:0 0 12px #34d39999}.FillerGame-module__7tZjPG__colorRow{justify-content:space-between;gap:8px;display:flex}.FillerGame-module__7tZjPG__colorBtn{border:none;border-radius:16px;width:48px;height:48px;transition:transform .15s,opacity .15s,filter .15s;box-shadow:0 8px 16px #00000040}.FillerGame-module__7tZjPG__colorBtn:hover:not(:disabled){transform:scale(1.05)}.FillerGame-module__7tZjPG__colorBtn:active:not(:disabled){transform:scale(.92)}.FillerGame-module__7tZjPG__colorBtnTaken{opacity:.2;filter:grayscale();cursor:not-allowed}.FillerGame-module__7tZjPG__colorBtnDisabled{opacity:.45;cursor:not-allowed}
.CheckersBoard-module__-d8CtW__wrap{gap:16px;width:100%;display:grid}.CheckersBoard-module__-d8CtW__board{aspect-ratio:1;background:#120f0c;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:repeat(8,minmax(0,1fr));width:100%;display:grid;overflow:hidden;box-shadow:0 26px 60px #0000006b}.CheckersBoard-module__-d8CtW__square{justify-content:center;align-items:center;display:flex;position:relative}.CheckersBoard-module__-d8CtW__squareLight{background:linear-gradient(135deg,#f0dfc8,#d7b996)}.CheckersBoard-module__-d8CtW__squareDark{background:linear-gradient(135deg,#583c2a,#2f1d13)}.CheckersBoard-module__-d8CtW__selected{box-shadow:inset 0 0 0 4px #facc15e0}.CheckersBoard-module__-d8CtW__lastFrom{box-shadow:inset 0 0 0 3px #ffffff4d}.CheckersBoard-module__-d8CtW__lastTo{box-shadow:inset 0 0 0 4px #22c55ed1}.CheckersBoard-module__-d8CtW__forced{box-shadow:inset 0 0 0 4px #fb923ce0}.CheckersBoard-module__-d8CtW__moveHint{background:#ffffffc7;border-radius:999px;width:16px;height:16px;box-shadow:0 0 0 4px #ffffff29}.CheckersBoard-module__-d8CtW__captureHint{border:3px solid #f87171eb;border-radius:999px;width:22px;height:22px;box-shadow:0 0 0 4px #f8717124}.CheckersBoard-module__-d8CtW__pieceShell{border-radius:999px;justify-content:center;align-items:center;width:78%;height:78%;display:flex;position:relative}.CheckersBoard-module__-d8CtW__piece{letter-spacing:.08em;-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;width:100%;height:100%;font-size:11px;font-weight:900;display:flex}.CheckersBoard-module__-d8CtW__pieceRed{color:#fff7ed;background:radial-gradient(circle at 35% 28%,#fb7185,#b91c1c 72%);border-bottom:4px solid #7f1d1d;box-shadow:0 12px 20px #7f1d1d61}.CheckersBoard-module__-d8CtW__pieceWhite{color:#1f2937;background:radial-gradient(circle at 35% 28%,#fff,#d4d4d8 72%);border-bottom:4px solid #a1a1aa;box-shadow:0 12px 20px #d4d4d857}.CheckersBoard-module__-d8CtW__pieceSelected{transform:scale(1.07)}.CheckersBoard-module__-d8CtW__pieceLocked{opacity:.72}.CheckersBoard-module__-d8CtW__kingBadge{background:#11182738;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.CheckersBoard-module__-d8CtW__legend{color:#ffffffb8;gap:10px;font-size:12px;display:grid}.CheckersBoard-module__-d8CtW__pillRow{flex-wrap:wrap;gap:8px;display:flex}.CheckersBoard-module__-d8CtW__pill{background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;padding:7px 10px}@media (max-width:520px){.CheckersBoard-module__-d8CtW__board{border-radius:20px}.CheckersBoard-module__-d8CtW__moveHint{width:13px;height:13px}.CheckersBoard-module__-d8CtW__captureHint{width:18px;height:18px}}
.DotsAndBoxesBoard-module__WGMhIG__boardWrap{gap:14px;width:100%;display:grid}.DotsAndBoxesBoard-module__WGMhIG__board{aspect-ratio:1;touch-action:manipulation;background:radial-gradient(circle at top,#6366f129,#0000 40%),linear-gradient(#18181b,#09090b);border:1px solid #ffffff14;border-radius:30px;width:100%;max-width:360px;margin:0 auto;padding:28px;position:relative;box-shadow:0 26px 60px #0006}.DotsAndBoxesBoard-module__WGMhIG__boxFill{pointer-events:none;border-radius:14px;position:absolute;overflow:hidden}.DotsAndBoxesBoard-module__WGMhIG__boxP1{background:#3b82f647}.DotsAndBoxesBoard-module__WGMhIG__boxP2{background:#ef44443d}.DotsAndBoxesBoard-module__WGMhIG__boxGlow{pointer-events:none;background:radial-gradient(circle,#ffffff42,#0000 70%);position:absolute;inset:0}.DotsAndBoxesBoard-module__WGMhIG__boxBadge{letter-spacing:.12em;color:#ffffffe6;text-shadow:0 1px 8px #0f172a66;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:flex;position:absolute;inset:0}.DotsAndBoxesBoard-module__WGMhIG__lineHitbox{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute}.DotsAndBoxesBoard-module__WGMhIG__lineHitbox:disabled{cursor:default}.DotsAndBoxesBoard-module__WGMhIG__lineVisual{pointer-events:none;transform-origin:50%;border-radius:999px;transition:background-color .18s,transform .18s,opacity .18s}.DotsAndBoxesBoard-module__WGMhIG__lineIdle{background:#71717ac7}.DotsAndBoxesBoard-module__WGMhIG__lineHover{background:#d4d4d8f2}.DotsAndBoxesBoard-module__WGMhIG__lineP1{background:#3b82f6;box-shadow:0 0 18px #3b82f657}.DotsAndBoxesBoard-module__WGMhIG__lineP2{background:#ef4444;box-shadow:0 0 18px #ef444452}.DotsAndBoxesBoard-module__WGMhIG__lineSpark{opacity:0;pointer-events:none;background:radial-gradient(circle,#ffffff73,#0000 65%);border-radius:999px;position:absolute;inset:-6px}.DotsAndBoxesBoard-module__WGMhIG__lastLine{transform:scale(1.05)}.DotsAndBoxesBoard-module__WGMhIG__dot{pointer-events:none;background:#fafafa;border-radius:999px;width:10px;height:10px;margin-top:-5px;margin-left:-5px;position:absolute;box-shadow:0 0 0 3px #18181bdb}.DotsAndBoxesBoard-module__WGMhIG__legend{color:#ffffffb8;flex-wrap:wrap;justify-content:center;gap:8px;font-size:12px;display:flex}.DotsAndBoxesBoard-module__WGMhIG__pill{background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;padding:7px 10px}.DotsAndBoxesBoard-module__WGMhIG__pillStrong{color:#e0e7ff;background:#6366f124;border-color:#6366f159}@media (max-width:520px){.DotsAndBoxesBoard-module__WGMhIG__board{border-radius:24px;padding:20px}.DotsAndBoxesBoard-module__WGMhIG__dot{width:8px;height:8px;margin-top:-4px;margin-left:-4px}}
.ChatScreen-module__3bpgXW__screen{background:var(--bg-primary);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.ChatScreen-module__3bpgXW__topBar{padding:10px 8px;padding-top:max(10px,env(safe-area-inset-top));background:var(--bg-secondary);border-bottom:1px solid var(--separator);flex-shrink:0;align-items:center;gap:6px;display:flex}.ChatScreen-module__3bpgXW__backBtn{width:36px;height:36px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.ChatScreen-module__3bpgXW__backBtn:hover{background:var(--bg-tertiary)}.ChatScreen-module__3bpgXW__centerInfo{border-radius:10px;flex:1;align-items:center;gap:10px;min-width:0;padding:4px 6px;transition:background .15s;display:flex}.ChatScreen-module__3bpgXW__centerInfo:hover:not(:disabled){background:var(--bg-tertiary)}.ChatScreen-module__3bpgXW__centerInfo:disabled{cursor:default}.ChatScreen-module__3bpgXW__nameBlock{text-align:left;flex-direction:column;gap:1px;min-width:0;display:flex}.ChatScreen-module__3bpgXW__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.ChatScreen-module__3bpgXW__userStatus{color:var(--success,#30d158);text-overflow:ellipsis;white-space:nowrap;height:14px;font-size:12px;overflow:hidden}.ChatScreen-module__3bpgXW__rightActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.ChatScreen-module__3bpgXW__deleteSelBtn{color:var(--danger);white-space:nowrap;background:#ff453a1f;border:1px solid #ff453a33;border-radius:18px;padding:6px 12px;font-size:13px;font-weight:600}.ChatScreen-module__3bpgXW__iconBtn{width:36px;height:36px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex}.ChatScreen-module__3bpgXW__iconBtn:hover{background:var(--bg-tertiary)}.ChatScreen-module__3bpgXW__menuWrap{position:relative}.ChatScreen-module__3bpgXW__menuBackdrop{z-index:10;position:fixed;inset:0}.ChatScreen-module__3bpgXW__dropMenu{background:var(--bg-secondary);border:1px solid var(--separator);z-index:20;border-radius:14px;min-width:200px;animation:.15s ChatScreen-module__3bpgXW__fadeScale;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 10px 36px #00000073}@keyframes ChatScreen-module__3bpgXW__fadeScale{0%{opacity:0;transform:scale(.94)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.ChatScreen-module__3bpgXW__dropItem{width:100%;color:var(--text-primary);text-align:left;padding:12px 16px;font-size:14px;transition:background .1s;display:block}.ChatScreen-module__3bpgXW__dropItem:hover{background:var(--bg-tertiary)}.ChatScreen-module__3bpgXW__dropDanger{color:var(--danger)}.ChatScreen-module__3bpgXW__menuDivider{background:var(--separator);height:1px}.ChatScreen-module__3bpgXW__messages{-webkit-overflow-scrolling:touch;flex:1;padding:8px 0;overflow-y:auto}.ChatScreen-module__3bpgXW__skeletonWrap{flex-direction:column;gap:10px;padding:16px 12px;display:flex}.ChatScreen-module__3bpgXW__skeletonRow{align-items:flex-end;gap:8px;display:flex}.ChatScreen-module__3bpgXW__skeletonOther{justify-content:flex-start}.ChatScreen-module__3bpgXW__skeletonOwn{justify-content:flex-end}.ChatScreen-module__3bpgXW__skeletonAvatar{background:var(--bg-elevated);border-radius:50%;flex-shrink:0;width:28px;height:28px;animation:1.5s ease-in-out infinite ChatScreen-module__3bpgXW__shimmer}.ChatScreen-module__3bpgXW__skeletonBubble{background:var(--bg-elevated);border-radius:18px;height:36px;animation:1.5s ease-in-out infinite ChatScreen-module__3bpgXW__shimmer}.ChatScreen-module__3bpgXW__skeletonOwn .ChatScreen-module__3bpgXW__skeletonBubble{border-bottom-right-radius:4px}.ChatScreen-module__3bpgXW__skeletonOther .ChatScreen-module__3bpgXW__skeletonBubble{border-bottom-left-radius:4px}@keyframes ChatScreen-module__3bpgXW__shimmer{0%,to{opacity:1}50%{opacity:.4}}.ChatScreen-module__3bpgXW__emptyChat{height:200px;color:var(--text-muted);justify-content:center;align-items:center;font-size:14px;display:flex}.ChatScreen-module__3bpgXW__daySep{justify-content:center;align-items:center;padding:12px 0 6px;display:flex}.ChatScreen-module__3bpgXW__daySep span{background:var(--bg-elevated);color:var(--text-muted);border-radius:20px;padding:3px 12px;font-size:12px;font-weight:500}.ChatScreen-module__3bpgXW__msgRow{margin-bottom:2px;padding:2px 10px;display:flex}.ChatScreen-module__3bpgXW__msgOwn{justify-content:flex-end}.ChatScreen-module__3bpgXW__msgOther{justify-content:flex-start}.ChatScreen-module__3bpgXW__gameBubble{border-radius:18px;max-width:min(270px,74vw);overflow:hidden}.ChatScreen-module__3bpgXW__gameBubbleOwn{background:var(--bubble-outgoing,#0a84ff);border-bottom-right-radius:5px}.ChatScreen-module__3bpgXW__gameBubbleOther{background:var(--bubble-incoming,#2c2c2e);border-bottom-left-radius:5px}.ChatScreen-module__3bpgXW__typingIndicator{color:var(--accent);align-items:center;gap:5px;font-size:12px;font-style:italic;display:inline-flex}.ChatScreen-module__3bpgXW__typingDots{align-items:center;gap:3px;display:inline-flex}.ChatScreen-module__3bpgXW__typingDots span{background:var(--accent);border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite ChatScreen-module__3bpgXW__chatTypingBounce;display:block}.ChatScreen-module__3bpgXW__typingDots span:first-child{animation-delay:0s}.ChatScreen-module__3bpgXW__typingDots span:nth-child(2){animation-delay:.2s}.ChatScreen-module__3bpgXW__typingDots span:nth-child(3){animation-delay:.4s}@keyframes ChatScreen-module__3bpgXW__chatTypingBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}
.LoginScreen-module__qRnwXW__screen{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.LoginScreen-module__qRnwXW__card{background:var(--bg-secondary);border:1px solid var(--separator);border-radius:var(--border-radius-lg);text-align:center;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:40px 32px;display:flex}.LoginScreen-module__qRnwXW__logo{object-fit:contain;border-radius:16px;width:72px;height:72px;margin-bottom:20px}.LoginScreen-module__qRnwXW__logoFallback{margin-bottom:16px;font-size:48px;line-height:1}.LoginScreen-module__qRnwXW__title{letter-spacing:-.5px;color:var(--text-primary);margin-bottom:8px;font-size:28px;font-weight:700}.LoginScreen-module__qRnwXW__subtitle{color:var(--text-tertiary);margin-bottom:36px;font-size:15px;line-height:1.5}.LoginScreen-module__qRnwXW__connectBtn{background:var(--accent);color:#fff;border-radius:var(--border-radius-md);width:100%;min-height:52px;transition:opacity var(--transition);cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:15px 24px;font-size:16px;font-weight:600;display:flex}.LoginScreen-module__qRnwXW__connectBtn:hover:not(:disabled){opacity:.85}.LoginScreen-module__qRnwXW__connectBtn:disabled{opacity:.5;cursor:not-allowed}.LoginScreen-module__qRnwXW__walletIcon{font-size:20px;line-height:1}.LoginScreen-module__qRnwXW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite LoginScreen-module__qRnwXW__spin;display:block}@keyframes LoginScreen-module__qRnwXW__spin{to{transform:rotate(360deg)}}.LoginScreen-module__qRnwXW__error{width:100%;color:var(--danger);border-radius:var(--border-radius-sm);text-align:left;background:#ff453a1a;margin-top:16px;padding:10px 14px;font-size:13px;line-height:1.4}.LoginScreen-module__qRnwXW__noSGT{border-radius:var(--border-radius-sm);text-align:left;background:#ff9f0a1f;border:1px solid #ff9f0a59;width:100%;margin-top:16px;padding:12px 14px}.LoginScreen-module__qRnwXW__noSGTTitle{color:#ff9f0a;margin:0 0 4px;font-size:13px;font-weight:600}.LoginScreen-module__qRnwXW__noSGTText{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.5}.LoginScreen-module__qRnwXW__hint{color:var(--text-muted);margin-top:20px;font-size:12px;line-height:1.6}.LoginScreen-module__qRnwXW__legalNotice{border-top:1px solid var(--separator);width:100%;margin-top:20px;padding-top:16px}.LoginScreen-module__qRnwXW__legalText{color:var(--text-muted);margin:0;font-size:12px;line-height:1.6}.LoginScreen-module__qRnwXW__legalLink{color:var(--accent);font-weight:600}.LoginScreen-module__qRnwXW__legalLinksRow{flex-wrap:wrap;justify-content:center;gap:10px 16px;margin-top:10px;display:flex}.LoginScreen-module__qRnwXW__secondaryLink{color:var(--text-secondary);text-underline-offset:2px;font-size:12px;text-decoration:underline}.LoginScreen-module__qRnwXW__legalOverlay{z-index:10000;background:#000000bf;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.LoginScreen-module__qRnwXW__legalModal{background:var(--bg-secondary);border:1px solid var(--separator);border-radius:var(--border-radius-lg);text-align:left;width:100%;max-width:520px;padding:18px}.LoginScreen-module__qRnwXW__legalTitle{color:var(--text-primary);margin:0;font-size:20px}.LoginScreen-module__qRnwXW__legalLead{color:var(--text-secondary);margin:8px 0 12px;font-size:13px}.LoginScreen-module__qRnwXW__legalScroll{border:1px solid var(--separator);border-radius:var(--border-radius-sm);background:var(--bg-primary);max-height:260px;color:var(--text-secondary);padding:12px;font-size:13px;line-height:1.6;overflow-y:auto}.LoginScreen-module__qRnwXW__legalScroll h3{color:var(--text-primary);margin:0 0 8px;font-size:14px}.LoginScreen-module__qRnwXW__legalScroll ul{margin:0 0 10px 18px;padding:0}.LoginScreen-module__qRnwXW__legalScroll p{margin:8px 0}.LoginScreen-module__qRnwXW__legalScroll a{color:var(--accent);font-weight:600}.LoginScreen-module__qRnwXW__scrollHint{color:var(--text-muted);font-size:12px}.LoginScreen-module__qRnwXW__checkRow{color:var(--text-secondary);align-items:flex-start;gap:8px;margin-top:12px;font-size:12px;display:flex}.LoginScreen-module__qRnwXW__checkRow input{margin-top:2px}.LoginScreen-module__qRnwXW__acceptBtn{background:var(--accent);color:#fff;border-radius:var(--border-radius-md);width:100%;margin-top:12px;padding:12px;font-size:14px;font-weight:600}.LoginScreen-module__qRnwXW__acceptBtn:disabled{opacity:.45;cursor:not-allowed}@media (max-width:400px){.LoginScreen-module__qRnwXW__card{padding:32px 20px}.LoginScreen-module__qRnwXW__title{font-size:24px}}
.AppLoader-module__S0c0ZG__wrap{background:var(--bg-primary);z-index:9999;flex-direction:column;justify-content:center;align-items:center;gap:24px;animation:.15s AppLoader-module__S0c0ZG__fadeIn;display:flex;position:fixed;inset:0}@keyframes AppLoader-module__S0c0ZG__fadeIn{0%{opacity:0}to{opacity:1}}.AppLoader-module__S0c0ZG__logo{border-radius:18px;width:64px;height:64px;animation:1.8s ease-in-out infinite AppLoader-module__S0c0ZG__logoPulse}.AppLoader-module__S0c0ZG__logoFallback{font-size:48px;animation:1.8s ease-in-out infinite AppLoader-module__S0c0ZG__logoPulse}@keyframes AppLoader-module__S0c0ZG__logoPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.AppLoader-module__S0c0ZG__bar{background:var(--bg-elevated);border-radius:3px;width:120px;height:3px;overflow:hidden}.AppLoader-module__S0c0ZG__fill{background:var(--accent);border-radius:3px;width:40%;height:100%;animation:1.4s ease-in-out infinite AppLoader-module__S0c0ZG__sweep}@keyframes AppLoader-module__S0c0ZG__sweep{0%{transform:translate(-100%)}to{transform:translate(350%)}}
.ProfileContactLinks-module__WWqzya__section{background:var(--bg-tertiary);border-radius:var(--border-radius-md);border:1px solid var(--separator);width:100%;overflow:hidden}.ProfileContactLinks-module__WWqzya__sectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding:12px 16px 8px;font-size:12px;font-weight:600}.ProfileContactLinks-module__WWqzya__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:8px 12px 14px;display:grid}.ProfileContactLinks-module__WWqzya__contactLink{border:1px solid var(--separator);background:linear-gradient(180deg,#ffffff14 0%,#fff0 100%),var(--bg-elevated);min-height:48px;color:var(--text-primary);border-radius:12px;justify-content:center;align-items:center;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:inline-flex}.ProfileContactLinks-module__WWqzya__contactLink:hover{border-color:color-mix(in srgb,var(--accent)45%,var(--separator));transform:translateY(-1px);box-shadow:0 8px 18px #00000026}.ProfileContactLinks-module__WWqzya__contactLink:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ProfileContactLinks-module__WWqzya__iconWrap{justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ProfileContactLinks-module__WWqzya__iconWrap svg{width:18px;height:18px}@media (max-width:420px){.ProfileContactLinks-module__WWqzya__grid{grid-template-columns:1fr}.ProfileContactLinks-module__WWqzya__contactLink{min-height:52px}}
.ProfileModal-module__jDIYvG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;background:#000000bf;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.ProfileModal-module__jDIYvG__modal{background:var(--bg-secondary);border-radius:24px 24px 0 0;width:100%;max-width:480px;max-height:92dvh;animation:.22s ProfileModal-module__jDIYvG__slideUp;overflow-y:auto}@keyframes ProfileModal-module__jDIYvG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ProfileModal-module__jDIYvG__header{border-bottom:1px solid var(--separator);background:var(--bg-secondary);z-index:1;justify-content:space-between;align-items:center;padding:14px 18px;display:flex;position:sticky;top:0}.ProfileModal-module__jDIYvG__closeBtn{color:var(--accent);padding:4px 8px;font-size:18px}.ProfileModal-module__jDIYvG__settingsBtn{color:var(--text-muted);padding:4px 8px;font-size:18px}.ProfileModal-module__jDIYvG__title{color:var(--text-primary);font-size:16px;font-weight:700}.ProfileModal-module__jDIYvG__body{flex-direction:column;align-items:center;gap:16px;padding:20px 18px 40px;display:flex}.ProfileModal-module__jDIYvG__avatarBtn{cursor:pointer;background:0 0;flex-direction:column;align-items:center;gap:6px;display:flex}.ProfileModal-module__jDIYvG__avatarChange{color:var(--accent);font-size:12px;font-weight:500}.ProfileModal-module__jDIYvG__identity{text-align:center}.ProfileModal-module__jDIYvG__name{color:var(--text-primary);letter-spacing:-.3px;font-size:20px;font-weight:700}.ProfileModal-module__jDIYvG__domainBadge{color:var(--accent);background:#0a84ff1a;border-radius:20px;margin-top:4px;padding:2px 10px;font-size:13px;display:inline-block}.ProfileModal-module__jDIYvG__wallet{color:var(--text-muted);margin-top:4px;font-family:monospace;font-size:12px}.ProfileModal-module__jDIYvG__stats{background:var(--bg-tertiary);border-radius:var(--border-radius-md);align-items:center;width:100%;display:flex;overflow:hidden}.ProfileModal-module__jDIYvG__stat,.ProfileModal-module__jDIYvG__ticketStat{flex-direction:column;flex:1;align-items:center;gap:3px;padding:14px 8px;display:flex}.ProfileModal-module__jDIYvG__ticketStat{cursor:pointer;transition:background .15s}.ProfileModal-module__jDIYvG__ticketStat:hover{background:var(--bg-elevated)}.ProfileModal-module__jDIYvG__statVal{color:var(--text-primary);font-size:22px;font-weight:700}.ProfileModal-module__jDIYvG__statLbl{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.ProfileModal-module__jDIYvG__statDivider{background:var(--separator);flex-shrink:0;width:1px;height:32px}.ProfileModal-module__jDIYvG__convertCard{background:var(--bg-tertiary);border-radius:var(--border-radius-md);flex-direction:column;gap:10px;width:100%;padding:14px 16px;display:flex}.ProfileModal-module__jDIYvG__convertHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px;display:flex}.ProfileModal-module__jDIYvG__convertTitle{color:var(--text-primary);font-size:14px;font-weight:600}.ProfileModal-module__jDIYvG__convertRate{color:var(--accent);background:#0a84ff1a;border-radius:10px;padding:2px 8px;font-size:11px}.ProfileModal-module__jDIYvG__skrBalance{color:var(--text-muted);font-size:13px}.ProfileModal-module__jDIYvG__skrBalance strong{color:var(--text-primary)}.ProfileModal-module__jDIYvG__convertRow{gap:8px;display:flex}.ProfileModal-module__jDIYvG__convertInput{background:var(--bg-elevated);border:1px solid var(--separator);border-radius:var(--border-radius-sm);color:var(--text-primary);appearance:textfield;outline:none;flex:1;padding:10px 12px;font-size:15px}.ProfileModal-module__jDIYvG__convertInput::-webkit-outer-spin-button{-webkit-appearance:none}.ProfileModal-module__jDIYvG__convertInput::-webkit-inner-spin-button{-webkit-appearance:none}.ProfileModal-module__jDIYvG__convertInput:focus{border-color:var(--accent)}.ProfileModal-module__jDIYvG__convertBtn{background:var(--accent);color:#fff;border-radius:var(--border-radius-sm);white-space:nowrap;padding:10px 18px;font-size:14px;font-weight:600;transition:opacity .15s}.ProfileModal-module__jDIYvG__convertBtn:hover:not(:disabled){opacity:.85}.ProfileModal-module__jDIYvG__convertBtn:disabled{opacity:.4}.ProfileModal-module__jDIYvG__convertPreview{color:var(--text-muted);font-size:13px}.ProfileModal-module__jDIYvG__convertPreview strong{color:var(--text-primary)}.ProfileModal-module__jDIYvG__settingSection{background:var(--bg-tertiary);border-radius:var(--border-radius-md);width:100%;overflow:hidden}.ProfileModal-module__jDIYvG__sectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding:12px 16px 8px;font-size:12px;font-weight:600}.ProfileModal-module__jDIYvG__settingRow{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.ProfileModal-module__jDIYvG__settingInfo{flex:1}.ProfileModal-module__jDIYvG__settingLabel{color:var(--text-primary);font-size:15px;display:block}.ProfileModal-module__jDIYvG__settingDesc{color:var(--text-muted);margin-top:2px;font-size:12px;display:block}.ProfileModal-module__jDIYvG__toggle{background:var(--bg-elevated);border:2px solid var(--separator);border-radius:14px;flex-shrink:0;width:50px;height:28px;transition:background .2s,border-color .2s;position:relative}.ProfileModal-module__jDIYvG__toggleOn{background:var(--accent);border-color:var(--accent)}.ProfileModal-module__jDIYvG__toggleThumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #0000004d}.ProfileModal-module__jDIYvG__toggleOn .ProfileModal-module__jDIYvG__toggleThumb{transform:translate(22px)}.ProfileModal-module__jDIYvG__langSelect{padding:0 16px 14px}.ProfileModal-module__jDIYvG__langLabel{color:var(--text-muted);margin-bottom:8px;font-size:12px;display:block}.ProfileModal-module__jDIYvG__langGrid{grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.ProfileModal-module__jDIYvG__langBtn{background:var(--bg-elevated);border:1px solid var(--separator);color:var(--text-secondary);text-align:left;border-radius:8px;padding:8px 10px;font-size:13px;transition:all .15s}.ProfileModal-module__jDIYvG__langBtn:hover{background:var(--bg-secondary)}.ProfileModal-module__jDIYvG__langBtnActive{border-color:var(--accent);color:var(--accent);background:#0a84ff1f;font-weight:600}.ProfileModal-module__jDIYvG__saveSettingsBtn{background:var(--accent);color:#fff;border-radius:var(--border-radius-md);width:100%;padding:13px;font-size:15px;font-weight:600;transition:opacity .15s}.ProfileModal-module__jDIYvG__saveSettingsBtn:hover{opacity:.85}.ProfileModal-module__jDIYvG__avatarModeTabs{gap:8px;width:100%;display:flex}.ProfileModal-module__jDIYvG__modeTab{background:var(--bg-tertiary);border:1px solid var(--separator);color:var(--text-secondary);border-radius:10px;flex:1;padding:9px;font-size:14px;font-weight:500;transition:all .15s}.ProfileModal-module__jDIYvG__modeTabActive{border-color:var(--accent);color:var(--accent);background:#0a84ff1f}.ProfileModal-module__jDIYvG__emojiGrid{grid-template-columns:repeat(5,1fr);gap:8px;width:100%;display:grid}.ProfileModal-module__jDIYvG__emojiOpt{background:var(--bg-tertiary);aspect-ratio:1;border-radius:12px;justify-content:center;align-items:center;padding:10px;font-size:34px;transition:all .15s;display:flex}.ProfileModal-module__jDIYvG__emojiOpt:hover{background:var(--bg-elevated);transform:scale(1.08)}.ProfileModal-module__jDIYvG__emojiOpt:disabled{opacity:.5}.ProfileModal-module__jDIYvG__nftGrid{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;display:grid}.ProfileModal-module__jDIYvG__nftOpt{background:var(--bg-tertiary);border:2px solid #0000;border-radius:10px;flex-direction:column;align-items:center;gap:5px;padding:8px;transition:all .15s;display:flex}.ProfileModal-module__jDIYvG__nftOpt:hover{border-color:var(--accent);background:var(--bg-elevated)}.ProfileModal-module__jDIYvG__nftOpt:disabled{opacity:.5}.ProfileModal-module__jDIYvG__nftImg{aspect-ratio:1;object-fit:cover;border-radius:7px;width:100%}.ProfileModal-module__jDIYvG__nftName{color:var(--text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:10px;overflow:hidden}.ProfileModal-module__jDIYvG__loadingNote{color:var(--text-muted);text-align:center;padding:28px 0;font-size:14px}.ProfileModal-module__jDIYvG__savingNote{color:var(--text-muted);text-align:center;font-size:13px}.ProfileModal-module__jDIYvG__error{width:100%;color:var(--danger);background:#ff453a1a;border-radius:8px;padding:8px 12px;font-size:13px}.ProfileModal-module__jDIYvG__logoutBtn{width:100%;color:var(--danger);border-radius:var(--border-radius-md);background:#ff453a14;border:1px solid #ff453a26;padding:13px;font-size:15px;font-weight:600;transition:all .15s}.ProfileModal-module__jDIYvG__logoutBtn:hover{background:#ff453a26}.ProfileModal-module__jDIYvG__legalLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:100%;padding-top:4px;display:flex}.ProfileModal-module__jDIYvG__legalLink{color:var(--text-muted);text-underline-offset:2px;font-size:12px;text-decoration:underline;transition:color .15s}.ProfileModal-module__jDIYvG__legalLink:hover{color:var(--accent)}.ProfileModal-module__jDIYvG__legalDot{color:var(--text-muted);font-size:12px}@media (max-width:375px){.ProfileModal-module__jDIYvG__langGrid{grid-template-columns:1fr}.ProfileModal-module__jDIYvG__emojiGrid{grid-template-columns:repeat(4,1fr)}.ProfileModal-module__jDIYvG__nftGrid{grid-template-columns:repeat(2,1fr)}.ProfileModal-module__jDIYvG__statVal{font-size:18px}}
.NewMessageModal-module__6w63Uq__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#000000b3;justify-content:center;align-items:flex-start;padding-top:0;display:flex;position:fixed;inset:0}.NewMessageModal-module__6w63Uq__modal{background:var(--bg-primary);flex-direction:column;width:100%;max-width:480px;min-height:100dvh;animation:.2s NewMessageModal-module__6w63Uq__slideDown;display:flex}@keyframes NewMessageModal-module__6w63Uq__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.NewMessageModal-module__6w63Uq__header{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:center;padding:16px;display:flex}.NewMessageModal-module__6w63Uq__cancelBtn{color:var(--accent);min-width:60px;padding:4px 0;font-size:15px;font-weight:500}.NewMessageModal-module__6w63Uq__title{color:var(--text-primary);font-size:16px;font-weight:700}.NewMessageModal-module__6w63Uq__searchWrap{border-bottom:1px solid var(--separator);background:var(--bg-secondary);align-items:center;gap:8px;padding:12px 16px;display:flex}.NewMessageModal-module__6w63Uq__toLabel{color:var(--text-muted);flex-shrink:0;font-size:15px;font-weight:600}.NewMessageModal-module__6w63Uq__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:15px}.NewMessageModal-module__6w63Uq__searchInput::placeholder{color:var(--text-muted)}.NewMessageModal-module__6w63Uq__spinner{border:2px solid var(--bg-elevated);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite NewMessageModal-module__6w63Uq__spin}@keyframes NewMessageModal-module__6w63Uq__spin{to{transform:rotate(360deg)}}.NewMessageModal-module__6w63Uq__hint{color:var(--text-muted);background:var(--bg-secondary);border-bottom:1px solid var(--separator);padding:10px 16px;font-size:12px}.NewMessageModal-module__6w63Uq__hint strong{color:var(--accent)}.NewMessageModal-module__6w63Uq__error{color:var(--danger);border-radius:var(--border-radius-sm);background:#ff453a1a;margin:16px;padding:10px 14px;font-size:13px}.NewMessageModal-module__6w63Uq__results{flex:1;overflow-y:auto}.NewMessageModal-module__6w63Uq__resultRow{width:100%;transition:background var(--transition);cursor:pointer;align-items:center;gap:12px;padding:12px 16px;display:flex}.NewMessageModal-module__6w63Uq__resultRow:hover{background:var(--bg-secondary)}.NewMessageModal-module__6w63Uq__resultRow:active{background:var(--bg-tertiary)}.NewMessageModal-module__6w63Uq__userInfo{text-align:left;flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.NewMessageModal-module__6w63Uq__nameRow{align-items:center;gap:5px;display:flex}.NewMessageModal-module__6w63Uq__displayName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.NewMessageModal-module__6w63Uq__verified{color:var(--accent);flex-shrink:0;font-size:13px}.NewMessageModal-module__6w63Uq__subtitle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-family:monospace;font-size:13px;overflow:hidden}.NewMessageModal-module__6w63Uq__onlineBadge{color:var(--success);flex-shrink:0;font-size:11px;font-weight:600}@media (max-width:480px){.NewMessageModal-module__6w63Uq__modal{max-width:100%}}
.Home-module__Ho9lYW__page{background:var(--bg-primary);flex-direction:column;max-width:680px;height:100dvh;margin:0 auto;display:flex;overflow:hidden}@media (max-width:680px){.Home-module__Ho9lYW__page{max-width:100%}}
.GameTest-module__cDSsvW__page{background:var(--bg-primary,#0d0d0f);height:100vh;color:var(--text-primary,#f0f0f0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:hidden}.GameTest-module__cDSsvW__sidebar{border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;width:260px;display:flex;overflow:hidden}.GameTest-module__cDSsvW__sidebarHeader{border-bottom:1px solid #ffffff0f;padding:20px 16px 12px}.GameTest-module__cDSsvW__sidebarTitle{letter-spacing:.02em;margin:0 0 2px;font-size:15px;font-weight:700}.GameTest-module__cDSsvW__sidebarSub{color:#ffffff59;margin:0;font-size:11px}.GameTest-module__cDSsvW__gameList{flex-direction:column;flex:1;gap:2px;padding:8px;display:flex;overflow-y:auto}.GameTest-module__cDSsvW__gameList::-webkit-scrollbar{width:4px}.GameTest-module__cDSsvW__gameList::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.GameTest-module__cDSsvW__gameBtn{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px 10px;transition:background .15s,border-color .15s;display:flex}.GameTest-module__cDSsvW__gameBtn:hover{background:#ffffff0d}.GameTest-module__cDSsvW__gameBtnIcon{text-align:center;flex-shrink:0;width:28px;font-size:22px;line-height:1}.GameTest-module__cDSsvW__gameBtnText{flex-direction:column;gap:1px;display:flex;overflow:hidden}.GameTest-module__cDSsvW__gameBtnName{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;transition:color .15s;overflow:hidden}.GameTest-module__cDSsvW__gameBtnDesc{color:#ffffff4d;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.GameTest-module__cDSsvW__main{flex-direction:column;flex:1;gap:16px;padding:24px 32px 40px;display:flex;overflow-y:auto}.GameTest-module__cDSsvW__main::-webkit-scrollbar{width:6px}.GameTest-module__cDSsvW__main::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}.GameTest-module__cDSsvW__gameHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.GameTest-module__cDSsvW__gameTitleRow{align-items:center;gap:14px;display:flex}.GameTest-module__cDSsvW__gameHeaderEmoji{font-size:40px;line-height:1}.GameTest-module__cDSsvW__gameHeaderName{margin:0 0 2px;font-size:22px;font-weight:700}.GameTest-module__cDSsvW__gameHeaderDesc{color:#fff6;margin:0;font-size:12px}.GameTest-module__cDSsvW__gameControls{flex-shrink:0;align-items:center;gap:8px;display:flex}.GameTest-module__cDSsvW__ctrlBtn{color:#ffffffbf;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:500;transition:background .15s,color .15s}.GameTest-module__cDSsvW__ctrlBtn:hover:not(:disabled){color:#fff;background:#ffffff1a}.GameTest-module__cDSsvW__ctrlBtn:disabled{opacity:.35;cursor:not-allowed}.GameTest-module__cDSsvW__turnBanner{border:1px solid;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;display:flex}.GameTest-module__cDSsvW__turnDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.GameTest-module__cDSsvW__turnHint{color:#ffffff4d;margin-left:auto;font-size:11px;font-weight:400}.GameTest-module__cDSsvW__resultBanner{border:1px solid;border-radius:12px;align-items:center;gap:12px;padding:14px 20px;font-size:22px;display:flex}.GameTest-module__cDSsvW__resultText{flex:1;font-size:18px;font-weight:700}.GameTest-module__cDSsvW__resultResetBtn{color:#000;cursor:pointer;border:none;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:700;transition:opacity .15s}.GameTest-module__cDSsvW__resultResetBtn:hover{opacity:.85}.GameTest-module__cDSsvW__errorBanner{color:#f87171;background:#ef44441f;border:1px solid #ef444459;border-radius:8px;padding:10px 14px;font-size:13px}.GameTest-module__cDSsvW__scoreboard{background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:16px;padding:16px 20px;display:flex}.GameTest-module__cDSsvW__playerCard{opacity:.5;flex-direction:column;flex:1;gap:4px;transition:opacity .2s;display:flex}.GameTest-module__cDSsvW__activePlayer{opacity:1}.GameTest-module__cDSsvW__scoreNum{font-size:32px;font-weight:800;line-height:1}.GameTest-module__cDSsvW__playerName{color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:500}.GameTest-module__cDSsvW__scoreBar{background:#ffffff14;border-radius:2px;height:4px;margin-top:4px;overflow:hidden}.GameTest-module__cDSsvW__scoreBarFill{border-radius:2px;height:100%;transition:width .4s}.GameTest-module__cDSsvW__vsDivider{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.GameTest-module__cDSsvW__vsLabel{color:#fff3;letter-spacing:.1em;font-size:13px;font-weight:800}.GameTest-module__cDSsvW__turnInfo{color:#ffffff40;font-size:10px}.GameTest-module__cDSsvW__gameBody{flex:1;justify-content:center;align-items:flex-start;display:flex}.GameTest-module__cDSsvW__moveCount{color:#fff3;text-align:center;margin:0;font-size:11px}.GameTest-module__cDSsvW__tttGrid{grid-template-columns:repeat(3,1fr);gap:10px;width:280px;display:grid}.GameTest-module__cDSsvW__tttCell{aspect-ratio:1;cursor:pointer;background:#ffffff0a;border:2px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;font-size:40px;font-weight:900;transition:background .15s,border-color .15s,transform .1s;display:flex}.GameTest-module__cDSsvW__tttCell:hover:not(:disabled):not(.GameTest-module__cDSsvW__tttCellFilled){background:#ffffff14;transform:scale(1.04)}.GameTest-module__cDSsvW__tttCellFilled{cursor:default}.GameTest-module__cDSsvW__tttCell:disabled{cursor:not-allowed}.GameTest-module__cDSsvW__tttCellWin{animation:.5s GameTest-module__cDSsvW__winPulse}@keyframes GameTest-module__cDSsvW__winPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.GameTest-module__cDSsvW__c4Wrap{flex-direction:column;align-items:center;gap:4px;display:flex}.GameTest-module__cDSsvW__c4Preview{grid-template-columns:repeat(7,54px);gap:4px;height:36px;display:grid}.GameTest-module__cDSsvW__c4PreviewCell{justify-content:center;align-items:center;display:flex}.GameTest-module__cDSsvW__c4Board{background:#0050b42e;border:2px solid #0050ff33;border-radius:14px;grid-template-rows:repeat(6,54px);grid-template-columns:repeat(7,54px);gap:4px;padding:8px;display:grid}.GameTest-module__cDSsvW__c4Cell{cursor:pointer;background:#ffffff0a;border:1.5px solid #ffffff12;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:background .1s;display:flex}.GameTest-module__cDSsvW__c4Cell:hover:not(:disabled){background:#ffffff17}.GameTest-module__cDSsvW__c4Cell:disabled{cursor:default}.GameTest-module__cDSsvW__c4CellWin{background:#ffffff1f!important}.GameTest-module__cDSsvW__c4ColLabels{grid-template-columns:repeat(7,54px);gap:4px;padding:0 8px;display:grid}.GameTest-module__cDSsvW__c4ColLabel{text-align:center;color:#fff3;font-size:11px}.GameTest-module__cDSsvW__arcadePanel{flex-direction:column;gap:20px;width:100%;max-width:480px;display:flex}.GameTest-module__cDSsvW__lastAction{color:#fff9;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.GameTest-module__cDSsvW__lastDot{color:#fff3}.GameTest-module__cDSsvW__arcadeInput{flex-direction:column;gap:16px;display:flex}.GameTest-module__cDSsvW__sliderWrap{flex-direction:column;gap:8px;display:flex}.GameTest-module__cDSsvW__sliderLabelRow{justify-content:space-between;align-items:center;display:flex}.GameTest-module__cDSsvW__sliderLabel{color:#ffffff80;font-size:13px}.GameTest-module__cDSsvW__sliderValue{font-size:20px;font-weight:800}.GameTest-module__cDSsvW__slider{-webkit-appearance:none;cursor:pointer;background:#ffffff1a;border-radius:3px;outline:none;width:100%;height:6px}.GameTest-module__cDSsvW__slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent,#0a84ff);cursor:pointer;width:22px;height:22px;box-shadow:0 0 8px var(--accent,#0a84ff);border-radius:50%;transition:transform .1s}.GameTest-module__cDSsvW__slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.GameTest-module__cDSsvW__aimFlavor{letter-spacing:.03em;margin:0;font-size:12px;font-weight:600}.GameTest-module__cDSsvW__wordWrap{flex-direction:column;gap:8px;display:flex}.GameTest-module__cDSsvW__inputLabel{color:#ffffff73;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:500}.GameTest-module__cDSsvW__textInput{color:#fff;background:#ffffff0d;border:1.5px solid #ffffff1a;border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:16px;transition:border-color .15s}.GameTest-module__cDSsvW__textInput:focus{border-color:var(--accent,#0a84ff);background:#ffffff12}.GameTest-module__cDSsvW__textInput::placeholder{color:#fff3}.GameTest-module__cDSsvW__usedWords{flex-wrap:wrap;gap:6px;display:flex}.GameTest-module__cDSsvW__usedWord{color:#fff6;background:#ffffff12;border-radius:6px;padding:3px 8px;font-size:11px}.GameTest-module__cDSsvW__questionWrap{flex-direction:column;gap:12px;display:flex}.GameTest-module__cDSsvW__guessGrid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.GameTest-module__cDSsvW__guessBtn{aspect-ratio:1;color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1.5px solid #ffffff1a;border-radius:10px;font-size:16px;font-weight:700;transition:background .12s,border-color .12s}.GameTest-module__cDSsvW__guessBtn:hover:not(.GameTest-module__cDSsvW__guessBtnActive){background:#ffffff17}.GameTest-module__cDSsvW__guessBtnActive{color:#000}.GameTest-module__cDSsvW__playBtn{color:#000;cursor:pointer;letter-spacing:.04em;border:none;border-radius:12px;padding:14px;font-size:16px;font-weight:800;transition:opacity .15s,transform .1s}.GameTest-module__cDSsvW__playBtn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.GameTest-module__cDSsvW__playBtn:active:not(:disabled){transform:translateY(0)}.GameTest-module__cDSsvW__playBtn:disabled{opacity:.35;cursor:not-allowed}@media (max-width:768px){.GameTest-module__cDSsvW__page{flex-direction:column}.GameTest-module__cDSsvW__sidebar{border-bottom:1px solid #ffffff0f;border-right:none;width:100%;max-height:200px}.GameTest-module__cDSsvW__gameList{flex-direction:row;padding:6px;overflow:auto hidden}.GameTest-module__cDSsvW__gameBtn{flex-shrink:0;width:auto}.GameTest-module__cDSsvW__gameBtnDesc{display:none}.GameTest-module__cDSsvW__main{padding:16px}.GameTest-module__cDSsvW__c4Board{grid-template-rows:repeat(6,40px);grid-template-columns:repeat(7,40px)}.GameTest-module__cDSsvW__c4Cell{width:40px;height:40px}.GameTest-module__cDSsvW__c4Preview,.GameTest-module__cDSsvW__c4ColLabels{grid-template-columns:repeat(7,40px)}}
