@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--background:#101014;--foreground:#e6e6ea;--surface:#16161a;--surface-alt:#1d1d21;--card:#1d1d21;--border:#ffffff0d;--border-strong:#ffffff1a;--muted:#e6e6ea8c;--primary:#26bbff;--primary-hover:#72d3ff;--danger:#ff3f56;--success:#45c761;--warning:#ffc229;--shadow:0 8px 32px #00000080;--radius:12px;--radius-sm:8px;--radius-lg:16px;--sidebar-w:272px;--nav:#18181c;--tertiary:#303034;--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,sans-serif;--font-display:"Inter Tight","Inter",ui-sans-serif,system-ui,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;min-height:100%}body{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-sans);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;margin:0}a{color:inherit;text-decoration:none}code{font-family:var(--font-mono)}::selection{color:#fff;background:#26bbff40}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--tertiary);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#ffffff2e}.shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--nav);border-right:1px solid var(--border);flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.sidebar__top{height:60px;font-family:var(--font-display);border-bottom:1px solid var(--border);letter-spacing:-.2px;color:var(--foreground);flex-shrink:0;align-items:center;padding:0 20px;font-size:17px;font-weight:700;display:flex}.sidebar__top a{align-items:center;gap:8px;display:flex}.sidebar__nav{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex;overflow:hidden auto}.navbtn{border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:space-between;align-items:center;padding:9px 12px;font-size:13px;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:flex}.navbtn:hover{border-color:var(--border-strong);color:var(--foreground);background:#ffffff0a}.badge{border:1px solid var(--border-strong);color:var(--muted);letter-spacing:.3px;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:600}.content{flex:1;padding:24px;overflow-y:auto}.header{background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius);height:60px;box-shadow:var(--shadow);justify-content:space-between;align-items:center;padding:0 18px;display:flex;overflow:visible}.card{background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius);padding:16px}.card+.card{margin-top:12px}.input{width:100%;font-size:14px;font-family:var(--font-sans);border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--foreground);outline:none;padding:10px 14px;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #26bbff1f}.dropdown{position:relative}.dropdown__trigger{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;width:100%;display:flex}.dropdown__trigger:focus{border-color:var(--primary);box-shadow:0 0 0 3px #26bbff1f}.dropdown__label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.dropdown__chev{opacity:.5;flex-shrink:0;margin-left:8px;font-size:11px}.dropdown__menu{z-index:10001;background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius-sm);max-height:240px;padding:4px;overflow-y:auto;box-shadow:0 12px 40px #00000080}.dropdown__option{width:100%;font-size:14px;font-family:var(--font-sans);color:var(--foreground);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;padding:8px 12px;transition:background .1s;display:block}.dropdown__option:hover{background:#ffffff0f}.dropdown__option--active{color:var(--primary);background:#26bbff14;font-weight:700}.btn{font-size:14px;font-weight:600;font-family:var(--font-sans);border-radius:var(--radius-sm);background:var(--primary);color:#000;cursor:pointer;border:none;padding:10px 18px;transition:background .15s,opacity .15s}.btn:hover{background:var(--primary-hover)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--ghost{color:var(--foreground);border:1px solid var(--border-strong);background:#ffffff0f}.btn--ghost:hover{background:#ffffff1a}.small{color:var(--muted);font-size:12px;font-weight:500}.list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.item{border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;transition:background .15s;display:flex}.item:hover{background:#ffffff08}.item__title{font-size:14px;font-weight:700}.item__sub{color:var(--muted);font-size:12px}.pill{border:1px solid var(--border-strong);color:var(--muted);letter-spacing:.3px;background:#ffffff0a;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.gridframe{height:calc(100vh - 244px);min-height:360px;padding-right:6px;overflow:auto}.grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.tile{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);cursor:pointer;transition:border-color .2s,transform .2s;position:relative;overflow:hidden;transform:translateZ(0)}.tile:hover{border-color:#ffffff1f;transform:translateY(-2px)}.tile__img{object-fit:cover;background:var(--surface);width:100%;height:132px;display:block}.tile__meta{background:linear-gradient(#0000,#000c);padding:10px;position:absolute;bottom:0;left:0;right:0}.tile__name{text-shadow:0 2px 8px #000000e6;font-size:13px;font-weight:800}.tabs{flex-wrap:wrap;gap:6px;display:flex}.tab{border:1px solid var(--border-strong);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s,border-color .15s}.tab:hover{color:var(--foreground);background:#ffffff0f}.tab--active{color:var(--foreground);background:#26bbff1a;border-color:#26bbff40}@keyframes toast-in{0%{opacity:0;transform:translate(40px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(40px)scale(.96)}}@keyframes toast-bar{0%{width:100%}to{width:0%}}.toast-stack{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;max-height:calc(100vh - 36px);display:flex;position:fixed;top:18px;right:18px;overflow:hidden}.toast{pointer-events:auto;background:var(--card);border:1px solid var(--border-strong);border-left:3px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);align-items:flex-start;gap:12px;min-width:280px;max-width:400px;padding:14px 14px 14px 16px;animation:.3s cubic-bezier(.16,1,.3,1) forwards toast-in;display:flex;position:relative;overflow:hidden}.toast--exit{animation:.25s cubic-bezier(.4,0,1,1) forwards toast-out}.toast__icon{background:var(--surface);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:1px;display:flex}.toast--success .toast__icon{background:#45c7611f}.toast--error .toast__icon{background:#ff3f561f}.toast--warning .toast__icon{background:#ffc2291f}.toast--info .toast__icon{background:#26bbff1f}.toast__body{flex:1;min-width:0}.toast__title{color:var(--foreground);font-size:14px;font-weight:700;line-height:1.3;font-family:var(--font-display)}.toast__desc{color:var(--muted);word-break:break-word;margin-top:3px;font-size:12px;line-height:1.4}.toast__close{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;transition:background .15s,color .15s;display:flex}.toast__close:hover{color:var(--foreground);background:#ffffff14}.toast__progress{border-radius:0 0 0 var(--radius);height:2px;animation:linear forwards toast-bar;position:absolute;bottom:0;left:0}.toast--success .toast__progress{background:var(--success)}.toast--error .toast__progress{background:var(--danger)}.toast--warning .toast__progress{background:var(--warning)}.toast--info .toast__progress{background:var(--primary)}@media (max-width:760px){.toast-stack{top:10px;left:10px;right:10px}.toast{min-width:0;max-width:100%}}.overlay{border-radius:var(--radius);background:#101014a6;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spinner{border:2px solid var(--tertiary);border-top-color:var(--primary);border-radius:999px;width:22px;height:22px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.previewRow{align-items:center;gap:14px;display:flex}.previewBox{border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--card);flex:none;width:140px;height:140px;overflow:hidden}.previewBox img{object-fit:cover;width:100%;height:100%;display:block}.previewInfo{flex:1;min-width:0}.previewTitle{font-size:16px;font-weight:800;font-family:var(--font-display);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.topbar{border:1px solid var(--border-strong);border-radius:var(--radius);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);height:56px;box-shadow:var(--shadow);z-index:70;background:#18181cd9;justify-content:space-between;align-items:center;padding:0 14px;display:none;position:sticky;top:0;overflow:visible}.iconbtn{border-radius:var(--radius-sm);border:1px solid var(--border-strong);width:38px;height:38px;color:var(--foreground);cursor:pointer;background:#ffffff0a;justify-content:center;align-items:center;font-size:18px;transition:background .15s;display:flex}.iconbtn:hover{background:#ffffff14}.drawerOverlay{z-index:80;background:#0000008c;display:none;position:fixed;inset:0}.drawerOverlay--open{display:block}.secHead{cursor:pointer;justify-content:space-between;align-items:center;padding:8px 6px 6px;display:flex}.chev{border:1px solid var(--border);width:26px;height:26px;color:var(--muted);background:0 0;border-radius:6px;justify-content:center;align-items:center;font-size:12px;transition:background .15s;display:flex}.chev:hover{background:#ffffff0f}.accountPickerWrap{border-top:1px solid var(--border);margin-top:10px;padding-top:10px}.topbarLeft{align-items:center;gap:10px;min-width:0;display:flex}.brand{font-family:var(--font-display);white-space:nowrap;font-size:15px;font-weight:700}.topbarCenter{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.topbarTitle{opacity:.65;white-space:nowrap;text-overflow:ellipsis;max-width:52vw;font-size:13px;font-weight:700;font-family:var(--font-display);overflow:hidden}.topbarRight{flex-shrink:0;justify-content:flex-end;align-items:center;min-width:0;display:none;position:relative}.topbarActions{flex-wrap:nowrap;align-items:center;gap:10px;display:flex}.accountTopbarRow{align-items:center;gap:10px;display:flex}.accountSelectTopbar{min-width:140px;max-width:42vw;height:38px;padding:0 12px;font-size:13px}.accountSelectTopbar:focus{border-color:var(--primary);box-shadow:0 0 0 3px #26bbff1f}.accountSelectTopbar:disabled{opacity:.5;cursor:not-allowed}.statePill{border:1px solid var(--border-strong);height:30px;color:var(--muted);white-space:nowrap;background:#ffffff08;border-radius:999px;align-items:center;padding:0 10px;font-size:11px;font-weight:700;display:flex}.statePill--ready{color:var(--foreground);background:#45c7611a;border-color:#45c76138}.statePill--busy{color:var(--foreground);background:#26bbff1a;border-color:#26bbff38}.headerRow{flex-wrap:wrap;align-items:center;gap:12px;width:100%;display:flex}.headerTitle{font-size:15px;font-weight:700;font-family:var(--font-display);white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.headerActions{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.onlyMobile{display:none}.onlyDesktop{display:flex}.presence-desktop{display:block}.presence-mobile{display:none}.splitLayout{grid-template-columns:1fr 1fr;gap:14px;display:grid}.shopFilterBar,.filterBar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.shopFilterBar .dropdown,.shopFilterBar select,.shopFilterBar input,.filterBar .dropdown,.filterBar select,.filterBar input{flex:1;min-width:140px;max-width:220px}.shopSection{margin-bottom:18px}.alias-epic{color:var(--muted);opacity:.65;font-size:11px}.badge--banned{color:var(--danger);letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;background:#ff3f561f;border:1px solid #ff3f5638;border-radius:999px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:800}.item--banned{border-left:3px solid var(--danger)}.tile--owned{opacity:.65}.tile--owned:hover{border-color:var(--border);transform:none}.tile__owned-overlay{border-radius:var(--radius);pointer-events:auto;background:#101014a6;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.profileWrap{max-width:680px;margin:0 auto}.profileLoader{flex-direction:column;justify-content:center;align-items:center;min-height:40vh;display:flex}.profileHero{flex-direction:column;align-items:center;gap:10px;margin-bottom:24px;display:flex}.profileAvatarRing{border:3px solid var(--primary);background:#26bbff0f;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;padding:4px;display:flex}.profileAvatar{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.profileHeroName{text-align:center;font-size:22px;font-weight:800;font-family:var(--font-display)}.profileHeroId{color:var(--muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-family:var(--font-mono);overflow:hidden}.profileSkinTag{border:1px solid var(--border-strong);color:var(--muted);background:#ffffff08;border-radius:999px;align-items:center;gap:8px;max-width:100%;padding:6px 14px;font-size:13px;display:inline-flex;overflow:hidden}.profileSkinIcon{object-fit:cover;border-radius:6px;flex-shrink:0;width:28px;height:28px}.profileGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;display:grid}.profileCard{text-align:center;background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:20px 16px;display:flex}.profileCardHeader{align-items:center;gap:6px;display:flex}.profileCardIcon{font-size:16px}.profileCardTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.profileCardValue{font-size:28px;font-weight:800;line-height:1;font-family:var(--font-display)}.profileCardSub{word-break:break-all;text-align:center;font-size:14px;font-weight:700}.profileSection{margin-bottom:16px}.profileSectionTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:11px;font-weight:700}.profileTokenRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.profileTokenCol{flex-direction:column;display:flex}.profileTokenTimer{color:var(--primary);font-size:18px;font-weight:800;font-family:var(--font-mono)}.profileTokenTimer[data-expired=true]{color:var(--danger)}.profilePlatformList{flex-direction:column;gap:12px;display:flex}.profilePlatformItem{align-items:center;gap:12px;display:flex}.profilePlatformIcon{border:1px solid var(--border-strong);background:#ffffff08;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.profileInfoList{flex-direction:column;gap:12px;display:flex}.profileInfoRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;display:flex}.profileInfoRow:last-child{border-bottom:none;padding-bottom:0}.profileMono{font-size:12px;font-family:var(--font-mono);color:var(--muted);word-break:break-all;text-align:right;max-width:60%}.creatorDivider{border-top:1px solid var(--border);margin:14px 0}.creatorInfoGrid{text-align:center;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.presenceWarning{background:#ffc2290f;border-color:#ffc2292e}.sidebar__profile{border-top:1px solid var(--border-strong);flex-shrink:0;padding:8px;position:relative}.sidebar__profileBtn{border-radius:var(--radius-sm);cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;align-items:center;gap:10px;padding:8px;transition:background .15s;display:flex}.sidebar__profileBtn:hover{background:#ffffff0f}.sidebar__profileAvatar{flex-shrink:0;width:32px;height:32px;position:relative}.sidebar__profileAvatar img{object-fit:cover;border-radius:50%;width:32px;height:32px;display:block}.sidebar__profileFallback{background:var(--tertiary);width:32px;height:32px;color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.sidebar__profileOnlineDot{border:2px solid var(--nav);background:#22c55e;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.sidebar__profileInfo{text-align:left;flex:1;min-width:0}.sidebar__profileName{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.sidebar__profileChev{color:var(--muted);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;transition:background .15s;display:flex}.sidebar__profileChev:hover{background:#ffffff0f}.sidebar__profileMenu{background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius-sm);z-index:100;margin-bottom:6px;padding:4px;position:absolute;bottom:100%;left:8px;right:8px;box-shadow:0 -8px 32px #00000080}.sidebar__profileMenuItem{border-radius:var(--radius-sm);width:100%;color:var(--foreground);font-size:13px;font-weight:600;font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:background .12s,color .12s;display:flex}.sidebar__profileMenuItem:hover{color:var(--foreground);background:#ffffff0f}.sidebar__profileMenuItem--danger{color:var(--danger)}.sidebar__profileMenuItem--danger:hover{background:#ff3f561a}.settingsSection__title{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:700}.settingsAccountRow{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:10px 12px;transition:border-color .15s,background .15s;display:flex}.settingsAccountRow--active{background:#22c55e0a;border-color:#22c55e40}@media (max-width:1100px){:root{--sidebar-w:240px}.content{padding:16px}.header{gap:10px;height:auto;padding:12px}}@media (max-width:900px){.shell{flex-direction:column}.topbar{margin-bottom:12px;display:flex}.sidebar{z-index:90;width:min(86vw,320px);height:100vh;transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:0 18px 60px #0009}.sidebar--open{transform:translate(0)}}@media (max-width:760px){.sidebar__top{height:56px}.content{padding:12px}.header{display:flex}.grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.gridframe{height:56vh;min-height:280px}.previewRow{flex-direction:column;align-items:stretch}.previewBox{width:100%;height:180px}.onlyMobile{display:flex}.onlyDesktop{display:none}.topbarTitle{max-width:44vw}.topbar .brand{display:none}.accountTopbarRow{gap:8px}.accountSelectTopbar{min-width:140px;max-width:42vw}.statePill{height:28px;padding:0 8px}.btn{padding:8px 14px;font-size:13px}.presence-desktop{display:none}.presence-mobile{display:block}.splitLayout{grid-template-columns:1fr}.shopFilterBar,.filterBar{flex-direction:column;align-items:stretch}.shopFilterBar .dropdown,.shopFilterBar select,.shopFilterBar input,.filterBar .dropdown,.filterBar select,.filterBar input{min-width:0;max-width:100%}.shopSection{margin-bottom:14px}.statGrid{grid-template-columns:repeat(2,1fr)!important}.profileGrid{grid-template-columns:repeat(2,1fr);gap:10px}.profileCard{padding:14px 12px}.profileCardValue{font-size:22px}.profileAvatarRing{width:96px;height:96px}.profileHeroName{font-size:18px}.profileTokenRow{grid-template-columns:1fr;gap:14px}.profileTokenTimer{font-size:16px}.profileInfoRow{flex-direction:column;align-items:flex-start;gap:4px}.profileMono{text-align:left;max-width:100%}.creatorInfoGrid,.presenceSection__list{grid-template-columns:1fr}.friendPresenceCard__skin{height:70px}.sidebar__profileMenu{margin-bottom:4px;left:0;right:0}}@media (max-width:420px){.profileGrid{grid-template-columns:1fr}.profileAvatarRing{width:80px;height:80px}.profileHeroName{font-size:16px}}.friendsSections{flex-direction:column;gap:10px;display:flex}.friendsSection{flex-direction:column;gap:8px;display:flex}.friendsSection__header{all:unset;background:var(--surface-alt);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;justify-content:space-between;align-items:center;padding:10px 14px;transition:background .15s;display:flex}.friendsSection__header:hover{background:#ffffff0a}.friendsSection__headerLeft{align-items:center;gap:10px;min-width:0;display:flex}.friendsSection__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.friendsSection__label{font-size:13px;font-weight:700;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.5px}.friendsSection__count{color:var(--muted);border:1px solid var(--border);background:#ffffff0a;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.friendsSection__chev{color:var(--muted);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.friendsSection__list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;display:grid}.friendTile{all:unset;background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;align-items:center;gap:12px;min-width:0;padding:10px 12px;transition:border-color .15s,background .15s,transform .12s;display:flex}.friendTile:hover{background:#ffffff06;border-color:#ffffff2e}.friendTile:active{transform:translateY(1px)}.friendTile--selected{background:#26bbff0a;border-color:#26bbff59;box-shadow:0 0 0 3px #26bbff14}.friendTile--banned{border-left:3px solid var(--danger)}.friendTile__avatarWrap{flex-shrink:0;position:relative}.friendTile__avatar{object-fit:cover;background:var(--surface);border-radius:10px;width:40px;height:40px;display:block}.friendTile__dot{border:2px solid var(--card);border-radius:50%;width:12px;height:12px;position:absolute;bottom:-2px;right:-2px}.friendTile__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.friendTile__name{align-items:baseline;gap:6px;min-width:0;font-size:14px;font-weight:700;display:flex;overflow:hidden}.friendTile__nameMain{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.friendTile__sub{color:var(--muted);align-items:center;gap:6px;min-width:0;font-size:12px;display:flex}.friendTile__subDot{background:var(--muted);border-radius:50%;flex-shrink:0;width:3px;height:3px}.friendTile__activityPreview{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.friendTile__playingPill{color:#22c55e;background:#22c55e24;border-color:#22c55e40;flex-shrink:0}.detailOverlay{z-index:119;pointer-events:none;background:0 0;transition:background .2s;position:fixed;inset:0}.detailOverlay--open{pointer-events:auto;background:#00000059}.detailPanel{background:var(--card);border-left:1px solid var(--border-strong);z-index:120;width:min(420px,100vw - 32px);height:100svh;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);flex-direction:column;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(110%);box-shadow:-24px 0 60px #00000073}.detailPanel--open{transform:translate(0)}.detailPanel__head{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.detailPanel__heading{font-size:14px;font-weight:800;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.detailPanel__close{border:1px solid var(--border-strong);width:34px;height:34px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:background .15s;display:flex}.detailPanel__close:hover{background:#ffffff0f}.detailPanel__body{flex-direction:column;flex:1;gap:14px;padding:14px 16px 20px;display:flex;overflow-y:auto}.detailPanel__empty{color:var(--muted);flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.detail__hero{align-items:center;gap:12px;display:flex}.detail__avatarWrap{flex-shrink:0;position:relative}.detail__avatar{object-fit:cover;background:var(--surface);border-radius:12px;width:64px;height:64px;display:block}.detail__dot{border:3px solid var(--card);border-radius:50%;width:16px;height:16px;position:absolute;bottom:-3px;right:-3px}.detail__heroInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.detail__name{font-size:16px;font-weight:800;font-family:var(--font-display);align-items:baseline;gap:6px;display:flex;overflow:hidden}.detail__nameMain{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.detail__id code{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;display:inline-block;overflow:hidden}.detailPresence{border-radius:var(--radius-sm);background:#26bbff0d;border:1px solid #26bbff1f;flex-direction:column;gap:8px;padding:12px;display:flex}.detailPresence__head{align-items:center;gap:8px;display:flex}.detailPresence__dot{border-radius:50%;width:10px;height:10px}.detailPresence__label{font-size:13px;font-weight:700}.detailPresence__grid{grid-template-columns:auto 1fr;gap:4px 14px;font-size:13px;display:grid}.detailPresence__gridLabel{text-transform:uppercase;letter-spacing:.4px;color:var(--muted);font-size:11px}.detailPresence__gridValue{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.detail__card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;gap:6px;padding:12px;display:flex}.detail__cardTitle{text-transform:uppercase;letter-spacing:.4px;color:var(--muted);margin-bottom:2px;font-size:11px;font-weight:800}.detail__linkedRow{justify-content:space-between;gap:10px;display:flex}.detail__actions{flex-wrap:wrap;gap:8px;display:flex}.detail__actions .btn{flex:1;min-width:0}.detail__aliasRow{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;gap:8px;padding:12px;display:flex}@media (max-width:720px){.friendsSection__list{grid-template-columns:1fr}.detailPanel{border-left:none;border-top:1px solid var(--border-strong);border-top-left-radius:18px;border-top-right-radius:18px;width:100%;height:88svh;max-height:calc(100svh - 48px);inset:auto 0 0;transform:translateY(110%);box-shadow:0 -24px 60px #00000080}.detailPanel--open{transform:translateY(0)}.detailPanel__head{padding:12px 14px;position:relative}.detailPanel__head:before{content:"";background:#ffffff2e;border-radius:999px;width:44px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.detailPanel__body{padding:12px 14px 24px}.detail__avatar{border-radius:10px;width:56px;height:56px}.detail__name{font-size:15px}.detail__actions{flex-direction:column}.detail__actions .btn{width:100%}}@media (max-width:420px){.friendTile{gap:10px;padding:8px 10px}.friendTile__avatar{width:36px;height:36px}.friendTile__name{font-size:13px}}.settingsActiveRow{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding:12px 14px;display:flex}.settingsActiveRow__left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.settingsActiveRow__avatar{background:var(--tertiary);width:40px;height:40px;color:var(--foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.settingsActiveRow__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.settingsActiveRow__label{text-transform:uppercase;letter-spacing:.5px;color:var(--muted);font-size:11px;font-weight:700}.settingsActiveRow__name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.settingsActiveRow__id{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.topbarProfileBtn{border:1px solid var(--border-strong);width:38px;height:38px;color:var(--foreground);cursor:pointer;background:#ffffff0a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s,transform .12s;display:flex;position:relative;overflow:visible}.topbarProfileBtn:hover{background:#ffffff14;border-color:#ffffff2e}.topbarProfileBtn:active{transform:translateY(1px)}.topbarProfileBtn[aria-expanded=true]{background:#26bbff1a;border-color:#26bbff59}.topbarProfileBtn img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.topbarProfileBtn__fallback{font-size:14px;font-weight:800;font-family:var(--font-display);color:var(--foreground)}.topbarProfileBtn__dot{background:#22c55e;border:2px solid #18181cf2;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.topbarProfileMenu{background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius);z-index:95;flex-direction:column;gap:2px;min-width:240px;max-width:min(280px,100vw - 24px);padding:6px;animation:.15s ease-out topbarMenuIn;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 48px #00000080}@keyframes topbarMenuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.topbarProfileMenu__head{border-bottom:1px solid var(--border);align-items:center;gap:10px;min-width:0;margin-bottom:4px;padding:10px 10px 12px;display:flex}.topbarProfileMenu__avatar{background:var(--tertiary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.topbarProfileMenu__avatar img{object-fit:cover;width:100%;height:100%;display:block}.topbarProfileMenu__avatarFallback{color:var(--foreground);font-size:15px;font-weight:800;font-family:var(--font-display)}.topbarProfileMenu__ident{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.topbarProfileMenu__name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.topbarProfileMenu__id{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.topbarProfileMenu__id code{font-size:11px}.topbarProfileMenu__item{width:100%;color:var(--foreground);font-size:13px;font-weight:600;font-family:var(--font-sans);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:background .12s,color .12s;display:flex}.topbarProfileMenu__item:hover{background:#ffffff0f}.topbarProfileMenu__item--danger{color:var(--danger)}.topbarProfileMenu__item--danger:hover{background:#ff3f561a}@media (max-width:900px){.topbarRight{display:flex}}@media (max-width:420px){.topbarProfileBtn{width:36px;height:36px}.topbarProfileMenu{min-width:220px;right:-4px}}
