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