.mz-theme-toggle{position:fixed;z-index:9998;right:20px;bottom:20px;width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid var(--mz-border);border-radius:50%;color:var(--mz-text);background:var(--mz-surface);box-shadow:var(--mz-shadow);cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}
.mz-theme-toggle:hover,.mz-theme-toggle:focus-visible{transform:translateY(-2px);outline:2px solid color-mix(in srgb,var(--mz-accent) 55%,transparent);outline-offset:2px}
.mz-theme-toggle .mz-icon{width:21px;height:21px}
.mz-theme-toggle__sun{display:none}
.mz-theme-toggle__moon{display:inline-flex}
html.mz-theme-dark .mz-theme-toggle__sun{display:inline-flex}
html.mz-theme-dark .mz-theme-toggle__moon{display:none}
@media(max-width:600px){.mz-theme-toggle{right:14px;bottom:74px;width:44px;height:44px}}
