.theme-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-md);color:var(--color-text-tertiary);transition:background-color var(--duration-fast) ease,color var(--duration-fast) ease}.theme-toggle:hover{background:var(--color-surface-hover);color:var(--color-text-secondary)}.theme-toggle svg{width:16px;height:16px}.theme-icon-sun{display:block}.theme-icon-moon{display:none}:root[data-theme=dark] .theme-icon-sun{display:none}:root[data-theme=dark] .theme-icon-moon{display:block}
