:root{--bg:#0f1115;--card:#171a21;--card-soft:#1c2030;--text:#e9edf5;--muted:#a4adbd;--border:#2a3345;--border-strong:#38445f;--accent:#19c37d;--accent-2:#2dd4ff;--danger:#ff5c7a;--warning:#ffb020}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;font-family:Space Grotesk,Avenir Next,Trebuchet MS,Segoe UI,sans-serif;line-height:1.45;background:radial-gradient(1100px 520px at 8% -4%,rgba(25,195,125,.13),transparent 60%),radial-gradient(900px 460px at 96% 8%,rgba(45,212,255,.11),transparent 58%),var(--bg);color:var(--text)}.appBody{min-height:100dvh;overflow-x:hidden;overflow-y:auto}.langSwitchBtn{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:rgba(17,22,31,.92);border:1px solid hsla(0,0%,100%,.15)}.langSwitchBtn.floating{position:fixed;top:calc(12px + env(safe-area-inset-top));right:12px;z-index:2200}.langSwitchLabel{font-size:12px;color:#c3ccdb}.langSwitchValue{min-width:34px;text-align:center;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#0d1a20;font-size:12px;font-weight:900;padding:3px 8px}a{color:inherit;text-decoration:none}.container{width:min(100%,1040px);margin:0 auto;padding:14px}.card{background:linear-gradient(170deg,hsla(0,0%,100%,.02),transparent 42%),var(--card);border:1px solid var(--border-strong);border-radius:18px;padding:14px;box-shadow:0 12px 36px rgba(0,0,0,.26);transition:transform .14s ease,border-color .16s ease,box-shadow .16s ease}.row{align-items:center}.col,.row{display:flex;gap:12px}.col{flex-direction:column}button,input,select,textarea{border-radius:12px;border:1px solid var(--border);padding:11px 13px;min-height:44px;background:#111622;color:var(--text);font-size:15px}@media (hover:none) and (pointer:coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]),select,textarea{font-size:16px}}button{cursor:pointer;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#041116;border:0;font-weight:900;transition:transform .12s ease,filter .12s ease,opacity .12s ease,background .16s ease,border-color .16s ease}button.secondary{background:hsla(0,0%,100%,.02);border:1px solid var(--border);color:var(--text);font-weight:700}button:disabled{opacity:.58;cursor:not-allowed;transform:none!important}input::placeholder,textarea::placeholder{color:#71809b}.small{color:var(--muted);font-size:12px}.grid{display:grid;grid-template-columns:repeat(10,36px);grid-template-rows:repeat(10,36px);grid-gap:6px;gap:6px}.cell{width:36px;height:36px;border-radius:10px;display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.badge,.cell{border:1px solid var(--border);align-items:center;background:#0f0f18}.badge{display:inline-flex;gap:6px;padding:6px 10px;border-radius:999px;color:var(--muted);font-size:12px}.isoStage{border-radius:16px;overflow:hidden;border:1px solid var(--border);background:#0f0f18}.pokemonStage{position:relative;width:100%;min-height:0;overflow:hidden;background:linear-gradient(180deg,#9fe5ff,#d9f7ff)}.pokemonStageSimple{background:radial-gradient(circle at 18% 14%,hsla(0,0%,100%,.92) 0 8%,transparent 9%),radial-gradient(circle at 24% 16%,hsla(0,0%,100%,.92) 0 6%,transparent 7%),radial-gradient(circle at 76% 11%,hsla(0,0%,100%,.9) 0 8%,transparent 9%),radial-gradient(circle at 82% 13%,hsla(0,0%,100%,.9) 0 6%,transparent 7%),linear-gradient(180deg,#8fdcff,#d9f7ff 30%,#d9f7ff)}.pokemonStageFrame{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:14px;gap:14px;height:100%;padding:16px}.pokemonStageFooter,.pokemonStageLabel{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border:3px solid rgba(77,113,142,.34);border-radius:16px;background:rgba(242,249,252,.94);color:#34536e;box-shadow:0 7px 0 rgba(77,113,142,.18);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.pokemonStageFooter span,.pokemonStageLabel span{min-width:0}.pokemonRoomGrid{position:relative;width:min(100%,960px);aspect-ratio:1/1;margin:0 auto;padding:14px;border:5px solid rgba(77,113,142,.44);border-radius:22px;background:linear-gradient(180deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,0) 16%),linear-gradient(180deg,rgba(157,221,255,.12),rgba(87,172,91,.06)),#72d388;box-shadow:0 22px 50px rgba(19,38,46,.22),inset 0 0 0 4px hsla(0,0%,100%,.32)}.pokemonRoomGridSimple{background:linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,0) 16%),#74d585}.pokemonAvatarLayer,.pokemonTileLayer{position:absolute;inset:14px}.pokemonTileLayer{display:grid;grid-gap:0;gap:0}.pokemonAvatarLayer{pointer-events:none}.pokemonTile{position:relative;border:0;border-radius:0;padding:0;margin:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;image-rendering:pixelated;background-repeat:no-repeat;transition:transform 90ms ease,filter 90ms ease}.pokemonTile:focus-visible,.pokemonTile:hover{outline:none;transform:translateY(-1px);z-index:2}.pokemonTile:after,.pokemonTile:before{content:"";position:absolute;inset:0;pointer-events:none}.pokemonTile.terrain-grass{background-color:#7cd56a}.pokemonTile.terrain-grass:before{background:linear-gradient(180deg,hsla(0,0%,100%,.08),transparent 42%);opacity:.6}.pokemonTile.terrain-path{background-color:#d9e8b9}.pokemonTile.terrain-path:before{background:linear-gradient(180deg,hsla(0,0%,100%,.08),transparent 44%)}.pokemonTile.is-hovered{box-shadow:inset 0 0 0 3px rgba(250,204,21,.8)}.pokemonTile.is-blocked{filter:saturate(.92)}.pokemonAvatar{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:0;transform:translate(-50%,-76%);transition:left .15s linear,top .15s linear;transform-origin:bottom center}.pokemonAvatarShadow{position:absolute;bottom:6%;left:50%;width:28%;height:5%;border-radius:999px;background:rgba(20,44,28,.2);transform:translateX(-50%)}.pokemonAvatarSprite{position:relative;width:100%;height:100%;min-width:78px;min-height:92px;overflow:hidden;animation:pokemonAvatarBob .9s ease-in-out infinite alternate}.pokemonAvatarSpriteSheet{position:absolute;inset:0;background-repeat:no-repeat;background-size:600% 100%;background-position-y:6%;image-rendering:pixelated;filter:drop-shadow(0 2px 0 rgba(16,24,20,.18));transform:scale(1.78);transform-origin:center 72%}.pokemonAvatar.is-flipped .pokemonAvatarSpriteSheet{transform:scaleX(-1) scale(1.78)}.pokemonAvatarName{position:absolute;left:50%;bottom:-18px;transform:translateX(-50%);max-width:112px;padding:2px 7px;border-radius:999px;background:rgba(245,253,255,.96);color:#25445e;font-size:10px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pokemonAvatarName.alt-a{border:1px solid rgba(37,68,94,.14)}.pokemonAvatarName.alt-b{border:1px solid rgba(22,101,52,.14)}.pokemonAvatar.is-self .pokemonAvatarName{background:#1d4ed8;color:#eff6ff}.pokemonSpeechBubble{bottom:74%;transform:translateX(-50%);max-width:132px;padding:6px 8px;border:3px solid rgba(35,64,92,.22);border-radius:12px;color:#23405c;font-size:10px;font-weight:800;line-height:1.25;text-align:center;box-shadow:0 10px 18px rgba(35,64,92,.14)}.pokemonSpeechBubble,.pokemonSpeechBubble:after{position:absolute;left:50%;background:hsla(0,0%,100%,.96)}.pokemonSpeechBubble:after{content:"";bottom:-9px;width:14px;height:14px;border-right:3px solid rgba(35,64,92,.22);border-bottom:3px solid rgba(35,64,92,.22);transform:translateX(-50%) rotate(45deg)}@keyframes pokemonAvatarBob{0%{transform:translateY(0)}to{transform:translateY(-4px)}}@media (max-width:980px){.pokemonStageFrame{padding:12px;gap:10px}.pokemonStageFooter,.pokemonStageLabel{flex-wrap:wrap;justify-content:center;text-align:center;font-size:9px;box-shadow:0 6px 0 rgba(35,64,92,.16)}.pokemonRoomGrid{width:100%;padding:10px;border-width:4px;border-radius:18px}.pokemonAvatarLayer,.pokemonTileLayer{inset:10px}.pokemonAvatarSprite{min-width:60px;min-height:72px}.pokemonAvatarName{bottom:-16px;max-width:82px;font-size:9px}.pokemonSpeechBubble{max-width:92px;font-size:9px}}.mobileShell{min-height:100dvh;display:flex;flex-direction:column}.mobileTopBar{position:-webkit-sticky;position:sticky;top:0;z-index:1300;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:calc(8px + env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid hsla(0,0%,100%,.08);background:rgba(11,15,22,.84);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobileTopMeta{min-width:0;display:flex;flex-direction:column}.mobileTopEyebrow{color:#7f8a9d;font-size:10px;letter-spacing:.18em;font-weight:800}.mobileTopTitle{font-size:18px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobileTopActions{display:flex;align-items:center;gap:8px}.notificationWrap{position:relative}.notificationBtn{position:relative;min-width:34px;width:34px;height:34px;padding:0;display:inline-grid;place-items:center;box-shadow:none;outline:none;transform:translateY(-1px)}.notificationBtn,.notificationBtn.active{border-color:transparent;background:transparent}.notificationBtnIcon{font-size:18px;line-height:1;filter:drop-shadow(0 3px 10px rgba(0,0,0,.28))}.notificationCountBadge{position:absolute;top:-5px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:linear-gradient(135deg,#ff8a5b,#ff4d6d);color:#fff;font-size:11px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 18px rgba(255,77,109,.28)}.notificationPanel{position:absolute;top:calc(100% + 10px);right:0;width:min(380px,calc(100vw - 28px));max-height:min(70vh,560px);overflow:auto;border-radius:18px;border:1px solid hsla(0,0%,100%,.12);background:radial-gradient(120% 120% at 100% 0,rgba(45,212,255,.12),transparent 45%),rgba(11,15,22,.98);box-shadow:0 24px 60px rgba(0,0,0,.42);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1600}.notificationPanelHeader{padding:14px 14px 8px}.notificationSummaryRow{display:flex;flex-wrap:wrap;gap:8px;padding:0 14px 12px}.notificationSummaryPill{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);color:#c6d0e0;font-size:12px;font-weight:800}.notificationList{display:flex;flex-direction:column;padding:0 8px 8px}.notificationItem{display:flex;align-items:flex-start;gap:10px;padding:10px;border-radius:14px;color:inherit}.notificationItem:hover{background:hsla(0,0%,100%,.04)}.notificationCopy{min-width:0;flex:1 1}.notificationHeadlineRow{display:flex;align-items:flex-start;gap:8px}.notificationHeadline{min-width:0;font-size:13px;line-height:1.35}.notificationInlineCount{min-width:20px;padding:0 6px;background:rgba(45,212,255,.16);color:#8ce5ff}.notificationHintTag,.notificationInlineCount{flex:0 0 auto;height:20px;border-radius:999px;font-size:11px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.notificationHintTag{min-width:34px;padding:0 7px;background:rgba(25,195,125,.16);color:#89f1c3}.notificationSubline{margin-top:4px;color:#b3bed0;font-size:12px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationMeta{margin-top:4px;color:#7f8a9d;font-size:11px}.notificationEmpty{padding:12px 10px 14px;color:#9eabbf;font-size:13px}@media (max-width:640px){.notificationPanel{position:fixed;left:12px;right:12px;top:calc(env(safe-area-inset-top) + 68px);width:auto;max-height:calc(100dvh - env(safe-area-inset-top) - 84px)}}.mobileTopBtn{min-height:38px;padding:8px 10px;font-size:13px}.mobileMain{flex:1 1;min-height:0}.mobileMain.withNav{padding-bottom:calc(84px + env(safe-area-inset-bottom))}.mobileNav{position:fixed;left:0;right:0;bottom:0;z-index:1400;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid hsla(0,0%,100%,.1);background:rgba(11,15,22,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobileNavGrid{width:min(100%,760px);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.mobileNavBtn{min-height:56px;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#c3ccdb}.mobileNavBtn.active{border-color:rgba(45,212,255,.38);background:rgba(45,212,255,.16);color:#f6fbff}.mobileNavIcon{font-size:16px;line-height:1}.mobileNavLabel{font-size:12px;font-weight:800}.screenCenter{min-height:min(100dvh,920px);display:grid;place-items:center;padding:16px}.authShell{width:min(100%,460px)}.authCard{background:radial-gradient(120% 120% at 10% -16%,rgba(45,212,255,.16),transparent 52%),radial-gradient(90% 130% at 100% 0,rgba(25,195,125,.14),transparent 48%),var(--card-soft);border:1px solid var(--border-strong);border-radius:22px;padding:18px;box-shadow:0 18px 48px rgba(0,0,0,.3)}.authBrand{font-size:11px;font-weight:900;letter-spacing:.2em;color:#8ce5ff;margin-bottom:10px}.authTabs{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.authTab{min-height:42px;border-radius:12px;border:1px solid var(--border);background:hsla(0,0%,100%,.03);color:#d3dbeb;font-weight:800}.authTab.active{border-color:rgba(45,212,255,.45);background:rgba(45,212,255,.2);color:#f8fdff}.authForm{margin-top:14px}.roomsListItem{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:10px 11px;border-radius:14px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.02)}.roomsIndex{gap:10px}.roomsScopeRow{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.roomsScopeRow::-webkit-scrollbar{display:none}.roomsScopeRow button{flex:0 0 auto}.roomsCreateRow input{flex:1 1;min-width:220px}.roomsCreateRow button{flex:0 0 auto}.roomsListMain{min-width:0;flex:1 1}.roomsRoomBadges,.roomsRoomMeta{margin-top:6px}.roomsListActions button{min-height:38px}.threadItem{width:100%;text-align:left;background:hsla(0,0%,100%,.03)!important;color:var(--text)!important;border:1px solid hsla(0,0%,100%,.09)!important}.threadItem.active{border-color:rgba(45,212,255,.4)!important;background:rgba(45,212,255,.14)!important}.mobileSheetRoot{position:fixed;inset:0;z-index:1800}.mobileSheetBackdrop{position:absolute;inset:0;border:0;background:rgba(2,5,10,.58)}.mobileSheetPanel{position:absolute;left:0;right:0;bottom:0;max-height:min(82dvh,640px);overflow:auto;padding:14px;border-top-left-radius:20px;border-top-right-radius:20px;border:1px solid hsla(0,0%,100%,.14);background:#131926;box-shadow:0 -20px 48px rgba(0,0,0,.42)}.mobileSheetHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.mobileSheetActions{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.filterPill{min-height:40px;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.03);color:var(--text);font-size:13px;font-weight:800;padding:8px 12px}.filterPill.active{border-color:rgba(45,212,255,.45);background:rgba(45,212,255,.16)}.socialTabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.socialDmCard{gap:10px}.socialDmCard,.socialDmList{display:flex;flex-direction:column}.socialDmList{max-height:38dvh;overflow:auto;gap:8px;padding:2px}.socialDmBubble{max-width:92%;width:-moz-fit-content;width:fit-content;padding:8px 10px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03)}.socialDmBubble.mine{margin-left:auto;border-color:rgba(45,212,255,.38);background:rgba(45,212,255,.17)}.socialDmInputRow{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px}.profilePage{padding-bottom:calc(94px + env(safe-area-inset-bottom))}.profileSection{scroll-margin-top:84px}.profileJumpBtn{min-height:34px;padding:6px 10px;font-size:12px}.profileStickySave{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:1200;display:flex;flex-direction:column;align-items:stretch;padding:10px;border:1px solid rgba(45,212,255,.26);border-radius:16px;background:rgba(8,14,22,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profileStickySave button{align-self:center;width:100%;max-width:420px}.profileStickyStatus{margin-bottom:8px;padding:8px 10px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);text-align:center}.profileStickyStatusSuccess{border-color:rgba(34,197,94,.24);background:rgba(34,197,94,.12);color:#b8f5c9}.profileStickyStatusError{border-color:rgba(244,63,94,.24);background:rgba(244,63,94,.12);color:#ffb1bc}.publicProfilePage{padding-bottom:calc(28px + env(safe-area-inset-bottom))}.profileHeroCard{scroll-margin-top:84px}.profilePrimaryActions{align-items:flex-end}.statButtonGrid{gap:8px}.statButton.active{border-color:rgba(45,212,255,.5)!important;background:rgba(45,212,255,.16)!important}.profileModuleCard{scroll-margin-top:148px}.profileModuleNavCard{position:-webkit-sticky;position:sticky;top:max(10px,calc(env(safe-area-inset-top) + 8px));z-index:24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobileStatRail{position:fixed;left:0;right:0;bottom:calc(12px + env(safe-area-inset-bottom));z-index:1180;padding:6px 10px;display:none;pointer-events:none}.mobileStatRailInner{display:flex;gap:8px;overflow-x:auto;padding:6px;border-radius:14px;border:1px solid hsla(0,0%,100%,.1);background:rgba(9,14,22,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.mobileStatPill{border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);color:var(--text);border-radius:999px;min-height:40px;padding:7px 11px;display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:12px;font-weight:800}.mobileStatPill.active{border-color:rgba(45,212,255,.45);background:rgba(45,212,255,.2)}.mobileStatPillLabel{opacity:.95}.mobileStatPillCount{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:hsla(0,0%,100%,.14);font-size:11px;font-weight:900}.moduleStatePanel{border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.03);padding:10px 11px}.moduleStateNotice{border-color:rgba(255,176,32,.38);background:rgba(255,176,32,.12);color:#ffd79a}.moduleStateEmpty{border-color:hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);color:#b9c3d5}.moduleStateInfo{border-color:rgba(45,212,255,.3);background:rgba(45,212,255,.1);color:#bcefff}.moduleListRow{padding:9px 10px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);transition:background .14s ease,border-color .14s ease,transform .12s ease}.profileActionStack{display:flex;flex-direction:column;gap:10px}.profileCoinPanel,.profileGiftPanel{border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px}.profileCoinRow,.profileGiftRow{align-items:stretch}.profileGiftRow input:first-child{width:90px;flex:0 0 auto}.profileGiftRow input:nth-child(2){min-width:220px;flex:1 1 280px}.profileCoinRow input{width:140px;flex:0 0 auto}.profileModerationRow{align-items:stretch}.moduleCompose{border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);border-radius:12px;padding:10px}.moduleComposeFooter{margin-top:2px}.modulePrimaryCta{border:0;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#031017;font-weight:900}.modulePrimaryCta:active{transform:translateY(1px)}.dangerGhost{border-color:rgba(255,92,122,.45)!important;background:rgba(255,92,122,.14)!important;color:#ffd2dc!important}.moduleSkeletonStack{display:flex;flex-direction:column;gap:8px}.moduleSkeletonItem{height:56px;border-radius:12px;border:1px solid hsla(0,0%,100%,.09);background:linear-gradient(110deg,hsla(0,0%,100%,.03) 30%,hsla(0,0%,100%,.14) 45%,hsla(0,0%,100%,.03) 60%),hsla(0,0%,100%,.03);background-size:210% 100%;animation:moduleShimmer 1.25s linear infinite}.moduleSkeletonItem.short{width:72%}@keyframes moduleShimmer{0%{background-position:160% 0}to{background-position:-60% 0}}@media (hover:hover) and (pointer:fine){.card:hover{transform:translateY(-1px);border-color:rgba(45,212,255,.22);box-shadow:0 18px 42px rgba(0,0,0,.3)}.moduleListRow:hover{background:hsla(0,0%,100%,.04);border-color:rgba(45,212,255,.24)}button:hover:not(:disabled){filter:brightness(1.04)}}@media (min-width:768px){.container{padding:22px}.card{padding:18px}.mobileNav,.mobileTopBar{padding-left:22px;padding-right:22px}.profileStickySave{left:50%;right:auto;width:min(720px,calc(100% - 44px));transform:translateX(-50%)}.socialDmList{max-height:44dvh}}@media (max-width:900px){.desktopStatCard{display:none}.mobileStatRail{display:block}.profilePrimaryActions{flex-direction:column;align-items:stretch}.profilePrimaryActions button{width:100%!important;max-width:100%}.profileCoinRow button,.profileCoinRow input,.profileGiftRow button,.profileGiftRow input,.profileModerationRow button{width:100%!important;max-width:100%;flex:1 1 100%}.roomsIndex{gap:8px}.roomsGreetingRow{align-items:flex-start;flex-direction:column}.roomsGreetingRow .secondary,.roomsToolbarTop>.row{width:100%}.roomsToolbarTop>.row button{flex:1 1}.roomsCreateRow{width:100%;display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.roomsCreateRow button,.roomsCreateRow input{width:100%;min-width:0}.roomsListItem{align-items:stretch}.roomsListActions,.roomsListActions button{width:100%}}@media (min-width:901px){.mobileStatRail{display:none}}.profilePage,.publicProfilePage{width:min(1120px,100%);margin:0 auto;gap:14px}.profilePage .card,.publicProfilePage .card{border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:radial-gradient(circle at top left,rgba(45,212,255,.08),transparent 44%),linear-gradient(180deg,rgba(10,15,24,.96),rgba(7,11,18,.92));box-shadow:none}.profileHeroCard{border-color:rgba(45,212,255,.16)!important;background:radial-gradient(circle at top right,rgba(15,118,158,.22),transparent 34%),radial-gradient(circle at top left,rgba(34,197,94,.12),transparent 28%),linear-gradient(180deg,rgba(11,17,27,.98),rgba(7,11,18,.94))!important}.profileHeaderRow{gap:12px}.profileHeaderMeta{display:flex;flex-direction:column;gap:6px}.profileHeaderMeta strong{font-size:24px;line-height:1.05;color:#f2f7ff}.profileHeaderMeta .small{max-width:660px;color:#91a0b8}.profileHeaderActions{align-items:center;flex-wrap:wrap}.profileSectionNav{gap:7px}.profileJumpBtn{min-height:30px;padding:0 10px;font-size:11px;border-radius:9px;border-color:hsla(0,0%,100%,.08)!important;background:hsla(0,0%,100%,.03)!important}.profileEditorHero,.profileHeroLayout{gap:16px}.profilePage .profileSection{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(160,221,255,.09);background:radial-gradient(circle at top right,rgba(56,189,248,.1),transparent 34%),radial-gradient(circle at bottom left,rgba(16,185,129,.06),transparent 30%),linear-gradient(180deg,rgba(10,16,27,.98),rgba(7,12,21,.95));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 14px 34px rgba(0,0,0,.2)}.profilePage .profileSection:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,rgba(34,197,94,0),rgba(56,189,248,.42),rgba(34,197,94,0));pointer-events:none}.profilePage .profileSection>.row:first-child strong,.profilePage .profileSection>strong{color:#f4f8ff;font-size:18px;line-height:1.1}.profileEditorAvatar,.profileHeroAvatarRail{width:148px;flex:0 0 148px;padding:12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.025)}.profileEditorAvatar .small,.profileHeroAvatarRail .small{text-align:center;color:#8e9bb2}.profileEditorSummary,.profileHeroMain{gap:10px}.profilePage .profileField{padding:11px 12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.025)}.profileHeroText{color:#cad5e7;line-height:1.45}.desktopStatCard .small,.profileField .small,.profileModuleCard .small,.profileSimplePanel .small,.profileToggleList .small{color:#8e9bb2}.profileToggleItem{min-height:38px;padding:0 12px;border-radius:10px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.025)}.profilePreferenceCard,.uiToggleCard{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:74px;padding:14px 16px;border-radius:16px;border:1px solid hsla(0,0%,100%,.07);background:radial-gradient(circle at top right,rgba(45,212,255,.08),transparent 42%),linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.02));cursor:pointer}.profilePreferenceCardBody,.uiToggleCardBody{display:flex;flex-direction:column;gap:6px;min-width:0}.profilePreferenceCardBody strong,.uiToggleCardBody strong{color:#edf5ff;font-size:14px;line-height:1.2}.profilePreferenceSwitch,.uiToggleSwitch{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}.profilePreferenceSwitch input,.uiToggleSwitch input{position:absolute;inset:0;opacity:0;pointer-events:none}.profilePreferenceSwitchTrack,.uiToggleSwitchTrack{position:relative;display:inline-flex;align-items:center;width:54px;height:32px;padding:4px;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.08);transition:background .16s ease,border-color .16s ease}.profilePreferenceSwitchThumb,.uiToggleSwitchThumb{width:22px;height:22px;border-radius:999px;background:#f4f8ff;box-shadow:0 4px 10px rgba(0,0,0,.24);transition:transform .16s ease}.profilePreferenceSwitch.active .profilePreferenceSwitchTrack,.uiToggleSwitch.active .uiToggleSwitchTrack{border-color:rgba(45,212,255,.28);background:linear-gradient(135deg,rgba(45,212,191,.88),rgba(34,197,94,.88))}.profilePreferenceSwitch.active .profilePreferenceSwitchThumb,.uiToggleSwitch.active .uiToggleSwitchThumb{transform:translateX(22px)}.uiChoiceCard{position:relative;display:flex;align-items:center;gap:10px;min-height:44px;padding:0 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.025);color:#dfe8f7;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .12s ease}.uiChoiceCard input{position:absolute;inset:0;opacity:0;pointer-events:none}.uiChoiceCard.active{border-color:rgba(45,212,255,.28);background:radial-gradient(circle at top right,rgba(45,212,255,.12),transparent 40%),linear-gradient(180deg,rgba(45,212,255,.1),hsla(0,0%,100%,.03));color:#f2f7ff}.uiChoiceCardBadge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);font-size:11px;font-weight:900;color:transparent}.uiChoiceCard.active .uiChoiceCardBadge{border-color:rgba(45,212,255,.22);background:rgba(45,212,255,.18);color:#ecfeff}.uiChoiceCardLabel{font-weight:700}.uiTogglePill{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:6px 8px 6px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#dfe8f7;cursor:pointer}.uiTogglePillLabel{font-size:12px;font-weight:800;white-space:nowrap}.profileModuleOrderItem{min-height:52px;padding:10px 12px}.profileActivityItem,.profileCoinPanel,.profileGiftPanel,.profileLinkCard,.profileModuleOrderItem,.profileSimplePanel{border-radius:14px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.025)}.profileActivityItem,.profileLinkCard{padding:12px}.profilePage .profileActivityItem,.profilePage .profileLinkCard{position:relative;border-radius:18px;border-color:hsla(0,0%,100%,.07);background:radial-gradient(circle at top right,rgba(45,212,255,.08),transparent 42%),linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.018));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03),0 10px 24px rgba(0,0,0,.14)}.profileFlash{padding:12px 14px!important}.profileFlashError{border-color:rgba(244,63,94,.22)!important;background:rgba(244,63,94,.08)!important}.profileFlashSuccess{border-color:rgba(34,197,94,.22)!important;background:rgba(34,197,94,.08)!important}.profileInlineError{color:#ff9aa2}.profileInlineSuccess{color:#9ae6b4}.profilePage input,.profilePage select,.profilePage textarea,.publicProfilePage input,.publicProfilePage select,.publicProfilePage textarea{width:100%;min-height:38px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#edf5ff;padding:9px 11px}.profilePage textarea,.publicProfilePage textarea{min-height:92px;resize:vertical}.profilePage a.secondary,.profilePage button,.publicProfilePage a.secondary,.publicProfilePage button{min-height:34px;border-radius:10px;padding:0 12px}.profilePage .secondary,.publicProfilePage .secondary{border-color:hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#dfe8f7}.profilePage .badge,.publicProfilePage .badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:9px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#dfe8f7;font-size:11px;font-weight:800}.profileStickySave{right:14px;left:auto;width:min(360px,calc(100vw - 28px));padding:8px;border:1px solid rgba(34,197,94,.24);border-radius:14px;background:rgba(7,15,18,.9)}.profileStickySave button{max-width:none}.statButtonGrid{gap:7px}.statButton{min-height:32px;padding:0 11px;border-radius:9px;border:1px solid hsla(0,0%,100%,.08)!important;background:hsla(0,0%,100%,.03)!important;color:#d5e1f0;font-size:11px;font-weight:800}.statButton.active{border-color:rgba(45,212,255,.28)!important;background:rgba(15,118,158,.18)!important}.mobileStatRailInner{border-radius:12px}.mobileStatPill,.mobileStatRailInner{gap:6px;border-color:hsla(0,0%,100%,.08)}.mobileStatPill{background:hsla(0,0%,100%,.03);border-radius:10px;min-height:34px;padding:0 10px;font-size:11px}.mobileStatPill.active{border-color:rgba(45,212,255,.24);background:rgba(15,118,158,.18)}.mobileStatPillCount{min-width:18px;height:18px;padding:0 5px;font-size:10px}.moduleStatePanel{border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.025)}.moduleListRow{padding:10px 11px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.02)}.moduleCompose,.profileCoinPanel,.profileGiftPanel{border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.025);border-radius:14px;padding:12px}.modulePrimaryCta{background:linear-gradient(135deg,rgba(34,197,94,.92),rgba(20,184,166,.92));color:#021510}.publicProfilePage .desktopStatCard,.publicProfilePage .profileModuleCard,.publicProfilePage .profileSimplePanel{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(160,221,255,.09);background:radial-gradient(circle at top right,rgba(56,189,248,.12),transparent 34%),radial-gradient(circle at bottom left,rgba(16,185,129,.08),transparent 32%),linear-gradient(180deg,rgba(10,16,27,.98),rgba(7,12,21,.95));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 14px 34px rgba(0,0,0,.22)}.publicProfilePage .desktopStatCard:before,.publicProfilePage .profileModuleCard:before,.publicProfilePage .profileSimplePanel:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,rgba(34,197,94,0),rgba(56,189,248,.48),rgba(34,197,94,0));pointer-events:none}.profileStatsCard{gap:14px}.profileModuleHeader{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid hsla(0,0%,100%,.06)}.profileModuleHeaderCompact{margin-bottom:12px}.profileModuleEyebrow{font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#7dd3fc}.profileModuleTitleRow{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.profileModuleTitleRow strong{display:inline-flex;align-items:center;gap:10px;font-size:20px;line-height:1.05;color:#f4f8ff}.profileModuleTitleIcon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:rgba(56,189,248,.14);border:1px solid rgba(56,189,248,.24);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05);font-size:16px}.profileModuleSubtitle{max-width:780px;color:#8fa0ba}.profileModuleBody{display:flex;flex-direction:column;gap:12px}.profileModuleNavRow{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.profileModuleNavBtn{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;min-height:40px!important;padding:0 12px!important;border-radius:12px!important}.profileModuleNavBtnIcon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px;border-radius:8px;background:rgba(56,189,248,.12);border:1px solid rgba(56,189,248,.2)}.profileModuleNavBtnLabel{white-space:nowrap}.profileModuleNavBtnCount{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:hsla(0,0%,100%,.08);font-size:10px;font-weight:900}.profilePage .profileModuleOrderItem{position:relative;border-radius:18px;border-color:hsla(0,0%,100%,.07);background:radial-gradient(circle at top right,rgba(45,212,255,.08),transparent 42%),linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.018));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03),0 10px 24px rgba(0,0,0,.14)}.profileModuleOrderActions{align-items:center}.moduleSectionLabel{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900;color:#8fdcff}.moduleActionRow,.moduleBadgeRow{align-items:center}.profileMediaSurface{overflow:hidden;border-radius:18px;border:1px solid hsla(0,0%,100%,.07);background:radial-gradient(circle at top left,rgba(56,189,248,.08),transparent 40%),linear-gradient(180deg,rgba(3,6,12,.98),rgba(6,10,18,.98));padding:10px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.025),0 10px 18px rgba(0,0,0,.12)}.profileMediaPreviewToolbar{color:#90a2bc}.profileMediaPreviewGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.profileMediaPreviewCard{width:100%;min-height:0!important;padding:0!important;overflow:hidden;text-align:left;border-radius:18px!important;border:1px solid hsla(0,0%,100%,.07)!important;background:radial-gradient(circle at top right,rgba(56,189,248,.08),transparent 40%),linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.018))!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.025),0 10px 18px rgba(0,0,0,.12)}.profileMediaPreviewFrame{position:relative;aspect-ratio:1/1;overflow:hidden;background:#03060c}.profileMediaPreviewAsset{width:100%;height:100%;display:block;object-fit:cover;background:#000}.profileMediaPreviewPlay{right:10px;bottom:10px;justify-content:center;width:34px;height:34px;background:rgba(3,8,14,.74);color:#f4f8ff;font-size:13px}.profileMediaPreviewPlay,.profileMediaPreviewTag{position:absolute;display:inline-flex;align-items:center;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);font-weight:900}.profileMediaPreviewTag{left:10px;top:10px;min-height:24px;padding:0 8px;background:rgba(3,8,14,.8);color:#d8e7f7;font-size:10px}.profileMediaPreviewMeta{display:flex;flex-direction:column;gap:8px;padding:11px 12px 12px}.profileMediaPreviewCaption{min-height:34px;color:#e9f1fc;font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profileMediaPreviewStats{display:flex;gap:8px;flex-wrap:wrap;color:#8ea1bc;font-size:11px}.profileMediaShowMoreBtn{align-self:flex-start}.profileMediaOverlay{position:fixed;inset:0;z-index:1300;display:grid;place-items:center;padding:20px}.profileMediaOverlayBackdrop{position:absolute;inset:0;border:0;background:rgba(1,4,8,.82);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profileMediaOverlayCard{position:relative;z-index:1;width:min(1080px,100%);max-height:min(92vh,940px);overflow:hidden;border-radius:24px;border:1px solid rgba(125,211,252,.18);background:radial-gradient(circle at top right,rgba(56,189,248,.12),transparent 36%),linear-gradient(180deg,rgba(10,16,27,.98),rgba(6,11,18,.98));box-shadow:0 28px 80px rgba(0,0,0,.48),inset 0 1px 0 hsla(0,0%,100%,.05)}.profileMediaOverlayHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 14px;border-bottom:1px solid hsla(0,0%,100%,.06)}.profileMediaOverlayHeaderActions{justify-content:flex-end}.profileMediaOverlayBody{padding:18px 20px 20px;max-height:calc(92vh - 74px);overflow-y:auto;overscroll-behavior:contain}.profileMediaDetailAsset{width:100%;max-height:min(62vh,720px);display:block;object-fit:contain;background:#000;border-radius:10px}.profileMediaDetailStage{display:flex;flex-direction:column;gap:12px}.profileMediaDetailGesture{touch-action:pan-y}.profileMediaDetailNav{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px}.profileMediaDetailNavBtn{min-height:46px!important;padding:0 16px!important;border-radius:14px!important;font-size:14px;font-weight:900}.profileMediaDetailNavHint{text-align:center;color:#93a6c2;white-space:nowrap}.profileStatButtonGrid{gap:10px}.profileStatButton{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:12px}.mobileStatPillIcon,.profileStatButtonIcon{display:inline-flex;align-items:center;justify-content:center;width:20px;flex:0 0 20px;opacity:.95}.profileStatButtonCount{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:hsla(0,0%,100%,.08);color:#dbeafe;font-size:10px;font-weight:900}.publicProfilePage .desktopStatCard .badge,.publicProfilePage .profileModuleCard .badge{background:rgba(56,189,248,.12);border-color:rgba(56,189,248,.18)}.publicProfilePage .moduleStatePanel{border-radius:16px;border:1px solid hsla(0,0%,100%,.07);background:linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.02));padding:12px 13px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03)}.publicProfilePage .moduleStateNotice{border-color:rgba(250,204,21,.28);background:rgba(250,204,21,.1);color:#fde68a}.publicProfilePage .moduleStateInfo{border-color:rgba(56,189,248,.22);background:rgba(56,189,248,.1);color:#c9f1ff}.publicProfilePage .moduleStateEmpty{color:#bfd0e6}.publicProfilePage .moduleCompose,.publicProfilePage .profileCoinPanel,.publicProfilePage .profileGiftPanel{position:relative;border-radius:18px;border:1px solid hsla(0,0%,100%,.07);background:radial-gradient(circle at top right,rgba(45,212,255,.08),transparent 42%),linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.018));padding:14px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03),0 10px 24px rgba(0,0,0,.14)}.publicProfilePage .moduleComposeFooter{margin-top:4px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.05)}.publicProfilePage .moduleListRow{position:relative;padding:13px 14px;border-radius:18px;border:1px solid hsla(0,0%,100%,.07);background:radial-gradient(circle at top left,rgba(56,189,248,.08),transparent 40%),linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.018));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.025),0 10px 18px rgba(0,0,0,.12)}.publicProfilePage .modulePrimaryCta{min-height:38px;padding:0 15px;border-radius:12px;background:linear-gradient(135deg,rgba(45,212,191,.96),rgba(34,197,94,.96));color:#041611;box-shadow:0 10px 24px rgba(16,185,129,.18)}.publicProfilePage .modulePrimaryCta:hover{filter:brightness(1.03)}.publicProfilePage .profileSimplePanel>.row:first-child strong,.publicProfilePage .profileSimplePanel>strong{color:#f4f8ff;font-size:18px;line-height:1.1}.publicProfilePage .profileSimplePanel .profileHeroText,.publicProfilePage .profileSimplePanel>.small{color:#9caec6}.publicProfilePage .profileActivityItem,.publicProfilePage .profileLinkCard{border-radius:18px;border-color:hsla(0,0%,100%,.07);background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.018))}.publicProfilePage .mobileStatPill{min-height:38px;padding:0 12px;border-radius:12px;gap:7px}.publicProfilePage .mobileStatPillCount{background:hsla(0,0%,100%,.1)}@media (hover:hover) and (pointer:fine){.profilePage .card:hover,.publicProfilePage .card:hover{transform:none;border-color:rgba(45,212,255,.16);box-shadow:none}.moduleListRow:hover{background:hsla(0,0%,100%,.035);border-color:rgba(45,212,255,.18)}}@media (min-width:768px){.profileStickySave{right:22px;width:min(360px,calc(100% - 44px));transform:none}}@media (max-width:900px){.profileModuleNavCard{top:max(8px,calc(env(safe-area-inset-top) + 6px))}.profileMediaPreviewGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profileMediaOverlay{padding:10px}.profileMediaOverlayCard{width:100%;max-height:calc(100vh - 20px);border-radius:20px}.profileMediaOverlayBody,.profileMediaOverlayHeader{padding-left:14px;padding-right:14px}.profileMediaDetailAsset{max-height:44vh}.profileMediaDetailNav{grid-template-columns:1fr 1fr;gap:12px}.profileMediaDetailNavHint{grid-column:1/-1;order:3;white-space:normal}.profileMediaDetailNavBtn{min-height:52px!important;font-size:15px}.profileEditorAvatar,.profileHeroAvatarRail{width:100%;flex-basis:100%}}.clientRoot{min-height:100vh;height:100vh;height:100svh;width:100%;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(1200px 720px at 16% 8%,rgba(45,212,255,.12),transparent 52%),radial-gradient(980px 640px at 82% 18%,rgba(249,115,22,.1),transparent 48%),linear-gradient(180deg,hsla(0,0%,100%,.02),transparent 22%),var(--bg)}.clientStage{flex:1 1;min-height:0;position:relative;padding:18px 18px 10px}.clientStageInner{position:relative;height:100%;width:100%;border-radius:24px;overflow:hidden;border:1px solid var(--border);background:radial-gradient(circle at top,hsla(0,0%,100%,.03),transparent 22%),rgba(11,12,20,.76);box-shadow:0 26px 84px rgba(0,0,0,.46)}.stageHudTopLeft{position:absolute;top:18px;left:18px;z-index:20;max-width:min(460px,calc(100% - 36px));padding:14px 16px;border-radius:18px;border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02)),rgba(10,10,16,.64);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 40px rgba(0,0,0,.26)}.stageHudTitle{display:flex;align-items:center;gap:8px;font-weight:800;flex-wrap:wrap;font-size:15px;letter-spacing:.2px}.stageHudSub{margin-top:8px;color:var(--muted);font-size:12px;line-height:1.45}.chatOverlay{position:absolute;left:12px;bottom:88px;z-index:20;display:flex;flex-direction:column;gap:6px;max-width:520px;pointer-events:auto}.chatLine{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:7px 10px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:rgba(10,10,16,.55);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:13px}.chatName{color:#e5e7eb;font-weight:800}.chatMsg{color:#e5e7eb;opacity:.95;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.chatLineMain{flex:1 1;min-width:0}.chatOverlayToggle{align-self:flex-start;min-height:30px;padding:6px 10px;border-radius:10px;border:1px solid hsla(0,0%,100%,.14);background:rgba(10,10,16,.6);color:hsla(0,0%,100%,.92);font-size:12px;font-weight:800}.miniIconBtn{width:30px;height:30px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);color:hsla(0,0%,100%,.88);cursor:pointer;display:grid;place-items:center;flex:0 0 auto}.miniIconBtn:hover{background:hsla(0,0%,100%,.06)}.desktopChatDock{position:absolute;left:18px;bottom:18px;z-index:22;width:clamp(380px,32vw,480px);height:clamp(320px,42vh,430px);display:flex;flex-direction:column;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:radial-gradient(circle at top left,rgba(45,212,255,.06),transparent 30%),rgba(6,8,14,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 28px rgba(0,0,0,.34);overflow:hidden}.desktopChatHeader{display:flex;align-items:center;justify-content:space-between;gap:5px;padding:4px 8px 1px;border-bottom:0}.desktopChatHeaderCopy{display:flex;min-width:0;align-items:baseline;gap:4px}.desktopChatHeaderCopy strong{font-size:11px;line-height:1;font-weight:800}.desktopChatHeaderMeta{color:rgba(199,211,229,.34);font-size:8px;font-weight:600;line-height:1;letter-spacing:.02em}.desktopChatTabs{display:flex;gap:2px;overflow-x:auto;padding:2px 8px 3px;scrollbar-width:none}.desktopChatTabs::-webkit-scrollbar{display:none}.desktopChatTab{display:inline-flex;align-items:center;gap:3px;min-height:18px;padding:0 6px;border-radius:6px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.02);color:#aebcd1;font-size:9px;font-weight:800;white-space:nowrap;flex:0 0 auto}.desktopChatTab.active{border-color:rgba(45,212,255,.18);background:rgba(10,88,122,.18);color:#f5fbff}.desktopChatTabLabel{max-width:76px;overflow:hidden;text-overflow:ellipsis}.desktopChatUnread{min-width:12px;height:12px;padding:0 2px;border-radius:999px;background:rgba(34,197,94,.2);color:#d7ffe5;font-size:7px;line-height:12px;text-align:center}.desktopChatBody{flex:1 1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:0;padding:0 6px 2px}.desktopRoomChatLine{display:grid;grid-template-columns:33px minmax(44px,auto) minmax(0,1fr) auto;grid-gap:3px;gap:3px;align-items:start;padding:0;border-bottom:0;font-size:10px;line-height:1.05}.desktopRoomChatTime{color:#5f6c84;font-size:8px;white-space:nowrap}.desktopRoomChatName{color:#edf3ff;font-weight:650;white-space:nowrap}.desktopRoomChatName.mine{color:#8ce5ff}.desktopRoomChatText{color:#c7d3e5;min-width:0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.desktopRoomChatLine .miniIconBtn{width:14px;height:14px;border-radius:5px;border-color:transparent;background:transparent;font-size:8px;opacity:.06;transition:opacity .12s ease,background .12s ease,border-color .12s ease}.desktopRoomChatLine .miniIconBtn:focus-visible,.desktopRoomChatLine:hover .miniIconBtn{opacity:.62}.desktopDmList{display:flex;flex-direction:column;gap:2px;padding:0 0 1px}.desktopDmMsg .dmBubble{max-width:84%;padding:4px 6px;border-radius:8px}.desktopDmMsg .dmBubble .dmBubbleText{font-size:10px;line-height:1.08}.desktopDmMsg .dmBubble .dmBubbleMeta{margin-top:1px;font-size:8px}.desktopChatComposer{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:3px;gap:3px;align-items:end;padding:3px 6px 5px;border-top:1px solid hsla(0,0%,100%,.05)}.desktopChatInputWrap{position:relative;min-width:0}.desktopChatComposer .chatInput{width:100%;min-width:0;height:26px;border-radius:6px;border-color:hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.025);padding:0 7px;font-size:11px}.desktopChatComposer .chatSend{height:26px;padding:0 7px;border-radius:6px;font-size:10px}.desktopChatCmdSuggest{left:0;right:0;bottom:30px}.swipeRoomShell{position:relative;height:100%;padding:22px;overflow:auto;background:linear-gradient(180deg,rgba(27,18,23,.55),rgba(10,10,16,.84)),radial-gradient(circle at top left,rgba(225,29,72,.24),transparent 34%),radial-gradient(circle at top right,rgba(217,119,6,.18),transparent 28%),linear-gradient(180deg,#3a2520,#1b1317 55%,#0d0b12)}.swipeRoomBackdrop{position:absolute;inset:16px;border-radius:24px;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.01) 14%,transparent 0,transparent 86%,hsla(0,0%,100%,.01) 0,hsla(0,0%,100%,.05)),linear-gradient(180deg,hsla(0,0%,100%,.06),transparent 20%,transparent 80%,rgba(0,0,0,.22));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05);pointer-events:none}.swipeNotice,.swipeRoomStageLayout,.swipeRoomTopbar{position:relative;z-index:1}.swipeRoomTopbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.swipeRoomTopbarActions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.swipeRoomTopbar h2{margin:4px 0 0;font-size:30px;line-height:1}.swipeLaneKicker,.swipeRoomEyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;color:hsla(0,0%,100%,.62)}.swipeRoomBalance{padding:10px 14px;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:rgba(14,14,20,.48);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:800}.swipeOptionsToggle.active{border-color:rgba(251,113,133,.48);background:rgba(251,113,133,.14)}.swipeOptionsToggle{min-height:38px;padding:0 14px;border-radius:12px;font-size:13px}.swipeNotice{margin-bottom:14px;padding:12px 14px;border-radius:16px;border:1px solid hsla(0,0%,100%,.1);background:rgba(10,10,16,.6)}.swipeNoticesuccess{border-color:rgba(34,197,94,.35);background:rgba(8,43,24,.72)}.swipeNoticeerror{border-color:rgba(239,68,68,.35);background:rgba(63,15,18,.76)}.swipeNoticeinfo{border-color:rgba(245,158,11,.3);background:rgba(60,37,6,.75)}.swipeRoomStageLayout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px) minmax(0,1fr);align-items:start;grid-gap:22px;gap:22px;min-height:calc(100% - 96px)}.swipeRoomStageLayoutSingle{grid-template-columns:minmax(0,1fr) minmax(320px,380px)}.swipeFeedStack,.swipeLane,.swipeRoomMain{display:flex;flex-direction:column;gap:14px}.swipeFeedStack{position:relative;padding-top:10px}.swipeRoomStatusRow{display:flex;flex-wrap:wrap;gap:10px}.swipeMiniBadge,.swipeStatusChip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.88);font-size:11px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.swipeMiniBadge.is-live,.swipeStatusChip.is-live{border-color:rgba(74,222,128,.34);background:rgba(34,197,94,.12);color:#dcfce7}.swipeMiniBadge.is-muted,.swipeStatusChip.is-muted{border-color:hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.68)}.swipeStatusChip.is-warn{border-color:rgba(251,191,36,.34);background:rgba(251,191,36,.12);color:#fef3c7}.swipeInlineHint{padding:14px 16px;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.78);line-height:1.45}.swipeLane:nth-child(3){align-self:center}.swipeLaneHeader h3{margin:4px 0 0;font-size:20px}.swipeControlHead h3{margin:6px 0 0;font-size:24px}.swipeFrame{position:relative;overflow:hidden;border-radius:24px;border:2px solid hsla(35,65%,69%,.5);background:linear-gradient(135deg,rgba(94,53,34,.92),rgba(35,22,18,.96)),#231715;box-shadow:inset 0 0 0 10px rgba(89,52,35,.82),inset 0 0 0 12px hsla(39,71%,75%,.26),0 24px 60px rgba(0,0,0,.4);aspect-ratio:1/1}.swipeFrame.locked .swipeFrameImage,.swipeFrame.locked .swipeFrameMeta{filter:blur(18px);opacity:.35}.swipeFrameButton{display:block;width:100%;height:calc(100% - 92px);padding:0;border:0;background:transparent;cursor:pointer}.swipeFrameImage{width:100%;height:100%;object-fit:cover;display:block}.swipeFrameMeta{display:flex;flex-direction:column;gap:4px;padding:12px 14px 14px;min-height:92px;background:linear-gradient(180deg,rgba(16,11,13,.2),rgba(16,11,13,.88))}.swipeFrameMetaTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.swipeFrameMetaText{display:flex;flex-direction:column;gap:4px;min-width:0}.swipeFrameMeta strong{font-size:18px}.swipeFrameMeta span{color:hsla(0,0%,100%,.72);font-size:13px}.swipeControlCard p,.swipeFrameMeta p,.swipePhotoCaption{margin:0;color:hsla(0,0%,100%,.76);font-size:13px;line-height:1.45}.swipeProfilePeekBtn{flex:0 0 auto;min-height:32px;padding:0;white-space:nowrap}.swipeFrameEmpty{display:grid;place-items:center;height:100%;padding:22px;text-align:center;color:hsla(0,0%,100%,.72)}.swipeFrameLock{position:absolute;inset:auto 14px 14px 14px;padding:12px 14px;border-radius:14px;text-align:center;font-weight:800;background:rgba(12,12,18,.88);border:1px solid hsla(0,0%,100%,.12)}.swipeLaneActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.linkBtn,.primaryBtn,.secondaryBtn{border:0;cursor:pointer;transition:transform .12s ease,opacity .12s ease,background .12s ease}.primaryBtn,.secondaryBtn{min-height:46px;padding:0 16px;border-radius:14px;font-weight:800}.primaryBtn{background:linear-gradient(135deg,#fb7185,#f97316);color:#fff7ed}.secondaryBtn{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.92);border:1px solid hsla(0,0%,100%,.12)}.linkBtn:disabled,.primaryBtn:disabled,.secondaryBtn:disabled{cursor:not-allowed;opacity:.55}.linkBtn:not(:disabled):hover,.primaryBtn:not(:disabled):hover,.secondaryBtn:not(:disabled):hover{transform:translateY(-1px)}.linkBtn{display:inline-flex;align-items:center;padding:0;background:transparent;color:#fdba74;font-weight:800}.swipeRoomControl{display:flex;flex-direction:column;gap:16px}.swipeControlCard{padding:18px;border-radius:22px;border:1px solid hsla(0,0%,100%,.1);background:rgba(11,11,17,.66);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 22px 50px rgba(0,0,0,.24)}.swipeOptionsPanel{position:absolute;top:58px;right:0;z-index:4;width:min(380px,calc(100% - 12px));background:linear-gradient(180deg,rgba(17,12,18,.94),rgba(11,11,17,.94)),rgba(11,11,17,.9);box-shadow:0 24px 60px rgba(0,0,0,.42),0 0 0 1px hsla(0,0%,100%,.04)}.swipeControlHead{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.swipeToggleCard,.swipeToggleRow{margin-bottom:14px}.swipeSummaryCard{position:-webkit-sticky;position:sticky;top:16px}.swipeOptionStack{display:flex;flex-direction:column;gap:14px}.swipePhotoPreviewCard{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:18px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08)}.swipePhotoPreviewLabel{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:hsla(0,0%,100%,.6)}.swipePhotoPreviewImage{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:14px}.swipePhotoPreviewEmpty{display:grid;place-items:center;min-height:160px;padding:16px;border-radius:14px;background:hsla(0,0%,100%,.03);color:hsla(0,0%,100%,.6);text-align:center}.swipeOptionActions{display:grid;grid-gap:10px;gap:10px}.swipeSegmented{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:14px}.swipeSegmented button{min-height:42px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.88);font-weight:700;cursor:pointer}.swipeSegmented button.active{border-color:rgba(251,113,133,.6);background:rgba(251,113,133,.18)}.swipePhotoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:12px}.swipePhotoOption{padding:0;overflow:hidden;aspect-ratio:1/1;border-radius:14px;border:2px solid transparent;background:hsla(0,0%,100%,.04);cursor:pointer}.swipePhotoOption.active{border-color:#fb7185;box-shadow:0 0 0 1px rgba(251,113,133,.4)}.swipePhotoOption img{width:100%;height:100%;object-fit:cover;display:block}.swipeRoomLoading{display:grid;place-items:center;height:100%;font-weight:800}@media (max-width:1180px){.swipeRoomStageLayout{grid-template-columns:1fr}.swipeLane:nth-child(3){align-self:auto}.swipeRoomControl{order:-1}.swipeSummaryCard{position:static}}@media (max-width:720px){.swipeRoomShell{padding:14px}.swipeRoomBackdrop{inset:8px}.swipeRoomTopbar{flex-direction:column;align-items:stretch}.swipeRoomTopbarActions{justify-content:space-between}.swipeRoomTopbar h2{font-size:24px}.swipePhotoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.swipeFeedStack{padding-top:0}.swipeOptionsPanel{top:48px;left:0;width:100%}}.showcaseRoomLauncher{position:fixed;top:18px;right:18px;z-index:24}.showcaseRoomLauncherBtn{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:164px;padding:10px 14px;border-radius:16px;border:1px solid hsla(0,0%,100%,.12);background:linear-gradient(180deg,rgba(12,14,24,.92),rgba(8,10,17,.94)),rgba(8,10,17,.9);color:#f7fbff;box-shadow:0 18px 40px rgba(0,0,0,.28);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.showcaseRoomLauncherTitle{font-size:13px;font-weight:900;line-height:1.1}.showcaseRoomLauncherMeta{color:hsla(0,0%,100%,.66);font-size:11px;font-weight:700;line-height:1.2}.showcaseRoomSheetBackdrop{background:radial-gradient(circle at top,rgba(45,212,255,.14),transparent 34%),rgba(4,6,12,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.showcaseRoomSheetCard{width:min(420px,calc(100vw - 28px));padding:18px;border-radius:24px;border:1px solid hsla(0,0%,100%,.12);background:rgba(8,10,17,.98)}.showcaseRoomSheetHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.showcaseRoomSheetBody{display:flex;flex-direction:column;gap:12px;margin-top:14px}.showcaseRoomPanelKicker{text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:hsla(0,0%,100%,.56)}.showcaseRoomPanelMeta{display:flex;flex-direction:column;gap:6px;align-items:flex-end;color:hsla(0,0%,100%,.68);font-size:11px;font-weight:700}.showcaseRoomStats{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.showcaseRoomNotice,.showcaseRoomStatCard,.showcaseRoomStatus{display:flex;flex-direction:column;gap:5px;padding:11px 12px;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04)}.showcaseRoomStatCard strong,.showcaseRoomStatus strong{font-size:12px;color:#fff}.showcasePreviewCaption,.showcaseRoomMuted,.showcaseRoomStatCard span,.showcaseRoomStatus span{color:hsla(0,0%,100%,.72);font-size:12px;line-height:1.45}.showcaseRoomNotice{color:#fde68a;border-color:rgba(245,158,11,.22);background:rgba(120,53,15,.18)}.showcaseRoomPhotoPreview{overflow:hidden;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);aspect-ratio:1/1}.showcaseRoomPhotoPreview img{display:block;width:100%;height:100%;object-fit:cover}.showcaseRoomPhotoEmpty{display:grid;place-items:center;height:100%;padding:18px;text-align:center;color:hsla(0,0%,100%,.62);font-size:12px}.showcaseRoomPhotoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.showcaseRoomPhotoOption{padding:0;aspect-ratio:1/1;overflow:hidden;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);cursor:pointer}.showcaseRoomPhotoOption.active{border-color:rgba(34,197,94,.55);box-shadow:0 0 0 2px rgba(34,197,94,.14)}.showcaseRoomPhotoOption img{display:block;width:100%;height:100%;object-fit:cover}.showcasePreviewActions,.showcaseRoomActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.showcasePreviewBackdrop{padding:clamp(14px,3vw,28px);background:radial-gradient(circle at top,rgba(251,113,133,.16),transparent 38%),rgba(4,6,12,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.showcasePreviewCard{width:min(640px,calc(100vw - 28px));padding:0;overflow:hidden;border-radius:24px;border:1px solid hsla(0,0%,100%,.12);background:rgba(8,10,17,.98)}.showcasePreviewHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:18px 18px 12px}.showcasePreviewMedia{padding:0 18px}.showcasePreviewMedia img{display:block;width:100%;max-height:min(62vh,760px);object-fit:contain;border-radius:18px;background:hsla(0,0%,100%,.04)}.showcasePreviewCaption{padding:12px 18px 0}.showcasePreviewCounters{display:flex;gap:10px;padding:14px 18px 0;color:hsla(0,0%,100%,.84);font-size:13px;font-weight:800}.showcasePreviewActions{padding:14px 18px 18px}.roomsCreateModes{display:flex;flex-wrap:wrap;gap:8px}.pulseRoomLauncher{position:fixed;top:18px;right:18px;z-index:24}.pulseRoomLauncherBtn{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:176px;padding:11px 14px;border-radius:18px;border:1px solid rgba(255,196,79,.18);background:radial-gradient(circle at top left,rgba(255,170,76,.18),transparent 42%),linear-gradient(180deg,rgba(25,12,8,.96),rgba(16,8,7,.96));color:#fff8ef;box-shadow:0 18px 40px rgba(0,0,0,.32);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pulseRoomLauncherTitle{font-size:13px;font-weight:900;line-height:1.1}.pulseRoomLauncherMeta{color:rgba(255,248,239,.74);font-size:11px;font-weight:700;line-height:1.2}.pulseRoomSheetBackdrop{background:radial-gradient(circle at top,rgba(255,157,0,.18),transparent 34%),rgba(8,5,4,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pulseRoomSheetCard{width:min(760px,calc(100vw - 28px));max-height:min(82vh,860px);padding:18px;overflow:auto;border-radius:26px;border:1px solid rgba(255,196,79,.18);background:radial-gradient(circle at top left,rgba(255,168,58,.12),transparent 32%),linear-gradient(180deg,rgba(18,11,10,.98),rgba(11,9,8,.98))}.pulseRoomActionTop,.pulseRoomCardHead,.pulseRoomFeedMeta,.pulseRoomSheetHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pulseRoomActionList,.pulseRoomBridgeStatus,.pulseRoomFeed,.pulseRoomSetupForm,.pulseRoomSheetBody{display:flex;flex-direction:column;gap:12px}.pulseRoomSheetBody{margin-top:14px}.pulseRoomKicker{text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:rgba(255,225,184,.62)}.pulseRoomCard,.pulseRoomHero,.pulseRoomNotice{display:flex;flex-direction:column;gap:6px;padding:13px 14px;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04)}.pulseRoomHero{background:linear-gradient(135deg,rgba(255,143,47,.16),hsla(0,0%,100%,.03)),hsla(0,0%,100%,.04)}.pulseRoomActionTop strong,.pulseRoomCard strong,.pulseRoomHero strong{color:#fff7eb}.pulseRoomActionHint,.pulseRoomActionText,.pulseRoomFeedMessage,.pulseRoomFeedMeta,.pulseRoomHero span,.pulseRoomMuted{color:rgba(255,240,223,.72);font-size:12px;line-height:1.45}.pulseSupportersBackdrop{align-items:center;justify-content:center}.pulseSupportersCard{width:min(520px,calc(100vw - 28px));max-height:min(78vh,720px);padding:18px;overflow:auto;border-radius:24px;border:1px solid rgba(255,196,79,.18);background:radial-gradient(circle at top left,rgba(255,168,58,.12),transparent 32%),linear-gradient(180deg,rgba(18,11,10,.98),rgba(11,9,8,.98))}.pulseSupportersHeader,.pulseSupportersMain,.pulseSupportersMeta,.pulseSupportersRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.pulseSupportersList{display:flex;flex-direction:column;gap:10px;margin-top:14px}.pulseSupportersRow{padding:12px 14px;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04)}.pulseSupportersMain strong{min-width:40px;color:#ffcf85}.pulseSupportersMain span,.pulseSupportersMeta span{color:#fff5e7;font-size:13px}.pulseSupportersMeta{flex-wrap:wrap;justify-content:flex-end}.pulseRoomNotice{color:#fde68a;border-color:rgba(245,158,11,.24);background:rgba(120,53,15,.22)}.pulseRoomStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.pulseRoomStatCard{display:flex;flex-direction:column;gap:5px;padding:12px;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.pulseRoomStatCard span{color:rgba(255,240,223,.72);font-size:12px}.pulseRoomGrid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:12px;gap:12px}.pulseRoomTextarea{min-height:84px;resize:vertical;padding:10px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);color:#fff}.pulseRoomAppLaunch{display:flex;flex-direction:column;gap:8px}.pulseRoomQrCard{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.pulseRoomQrImage{width:min(220px,100%);aspect-ratio:1/1;object-fit:contain;border-radius:12px;background:#fff}.pulseRoomStatusRow{display:flex;flex-wrap:wrap;gap:8px}.pulseRoomActionBtn,.pulseRoomStatusBtn{border-radius:14px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);color:#fff8ef}.pulseRoomStatusBtn{padding:8px 11px;font-size:12px;font-weight:700}.pulseRoomStatusBtn.active{border-color:rgba(255,191,87,.5);background:rgba(255,152,55,.18)}.pulseRoomActionBtn{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:12px;text-align:left}.pulseRoomActionBtn:disabled{opacity:.58}.pulseRoomFeed{gap:10px}.pulseRoomFeedRow{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:12px;gap:12px;padding-bottom:10px;border-bottom:1px solid hsla(0,0%,100%,.06)}.pulseRoomFeedRow:last-child{padding-bottom:0;border-bottom:0}@media (max-width:980px){.showcaseRoomLauncher{top:12px;right:12px}.showcaseRoomLauncherBtn{min-width:146px;padding:9px 12px}.showcaseRoomSheetCard{width:min(420px,calc(100vw - 20px));max-height:min(78vh,720px);overflow:auto}.pulseRoomLauncher{top:12px;right:12px}.pulseRoomLauncherBtn{min-width:152px;padding:10px 12px}.pulseRoomSheetCard{width:min(100vw - 20px,760px);max-height:min(84vh,860px)}.pulseRoomFeedRow,.pulseRoomGrid,.pulseRoomStats{grid-template-columns:1fr}}.usersRowActions{display:flex;align-items:center;gap:8px;margin-left:auto}.bottomBar{flex:0 0 auto;min-height:70px;height:auto;margin:0 18px 18px;padding:10px 14px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(20px,72px) minmax(0,1.2fr);grid-gap:12px;gap:12px;border:1px solid hsla(0,0%,100%,.08);border-radius:22px;background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.02)),rgba(9,11,18,.84);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 44px rgba(0,0,0,.36)}.barGroup{display:flex;gap:10px;align-items:center;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.barGroup::-webkit-scrollbar{display:none}.barGroup.right{justify-content:flex-end}.barCenterSpacer{min-width:16px}.mobileOnly{display:none}.barBtn{min-height:42px;padding:10px 14px;border-radius:14px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);color:#f3f4f6;font-weight:800;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.barBtn:hover{transform:translateY(-1px);background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.16)}.barBtn:disabled{opacity:.55;cursor:not-allowed;transform:none}.barBtn:disabled:hover{transform:none;background:hsla(0,0%,100%,.04)}.barBtn.active{background:rgba(45,212,255,.14);border-color:rgba(45,212,255,.34)}.barCoins{min-height:42px;padding:10px 14px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.05);color:#f3f4f6;font-weight:1000;cursor:pointer}.barCoins:hover{background:hsla(0,0%,100%,.08)}.barChat{display:flex;gap:10px;align-items:center}.mobileRoomDock{display:none}.mobileDockChat,.mobileDockChatList,.mobileDockPanelStack,.mobileRoomDockBody,.mobileRoomDockFooter,.mobileRoomDockHeader,.mobileRoomDockTabs{min-height:0}.roomMoreSheetRoot{display:none}.roomMoreSheetBackdrop{border:0}.roomMoreSheetPanel{background:rgba(12,14,22,.98)}.roomMoreSheetHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.roomMoreSheetHeader strong{display:block;font-size:15px;font-weight:900}.roomMoreSheetSubhead{margin-top:4px;color:#8a97ac;font-size:11px;line-height:1.35}.roomMoreSheetClose{width:36px;height:36px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.92);font-size:16px;font-weight:800}.roomMoreSheetGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.roomMoreAction{min-height:42px;border-radius:12px;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.94);font-weight:800;text-align:left;padding:10px 12px;display:flex;flex-direction:column;justify-content:center;gap:3px}.roomMoreAction>span{display:block}.roomMoreAction>small{display:block;color:#8a97ac;font-size:11px;font-weight:600;line-height:1.3}.roomMoreAction.active{border-color:rgba(139,92,246,.5);background:rgba(139,92,246,.18)}.roomMoreAction.danger{border-color:rgba(244,63,94,.4);background:rgba(244,63,94,.14)}.roomMoreActionStatic{pointer-events:none;opacity:.88}.roomNotificationBell{position:fixed;top:22px;right:22px;z-index:24}.desktopCenterWindow,.desktopLeftWindow,.desktopRightWindow,.dmWindow,.friendsWindow,.navigatorWindow,.reportWindow,.usersWindow{max-width:calc(100vw - 48px)}.desktopLeftWindow,.desktopRightWindow{z-index:29}.desktopCenterWindow{z-index:36}.dmWindow .dmWin,.friendsWindow .socialDeck,.navigatorWindow .navigatorDeck,.usersWindow .onlineDeck{height:100%}.roomNotificationBellBtn{position:relative;width:34px;height:34px;display:inline-grid;place-items:center;border-radius:999px;border:1px solid transparent;background:transparent;color:#edf5ff;box-shadow:none;outline:none;transform:translateY(-1px)}.roomNotificationBellBtn.active{border-color:transparent;background:transparent}.roomNotificationBellBtn.pulse{animation:roomNotificationPulse 1.8s ease-out}.roomNotificationBellIcon{font-size:20px;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.34))}.roomNotificationBellBadge{position:absolute;top:-4px;right:-3px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:linear-gradient(135deg,#ff8a5b,#ff4d6d);color:#fff;font-size:11px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 18px rgba(255,77,109,.3)}.roomNotificationPanel{position:absolute;top:calc(100% + 10px);right:0;z-index:25;width:min(380px,calc(100vw - 24px));max-height:min(70vh,560px);overflow:auto;border-radius:18px;border:1px solid hsla(0,0%,100%,.12);background:radial-gradient(120% 120% at 100% 0,rgba(45,212,255,.12),transparent 45%),rgba(11,15,22,.98);box-shadow:0 24px 60px rgba(0,0,0,.42);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.roomNotificationPanelHeader{padding:14px 14px 8px}.roomNotificationSummaryRow{display:flex;flex-wrap:wrap;gap:8px;padding:0 14px 12px}.roomNotificationSummaryPill{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);color:#c6d0e0;font-size:12px;font-weight:800}.roomNotificationList{display:flex;flex-direction:column;padding:0 8px 8px}.roomNotificationItem{display:flex;align-items:flex-start;gap:10px;padding:10px;border-radius:14px;color:inherit}.roomNotificationItem:hover{background:hsla(0,0%,100%,.04)}.roomNotificationCopy{min-width:0;flex:1 1}.roomNotificationHeadlineRow{display:flex;align-items:flex-start;gap:8px}.roomNotificationHeadline{min-width:0;font-size:13px;line-height:1.35}.roomNotificationInlineCount{min-width:20px;padding:0 6px;background:rgba(45,212,255,.16);color:#8ce5ff}.roomNotificationHintTag,.roomNotificationInlineCount{flex:0 0 auto;height:20px;border-radius:999px;font-size:11px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.roomNotificationHintTag{min-width:34px;padding:0 7px;background:rgba(25,195,125,.16);color:#89f1c3}.roomNotificationSubline{margin-top:4px;color:#b3bed0;font-size:12px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roomNotificationMeta{margin-top:4px;color:#7f8a9d;font-size:11px}.roomNotificationEmpty{padding:12px 10px 14px;color:#9eabbf;font-size:13px}@keyframes roomNotificationPulse{0%{transform:scale(1);box-shadow:0 18px 36px rgba(0,0,0,.28),0 0 0 0 rgba(45,212,255,.42)}18%{transform:scale(1.06);box-shadow:0 18px 36px rgba(0,0,0,.28),0 0 0 10px rgba(45,212,255,.16)}48%{transform:scale(1);box-shadow:0 18px 36px rgba(0,0,0,.28),0 0 0 18px rgba(45,212,255,.06)}to{transform:scale(1);box-shadow:0 18px 36px rgba(0,0,0,.28),0 0 0 0 rgba(45,212,255,0)}}.chatInput{flex:1 1;height:44px;border-radius:14px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);padding:0 14px;color:#f3f4f6}.chatSend{height:44px;border-radius:14px;background:var(--accent);color:#fff;font-weight:900;padding:0 16px}.habboWin{position:absolute;z-index:30;border-radius:16px;border:1px solid hsla(0,0%,100%,.12);background:rgba(17,17,28,.78);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 22px 70px rgba(0,0,0,.55);overflow:hidden}.habboWinTop{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 14px;border-bottom:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04)}.habboWinTitle{font-weight:900}.habboWinClose{width:34px;height:34px;border-radius:11px;border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(160deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.03));color:transparent;cursor:pointer;display:grid;place-items:center;position:relative;transition:transform .12s ease,background .14s ease,border-color .14s ease,box-shadow .14s ease}.habboWinClose:after,.habboWinClose:before{content:"";position:absolute;width:14px;height:2px;border-radius:999px;background:hsla(0,0%,100%,.92)}.habboWinClose:before{transform:rotate(45deg)}.habboWinClose:after{transform:rotate(-45deg)}.habboWinClose:hover{transform:translateY(-1px);background:linear-gradient(160deg,rgba(244,63,94,.3),rgba(244,63,94,.14));border-color:rgba(244,63,94,.48);box-shadow:0 8px 20px rgba(244,63,94,.22)}.habboWinClose:focus-visible{outline:2px solid rgba(45,212,255,.85);outline-offset:1px}.habboWinClose:active{transform:translateY(0)}.habboWinBody{height:calc(100% - 42px);overflow:auto;padding:12px}.habboWinBody::-webkit-scrollbar{width:10px}.habboWinBody::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:999px}.navTabs{display:flex;gap:8px;margin-bottom:12px}.habboTab{padding:8px 10px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);color:#f3f4f6;cursor:pointer;font-weight:900}.habboTab.active{background:rgba(34,197,94,.18);border-color:rgba(34,197,94,.35)}.navCreate,.navSearch{display:flex;gap:10px;margin-bottom:10px}.navSearchInput{flex:1 1;height:40px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);color:#f3f4f6;padding:0 12px}.navSearchBtn{height:40px;border-radius:12px;background:rgba(139,92,246,.85);color:#fff;font-weight:900;padding:0 14px}.navList{gap:10px}.navList,.navigatorDeck{display:flex;flex-direction:column}.navigatorDeck{height:100%;gap:8px}.navigatorListCard{flex:1 1;min-height:0;display:flex;flex-direction:column;border-top:1px solid hsla(0,0%,100%,.06);padding-top:8px}.navigatorToolbar{display:flex;align-items:center;gap:8px}.navigatorCreateBtn,.navigatorEnterBtn,.navigatorMiniBtn,.navigatorScopeBtn,.navigatorSearchBtn{min-height:34px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.025);color:#e7eefb;font-size:12px;font-weight:800;padding:0 11px}.navigatorScopeBtn{flex:1 1}.navigatorScopeBtn.active{background:rgba(45,212,255,.14);border-color:rgba(45,212,255,.3);color:#f7fdff}.navigatorCreateBtn,.navigatorEnterBtn,.navigatorNewBtn,.navigatorSearchBtn{background:hsla(0,0%,100%,.05)}.navigatorNewBtn{min-height:34px;border-radius:10px;border:1px solid rgba(25,195,125,.28);background:rgba(25,195,125,.16);color:#eafff5;font-size:12px;font-weight:900;padding:0 12px}.navigatorNewBtn.active{border-color:rgba(25,195,125,.46);background:rgba(25,195,125,.24)}.navigatorSearchPanel{display:flex;flex-direction:column;gap:6px;padding-top:2px}.navigatorCreateRow,.navigatorSearchRow{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:6px;gap:6px}.navigatorCreatePanel{display:flex;flex-direction:column;gap:8px;padding:2px 0 4px}.navigatorCreateFields{display:flex;flex-direction:column;gap:6px}.navigatorCreateActions{display:flex;justify-content:flex-end}.navigatorInput{min-height:36px;border-radius:10px;padding:0 12px;border-color:hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.025)}.navigatorListHeader{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:0 0 8px;border-top:1px solid hsla(0,0%,100%,.04);margin-top:2px}.navigatorRoomList{flex:1 1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:10px;padding-right:4px}.navigatorRoomRow{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;padding:7px 2px;border-bottom:1px solid hsla(0,0%,100%,.06)}.navigatorRoomRow.active{background:rgba(45,212,255,.05);border-bottom-color:rgba(45,212,255,.16)}.navigatorRoomMain{min-width:0}.navigatorRoomTop{display:flex;align-items:center;min-width:0}.navigatorRoomTitle{display:block;min-width:0;flex:1 1;font-size:12px;font-weight:800;line-height:1.25;color:#f3f7ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navigatorInlineFlag{display:inline-block;margin-left:5px;color:#8ea1bc;font-size:11px}.navigatorInlineFlag.pulse{color:#ffb347;text-shadow:0 0 10px rgba(255,179,71,.28)}.navigatorRoomMeta{margin-top:2px;display:flex;flex-wrap:wrap;gap:6px;color:#8897ae;font-size:10px;line-height:1.25}.navigatorRoomTypePulse{color:#ffcf85}.navigatorOnlineCount.idle{color:#627188}.navigatorRoomActions{display:flex;align-items:center;gap:4px;flex:0 0 auto}.navigatorEnterBtn{min-width:0;min-height:28px;padding:0 8px;border-radius:8px;font-size:11px}.navigatorEnterBtn:disabled{opacity:.55}.navigatorMiniBtn{min-width:auto;padding:0 7px}.navigatorTagEditor{margin-top:2px;margin-bottom:6px;padding:8px 0 0;border-radius:0;border:solid hsla(0,0%,100%,.08);border-width:1px 0 0;background:transparent}.navigatorTagEditor,.onlineDeck{display:flex;flex-direction:column;gap:8px}.onlineDeck{height:100%}.onlineToolbar{display:flex;align-items:center;gap:8px}.onlineMiniBtn,.onlineRefreshBtn,.onlineScopeBtn{min-height:34px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.025);color:#e7eefb;font-size:12px;font-weight:800;padding:0 11px}.onlineScopeBtn{flex:1 1}.onlineScopeBtn.active{background:rgba(45,212,255,.14);border-color:rgba(45,212,255,.3);color:#f7fdff}.onlineRefreshBtn{width:34px;padding:0}.onlineListHeader{display:flex;justify-content:flex-end;padding:0 0 8px;border-top:1px solid hsla(0,0%,100%,.04)}.onlineList{flex:1 1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:0}.onlineUserRow{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:8px 2px;border-bottom:1px solid hsla(0,0%,100%,.06);cursor:pointer}.onlineUserMain{min-width:0}.onlineUserName{min-width:0;color:#f3f7ff;font-size:12px;font-weight:800;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.onlineInlineBadge{display:inline-block;margin-left:6px;color:#8ce5ff;font-size:10px;font-weight:900}.onlineUserMeta{margin-top:2px;color:#8392aa;font-size:10px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.onlineUserActions{display:flex;align-items:center;gap:4px}.onlineMiniBtn{min-height:28px;border-radius:8px;padding:0 8px;font-size:11px}.moderationDeck{height:100%;display:flex;flex-direction:column;gap:10px}.moderationToolbar{display:flex;align-items:center;gap:8px}.moderationActionBtn,.moderationPrimaryBtn{min-height:32px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#e7eefb;font-size:12px;font-weight:800;padding:0 11px}.moderationPrimaryBtn{background:rgba(45,212,255,.14);border-color:rgba(45,212,255,.3);color:#f7fdff}.moderationSection{display:flex;flex-direction:column;gap:8px}.moderationSearchRow{display:flex;align-items:center;gap:8px}.moderationSearchInput{min-height:34px;border-radius:10px;border-color:hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.025)}.moderationSectionTitle{color:#dfe8f7;font-size:12px;font-weight:900;letter-spacing:.01em}.moderationList{display:flex;flex-direction:column;gap:0;min-height:0;overflow:auto;border-top:1px solid hsla(0,0%,100%,.04)}.moderationUserList{flex:1 1}.moderationRow{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:9px 2px;border-bottom:1px solid hsla(0,0%,100%,.06)}.moderationMain{min-width:0}.moderationName{color:#f3f7ff;font-size:12px;font-weight:800;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moderationMeta{margin-top:3px;display:flex;flex-wrap:wrap;gap:6px;color:#8897ae;font-size:10px;line-height:1.25}.moderationActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.moderationActionBtn{min-height:28px;border-radius:8px;padding:0 9px;font-size:11px}.moderationActionBtn.danger{border-color:rgba(244,63,94,.24);background:rgba(244,63,94,.12);color:#ffe9ef}@media (max-width:980px){.navigatorToolbar{gap:6px}.navigatorCreateBtn,.navigatorEnterBtn,.navigatorMiniBtn,.navigatorNewBtn,.navigatorScopeBtn,.navigatorSearchBtn{min-height:32px;font-size:11px;padding:0 10px}.navigatorRoomRow{grid-template-columns:minmax(0,1fr);gap:6px;padding:7px 0}.navigatorRoomActions{justify-content:flex-start}.onlineToolbar{gap:6px}.onlineMiniBtn,.onlineRefreshBtn,.onlineScopeBtn{min-height:32px;font-size:11px;padding:0 10px}.onlineRefreshBtn{width:32px;padding:0}.moderationRow{grid-template-columns:minmax(0,1fr);gap:8px}.moderationActions{justify-content:flex-start}}.navRow{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.navRow.active{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.08)}.navRowTitle{font-weight:900;display:flex;gap:8px;align-items:center}.navRowSub{color:var(--muted);font-size:12px;margin-top:2px}.navEnter{height:38px;border-radius:12px;background:rgba(34,197,94,.85);color:#fff;font-weight:900;padding:0 14px}.navEnter:disabled{opacity:.6;cursor:not-allowed}.inventoryDeck{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(232px,.9fr);grid-gap:14px;gap:14px;height:100%}.inventoryWindow{max-width:calc(100vw - 48px)}.furniPopup{bottom:86px;width:340px;z-index:28}.furniPopupIcon{width:44px;height:44px;background:hsla(0,0%,100%,.04)}.furniPopupMain{min-width:0}.furniPopupName{margin-bottom:2px}.furniPopupActions{gap:10px}.inventoryList{display:flex;flex-direction:column;gap:8px;min-height:0;overflow:auto;padding-right:4px}.inventoryRow{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.025);color:#f3f4f6;cursor:pointer;text-align:left;transition:border-color .14s ease,background .14s ease,transform .14s ease}.inventoryRow:hover{border-color:hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.05);transform:translateY(-1px)}.inventoryRow.active{border-color:rgba(45,212,255,.3);background:rgba(45,212,255,.1)}.inventoryIcon{font-size:20px}.inventoryMain{min-width:0;flex:1 1}.inventoryName{display:block;font-weight:900;color:#f3f4f6;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inventoryQty{color:var(--muted);font-weight:900;font-size:11px;padding:3px 7px;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.2)}.inventoryDetail{border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:radial-gradient(circle at top left,rgba(45,212,255,.1),transparent 46%),hsla(0,0%,100%,.03);padding:16px;display:flex;flex-direction:column;gap:12px;min-height:0;justify-content:space-between}.inventoryDetailTop{display:flex;align-items:flex-start;gap:14px}.inventoryBig{width:60px;height:60px;border-radius:18px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);font-size:34px}.inventoryDetailIntro{display:flex;min-width:0;flex-direction:column;gap:8px}.inventoryTitle{font-weight:1000;font-size:18px}.inventoryMetaPill{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.08);background:rgba(0,0,0,.18);color:rgba(237,243,255,.78);font-size:12px;font-weight:800}.inventoryHint{color:#8191a9;font-size:12px;line-height:1.4;padding:11px 12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.06);background:rgba(0,0,0,.14)}.inventoryActions{display:flex;gap:8px;flex-wrap:wrap}.inventoryActionBtn{min-height:32px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#edf3ff;font-size:12px;font-weight:800;padding:0 11px}.inventoryActionBtn.primary{background:rgba(45,212,255,.14);border-color:rgba(45,212,255,.3)}.shopDeck{height:100%;display:flex;flex-direction:column;gap:12px}.shopWindow{max-width:calc(100vw - 48px)}.shopToolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 2px}.shopToolbarCopy{display:flex;min-width:0;flex-direction:column;gap:4px}.shopWallet{font-weight:1000;font-size:15px}.shopToolbarHint{color:rgba(231,238,251,.58);font-size:12px;line-height:1.4}.shopResultCount{flex:0 0 auto;padding:7px 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:rgba(237,243,255,.68);font-size:11px;font-weight:800}.shopFilters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px;overflow:visible}.shopFilters::-webkit-scrollbar{display:none}.shopBuyBtn,.shopFilterBtn{min-height:32px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.025);color:#e7eefb;font-size:12px;font-weight:800;padding:0 10px;flex:0 0 auto}.shopFilterBtn{width:100%;min-width:0;justify-content:center;text-align:center}.shopFilterBtn.active{background:rgba(45,212,255,.14);border-color:rgba(45,212,255,.3);color:#f7fdff}.shopList{flex:1 1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}.shopRow{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.02);transition:border-color .14s ease,background .14s ease,transform .14s ease}.shopRow:hover{border-color:hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.04);transform:translateY(-1px)}.shopIcon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.08);background:rgba(0,0,0,.18);font-size:22px}.shopMain{flex:1 1}.shopName{font-weight:900;font-size:13px}.shopMeta{margin-top:2px;display:flex;flex-wrap:wrap;gap:6px;color:#8897ae;font-size:10px;line-height:1.25}.shopBuyBtn{min-height:34px;border-radius:10px;padding:0 12px;font-size:12px}.usersList{display:flex;flex-direction:column;gap:8px}.usersRow{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.usersDot{width:10px;height:10px;border-radius:999px;background:rgba(34,197,94,.85);display:inline-block}.muted{color:var(--muted);font-size:12px}.furniPopup{position:fixed;right:18px;bottom:84px;z-index:26;width:320px;border-radius:16px;border:1px solid hsla(0,0%,100%,.12);background:rgba(17,17,28,.78);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 22px 70px rgba(0,0,0,.55);padding:12px}.furniPopupTitle{font-weight:900;margin-bottom:10px}.furniPopupRow{display:flex;gap:12px;align-items:center;padding:10px;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);margin-bottom:12px}.furniPopupIcon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);font-size:22px}.furniPopupName{font-weight:900}.furniPopupActions{display:flex;gap:8px;flex-wrap:wrap}.furniPopupActions .barBtn,.furniPopupActions .navEnter{height:36px}.tabsRow{display:flex;gap:8px;align-items:center;margin-bottom:10px}.tabBtn{flex:1 1;height:34px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);color:hsla(0,0%,100%,.88);font-weight:900;font-size:12px;cursor:pointer}.tabBtn:hover{background:hsla(0,0%,100%,.05)}.tabBtn.active{border-color:rgba(139,92,246,.55);background:rgba(139,92,246,.14)}.tabIconBtn{width:34px;height:34px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);color:hsla(0,0%,100%,.88);cursor:pointer;display:grid;place-items:center}.tabIconBtn:hover{background:hsla(0,0%,100%,.05)}.miniBadge{margin-left:6px;min-width:20px;height:20px;display:inline-grid;place-items:center;border-radius:999px;background:rgba(244,63,94,.14);border:1px solid rgba(244,63,94,.35);color:hsla(0,0%,100%,.95);font-size:12px;font-weight:900;padding:0 6px}.socialDeck{height:100%;display:flex;flex-direction:column;gap:10px}.socialToolbar{display:flex;align-items:center;gap:8px}.socialSearchInput{min-height:34px;border-radius:10px;border-color:hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.025)}.socialActionBtn,.socialPrimaryBtn{min-height:32px;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#e7eefb;font-size:12px;font-weight:800;padding:0 11px}.socialPrimaryBtn{background:rgba(45,212,255,.14);border-color:rgba(45,212,255,.3);color:#f7fdff}.alert{border:1px solid rgba(244,63,94,.28);background:rgba(244,63,94,.08);border-radius:14px;padding:8px 10px;font-size:12px;color:hsla(0,0%,100%,.92)}.socialSection{display:flex;flex-direction:column;gap:8px}.socialSectionFlex{flex:1 1;min-height:0}.socialSectionHeader{display:flex;align-items:center;justify-content:space-between;gap:8px}.socialSectionTitle{color:#dfe8f7;font-size:12px;font-weight:900;letter-spacing:.01em}.socialSubsectionLabel{color:#8392aa;font-size:11px;font-weight:800}.socialList{display:flex;flex-direction:column;gap:0;min-height:0;overflow:auto;border-top:1px solid hsla(0,0%,100%,.04)}.socialUserRow{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:8px 2px;border-bottom:1px solid hsla(0,0%,100%,.06)}.socialUserMain{min-width:0;display:flex;align-items:center;gap:8px;cursor:pointer}.socialUserText{min-width:0}.socialUserName{color:#f3f7ff;font-size:12px;font-weight:800;display:flex;align-items:center;gap:6px}.socialUserMeta,.socialUserName{line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.socialUserMeta{margin-top:2px;color:#8392aa;font-size:10px}.socialRowActions{display:flex;align-items:center;gap:6px}.socialActionBtn{min-height:28px;border-radius:8px;padding:0 8px;font-size:11px}.socialActionBtn.muted{background:hsla(0,0%,100%,.02)}.dot{width:10px;height:10px;border-radius:999px;display:inline-block;flex:0 0 auto}.dot.on{background:rgba(34,197,94,.9);box-shadow:0 0 0 4px rgba(34,197,94,.15)}.dot.off{background:rgba(148,163,184,.75)}.dmWin{height:100%;display:grid;grid-template-columns:260px 1fr;grid-gap:12px;gap:12px}.dmSidebar{display:flex;flex-direction:column;padding-right:10px;border-right:1px solid hsla(0,0%,100%,.1)}.dmSidebarHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dmSidebarTitle{font-weight:900}.dmThreads{display:flex;flex-direction:column;gap:6px;overflow:auto;padding-right:6px}.dmThread{text-align:left;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);color:#f3f4f6;border-radius:16px;padding:10px;cursor:pointer}.dmThread:hover{background:hsla(0,0%,100%,.05)}.dmThread.active{border-color:rgba(139,92,246,.45);background:rgba(139,92,246,.12)}.dmThreadTop{display:flex;align-items:center;gap:8px}.dmThreadName{font-weight:900;color:#f3f4f6;flex:1 1;min-width:0}.dmThreadLast,.dmThreadName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dmThreadLast{margin-top:6px;font-size:12px;color:var(--muted)}.dmMain{display:flex;flex-direction:column;height:100%}.dmMainHeader{display:flex;align-items:center;justify-content:space-between;padding:0 0 10px;border-bottom:1px solid hsla(0,0%,100%,.1)}.dmMessages{flex:1 1;overflow:auto;padding:10px 6px;display:flex;flex-direction:column;gap:10px}.dmMsg{display:flex;justify-content:flex-start}.dmMsg.mine{justify-content:flex-end}.dmBubble{max-width:70%;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);border-radius:16px;padding:10px 12px}.dmMsg.mine .dmBubble{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.25)}.dmBubbleText{white-space:pre-wrap;word-break:break-word}.dmBubbleMeta{margin-top:6px;font-size:11px;color:var(--muted)}.dmInputRow{display:flex;gap:8px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.1)}@media (max-width:980px){.clientRoot{height:100dvh;gap:8px}.clientStage{flex:0 0 clamp(300px,52dvh,470px);padding:8px 8px 0}.clientRoot.mobileSwipeDockCollapsed .clientStage{flex:1 1;padding-bottom:8px}.clientStageInner{border-radius:14px}.stageHudTopLeft{top:8px;left:8px;right:auto;width:auto;max-width:min(272px,calc(100% - 16px));padding:8px 10px;gap:4px;border-radius:12px;background:rgba(10,10,16,.74)}.stageHudTitle{gap:6px;font-size:13px;flex-wrap:wrap;line-height:1.15}.stageHudSub{font-size:10px;line-height:1.25}.bottomBar{display:none}.barGroup{gap:6px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.barGroup::-webkit-scrollbar{display:none}.barGroup.right{justify-content:flex-start}.desktopActionStrip{display:none}.mobileOnly{display:inline-flex;align-items:center;justify-content:center}.barBtn,.barCoins{flex:0 0 auto;min-height:36px;padding:7px 10px;font-size:12px;white-space:nowrap}.shopFilters{display:flex;grid-template-columns:none;overflow:auto;scrollbar-width:none}.shopFilterBtn{width:auto;justify-content:flex-start;text-align:left}.chatInput{min-width:0;height:40px;font-size:16px}.chatSend{height:40px;padding:0 12px;flex:0 0 auto}.mobileRoomDock{flex:1 1;min-height:0;margin:0 8px 8px;display:flex;flex-direction:column;border-radius:12px;border:1px solid hsla(0,0%,100%,.05);background:rgba(10,13,21,.98);box-shadow:0 8px 18px rgba(0,0,0,.16);overflow:hidden}.mobileRoomDockHeader{display:grid;grid-gap:4px;gap:4px;padding:9px 10px 8px;border-bottom:1px solid hsla(0,0%,100%,.05);background:hsla(0,0%,100%,.015)}.mobileRoomDockTopRow{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobileRoomDockActions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.mobileRoomDockMeta{display:grid;grid-gap:3px;gap:3px;min-width:0}.mobileRoomDockTitleRow{display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:#f5f8ff;line-height:1.1}.mobileRoomDockTitleRow strong{min-width:0;font-size:15px;font-weight:900;letter-spacing:-.01em}.mobileRoomDockSubtitle{color:#7f8da8;font-size:11px;line-height:1.25}.mobileRoomDockTabs::-webkit-scrollbar{display:none}.mobileRoomUtilityBtn{min-height:32px;padding:0 11px;border-radius:999px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);color:#edf2fb;font-size:11px;font-weight:800;white-space:nowrap}.mobileRoomUtilityBtn.active{border-color:rgba(45,212,255,.4);background:rgba(45,212,255,.14)}.mobileRoomUtilityBtn.danger{border-color:rgba(244,63,94,.34);background:rgba(244,63,94,.12)}.mobileRoomMenuBtn{flex:0 0 auto;min-height:34px;padding:0 12px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.07),hsla(0,0%,100%,.02));color:#edf5ff;font-size:12px;font-weight:800}.mobileRoomMenuBtn.active{border-color:rgba(45,212,255,.4);background:rgba(45,212,255,.14)}.mobileRoomMenuBtnIcon{width:34px;padding:0;justify-content:center;font-size:14px}.mobileRoomChatToggleBtn{min-width:92px;padding:0 12px}.mobileRoomModeToggleBtn{min-width:76px}.roomNotificationBell{top:calc(env(safe-area-inset-top) + 14px);right:14px}.roomNotificationPanel{position:fixed;left:12px;right:12px;top:calc(env(safe-area-inset-top) + 68px);width:auto;max-height:calc(100dvh - env(safe-area-inset-top) - 84px)}.mobileSwipeDockFloatingActions{position:fixed;right:12px;bottom:max(12px,calc(env(safe-area-inset-bottom) + 8px));z-index:40;display:flex;align-items:center;gap:6px}.mobileRoomDockBody{padding:8px;background:rgba(4,8,15,.18)}.mobileDockChat,.mobileRoomDockBody{flex:1 1;min-height:0;display:flex;flex-direction:column}.mobileDockChat{gap:0}.mobileDockChatTabs{display:flex;gap:5px;overflow-x:auto;padding:0 0 7px;scrollbar-width:none}.mobileDockChatTabs::-webkit-scrollbar{display:none}.mobileDockChatTab{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;border-radius:8px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.02);color:#b8c6da;font-size:10px;font-weight:800;white-space:nowrap;flex:0 0 auto}.mobileDockChatTab.active{border-color:rgba(45,212,255,.2);background:rgba(10,88,122,.22);color:#f5fbff}.mobileDockChatTabLabel{overflow:hidden;text-overflow:ellipsis;max-width:92px}.mobileDockChatUnread{min-width:14px;height:14px;padding:0 3px;border-radius:999px;background:rgba(34,197,94,.2);color:#d7ffe5;font-size:9px;line-height:14px;text-align:center}.mobileDockChatList{flex:1 1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:0;padding:2px 0 0;border-bottom:1px solid hsla(0,0%,100%,.04)}.mobileDockChatLine{display:grid;grid-template-columns:42px minmax(54px,auto) minmax(0,1fr);grid-gap:8px;gap:8px;align-items:start;padding:5px 0;border-bottom:1px solid hsla(0,0%,100%,.025);font-size:11px;line-height:1.3}.mobileDockChatLine:last-child{border-bottom:0}.mobileDockChatTime{color:#687690;font-size:10px;white-space:nowrap}.mobileDockChatName{color:#edf3ff;font-size:11px;font-weight:800;white-space:nowrap}.mobileDockChatName.mine{color:#8ce5ff}.mobileDockChatText{color:#c7d3e5;min-width:0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.mobileDockDmList{display:flex;flex-direction:column;gap:8px;padding:4px 0 8px}.mobileDockDmMsg .dmBubble{max-width:76%;border-radius:13px;padding:8px 10px;box-shadow:none}.mobileDockDmMsg .dmBubbleText{font-size:13px;line-height:1.35}.mobileDockDmMsg .dmBubbleMeta{margin-top:4px;font-size:10px}.mobileDockComposer{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:6px;gap:6px;align-items:end;padding:7px 0 calc(7px + env(safe-area-inset-bottom))}.mobileDockInputWrap{position:relative;min-width:0}.mobileDockComposer .chatInput{width:100%;min-width:0;height:34px;border-radius:8px;border-color:hsla(0,0%,100%,.07);background:hsla(0,0%,100%,.025);padding:0 11px;font-size:13px}.mobileDockComposer .chatSend{height:34px;border-radius:8px;padding:0 11px;font-size:11px}.mobileDockCmdSuggest{left:0;right:0;bottom:46px;max-height:32dvh;overflow:auto}.mobileDockPanelStack{flex:1 1;min-height:0;display:flex}.mobileDockPanelStack .habboWin{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:100%!important;min-height:0;border-radius:8px;border-color:hsla(0,0%,100%,.05);background:rgba(12,15,24,.96);box-shadow:none;z-index:1}.mobileDockPanelStack .habboWinTop{height:40px;border-bottom-color:hsla(0,0%,100%,.05);background:hsla(0,0%,100%,.02)}.mobileDockPanelStack .habboWinBody{height:calc(100% - 40px);min-height:0;padding:8px}.mobileDockPanelStack .habboWin.habboWinNoHeader .habboWinBody{height:100%;padding-top:0}.roomMoreSheetRoot{position:fixed;inset:0;z-index:82;display:block;animation:roomMoreBackdropIn .18s ease-out}.roomMoreSheetBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.52)}.roomMoreSheetPanel{position:absolute;top:max(8px,env(safe-area-inset-top));right:8px;bottom:calc(8px + env(safe-area-inset-bottom));width:min(320px,calc(100vw - 16px));border-radius:20px 0 0 20px;border:1px solid hsla(0,0%,100%,.14);border-right:0;padding:14px 12px 12px;box-shadow:-18px 0 44px rgba(0,0,0,.34);overflow:auto;animation:roomMorePanelSlideIn .24s cubic-bezier(.22,1,.36,1)}.roomMoreSheetHeader{margin-bottom:12px}.roomMoreSheetGrid{grid-template-columns:1fr;gap:9px}.roomMoreAction{min-height:58px;border-radius:14px;padding:12px 13px}.roomMoreAction.active{border-color:rgba(45,212,255,.42);background:rgba(45,212,255,.14)}.cmdSuggest{right:0;bottom:46px;max-height:40dvh;overflow:auto}.habboWin{position:fixed!important;left:8px!important;right:8px!important;top:max(8px,env(safe-area-inset-top))!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;width:auto!important;height:auto!important;z-index:70}.habboWinTop{height:46px;padding:0 8px 0 12px}.habboWinBody{padding:10px}.furniPopup{right:8px;left:8px;width:auto;bottom:calc(10px + env(safe-area-inset-bottom));max-height:min(52dvh,360px);overflow:auto}.inventoryDeck{grid-template-columns:1fr}.inventoryWindow,.shopWindow{max-width:none}.inventoryDetail{padding:12px 12px 10px;gap:8px;justify-content:flex-start}.inventoryDetailTop{gap:10px;align-items:center}.inventoryBig{width:auto;height:auto;border:0;background:transparent}.inventoryTitle{font-size:15px}.inventoryMetaPill{padding:0;border:0;background:transparent;color:var(--muted);font-weight:700}.navTabs{overflow:auto;scrollbar-width:none}.navTabs::-webkit-scrollbar{display:none}.navCreate,.navSearch{flex-wrap:wrap}.navSearchInput{min-width:0}.navEnter,.navSearchBtn{min-height:40px}.navRow{align-items:flex-start;flex-direction:column}.navRowActions{width:100%}.navRowActions .navEnter{flex:1 1}.shopRow{flex-wrap:wrap}.shopRow,.shopToolbar{align-items:flex-start}.shopToolbar{flex-direction:column}.shopResultCount{padding:0;border:0;background:transparent}.shopFilters{grid-template-columns:repeat(3,minmax(0,1fr))}.shopMain{min-width:0}.shopRow .shopBuyBtn{width:100%}.socialToolbar{gap:6px}.socialActionBtn,.socialPrimaryBtn{min-height:32px;font-size:11px;padding:0 10px}.socialUserRow{grid-template-columns:minmax(0,1fr);gap:6px}.socialRowActions{justify-content:flex-start}.tabsRow{flex-wrap:wrap}.dmWin{grid-template-columns:1fr;min-height:0}.dmSidebar{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.1);padding-right:0;padding-bottom:10px;min-height:120px}.dmThreads{max-height:24dvh}.dmBubble{max-width:85%}@keyframes roomMoreBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes roomMorePanelSlideIn{0%{opacity:0;transform:translate3d(28px,0,0)}to{opacity:1;transform:translateZ(0)}}}@media (max-width:640px){.clientStage{padding:6px}.stageHudTitle{font-size:13px}.stageHudSub{font-size:10px}.chatOverlay{max-height:28dvh}.barBtn,.barCoins{font-size:12px;min-height:38px}}.badge.lock{margin-left:8px;background:hsla(0,0%,100%,.08)}.badge.role{margin-left:8px;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.badge.role.owner{background:rgba(139,92,246,.18);border:1px solid rgba(139,92,246,.3)}.badge.role.mod{background:rgba(34,197,94,.14);border:1px solid rgba(34,197,94,.28)}.toastStack{position:fixed;right:18px;bottom:86px;display:flex;flex-direction:column;gap:8px;z-index:9999}.toast{min-width:260px;max-width:420px;padding:10px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.14);background:rgba(15,15,24,.9);box-shadow:0 16px 40px rgba(0,0,0,.35);font-size:13px;color:#fff}.toast.info{border-color:rgba(6,182,212,.35)}.toast.success{border-color:rgba(34,197,94,.35)}.toast.error{border-color:rgba(244,63,94,.38)}.modalBackdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);display:grid;place-items:center;z-index:9998}.modalCard{width:min(520px,calc(100vw - 32px));background:rgba(15,15,24,.95);border:1px solid hsla(0,0%,100%,.14);border-radius:16px;padding:16px;box-shadow:0 20px 55px rgba(0,0,0,.45)}.modalTitle{font-weight:800;font-size:15px;margin-bottom:6px}.modalInput{width:100%;padding:10px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.05);color:#fff;outline:none}.modalInput:focus{border-color:rgba(139,92,246,.55)}.modalError{margin-top:8px;color:#f43f5e;font-size:12px}.modalActions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.profileUploadModalBackdrop{padding:clamp(12px,3vw,28px);background:radial-gradient(circle at top,rgba(45,212,255,.12),transparent 38%),rgba(4,8,15,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profileUploadModalCard{width:min(620px,100%);max-height:min(92vh,920px);display:flex;flex-direction:column;overflow:hidden;padding:0;border-radius:24px;border:1px solid rgba(125,211,252,.18);background:linear-gradient(180deg,rgba(12,20,34,.98),rgba(9,15,26,.98));box-shadow:0 28px 80px rgba(0,0,0,.48),inset 0 1px 0 hsla(0,0%,100%,.05)}.profileUploadModalHeader{padding:20px 20px 12px;border-bottom:1px solid hsla(0,0%,100%,.06);background:linear-gradient(180deg,rgba(36,56,84,.38),rgba(11,18,30,0))}.profileUploadModalIntro{margin-top:6px}.profileUploadModalBody{flex:1 1 auto;min-height:0;padding:18px 20px 16px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.profileUploadChipRow,.profileUploadControlGroup,.profileUploadMetaFields,.profileUploadToolbar{display:flex;gap:10px;flex-wrap:wrap}.profileUploadControlGroup,.profileUploadHint,.profileUploadMetaFields,.profileUploadPreview,.profileUploadToolbar{margin-bottom:12px}.profileUploadToolbar{align-items:center}.profileUploadFileInput{flex:1 1 260px}.profileUploadControlGroup{align-items:flex-start;flex-direction:column;gap:8px}.profileUploadControlLabel{font-size:11px;text-transform:uppercase;letter-spacing:.12em}.profileUploadChipRow{align-items:center}.profileUploadPreview{margin-inline:auto;max-width:100%;max-height:min(46vh,360px);border-radius:18px;border:1px solid rgba(125,211,252,.16);background:linear-gradient(180deg,rgba(5,9,16,.94),rgba(2,5,10,.98));overflow:hidden;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profileUploadEmptyState{position:absolute;inset:0;display:grid;place-items:center;font-size:12px}.profileUploadHint{font-size:12px}.profileUploadMetaFields{display:grid;grid-gap:10px;gap:10px}.profileUploadCheckbox,.profileUploadTogglePill{align-self:flex-start;font-size:12px}.profileUploadModalActions{position:-webkit-sticky;position:sticky;bottom:0;margin-top:0;padding:14px 20px 18px;border-top:1px solid hsla(0,0%,100%,.06);background:linear-gradient(180deg,rgba(10,16,28,.4),rgba(8,13,22,.96))}.frameUploadModalCard{width:min(700px,100%)}.frameUploadStatus{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px;padding:12px 14px;border-radius:16px;border:1px solid rgba(125,211,252,.12);background:radial-gradient(circle at top right,rgba(45,212,255,.08),transparent 40%),linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.018))}.frameUploadPreview{max-height:min(52vh,440px)}.frameUploadDanger{border-color:hsla(0,91%,71%,.32);background:hsla(0,91%,71%,.14)}.frameUploadDanger:hover{background:hsla(0,91%,71%,.2)}.btn{padding:8px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.06);color:#fff}.btn:hover{background:hsla(0,0%,100%,.1)}.btn.primary{background:rgba(139,92,246,.18);border-color:rgba(139,92,246,.4)}.btn.primary:hover{background:rgba(139,92,246,.24)}.barChat{position:relative}.cmdSuggest{position:absolute;left:0;right:86px;bottom:48px;background:rgba(15,15,24,.96);border:1px solid hsla(0,0%,100%,.14);border-radius:14px;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.45)}.cmdSuggestRow{width:100%;text-align:left;padding:10px 12px;background:transparent;border:none;color:hsla(0,0%,100%,.9);font-size:13px}.cmdSuggestRow.active,.cmdSuggestRow:hover{background:hsla(0,0%,100%,.07)}.cmdHint{padding:8px 12px;border-top:1px solid hsla(0,0%,100%,.1);font-size:11px;color:var(--muted)}.rulesWrap{padding-right:6px}.rulesIntro{margin-bottom:10px}.rulesList{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px}.avatarCircle{border-radius:999px;overflow:hidden;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);display:grid;place-items:center;flex:0 0 auto}.avatarCircleImg{width:100%;height:100%;object-fit:cover;display:block}.avatarCircleFallback{width:100%;height:100%;display:grid;place-items:center;font-weight:1000;letter-spacing:.6px;color:#e5e7eb;background:radial-gradient(18px 18px at 30% 30%,rgba(139,92,246,.35),transparent 60%),radial-gradient(18px 18px at 70% 70%,rgba(34,197,94,.22),transparent 60%),hsla(0,0%,100%,.06);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:980px){.cmdSuggest{right:0;bottom:46px;max-height:40dvh;overflow:auto}.toastStack{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom))}.toast{min-width:0;max-width:none;width:100%}}@media (max-width:640px){.modalCard{width:calc(100vw - 20px);padding:14px}.profileUploadModalBackdrop{place-items:start center;padding:10px}.profileUploadModalCard{overflow-y:auto;max-height:calc(100vh - 20px);border-radius:20px;padding:0}.profileUploadModalActions,.profileUploadModalBody,.profileUploadModalHeader{padding-left:14px;padding-right:14px}.profileUploadModalHeader{padding-top:16px;padding-bottom:10px}.profileUploadModalBody{flex:0 0 auto;padding-top:14px;padding-bottom:14px}.profileUploadModalActions{padding-top:12px;padding-bottom:14px;justify-content:stretch}.profileUploadModalActions .btn{flex:1 1}.profileUploadPreview{max-height:min(38vh,280px)}}.profileDeepLinkHighlight{border-radius:14px;background:rgba(255,214,102,.12);box-shadow:0 0 0 1px rgba(255,214,102,.3);animation:profileDeepLinkFlash 2.1s ease-out}@keyframes profileDeepLinkFlash{0%{background:rgba(255,214,102,.22);box-shadow:0 0 0 1px rgba(255,214,102,.46)}to{background:rgba(255,214,102,.04);box-shadow:0 0 0 1px rgba(255,214,102,.08)}}