.theme-toggle[data-v-bb8a2013]{align-items:center;background:#0000;border:1px solid var(--border-primary);border-radius:8px;color:var(--text-secondary);cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:relative;transition:background .2s ease,border-color .2s ease,color .2s ease;width:36px}.theme-toggle[data-v-bb8a2013]:hover{background:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}.theme-icon[data-v-bb8a2013]{height:18px;position:absolute;transition:opacity .2s ease,transform .2s ease;width:18px}.icon-sun[data-v-bb8a2013]{opacity:1;transform:rotate(0) scale(1)}.icon-moon[data-v-bb8a2013]{opacity:0;transform:rotate(-90deg) scale(.5)}[data-theme=light]{opacity:0;transform:rotate(90deg) scale(.5)}[data-theme=light]{opacity:1;transform:rotate(0) scale(1)}@media(max-width:767px){.theme-toggle[data-v-bb8a2013]{height:32px;width:32px}.theme-icon[data-v-bb8a2013]{height:16px;width:16px}}
