.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__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}
.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}
.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;width:100%;max-width:480px;animation:.22s GameInviteModal-module__UbBCma__slideUp}@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}.GameInviteModal-module__UbBCma__games{flex-direction:column;gap:8px;display:flex}.GameInviteModal-module__UbBCma__gameOption{border:2px solid var(--separator);background:var(--bg-tertiary);text-align:left;border-radius:14px;align-items:center;gap:14px;padding:14px 16px;transition:all .15s;display:flex}.GameInviteModal-module__UbBCma__gameOption:hover{background:var(--bg-elevated)}.GameInviteModal-module__UbBCma__gameSelected{border-color:var(--accent);background:#0a84ff14}.GameInviteModal-module__UbBCma__gameIcon{flex-shrink:0;font-size:28px}.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);-moz-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}
.TicTacToe-module__63t_YG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:500;background:#000000d9;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(.85)}to{opacity:1;transform:scale(1)}}.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:13px;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;display:flex}.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;display:flex}.TicTacToe-module__63t_YG__activePlayer{box-shadow:0 0 0 2px var(--accent);background:#0a84ff1a}.TicTacToe-module__63t_YG__playerSymbol{letter-spacing:-1px;font-size:22px;font-weight:900}.TicTacToe-module__63t_YG__player:first-child .TicTacToe-module__63t_YG__playerSymbol{color:#ff453a}.TicTacToe-module__63t_YG__player:last-child .TicTacToe-module__63t_YG__playerSymbol{color:#0a84ff}.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:.6}}.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.03)}.TicTacToe-module__63t_YG__hoverable:active{transform:scale(.96)}.TicTacToe-module__63t_YG__cellX{background:#ff453a14;border-color:#ff453a4d}.TicTacToe-module__63t_YG__cellO{background:#0a84ff14;border-color:#0a84ff4d}.TicTacToe-module__63t_YG__winCell{animation:.3s TicTacToe-module__63t_YG__winPop;border-color:var(--success)!important;background:#30d15826!important}@keyframes TicTacToe-module__63t_YG__winPop{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}.TicTacToe-module__63t_YG__cellContent{font-size:32px;font-weight:900;line-height:1}.TicTacToe-module__63t_YG__cellX .TicTacToe-module__63t_YG__cellContent{color:#ff453a}.TicTacToe-module__63t_YG__cellO .TicTacToe-module__63t_YG__cellContent{color:#0a84ff}.TicTacToe-module__63t_YG__result{border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:10px;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:#30d158eb}.TicTacToe-module__63t_YG__resultLoss{background:#1c1c1ef0}.TicTacToe-module__63t_YG__resultDraw{background:#636366eb}.TicTacToe-module__63t_YG__resultTitle{color:#fff;text-align:center;font-size:28px;font-weight:800}.TicTacToe-module__63t_YG__resultSub{color:#fffc;text-align:center;font-size:14px}.TicTacToe-module__63t_YG__xpGain{color:#ffd60a;text-shadow:0 0 20px #ffd60a99;font-size:20px;font-weight:700}.TicTacToe-module__63t_YG__ticketGain{color:#ffffffe6;font-size:16px;font-weight:600}.TicTacToe-module__63t_YG__closeResultBtn{color:#fff;background:#fff3;border-radius:24px;margin-top:8px;padding:12px 32px;font-size:15px;font-weight:600;transition:background .15s}.TicTacToe-module__63t_YG__closeResultBtn:hover{background:#ffffff4d}@media (max-width:400px){.TicTacToe-module__63t_YG__modal{border-radius:20px}.TicTacToe-module__63t_YG__cellContent{font-size:26px}}
.GameInviteCard-module__BNQ2Ea__card{flex-direction:column;gap:10px;min-width:200px;max-width:240px;padding:14px;display:flex}.GameInviteCard-module__BNQ2Ea__top{align-items:center;gap:10px;display:flex}.GameInviteCard-module__BNQ2Ea__gameIcon{flex-shrink:0;font-size:28px}.GameInviteCard-module__BNQ2Ea__info{flex-direction:column;gap:2px;min-width:0;display:flex}.GameInviteCard-module__BNQ2Ea__title{font-size:13px;font-weight:600;line-height:1.3}.GameInviteCard-module__BNQ2Ea__own .GameInviteCard-module__BNQ2Ea__title{color:#ffffffe6}.GameInviteCard-module__BNQ2Ea__other .GameInviteCard-module__BNQ2Ea__title{color:var(--text-primary)}.GameInviteCard-module__BNQ2Ea__game{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:#ffd60a33}.GameInviteCard-module__BNQ2Ea__other .GameInviteCard-module__BNQ2Ea__wager{color:var(--warning);background:#ffd60a1f}.GameInviteCard-module__BNQ2Ea__actions{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:#ff453a26;border-radius:10px;flex:1;padding:8px 10px;font-size:13px;font-weight:600;transition:background .15s}.GameInviteCard-module__BNQ2Ea__declineBtn:hover{background:#ff453a40}.GameInviteCard-module__BNQ2Ea__declineBtn:disabled{opacity:.5}.GameInviteCard-module__BNQ2Ea__playBtn{border-radius:10px;width:100%;padding:8px;font-size:13px;font-weight:600;transition:opacity .15s}.GameInviteCard-module__BNQ2Ea__own .GameInviteCard-module__BNQ2Ea__playBtn{color:#fff;background:#ffffff2e}.GameInviteCard-module__BNQ2Ea__other .GameInviteCard-module__BNQ2Ea__playBtn{background:var(--accent);color:#fff}.GameInviteCard-module__BNQ2Ea__playBtn:hover{opacity:.85}.GameInviteCard-module__BNQ2Ea__waiting{opacity:.65;text-align:center;font-size:12px;animation:1.8s infinite GameInviteCard-module__BNQ2Ea__blink}@keyframes GameInviteCard-module__BNQ2Ea__blink{0%,to{opacity:.65}50%{opacity:.35}}.GameInviteCard-module__BNQ2Ea__statusText{opacity:.65;text-align:center;font-size:12px}
.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__loadingWrap{justify-content:center;align-items:center;height:200px;display:flex}.ChatScreen-module__3bpgXW__dots{gap:6px;display:flex}.ChatScreen-module__3bpgXW__dots span{background:var(--text-muted);border-radius:50%;width:8px;height:8px;animation:1.2s infinite ChatScreen-module__3bpgXW__bounce}.ChatScreen-module__3bpgXW__dots span:nth-child(2){animation-delay:.2s}.ChatScreen-module__3bpgXW__dots span:nth-child(3){animation-delay:.4s}@keyframes ChatScreen-module__3bpgXW__bounce{0%,80%,to{transform:scale(.6)}40%{transform:scale(1)}}.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}
.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__hint{color:var(--text-muted);margin-top:20px;font-size:12px;line-height:1.6}@media (max-width:400px){.LoginScreen-module__qRnwXW__card{padding:32px 20px}.LoginScreen-module__qRnwXW__title{font-size:24px}}
.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}@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%}}
