.logout-btn{color:var(--fg);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;width:100%;padding:8px 10px;font-size:14px;font-weight:600;transition:background .12s}.logout-btn:hover{background:var(--nav-hover)}.menu-section{border-top:1px solid var(--border);flex-direction:column;gap:6px;padding-top:12px;display:flex}.menu-item{color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-size:14px;font-weight:600;transition:background .12s;display:flex}.menu-item:hover{background:var(--nav-hover)}.menu-item svg{stroke-width:1.4px;width:18px;height:18px}.menu-item .arrow{width:18px;height:18px;margin-left:auto;transition:transform .18s}.menu-item.open .arrow{transform:rotate(90deg)}.theme-menu{background:var(--menu-bg);border:1px solid var(--border);width:220px;box-shadow:0 4px 12px var(--menu-shadow);border-radius:12px;flex-direction:column;gap:2px;padding:8px;display:none;position:absolute;bottom:84px;left:12px}.theme-menu.open{display:flex}.theme-option{color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:14px;font-weight:500;transition:background .15s;display:flex}.theme-option:hover{background:var(--nav-hover)}.theme-option svg{stroke-width:2px;width:18px;height:18px}.mobile-menu-button{color:var(--fg);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background .12s;display:none}.mobile-menu-button:hover{background:var(--nav-hover)}.mobile-menu-button svg{stroke-width:2px;width:24px;height:24px}.mobile-dropdown{background:var(--menu-bg);border:1px solid var(--border);width:160px;box-shadow:0 4px 12px var(--menu-shadow);z-index:1000;border-radius:12px;flex-direction:column;gap:2px;padding:8px;display:none;position:absolute;top:68px;right:16px}.mobile-dropdown.open{display:flex}.mobile-menu-item{color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s;display:flex;position:relative}.mobile-menu-item:hover{background:var(--nav-hover)}.mobile-menu-item.active{background:var(--nav-active-bg);color:var(--nav-active-fg)}.mobile-menu-item svg{stroke-width:1.4px;width:20px;height:20px}.mobile-divider{background:var(--border);height:1px;margin:4px 0}.theme-option .checkmark{opacity:0;width:16px;height:16px;margin-left:auto}.theme-option.active .checkmark{opacity:1}.icon-wrapper{align-items:center;display:flex}.mobile-menu-item span{display:none}@media (max-width:767px){.mobile-menu-button{display:flex}.menu-section{display:none}}@media (min-width:768px){.mobile-dropdown{display:none!important}}
