.theme-toggle-wrapper{position:relative}.theme-toggle-btn{border:1px solid var(--border);background:var(--card);width:34px;height:34px;color:var(--muted-foreground);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex}.theme-toggle-btn:hover{background:var(--muted);color:var(--foreground)}.theme-toggle-btn--light{border-color:var(--navbar-search-border);background:var(--navbar-search-bg);color:var(--navbar-text-muted)}.theme-toggle-btn--light:hover{background:var(--navbar-search-border);color:var(--navbar-text)}.theme-toggle-icon{width:16px;height:16px}.theme-toggle-dropdown{z-index:60;border:1px solid var(--border);background:var(--card);border-radius:10px;min-width:140px;padding:4px;animation:.15s themeDropdownIn;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 4px 16px #0000001a,0 1px 4px #0000000f}.dark .theme-toggle-dropdown{box-shadow:0 4px 24px #0006,0 1px 4px #0003}@keyframes themeDropdownIn{0%{opacity:0;transform:translateY(-4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.theme-toggle-option{width:100%;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;font-weight:500;transition:background .1s,color .1s;display:flex}.theme-toggle-option:hover{background:var(--muted);color:var(--foreground)}.theme-toggle-option--active{background:color-mix(in srgb,var(--primary)12%,transparent);color:var(--primary)}.theme-toggle-option--active:hover{background:color-mix(in srgb,var(--primary)18%,transparent);color:var(--primary)}.theme-toggle-option-icon{flex-shrink:0;width:15px;height:15px}
