.profileWrap{position:relative}.profile{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:10px 8px 0;display:flex}.profile:hover{color:var(--accent)}.profile div{flex-direction:column;flex:1;display:flex}.profile b{font-size:11px}.profile>span:last-child{color:var(--muted)}.profileMenu{background:var(--panel);border:1px solid var(--border);z-index:50;border-radius:13px;width:310px;padding:9px;position:absolute;bottom:58px;left:0;box-shadow:0 22px 65px #0009}.profileMenu header{border-bottom:1px solid var(--border);align-items:center;gap:11px;padding:10px 10px 13px;display:flex}.profileMenu header div{flex-direction:column;min-width:0;display:flex}.profileMenu header b{font-size:13px}.profileMenu header small{color:var(--muted);text-overflow:ellipsis;font-size:10px;overflow:hidden}.profileMenu header em{width:max-content;color:var(--success);background:#58ce7d17;border-radius:10px;margin-top:5px;padding:3px 7px;font-size:9px;font-style:normal}.avatar.large{border-radius:12px;width:42px;height:42px;font-size:12px}.profileMenu>button,.profileMenu>a{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;grid-template-columns:32px 1fr;align-items:center;gap:9px;padding:10px;text-decoration:none;display:grid}.profileMenu>button:hover,.profileMenu>a:hover{background:var(--raised)}.profileMenu>button>span,.profileMenu>a>span{width:31px;height:31px;color:var(--accent);background:#f5a62316;border-radius:8px;place-items:center;display:grid}.profileMenu>button div,.profileMenu>a div{flex-direction:column;display:flex}.profileMenu>button b,.profileMenu>a b{font-size:11px}.profileMenu>button small,.profileMenu>a small{color:var(--muted);margin-top:3px;font-size:9px;line-height:1.35}.profileMenu>a:last-child{border-top:1px solid var(--border);color:#ff8b82;margin-top:4px}.profileMenu>a:last-child>span{color:#ff8b82;background:#ff716616}@media (max-width:720px){.profileMenu{width:min(310px,100vw - 98px);position:fixed;bottom:15px;left:82px}.profile{justify-content:center;padding:9px 0}.profile>div,.profile>span:last-child{display:none}}.sidebar>nav{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex:auto;min-height:0;padding-bottom:8px;overflow-y:auto}.sidebarBottom{background:var(--side);z-index:4;flex:none;margin-top:0;position:relative}.sidebarBottom>.navItem{height:auto;min-height:40px}.sidebarBottom .supportEntry,.sidebarBottom>.navItem{font-weight:700}.sidebarBottom>.navItem:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-height:650px){.sidebar{padding-top:10px;padding-bottom:8px}.brand{height:42px}.location{margin-top:7px;margin-bottom:7px}.sidebarBottom .profile{padding-top:5px}.sidebarBottom>.navItem{min-height:36px}}.moduleLoading{min-height:240px;color:var(--muted);text-align:center;place-content:center;gap:14px;display:grid}.moduleLoading span{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:42px;height:42px;margin:auto;animation:.65s linear infinite moduleSpin}@keyframes moduleSpin{to{transform:rotate(360deg)}}
