
/* Yorocker 4.0 Dark Mode 2.0 */
html[data-yr-color-mode]{background:var(--yr-surface,#fff)}
html.yr-reader-dark{background:#14171b}
html.yr-reader-light{color-scheme:light}
.yr-theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:38px}
.yr-dark-logo img{display:block;max-height:72px;width:auto}
html.yr-reader-dark .yr-primary-nav,
html.yr-reader-dark .yr-header-utility,
html.yr-reader-dark .yr-branding-row,
html.yr-reader-dark .yr-header-inline-search,
html.yr-reader-dark .yr-header-social-strip{
	background-color:var(--yr-surface);
	color:var(--yr-text);
	border-color:var(--yr-border);
}
html.yr-reader-dark .yr-footer-builder-row--surface-light,
html.yr-reader-dark .yr-footer-builder-row--surface-soft{
	background:var(--yr-surface-alt);
	color:var(--yr-text);
}
html.yr-reader-dark .yr-single-builder-module--surface-panel,
html.yr-reader-dark .yr-single-builder-module--surface-soft{
	background:var(--yr-surface-alt);
	color:var(--yr-text);
	border-color:var(--yr-border);
}
html.yr-reader-dark .yr-mega-menu__tabs{border-color:var(--yr-border)}
html.yr-reader-dark .yr-mega-menu__tabs button:not([aria-selected=true]){color:var(--yr-text)}
html.yr-reader-dark .yr-breadcrumbs,
html.yr-reader-dark .yr-breadcrumbs a{color:var(--yr-muted)}
html.yr-reader-dark .yr-entry-content a{color:var(--yr-accent)}
html.yr-reader-dark ::selection{background:var(--yr-accent);color:#fff}
@media(prefers-reduced-motion:reduce){
	html.yr-reader-dark *,html.yr-reader-light *{transition-duration:.001ms!important}
}
