.NameCard-module-scss-module__5CYk3q__avatarContainer{justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;display:flex}.NameCard-module-scss-module__5CYk3q__avatarImage{border:1px solid #fff}.NameCard-module-scss-module__5CYk3q__playerName{flex-direction:column;justify-content:space-between;height:9vh;margin-bottom:.5rem;margin-left:1rem;font-size:1.5rem;display:flex}.NameCard-module-scss-module__5CYk3q__logout{font-size:1.25rem}.NameCard-module-scss-module__5CYk3q__logout:hover{cursor:pointer}
.MobileProfile-module-scss-module__PnHVaq__mobileProfile{min-height:100vh;color:#fff;background-color:#000;background-image:url(/assets/images/profilebackground.png);background-position:50%;background-size:cover;flex-direction:column;min-height:100dvh;display:flex}.MobileProfile-module-scss-module__PnHVaq__broadcastMsgBox{top:calc(64px + env(safe-area-inset-top));z-index:20;box-sizing:border-box;color:rgba(235,255,252,.96);clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%,0 10px);background:rgba(3,12,16,.9);border:1px solid rgba(35,255,229,.55);align-items:flex-start;gap:10px;padding:10px 12px;display:flex;position:fixed;left:12px;right:12px;box-shadow:0 0 18px rgba(0,255,225,.16),inset 0 0 14px rgba(0,255,225,.07)}.MobileProfile-module-scss-module__PnHVaq__broadcastMsgLabel{color:#20ffe4;letter-spacing:0;flex:none;font-family:JetBrains Mono,monospace;font-size:11px;line-height:1.4}.MobileProfile-module-scss-module__PnHVaq__broadcastMsgText{overflow-wrap:anywhere;min-width:0;font-size:13px;font-weight:600;line-height:1.45}.MobileProfile-module-scss-module__PnHVaq__mainContent{padding-top:calc(56px + env(safe-area-inset-top));padding-bottom:calc(60px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}
.MobileHeader-module-scss-module__lkvEfa__header{height:calc(56px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);z-index:100;box-sizing:border-box;background:rgba(0,0,0,.8);justify-content:space-between;align-items:center;padding-left:16px;padding-right:16px;display:flex;position:fixed;top:0;left:0;right:0}.MobileHeader-module-scss-module__lkvEfa__logo img{width:32px;height:32px}.MobileHeader-module-scss-module__lkvEfa__rightSection{align-items:center;gap:12px;display:flex}.MobileHeader-module-scss-module__lkvEfa__searchBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.MobileHeader-module-scss-module__lkvEfa__searchBtn img{opacity:.85;width:28px;height:28px;transition:opacity .2s}.MobileHeader-module-scss-module__lkvEfa__searchBtn:active img,.MobileHeader-module-scss-module__lkvEfa__searchBtn.MobileHeader-module-scss-module__lkvEfa__active img{opacity:1}.MobileHeader-module-scss-module__lkvEfa__searchDropdown{top:calc(56px + env(safe-area-inset-top));z-index:101;background:linear-gradient(rgba(0,0,0,.95) 0%,rgba(0,0,0,.85) 60%,transparent 100%);padding:0 16px;display:none;position:fixed;left:0;right:0;overflow:hidden}.MobileHeader-module-scss-module__lkvEfa__searchDropdown.MobileHeader-module-scss-module__lkvEfa__expanded{padding:16px 16px 24px;animation:.3s forwards MobileHeader-module-scss-module__lkvEfa__slideDown;display:block}@keyframes MobileHeader-module-scss-module__lkvEfa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.MobileHeader-module-scss-module__lkvEfa__searchInput{color:#fff;box-sizing:border-box;background:rgba(255,255,255,.1);border:2px solid #fff;border-radius:2px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px}.MobileHeader-module-scss-module__lkvEfa__searchInput:focus{border-color:#fff}.MobileHeader-module-scss-module__lkvEfa__searchInput::placeholder{color:rgba(255,255,255,.5)}.MobileHeader-module-scss-module__lkvEfa__tokenDisplay{color:#fff;cursor:pointer;background-image:url(/assets/images/StoryTokenBar.png);background-size:100% 100%;flex-shrink:0;align-items:center;width:140px;height:36px;padding-left:40px;font-size:14px;display:flex}
.NotificationBell-module-scss-module__5ELIbG__bellContainer{cursor:pointer;--skew:-5deg;transform-origin:50%;width:56px;height:56px;transform:perspective(500px)skew(0,var(--skew));border-radius:0;justify-content:center;align-items:center;margin-top:12px;margin-right:32px;transition:all .3s;display:flex;position:relative}.NotificationBell-module-scss-module__5ELIbG__bellContainer:hover{transform:perspective(500px)skew(0,var(--skew))scale(1.08)}.NotificationBell-module-scss-module__5ELIbG__bellIcon{color:rgba(255,255,255,.5);width:32px;height:32px;transition:color .3s,filter .3s}.NotificationBell-module-scss-module__5ELIbG__bellContainer:hover .NotificationBell-module-scss-module__5ELIbG__bellIcon,.NotificationBell-module-scss-module__5ELIbG__bellContainer.NotificationBell-module-scss-module__5ELIbG__active .NotificationBell-module-scss-module__5ELIbG__bellIcon{color:#00fff2;filter:drop-shadow(0 0 6px rgba(0,255,242,.5))}.NotificationBell-module-scss-module__5ELIbG__badge{color:#fff;background:#f44;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;line-height:1;animation:2s ease-in-out infinite NotificationBell-module-scss-module__5ELIbG__badgePulse;display:flex;position:absolute;top:4px;right:4px;box-shadow:0 0 6px rgba(255,68,68,.6)}@keyframes NotificationBell-module-scss-module__5ELIbG__badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}
.RollingNumber-module-scss-module__TPn-Ha__rollingContainer{font-variant-numeric:tabular-nums;letter-spacing:0;align-items:center;height:1.2em;display:inline-flex;overflow:hidden}.RollingNumber-module-scss-module__TPn-Ha__rollingDigit{text-align:center;will-change:opacity;width:.6em;min-width:0;transition:opacity .15s ease-out,width .3s,min-width .3s;display:inline-block}.RollingNumber-module-scss-module__TPn-Ha__settled{opacity:1!important}.RollingNumber-module-scss-module__TPn-Ha__hidden{width:0;overflow:hidden;opacity:0!important}
.MobileRoomList-module-scss-module__kf_7sW__roomList{padding:16px}.MobileRoomList-module-scss-module__kf_7sW__typeSelector{justify-content:space-between;gap:8px;margin-bottom:16px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__typeBtn{cursor:pointer;opacity:.6;background:rgba(0,0,0,.5);border:1px solid #333;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 10px;transition:all .2s;display:flex}.MobileRoomList-module-scss-module__kf_7sW__typeBtn.MobileRoomList-module-scss-module__kf_7sW__active{opacity:1;background:rgba(255,255,255,.1);border-color:#fff}.MobileRoomList-module-scss-module__kf_7sW__typeBtn img{width:18px;height:18px}.MobileRoomList-module-scss-module__kf_7sW__typeBtn span{color:#fff;font-size:11px}.MobileRoomList-module-scss-module__kf_7sW__roomsGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.MobileRoomList-module-scss-module__kf_7sW__roomCard{cursor:pointer;background:rgba(0,0,0,.6);border:1px solid #333;transition:transform .2s,border-color .2s;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__roomCard:active{border-color:#666;transform:scale(.98)}.MobileRoomList-module-scss-module__kf_7sW__roomCard.MobileRoomList-module-scss-module__kf_7sW__disabled{opacity:.5;pointer-events:none}.MobileRoomList-module-scss-module__kf_7sW__roomCover{background:#1a1a1a;width:100%;height:100px;position:relative;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__roomCover img{object-fit:cover;width:100%;height:100%}.MobileRoomList-module-scss-module__kf_7sW__roomId{color:#fff;background:rgba(0,0,0,.7);border-radius:2px;padding:2px 6px;font-size:10px;position:absolute;top:4px;right:4px}.MobileRoomList-module-scss-module__kf_7sW__typeBadge{color:#fff;text-transform:uppercase;z-index:2;background:rgba(0,0,0,.7);border:1px solid rgba(255,255,255,.3);border-radius:2px;padding:2px 6px;font-size:10px;position:absolute;top:4px;left:4px}.MobileRoomList-module-scss-module__kf_7sW__typeBadge.MobileRoomList-module-scss-module__kf_7sW__official{color:#000;background:rgba(0,255,222,.8);border:none}.MobileRoomList-module-scss-module__kf_7sW__typeBadge.MobileRoomList-module-scss-module__kf_7sW__customized{color:#00ffde;background:rgba(0,0,0,.8);border:1px solid rgba(0,255,222,.5)}.MobileRoomList-module-scss-module__kf_7sW__typeBadge.MobileRoomList-module-scss-module__kf_7sW__simulator{color:#000;background:rgba(255,255,255,.8);border:none}.MobileRoomList-module-scss-module__kf_7sW__roomInfo{padding:8px}.MobileRoomList-module-scss-module__kf_7sW__roomTitle{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:12px;font-weight:500;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__roomDesc{color:rgba(255,255,255,.5);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:28px;margin:0;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__empty{text-align:center;color:rgba(255,255,255,.5);grid-column:1/-1;padding:40px}.MobileRoomList-module-scss-module__kf_7sW__loadMore{color:#fff;cursor:pointer;background:rgba(255,255,255,.1);border:1px solid #333;width:100%;margin-top:16px;padding:12px}.MobileRoomList-module-scss-module__kf_7sW__loadMore:disabled{opacity:.5}.MobileRoomList-module-scss-module__kf_7sW__mpContainer{flex-direction:column;gap:12px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpActionCards{grid-template-columns:1fr 1fr;gap:10px;display:grid}.MobileRoomList-module-scss-module__kf_7sW__mpActionCard{cursor:pointer;background:rgba(0,0,0,.6);border:1px solid #333;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 12px;transition:border-color .2s;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpActionCard:active{border-color:#fff}.MobileRoomList-module-scss-module__kf_7sW__mpActionIcon{color:rgba(255,255,255,.7);font-size:32px}.MobileRoomList-module-scss-module__kf_7sW__mpActionLabel{color:rgba(255,255,255,.8);font-size:13px;font-weight:600}.MobileRoomList-module-scss-module__kf_7sW__mpCreateForm{background:rgba(0,0,0,.6);border:1px solid #333;flex-direction:column;gap:14px;padding:16px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpFormHeader{color:#fff;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpCloseBtn{color:rgba(255,255,255,.6);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px}.MobileRoomList-module-scss-module__kf_7sW__mpSection{flex-direction:column;gap:6px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpLabel{color:rgba(255,255,255,.6);font-size:11px;font-weight:600}.MobileRoomList-module-scss-module__kf_7sW__mpStoryGrid{flex-wrap:wrap;gap:6px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpStoryItem{color:rgba(255,255,255,.7);cursor:pointer;background:rgba(255,255,255,.05);border:1px solid #444;padding:6px 12px;font-size:12px;transition:all .15s}.MobileRoomList-module-scss-module__kf_7sW__mpStoryItem:active{border-color:#fff}.MobileRoomList-module-scss-module__kf_7sW__mpStorySelected{color:#fff;background:rgba(255,255,255,.15);border-color:#fff}.MobileRoomList-module-scss-module__kf_7sW__mpMuted{color:rgba(255,255,255,.4);font-size:12px}.MobileRoomList-module-scss-module__kf_7sW__mpPlayerSelect{gap:8px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpPlayerBtn{color:rgba(255,255,255,.7);cursor:pointer;background:rgba(255,255,255,.05);border:1px solid #444;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;transition:all .15s;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpPlayerActive{color:#fff;background:rgba(255,255,255,.15);border-color:#fff}.MobileRoomList-module-scss-module__kf_7sW__mpInput{color:#fff;box-sizing:border-box;background:rgba(0,0,0,.4);border:1px solid #444;width:100%;height:40px;padding:0 12px;font-size:13px}.MobileRoomList-module-scss-module__kf_7sW__mpInput::placeholder{color:rgba(255,255,255,.3)}.MobileRoomList-module-scss-module__kf_7sW__mpInput:focus{border-color:#fff;outline:none}.MobileRoomList-module-scss-module__kf_7sW__mpBtn{color:#000;cursor:pointer;background:#fff;border:none;width:100%;height:40px;font-size:13px;font-weight:700}.MobileRoomList-module-scss-module__kf_7sW__mpBtn:disabled{opacity:.4;cursor:default}.MobileRoomList-module-scss-module__kf_7sW__mpBtnSecondary{color:#fff;cursor:pointer;background:0 0;border:1px solid #555;width:100%;height:40px;font-size:13px}.MobileRoomList-module-scss-module__kf_7sW__mpError{color:#ef5350;font-size:12px}.MobileRoomList-module-scss-module__kf_7sW__mpConflict{color:rgba(255,255,255,.8);border:1px solid rgba(255,152,0,.5);padding:12px;font-size:12px}.MobileRoomList-module-scss-module__kf_7sW__mpConflict p{margin:0 0 8px}.MobileRoomList-module-scss-module__kf_7sW__mpConflictActions{gap:8px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpRoomCards{flex-direction:column;gap:8px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpRoomCard{cursor:pointer;background:rgba(0,0,0,.6);border:1px solid #333;transition:border-color .2s;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__mpRoomCard:active{border-color:#666}.MobileRoomList-module-scss-module__kf_7sW__mpRoomCover{background:#1a1a1a;width:100%;height:100px;position:relative;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__mpRoomCover img{object-fit:cover;width:100%;height:100%}.MobileRoomList-module-scss-module__kf_7sW__mpRoomInfo{padding:8px 12px}.MobileRoomList-module-scss-module__kf_7sW__mpRoomFull{opacity:.4}.MobileRoomList-module-scss-module__kf_7sW__mpCardHeader{align-items:center;gap:6px;margin-bottom:6px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpStatusBadge{text-transform:uppercase;border-radius:2px;padding:2px 6px;font-size:10px;font-weight:700}.MobileRoomList-module-scss-module__kf_7sW__mpStatus_lobby{color:#d4b8ff;background:rgba(160,120,255,.25)}.MobileRoomList-module-scss-module__kf_7sW__mpStatus_playing{color:#81c784;background:rgba(76,175,80,.25)}.MobileRoomList-module-scss-module__kf_7sW__mpStatus_finished{color:#999;background:rgba(255,255,255,.1)}.MobileRoomList-module-scss-module__kf_7sW__mpLock{opacity:.7;font-size:12px}.MobileRoomList-module-scss-module__kf_7sW__mpStoryName{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:14px;font-weight:700;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__mpCardMeta{color:rgba(255,255,255,.5);justify-content:space-between;margin-bottom:6px;font-size:11px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__mpOnline{color:#81c784}.MobileRoomList-module-scss-module__kf_7sW__mpJoinHint{color:rgba(160,120,255,.7);text-align:right;font-size:10px;font-weight:600}.MobileRoomList-module-scss-module__kf_7sW__savesContainer{flex-direction:column;gap:12px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__savesList{flex-direction:column;gap:10px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__saveCard{background:rgba(0,0,0,.6);border:1px solid #333;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__saveCardClickable{cursor:pointer}.MobileRoomList-module-scss-module__kf_7sW__saveCardClickable:active{border-color:#666;transform:scale(.99)}.MobileRoomList-module-scss-module__kf_7sW__saveCover{background:#1a1a1a;flex:0 0 80px;height:100px;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__saveCover img{object-fit:cover;width:100%;height:100%}.MobileRoomList-module-scss-module__kf_7sW__saveInfo{flex-direction:column;flex:auto;gap:6px;min-width:0;padding:8px 10px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__saveHeader{align-items:center;gap:8px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__saveStoryName{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__saveTypeBadge{border-radius:2px;flex-shrink:0;padding:2px 6px;font-size:10px}.MobileRoomList-module-scss-module__kf_7sW__saveTypeAuto{color:#000;background:rgba(0,255,222,.8)}.MobileRoomList-module-scss-module__kf_7sW__saveTypeManual{color:#000;background:rgba(255,255,255,.85)}.MobileRoomList-module-scss-module__kf_7sW__saveMeta{color:rgba(255,255,255,.7);overflow-wrap:anywhere;flex-direction:column;gap:2px;font-size:11px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__saveFooter{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.MobileRoomList-module-scss-module__kf_7sW__saveHint{color:rgba(0,255,222,.85);text-overflow:ellipsis;flex:1;font-size:11px;overflow:hidden}.MobileRoomList-module-scss-module__kf_7sW__saveDeleteBtn{color:rgba(255,255,255,.7);cursor:pointer;background:0 0;border:1px solid #444;padding:4px 10px;font-size:11px}.MobileRoomList-module-scss-module__kf_7sW__saveDeleteBtn:active{border-color:#888}.MobileRoomList-module-scss-module__kf_7sW__saveDeleteBtn:disabled{opacity:.4;cursor:default}
.MobileCharacterList-module-scss-module__s7PMDq__characterList{flex-direction:column;height:100%;display:flex;overflow:hidden}.MobileCharacterList-module-scss-module__s7PMDq__indicators{background:rgba(0,0,0,.3);justify-content:center;align-items:center;gap:8px;padding:12px 16px;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__indicator{cursor:pointer;background:rgba(255,255,255,.3);border-radius:2px;width:3px;height:16px;transition:all .3s}.MobileCharacterList-module-scss-module__s7PMDq__indicator.MobileCharacterList-module-scss-module__s7PMDq__active{background:#fff;height:20px;box-shadow:0 0 8px rgba(255,255,255,.5)}.MobileCharacterList-module-scss-module__s7PMDq__swipeContainer{touch-action:pan-x;flex:1;overflow:hidden}.MobileCharacterList-module-scss-module__s7PMDq__cardsTrack{height:100%;transition:transform .3s ease-out;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__cardsTrack.MobileCharacterList-module-scss-module__s7PMDq__dragging{transition:none}.MobileCharacterList-module-scss-module__s7PMDq__cardWrapper{box-sizing:border-box;flex:0 0 100%;width:100%;height:100%;padding:8px 12px;overflow-y:auto}.MobileCharacterList-module-scss-module__s7PMDq__card{background:rgba(0,0,0,.4);border:2px solid rgba(255,255,255,.8);border-radius:4px;min-height:100%;position:relative}.MobileCharacterList-module-scss-module__s7PMDq__detailInfo{padding:12px 16px 16px;position:relative}.MobileCharacterList-module-scss-module__s7PMDq__nameLine{cursor:pointer}.MobileCharacterList-module-scss-module__s7PMDq__nameLineInner{justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;padding-left:20px;display:flex;position:relative}.MobileCharacterList-module-scss-module__s7PMDq__nameLineInner:after{content:"";background:linear-gradient(90deg,#fff,rgba(255,255,255,0));height:2px;position:absolute;bottom:0;left:0;right:0}.MobileCharacterList-module-scss-module__s7PMDq__title{color:#fff;font-size:18px;font-weight:500}.MobileCharacterList-module-scss-module__s7PMDq__barcodeIcon{color:rgba(255,255,255,.8);font-family:"Libre Barcode 39 Text",sans-serif;font-size:20px;font-weight:400}.MobileCharacterList-module-scss-module__s7PMDq__legacyTag{letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.4);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:3px;margin-top:4px;padding:2px 8px;font-size:12px;font-weight:600}.MobileCharacterList-module-scss-module__s7PMDq__cardInfo{gap:8px;width:100%;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__cardLeft,.MobileCharacterList-module-scss-module__s7PMDq__cardRight{text-transform:uppercase;color:#fff;font-size:12px;font-weight:100}.MobileCharacterList-module-scss-module__s7PMDq__cardLeft{flex:1.1;position:relative}.MobileCharacterList-module-scss-module__s7PMDq__cardRight{flex:.9}.MobileCharacterList-module-scss-module__s7PMDq__characterImg{object-fit:contain;z-index:2;width:100%;padding-bottom:8px;position:relative}.MobileCharacterList-module-scss-module__s7PMDq__heightImg{opacity:.5;height:100%;position:absolute;top:0;left:0}.MobileCharacterList-module-scss-module__s7PMDq__skillsLabel{color:rgba(255,255,255,.7);font-size:12px}.MobileCharacterList-module-scss-module__s7PMDq__skillsImg{width:100%;max-width:150px;padding-top:6px}.MobileCharacterList-module-scss-module__s7PMDq__vitalStatsLeft{background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 70%,transparent 100%);border-radius:0 6px 6px 0;margin-top:-4px;padding:6px}.MobileCharacterList-module-scss-module__s7PMDq__vitalStatsRight{border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);margin-top:6px;padding:8px 0}.MobileCharacterList-module-scss-module__s7PMDq__occupationName{color:#fff;text-transform:uppercase;font-size:14px;font-weight:500}.MobileCharacterList-module-scss-module__s7PMDq__ageGender{color:rgba(255,255,255,.8);text-transform:none;margin-top:2px;font-size:12px}.MobileCharacterList-module-scss-module__s7PMDq__figureBackground{color:rgba(255,255,255,.7);white-space:normal;word-break:break-word;text-transform:none;font-size:12px;font-weight:100;line-height:1.5}.MobileCharacterList-module-scss-module__s7PMDq__attributeSection{align-items:center;margin-top:4px;display:flex;position:relative}.MobileCharacterList-module-scss-module__s7PMDq__attributeSection:first-of-type{margin-top:0}.MobileCharacterList-module-scss-module__s7PMDq__charData{width:100%;margin-left:4px}.MobileCharacterList-module-scss-module__s7PMDq__attributeSpecial{color:rgba(255,255,255,.9);font-size:10px}.MobileCharacterList-module-scss-module__s7PMDq__heartIcon{animation:1.7s infinite MobileCharacterList-module-scss-module__s7PMDq__heartbeat;display:inline-block}.MobileCharacterList-module-scss-module__s7PMDq__attributeIcon{opacity:.5}.MobileCharacterList-module-scss-module__s7PMDq__hpProgressContainer,.MobileCharacterList-module-scss-module__s7PMDq__mpProgressContainer,.MobileCharacterList-module-scss-module__s7PMDq__sanProgressContainer{border:1px solid rgba(255,255,255,.6);border-radius:2px;gap:1px;height:8px;margin-top:2px;padding:1px;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__hpProgress{background:#00ffde;width:4px;height:100%;box-shadow:0 0 8px #00ffde}.MobileCharacterList-module-scss-module__s7PMDq__mpProgress,.MobileCharacterList-module-scss-module__s7PMDq__sanProgress{background:rgba(255,255,255,.15);width:4px;height:100%;box-shadow:0 0 8px 1px rgba(255,255,255,.15)}.MobileCharacterList-module-scss-module__s7PMDq__sectionLabel{color:rgba(255,255,255,.5);text-transform:none;margin-top:8px;margin-bottom:4px;font-size:11px}.MobileCharacterList-module-scss-module__s7PMDq__twoColumnList{flex-wrap:wrap;justify-content:space-between;gap:4px;padding-top:8px;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__twoColumnList div{text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(#fff 0%,rgba(255,255,255,.3) 100%);-webkit-background-clip:text;background-clip:text;flex-basis:48%;font-size:10px;font-weight:100}.MobileCharacterList-module-scss-module__s7PMDq__twoColumnList div:after{content:"";border-bottom:1px solid rgba(255,255,255,.3);width:16px;height:1px;margin:3px auto 0;display:block}.MobileCharacterList-module-scss-module__s7PMDq__fullWidthSection{border-top:1px solid rgba(255,255,255,.2);margin-top:12px;padding-top:12px}.MobileCharacterList-module-scss-module__s7PMDq__proficiencyGrid{flex-wrap:wrap;gap:8px;padding:6px 0;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__proficiencyItem{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;align-items:center;gap:6px;padding:6px 10px;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__proficiencyItem.MobileCharacterList-module-scss-module__s7PMDq__freeProficiency{background:rgba(76,255,232,.1);border-color:rgba(76,255,232,.5)}.MobileCharacterList-module-scss-module__s7PMDq__proficiencyIcon{object-fit:contain;opacity:.8;width:18px;height:18px}.MobileCharacterList-module-scss-module__s7PMDq__proficiencyName{color:rgba(255,255,255,.9);font-size:12px}.MobileCharacterList-module-scss-module__s7PMDq__inventorySection{border-top:1px solid rgba(255,255,255,.2);margin-top:12px;padding-top:12px}.MobileCharacterList-module-scss-module__s7PMDq__inventoryGrid{flex-wrap:wrap;gap:8px;padding:6px 0;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__inventoryItem{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__itemName{color:rgba(255,255,255,.9)}.MobileCharacterList-module-scss-module__s7PMDq__itemQty{color:rgba(76,255,232,.8);font-family:JetBrains Mono,monospace;font-size:11px}.MobileCharacterList-module-scss-module__s7PMDq__noItems{color:rgba(255,255,255,.4);text-transform:none;font-size:11px;font-style:italic}.MobileCharacterList-module-scss-module__s7PMDq__deleteButtonSimple{text-align:center;cursor:pointer;border-top:1px solid rgba(255,255,255,.2);margin-top:16px;padding:10px 0;transition:background .2s}.MobileCharacterList-module-scss-module__s7PMDq__deleteButtonSimple:active{background:rgba(255,0,0,.1)}.MobileCharacterList-module-scss-module__s7PMDq__deleteButtonSimple span{color:rgba(255,100,100,.8);text-transform:uppercase;font-size:13px}.MobileCharacterList-module-scss-module__s7PMDq__createCard{cursor:pointer;background:rgba(0,0,0,.3);border:2px dashed rgba(255,255,255,.3);flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;display:flex}.MobileCharacterList-module-scss-module__s7PMDq__createCard:active{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.5)}.MobileCharacterList-module-scss-module__s7PMDq__createIcon{color:rgba(255,255,255,.5);margin-bottom:12px;font-size:48px}.MobileCharacterList-module-scss-module__s7PMDq__createCard span{color:rgba(255,255,255,.6);font-size:16px}.MobileCharacterList-module-scss-module__s7PMDq__loading{text-align:center;color:rgba(255,255,255,.5);padding:40px}@keyframes MobileCharacterList-module-scss-module__s7PMDq__heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.1)}28%{transform:scale(1)}42%{transform:scale(1.1)}70%{transform:scale(1)}}
.MobileSettingsPanel-module-scss-module__hzfyJG__settings{padding:16px}.MobileSettingsPanel-module-scss-module__hzfyJG__menuItem{color:rgba(255,255,255,.5);cursor:pointer;background-image:url(/assets/images/img/settingBtnBg.png);background-repeat:no-repeat;background-size:100% 100%;margin-bottom:16px;padding:16px 24px;font-size:16px}.MobileSettingsPanel-module-scss-module__hzfyJG__menuItem:active{color:#000;background-image:url(/assets/images/img/settingBtnBgHover.png)}.MobileSettingsPanel-module-scss-module__hzfyJG__langOptions{background:#333;margin-bottom:16px;margin-left:24px}.MobileSettingsPanel-module-scss-module__hzfyJG__langOptions div{color:rgba(255,255,255,.6);cursor:pointer;padding:12px 24px}.MobileSettingsPanel-module-scss-module__hzfyJG__langOptions div:active{color:#fff;background:#444}
.MobileBottomNav-module-scss-module__mJ2Fga__bottomNav{height:60px;padding-bottom:env(safe-area-inset-bottom);z-index:100;background:rgba(0,0,0,.9);border-top:1px solid #333;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.MobileBottomNav-module-scss-module__mJ2Fga__navItem{cursor:pointer;opacity:.5;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;transition:opacity .2s;display:flex}.MobileBottomNav-module-scss-module__mJ2Fga__navItem.MobileBottomNav-module-scss-module__mJ2Fga__active{opacity:1}.MobileBottomNav-module-scss-module__mJ2Fga__icon{filter:brightness(0)invert();width:24px;height:24px}.MobileBottomNav-module-scss-module__mJ2Fga__label{color:#fff;font-size:10px}
.RedeemCouponModal-module-scss-module__2mXHuq__inputGroup{flex-direction:column;gap:.5rem;padding:0 16px;display:flex}.RedeemCouponModal-module-scss-module__2mXHuq__input{color:#fff;letter-spacing:1px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.15);border-radius:2px;outline:none;padding:10px 14px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:13px;transition:all .15s}.RedeemCouponModal-module-scss-module__2mXHuq__input:focus{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.5)}.RedeemCouponModal-module-scss-module__2mXHuq__input::placeholder{color:rgba(255,255,255,.2)}.RedeemCouponModal-module-scss-module__2mXHuq__message{text-align:center;border-radius:2px;margin:0 16px;padding:8px 12px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:12px}.RedeemCouponModal-module-scss-module__2mXHuq__message.RedeemCouponModal-module-scss-module__2mXHuq__success{color:rgba(255,255,255,.9);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15)}.RedeemCouponModal-module-scss-module__2mXHuq__message.RedeemCouponModal-module-scss-module__2mXHuq__error{color:rgba(255,100,100,.9);background:rgba(255,100,100,.1);border:1px solid rgba(255,100,100,.2)}.RedeemCouponModal-module-scss-module__2mXHuq__buttonGroup{justify-content:flex-end;gap:8px;padding:4px 16px 16px;display:flex}.RedeemCouponModal-module-scss-module__2mXHuq__button{cursor:pointer;letter-spacing:1px;border:none;border-radius:2px;padding:6px 16px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:12px;transition:all .15s}.RedeemCouponModal-module-scss-module__2mXHuq__button:hover{opacity:.9}.RedeemCouponModal-module-scss-module__2mXHuq__button.RedeemCouponModal-module-scss-module__2mXHuq__cancel{color:#999;background:0 0;border:1px solid rgba(255,255,255,.3)}.RedeemCouponModal-module-scss-module__2mXHuq__button.RedeemCouponModal-module-scss-module__2mXHuq__cancel:hover{color:#fff;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.5)}.RedeemCouponModal-module-scss-module__2mXHuq__button.RedeemCouponModal-module-scss-module__2mXHuq__redeem{color:#999;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);font-weight:400}.RedeemCouponModal-module-scss-module__2mXHuq__button.RedeemCouponModal-module-scss-module__2mXHuq__redeem:hover{color:#fff;background:rgba(255,255,255,.2)}.RedeemCouponModal-module-scss-module__2mXHuq__button.RedeemCouponModal-module-scss-module__2mXHuq__redeem:disabled{opacity:.3;cursor:not-allowed}
@keyframes SettingsCard-module-scss-module__K2yjpG__Flash1{0%{opacity:0}20%{opacity:1}60%{opacity:1}80%{opacity:.5}to{opacity:1}}@keyframes SettingsCard-module-scss-module__K2yjpG__Flash2{0%{opacity:0}20%{opacity:1}40%{opacity:.5}60%{opacity:1}80%{opacity:.5}to{opacity:1}}@keyframes SettingsCard-module-scss-module__K2yjpG__blink-animation{0%{opacity:1}40%{opacity:1}50%{opacity:0}90%{opacity:0}to{opacity:1}}@keyframes SettingsCard-module-scss-module__K2yjpG__FadeIn{0%{opacity:0}to{opacity:1}}@keyframes SettingsCard-module-scss-module__K2yjpG__float{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(-10px)}}@keyframes SettingsCard-module-scss-module__K2yjpG__stageJitter{0%{transform:translate(0)}20%{transform:translate(0)}21%{transform:translate(-4px)}25%{transform:translate(-4px)}26%{transform:translate(0)}60%{transform:translate(0)}61%{transform:translate(4px)}66%{transform:translate(4px)}67%{transform:translate(0)}to{transform:translate(0)}}@keyframes SettingsCard-module-scss-module__K2yjpG__openinghight{0%{opacity:0;transform:translateY(-100vh)}to{opacity:1;transform:translateY(0)}}@keyframes SettingsCard-module-scss-module__K2yjpG__dialogueSlideInLeft{0%{opacity:0;transform:translate(-100vw)}to{opacity:1;transform:translate(0)}}@keyframes SettingsCard-module-scss-module__K2yjpG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes SettingsCard-module-scss-module__K2yjpG__colorChange{0%{background-color:rgba(133,133,133,.4)}50%{background-color:rgba(133,133,133,.6)}to{background-color:rgba(133,133,133,.4)}}@keyframes SettingsCard-module-scss-module__K2yjpG__fadeInDialogueMain{0%{opacity:0}to{opacity:1}}@keyframes SettingsCard-module-scss-module__K2yjpG__fadeInBlink{0%{opacity:0}10%{opacity:1}30%{opacity:.6}40%{opacity:1}to{opacity:1}}@keyframes SettingsCard-module-scss-module__K2yjpG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes SettingsCard-module-scss-module__K2yjpG__blink{0%,to{background-color:#5e5e5e}50%{background-color:#303030}}@keyframes SettingsCard-module-scss-module__K2yjpG__hitShake{0%{filter:brightness()drop-shadow(0 0 transparent);transform:translate(0)scale(1)}10%{filter:brightness(2)sepia(.5)drop-shadow(0 0 20px rgba(255,50,50,.8));transform:translate(-15px)scale(.95)}20%{filter:brightness(1.8)drop-shadow(0 0 15px rgba(255,100,100,.6));transform:translate(15px)scale(1.02)}30%{filter:brightness(1.6)sepia(.3)drop-shadow(0 0 12px rgba(255,50,50,.7));transform:translate(-12px)scale(.98)}40%{filter:brightness(1.4)drop-shadow(0 0 10px rgba(255,100,100,.5));transform:translate(10px)scale(1.01)}50%{filter:brightness(1.3)drop-shadow(0 0 8px rgba(255,50,50,.4));transform:translate(-8px)scale(.99)}60%{filter:brightness(1.2)drop-shadow(0 0 6px rgba(255,100,100,.3));transform:translate(6px)scale(1)}70%{filter:brightness(1.1)drop-shadow(0 0 4px rgba(255,50,50,.2));transform:translate(-4px)scale(1)}80%{filter:brightness(1.05)drop-shadow(0 0 2px rgba(255,100,100,.1));transform:translate(2px)scale(1)}to{filter:brightness()drop-shadow(0 0 transparent);transform:translate(0)scale(1)}}@keyframes SettingsCard-module-scss-module__K2yjpG__hitShakeScaled{0%{filter:brightness()drop-shadow(0 0 transparent);transform:scale(1.4)translate(0)rotate(0)}10%{filter:brightness(2)sepia(.5)drop-shadow(0 0 20px rgba(255,50,50,.8));transform:scale(1.4)translate(-10px)rotate(-1deg)}20%{filter:brightness(1.8)drop-shadow(0 0 15px rgba(255,100,100,.6));transform:scale(1.4)translate(10px)rotate(1deg)}30%{filter:brightness(1.6)sepia(.3)drop-shadow(0 0 12px rgba(255,50,50,.7));transform:scale(1.4)translate(-8px)rotate(-.5deg)}40%{filter:brightness(1.4)drop-shadow(0 0 10px rgba(255,100,100,.5));transform:scale(1.4)translate(6px)rotate(.5deg)}50%{filter:brightness(1.3)drop-shadow(0 0 8px rgba(255,50,50,.4));transform:scale(1.4)translate(-5px)rotate(-.3deg)}60%{filter:brightness(1.2)drop-shadow(0 0 6px rgba(255,100,100,.3));transform:scale(1.4)translate(4px)rotate(.3deg)}70%{filter:brightness(1.1)drop-shadow(0 0 4px rgba(255,50,50,.2));transform:scale(1.4)translate(-3px)rotate(0)}80%{filter:brightness(1.05)drop-shadow(0 0 2px rgba(255,100,100,.1));transform:scale(1.4)translate(2px)rotate(0)}to{filter:brightness()drop-shadow(0 0 transparent);transform:scale(1.4)translate(0)rotate(0)}}@keyframes SettingsCard-module-scss-module__K2yjpG__playerHitShakeScaled{0%{filter:brightness()drop-shadow(0 0 transparent);transform:scale(1.75)translate(0)rotate(0)}10%{filter:brightness(2)sepia(.5)drop-shadow(0 0 20px rgba(255,50,50,.8));transform:scale(1.75)translate(-10px)rotate(-1deg)}20%{filter:brightness(1.8)drop-shadow(0 0 15px rgba(255,100,100,.6));transform:scale(1.75)translate(10px)rotate(1deg)}30%{filter:brightness(1.6)sepia(.3)drop-shadow(0 0 12px rgba(255,50,50,.7));transform:scale(1.75)translate(-8px)rotate(-.5deg)}40%{filter:brightness(1.4)drop-shadow(0 0 10px rgba(255,100,100,.5));transform:scale(1.75)translate(6px)rotate(.5deg)}50%{filter:brightness(1.3)drop-shadow(0 0 8px rgba(255,50,50,.4));transform:scale(1.75)translate(-5px)rotate(-.3deg)}60%{filter:brightness(1.2)drop-shadow(0 0 6px rgba(255,100,100,.3));transform:scale(1.75)translate(4px)rotate(.2deg)}70%{filter:brightness(1.1)drop-shadow(0 0 4px rgba(255,50,50,.2));transform:scale(1.75)translate(-3px)rotate(-.1deg)}80%{filter:brightness(1.05)drop-shadow(0 0 2px rgba(255,100,100,.1));transform:scale(1.75)translate(2px)rotate(0)}to{filter:brightness()drop-shadow(0 0 transparent);transform:scale(1.75)translate(0)rotate(0)}}@keyframes SettingsCard-module-scss-module__K2yjpG__avatarFadeIn{0%{opacity:0;transform:scale(1.4)translate(30px)}to{opacity:1;transform:scale(1.4)translate(0)}}@keyframes SettingsCard-module-scss-module__K2yjpG__avatarFadeOut{0%{opacity:1;transform:scale(1.4)translate(0)}to{opacity:0;transform:scale(1.4)translate(30px)}}@keyframes SettingsCard-module-scss-module__K2yjpG__heartbeat{0%,to{filter:drop-shadow(0 0 3px rgba(0,255,255,.3));transform:scaleX(1)scaleY(.9)}25%{filter:drop-shadow(0 0 1px rgba(0,255,255,0));transform:scaleX(.9)scaleY(.95)}50%{filter:drop-shadow(0 0 3px #0ff);transform:scaleX(1.1)scaleY(1)}75%{filter:drop-shadow(0 0 1px rgba(0,255,255,0));transform:scaleX(.9)scaleY(.95)}}.SettingsCard-module-scss-module__K2yjpG__overlay{pointer-events:none;z-index:1000;width:100vw;height:100vh;position:fixed;top:0;left:0}.SettingsCard-module-scss-module__K2yjpG__card{pointer-events:auto;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;transform-origin:50%;background:rgba(0,0,0,.85);border:2px solid #fff;border-radius:2px;min-width:320px;transition:box-shadow .3s,transform .1s ease-out;animation:.2s ease-out SettingsCard-module-scss-module__K2yjpG__Flash1;position:absolute;box-shadow:0 10px 40px rgba(0,0,0,.7)}.SettingsCard-module-scss-module__K2yjpG__card:active{cursor:grabbing}.SettingsCard-module-scss-module__K2yjpG__card:hover{box-shadow:0 15px 50px rgba(0,0,0,.8),0 0 20px rgba(255,255,255,.1)}.SettingsCard-module-scss-module__K2yjpG__cardClosing{animation:.2s ease-in reverse forwards SettingsCard-module-scss-module__K2yjpG__Flash2}.SettingsCard-module-scss-module__K2yjpG__header{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.SettingsCard-module-scss-module__K2yjpG__header span{color:#999;letter-spacing:1px;white-space:nowrap;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:14px;font-weight:400}.SettingsCard-module-scss-module__K2yjpG__closeBtn{pointer-events:auto;flex-shrink:0;color:rgba(255,255,255,.35)!important;cursor:pointer!important;background:0 0!important;border:none!important;width:auto!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:400!important;line-height:1!important;transition:color .2s!important;display:inline!important}.SettingsCard-module-scss-module__K2yjpG__closeBtn:hover{color:rgba(255,255,255,.8)!important}.SettingsCard-module-scss-module__K2yjpG__body{flex-direction:column;gap:8px;padding:8px 16px 16px;display:flex}.SettingsCard-module-scss-module__K2yjpG__section{flex-direction:column;gap:6px;display:flex}.SettingsCard-module-scss-module__K2yjpG__sectionLabel{color:rgba(255,255,255,.35);letter-spacing:1px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:11px}.SettingsCard-module-scss-module__K2yjpG__grid{grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.SettingsCard-module-scss-module__K2yjpG__btn{pointer-events:auto;color:#999!important;cursor:pointer!important;letter-spacing:1px!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:2px!important;justify-content:center!important;align-items:center!important;width:auto!important;margin:0!important;padding:6px 8px!important;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif!important;font-size:12px!important;line-height:1.4!important;transition:all .15s!important;display:flex!important}.SettingsCard-module-scss-module__K2yjpG__btn:hover{color:#fff!important;background:rgba(255,255,255,.2)!important;border-color:rgba(255,255,255,.5)!important}.SettingsCard-module-scss-module__K2yjpG__btnDisabled{opacity:.5;cursor:not-allowed!important}.SettingsCard-module-scss-module__K2yjpG__btnDisabled:hover{color:#999!important;background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.3)!important}.SettingsCard-module-scss-module__K2yjpG__btnActive{color:#000!important;background:#00ffde!important;border-color:#00ffde!important;box-shadow:0 0 8px rgba(0,255,222,.5)!important}.SettingsCard-module-scss-module__K2yjpG__btnTall{flex-direction:column!important;gap:6px!important;padding:12px 8px!important}.SettingsCard-module-scss-module__K2yjpG__cursorIcon{justify-content:center;align-items:center;display:inline-flex}.SettingsCard-module-scss-module__K2yjpG__cursorIcon svg{flex-shrink:0;width:24px;height:24px}
@keyframes MagneticCursor-module-scss-module__vQTp1G__idleSpin{0%,85%{transform:rotate(0)}95%{transform:rotate(360deg)}to{transform:rotate(360deg)}}@keyframes MagneticCursor-module-scss-module__vQTp1G__loadingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MagneticCursor-module-scss-module__vQTp1G__cursor{pointer-events:none;z-index:99999;mix-blend-mode:difference;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:26px;height:22px;margin-top:-6px;margin-left:-13px;transition:width .3s,height .3s,margin .3s,opacity .3s;position:fixed;top:0;left:0}.MagneticCursor-module-scss-module__vQTp1G__cursorInner{transform-origin:50% 25%;width:100%;height:100%;animation:8s ease-in-out infinite MagneticCursor-module-scss-module__vQTp1G__idleSpin;position:relative}.MagneticCursor-module-scss-module__vQTp1G__loading .MagneticCursor-module-scss-module__vQTp1G__cursorInner{animation:1s linear infinite MagneticCursor-module-scss-module__vQTp1G__loadingSpin}.MagneticCursor-module-scss-module__vQTp1G__paused .MagneticCursor-module-scss-module__vQTp1G__cursorInner{animation-play-state:paused}.MagneticCursor-module-scss-module__vQTp1G__edgeLeft,.MagneticCursor-module-scss-module__vQTp1G__edgeRight,.MagneticCursor-module-scss-module__vQTp1G__edgeTop{background-color:rgba(255,255,255,.9);transition:width .3s,height .3s,top .3s,left .3s,right .3s,bottom .3s,transform .3s;position:absolute}.MagneticCursor-module-scss-module__vQTp1G__edgeLeft{transform-origin:0;width:16px;height:1.5px;top:2px;left:2px;transform:rotate(60deg)}.MagneticCursor-module-scss-module__vQTp1G__edgeRight{transform-origin:100%;width:16px;height:1.5px;top:2px;right:2px;transform:rotate(-60deg)}.MagneticCursor-module-scss-module__vQTp1G__edgeTop{width:16px;height:1.5px;top:-4px;left:50%;transform:translate(-50%)}.MagneticCursor-module-scss-module__vQTp1G__hovering{width:35px;height:30px;margin-top:-8px;margin-left:-17.5px}.MagneticCursor-module-scss-module__vQTp1G__hovering .MagneticCursor-module-scss-module__vQTp1G__edgeLeft,.MagneticCursor-module-scss-module__vQTp1G__hovering .MagneticCursor-module-scss-module__vQTp1G__edgeRight{width:22px}.MagneticCursor-module-scss-module__vQTp1G__hovering .MagneticCursor-module-scss-module__vQTp1G__edgeTop{width:22px;top:-5px}.MagneticCursor-module-scss-module__vQTp1G__magnetic{width:42px;height:36px;margin-top:-10px;margin-left:-21px}.MagneticCursor-module-scss-module__vQTp1G__magnetic .MagneticCursor-module-scss-module__vQTp1G__edgeLeft,.MagneticCursor-module-scss-module__vQTp1G__magnetic .MagneticCursor-module-scss-module__vQTp1G__edgeRight,.MagneticCursor-module-scss-module__vQTp1G__magnetic .MagneticCursor-module-scss-module__vQTp1G__edgeTop{width:26px}.MagneticCursor-module-scss-module__vQTp1G__clicking{width:20px;height:16px;margin-top:-4px;margin-left:-10px}.MagneticCursor-module-scss-module__vQTp1G__clicking .MagneticCursor-module-scss-module__vQTp1G__edgeLeft,.MagneticCursor-module-scss-module__vQTp1G__clicking .MagneticCursor-module-scss-module__vQTp1G__edgeRight,.MagneticCursor-module-scss-module__vQTp1G__clicking .MagneticCursor-module-scss-module__vQTp1G__edgeTop{width:12px}.MagneticCursor-module-scss-module__vQTp1G__hidden{opacity:0}.MagneticCursor-module-scss-module__vQTp1G__cursorDot{pointer-events:none;z-index:99999;mix-blend-mode:difference;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:0 0;border-top:7px solid #fff;border-left:4px solid transparent;border-right:4px solid transparent;width:0;height:0;margin-top:-2px;margin-left:-4px;transition:border-width .2s,margin .2s,opacity .3s;position:fixed;top:0;left:0}.MagneticCursor-module-scss-module__vQTp1G__dotHovering{border-top-width:5px;border-left-width:3px;border-right-width:3px;margin-top:-1px;margin-left:-3px}.MagneticCursor-module-scss-module__vQTp1G__dotClicking{border-top-width:9px;border-left-width:5px;border-right-width:5px;margin-top:-3px;margin-left:-5px}
.ErrorBoundary-module-scss-module__4AqEyq__errorContainer{color:#f5f7fb;background-color:#000;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:JetBrains Mono,monospace;display:flex}.ErrorBoundary-module-scss-module__4AqEyq__errorContent{text-align:center;max-width:520px}.ErrorBoundary-module-scss-module__4AqEyq__errorIcon{margin-bottom:24px;font-size:64px}.ErrorBoundary-module-scss-module__4AqEyq__errorTitle{color:#f5f7fb;margin-bottom:16px;font-size:24px;font-weight:700}.ErrorBoundary-module-scss-module__4AqEyq__errorMessage{color:#a0aab8;margin-bottom:8px;font-size:15px;line-height:1.6}.ErrorBoundary-module-scss-module__4AqEyq__errorHint{color:#7acdf0;margin-bottom:32px;font-size:13px;line-height:1.6}.ErrorBoundary-module-scss-module__4AqEyq__errorDetails{text-align:left;color:#a0aab8;background-color:#0b0f14;border:1px solid rgba(255,255,255,.12);border-radius:8px;max-height:200px;margin-bottom:32px;padding:16px;font-size:12px;overflow:auto}.ErrorBoundary-module-scss-module__4AqEyq__errorDetails summary{cursor:pointer;color:#e5e7eb;margin-bottom:8px}.ErrorBoundary-module-scss-module__4AqEyq__errorDetails pre{white-space:pre-wrap;word-break:break-word;margin:0}.ErrorBoundary-module-scss-module__4AqEyq__errorActions{justify-content:center;gap:16px;margin:0 -8px;display:flex}.ErrorBoundary-module-scss-module__4AqEyq__errorActions>*{margin:0 8px}.ErrorBoundary-module-scss-module__4AqEyq__primaryBtn{color:#000;cursor:pointer;background-color:#7acdf0;border:none;border-radius:8px;padding:12px 28px;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600;transition:background-color .2s}.ErrorBoundary-module-scss-module__4AqEyq__primaryBtn:hover{background-color:#b7e6fb}.ErrorBoundary-module-scss-module__4AqEyq__secondaryBtn{color:#e5e7eb;cursor:pointer;background-color:transparent;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:12px 28px;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600;transition:background-color .2s,border-color .2s}.ErrorBoundary-module-scss-module__4AqEyq__secondaryBtn:hover{background-color:#0b0f14;border-color:rgba(255,255,255,.24)}.ErrorBoundary-module-scss-module__4AqEyq__mobileHintBanner{text-align:center;background-color:rgba(122,205,240,.08);border:1px solid rgba(122,205,240,.25);border-radius:10px;margin-top:36px;padding:16px 20px;display:none}@media (max-width:768px){.ErrorBoundary-module-scss-module__4AqEyq__mobileHintBanner{display:block}}.ErrorBoundary-module-scss-module__4AqEyq__mobileHintTitle{color:#7acdf0;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.ErrorBoundary-module-scss-module__4AqEyq__mobileHintText{color:#a0aab8;margin:0;font-size:13px;line-height:1.6}
.ReferralCodeModal-module-scss-module__hTvU0W__codeDisplay{color:rgba(255,255,255,.9);text-align:center;letter-spacing:2px;-webkit-user-select:all;-moz-user-select:all;user-select:all;word-break:break-all;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.15);border-radius:2px;margin:0 16px;padding:14px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,monospace;font-size:13px}.ReferralCodeModal-module-scss-module__hTvU0W__copyButton{color:#999;cursor:pointer;letter-spacing:1px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:2px;width:calc(100% - 32px);margin:0 16px;padding:8px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:12px;font-weight:400;transition:all .15s}.ReferralCodeModal-module-scss-module__hTvU0W__copyButton:hover{color:#fff;background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5)}.ReferralCodeModal-module-scss-module__hTvU0W__copyButton:active{transform:translateY(1px)}.ReferralCodeModal-module-scss-module__hTvU0W__message{text-align:center;color:#999;margin:0 16px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:11px}.ReferralCodeModal-module-scss-module__hTvU0W__referralStats{border-top:1px solid rgba(255,255,255,.15);flex-direction:column;gap:.6rem;margin:0 16px;padding-top:12px;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__statsHeader{justify-content:space-between;align-items:center;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__statsLabel{color:#999;letter-spacing:1px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:13px}.ReferralCodeModal-module-scss-module__hTvU0W__statsCount{color:#999;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:2px;padding:2px 8px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,monospace;font-size:13px;font-weight:400}.ReferralCodeModal-module-scss-module__hTvU0W__progressBar{background:rgba(255,255,255,.08);border-radius:2px;width:100%;height:4px;overflow:hidden}.ReferralCodeModal-module-scss-module__hTvU0W__progressFill{background:rgba(255,255,255,.5);border-radius:2px;height:100%;transition:width .5s}.ReferralCodeModal-module-scss-module__hTvU0W__rewardInfo{flex-direction:column;gap:.3rem;margin-top:.2rem;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__infoNotice{color:#999;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:2px;flex-direction:column;gap:.45rem;padding:8px 10px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:12px;line-height:1.5;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__rewardItem{color:#999;align-items:center;gap:.5rem;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:12px;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__rewardIcon{font-size:12px}.ReferralCodeModal-module-scss-module__hTvU0W__maxReached{text-align:center;color:#999;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:2px;padding:6px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:12px;font-weight:400}.ReferralCodeModal-module-scss-module__hTvU0W__referredUsers{border-top:1px solid rgba(255,255,255,.15);flex-direction:column;gap:.5rem;margin:0 16px;padding-top:12px;padding-bottom:16px;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__referredUsersHeader{color:#999;letter-spacing:1px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:13px;font-weight:400}.ReferralCodeModal-module-scss-module__hTvU0W__referredUsersLoading{justify-content:center;padding:1rem 0;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__spinner{border:2px solid rgba(255,255,255,.1);border-top-color:rgba(255,255,255,.6);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite ReferralCodeModal-module-scss-module__hTvU0W__spin}@keyframes ReferralCodeModal-module-scss-module__hTvU0W__spin{to{transform:rotate(360deg)}}.ReferralCodeModal-module-scss-module__hTvU0W__referredUsersEmpty{text-align:center;color:rgba(255,255,255,.3);padding:.8rem 0;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:12px}.ReferralCodeModal-module-scss-module__hTvU0W__referredUsersList{flex-direction:column;gap:.3rem;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__referredUserItem{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:2px;justify-content:space-between;align-items:center;gap:.5rem;padding:8px 10px;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__referredUserItem:hover{background:rgba(255,255,255,.05)}.ReferralCodeModal-module-scss-module__hTvU0W__referredUserInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__referredUserEmail{color:#999;letter-spacing:1px;white-space:nowrap;text-overflow:ellipsis;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,monospace;font-size:12px;overflow:hidden}.ReferralCodeModal-module-scss-module__hTvU0W__referredUserDate{color:rgba(255,255,255,.3);font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:10px}.ReferralCodeModal-module-scss-module__hTvU0W__referredUserBadges{flex-shrink:0;gap:4px;display:flex}.ReferralCodeModal-module-scss-module__hTvU0W__badge{white-space:nowrap;border-radius:2px;padding:2px 6px;font-family:WenQuanYi Bitmap Song,WenQuanYiBitmapSong,sans-serif;font-size:10px;font-weight:400}.ReferralCodeModal-module-scss-module__hTvU0W__badgeVerified{color:rgba(255,255,255,.8);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15)}.ReferralCodeModal-module-scss-module__hTvU0W__badgePending{color:rgba(255,255,255,.4);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1)}.ReferralCodeModal-module-scss-module__hTvU0W__badgeRewarded{color:rgba(255,255,255,.7);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15)}
