:root {
	color-scheme: light;
	--wsdm-page-bg: #0f131b;
	--wsdm-surface: #171d29;
	--wsdm-surface-alt: #202838;
	--wsdm-text: #e7edf7;
	--wsdm-text-soft: #b7c0d1;
	--wsdm-border: rgba(183, 192, 209, 0.18);
	--wsdm-link: #8fc3ff;
	--wsdm-link-hover: #bfdcff;
	--wsdm-shadow: 0 16px 40px rgba(5, 9, 18, 0.3);
	--wsdm-button-bg-light: rgba(255, 255, 255, 0.96);
	--wsdm-button-border-light: rgba(17, 24, 39, 0.12);
	--wsdm-button-text-light: #1f2937;
	--wsdm-button-shadow-light: 0 10px 30px rgba(15, 23, 42, 0.12);
	--wsdm-button-bg-dark: rgba(18, 24, 37, 0.88);
	--wsdm-button-border-dark: rgba(255, 255, 255, 0.14);
	--wsdm-button-text-dark: #f8fbff;
	--wsdm-button-shadow-dark: 0 16px 40px rgba(5, 9, 18, 0.3);
}

.wsdm-dark-mode {
	color-scheme: dark;
}

html.wsdm-dark-mode body,
body.wsdm-dark-mode {
	background: var(--wsdm-page-bg);
	color: var(--wsdm-text);
}

html.wsdm-dark-mode body,
body.wsdm-dark-mode,
html.wsdm-dark-mode body .wp-site-blocks,
body.wsdm-dark-mode .wp-site-blocks,
html.wsdm-dark-mode body main,
body.wsdm-dark-mode main,
html.wsdm-dark-mode body article,
body.wsdm-dark-mode article,
html.wsdm-dark-mode body section,
body.wsdm-dark-mode section,
html.wsdm-dark-mode body aside,
body.wsdm-dark-mode aside,
html.wsdm-dark-mode body header,
body.wsdm-dark-mode header,
html.wsdm-dark-mode body footer,
body.wsdm-dark-mode footer,
html.wsdm-dark-mode body nav,
body.wsdm-dark-mode nav {
	background-color: transparent;
	color: inherit;
}

html.wsdm-dark-mode body,
body.wsdm-dark-mode,
html.wsdm-dark-mode body .is-layout-constrained,
body.wsdm-dark-mode .is-layout-constrained,
html.wsdm-dark-mode body .is-layout-flow,
body.wsdm-dark-mode .is-layout-flow,
html.wsdm-dark-mode body .wp-block-post-content,
body.wsdm-dark-mode .wp-block-post-content,
html.wsdm-dark-mode body .wp-block-post-template > li,
body.wsdm-dark-mode .wp-block-post-template > li,
html.wsdm-dark-mode body .wp-block-group,
body.wsdm-dark-mode .wp-block-group,
html.wsdm-dark-mode body .wp-block-cover,
body.wsdm-dark-mode .wp-block-cover,
html.wsdm-dark-mode body .wp-block-column,
body.wsdm-dark-mode .wp-block-column,
html.wsdm-dark-mode body .wp-block-navigation__responsive-container,
body.wsdm-dark-mode .wp-block-navigation__responsive-container,
html.wsdm-dark-mode body .wp-block-navigation-submenu,
body.wsdm-dark-mode .wp-block-navigation-submenu,
html.wsdm-dark-mode body .wp-block-search__inside-wrapper,
body.wsdm-dark-mode .wp-block-search__inside-wrapper,
html.wsdm-dark-mode body .wp-block-latest-posts__post-title,
body.wsdm-dark-mode .wp-block-latest-posts__post-title,
html.wsdm-dark-mode body .wp-block-query-pagination,
body.wsdm-dark-mode .wp-block-query-pagination,
html.wsdm-dark-mode body .wp-block-comments,
body.wsdm-dark-mode .wp-block-comments,
html.wsdm-dark-mode body .wp-block-comment-template,
body.wsdm-dark-mode .wp-block-comment-template,
html.wsdm-dark-mode body .wp-block-calendar,
body.wsdm-dark-mode .wp-block-calendar {
	color: var(--wsdm-text);
}

html.wsdm-dark-mode body .wp-block-group:not(.has-background),
body.wsdm-dark-mode .wp-block-group:not(.has-background),
html.wsdm-dark-mode body .wp-block-column:not(.has-background),
body.wsdm-dark-mode .wp-block-column:not(.has-background),
html.wsdm-dark-mode body .wp-block-navigation__responsive-container.is-menu-open,
body.wsdm-dark-mode .wp-block-navigation__responsive-container.is-menu-open,
html.wsdm-dark-mode body .wp-block-post-template > li,
body.wsdm-dark-mode .wp-block-post-template > li,
html.wsdm-dark-mode body .wp-block-quote,
body.wsdm-dark-mode .wp-block-quote,
html.wsdm-dark-mode body .wp-block-table,
body.wsdm-dark-mode .wp-block-table,
html.wsdm-dark-mode body .wp-block-code,
body.wsdm-dark-mode .wp-block-code,
html.wsdm-dark-mode body .wp-block-preformatted,
body.wsdm-dark-mode .wp-block-preformatted,
html.wsdm-dark-mode body .wp-block-pullquote,
body.wsdm-dark-mode .wp-block-pullquote,
html.wsdm-dark-mode body .wp-block-group:not(.has-background),
html.wsdm-dark-mode body input,
body.wsdm-dark-mode input,
html.wsdm-dark-mode body textarea,
body.wsdm-dark-mode textarea,
html.wsdm-dark-mode body select,
body.wsdm-dark-mode select,
html.wsdm-dark-mode body table,
body.wsdm-dark-mode table,
html.wsdm-dark-mode body pre,
body.wsdm-dark-mode pre,
html.wsdm-dark-mode body code,
body.wsdm-dark-mode code,
html.wsdm-dark-mode body blockquote,
body.wsdm-dark-mode blockquote {
	background: var(--wsdm-surface);
	border-color: var(--wsdm-border);
	color: var(--wsdm-text);
}

html.wsdm-dark-mode body .wp-block-cover,
body.wsdm-dark-mode .wp-block-cover,
html.wsdm-dark-mode body .has-background,
body.wsdm-dark-mode .has-background {
	background-color: transparent;
}

body.wsdm-dark-mode .wp-block-site-title a,
body.wsdm-dark-mode .wp-block-navigation a,
body.wsdm-dark-mode .wp-block-post-title a,
body.wsdm-dark-mode .wp-block-query a,
body.wsdm-dark-mode .wp-block-latest-posts a,
body.wsdm-dark-mode .wp-block-page-list a {
	color: inherit;
}

body.wsdm-dark-mode h1,
body.wsdm-dark-mode h2,
body.wsdm-dark-mode h3,
body.wsdm-dark-mode h4,
body.wsdm-dark-mode h5,
body.wsdm-dark-mode h6,
body.wsdm-dark-mode p,
body.wsdm-dark-mode li,
body.wsdm-dark-mode span,
body.wsdm-dark-mode label,
body.wsdm-dark-mode strong,
body.wsdm-dark-mode em,
body.wsdm-dark-mode small {
	color: inherit;
}

body.wsdm-dark-mode a {
	color: var(--wsdm-link);
}

body.wsdm-dark-mode a:hover,
body.wsdm-dark-mode a:focus {
	color: var(--wsdm-link-hover);
}

body.wsdm-dark-mode .wp-block-button__link,
body.wsdm-dark-mode button,
body.wsdm-dark-mode input[type="submit"],
body.wsdm-dark-mode input[type="button"] {
	background: var(--wsdm-surface-alt);
	color: var(--wsdm-text);
}

body.wsdm-dark-mode [class*="age-gate"],
body.wsdm-dark-mode [id*="age-gate"] {
	color: var(--wsdm-text);
}

body.wsdm-dark-mode [class*="age-gate"] form,
body.wsdm-dark-mode [id*="age-gate"] form,
body.wsdm-dark-mode [class*="age-gate"] .age-gate,
body.wsdm-dark-mode [id*="age-gate"] .age-gate,
body.wsdm-dark-mode [class*="age-gate"] .age-gate-form,
body.wsdm-dark-mode [id*="age-gate"] .age-gate-form,
body.wsdm-dark-mode [class*="age-gate"] .age-gate-content,
body.wsdm-dark-mode [id*="age-gate"] .age-gate-content,
body.wsdm-dark-mode [class*="age-gate"] .age-gate-wrapper,
body.wsdm-dark-mode [id*="age-gate"] .age-gate-wrapper {
	background: transparent;
	color: var(--wsdm-text);
}

body.wsdm-dark-mode [class*="age-gate"] input,
body.wsdm-dark-mode [class*="age-gate"] select,
body.wsdm-dark-mode [class*="age-gate"] textarea,
body.wsdm-dark-mode [id*="age-gate"] input,
body.wsdm-dark-mode [id*="age-gate"] select,
body.wsdm-dark-mode [id*="age-gate"] textarea {
	background: var(--wsdm-surface);
	border-color: var(--wsdm-border);
	color: var(--wsdm-text);
}

body.wsdm-dark-mode [class*="age-gate"] button,
body.wsdm-dark-mode [class*="age-gate"] input[type="submit"],
body.wsdm-dark-mode [class*="age-gate"] input[type="button"],
body.wsdm-dark-mode [id*="age-gate"] button,
body.wsdm-dark-mode [id*="age-gate"] input[type="submit"],
body.wsdm-dark-mode [id*="age-gate"] input[type="button"] {
	background: var(--wsdm-surface-alt);
	border-color: var(--wsdm-border);
	color: var(--wsdm-text);
}

body.wsdm-dark-mode .wp-block-separator,
body.wsdm-dark-mode .wp-block-calendar table th,
body.wsdm-dark-mode .wp-block-calendar table td,
body.wsdm-dark-mode .wp-block-table td,
body.wsdm-dark-mode .wp-block-table th {
	border-color: var(--wsdm-border);
}

body.wsdm-dark-mode img {
	opacity: 0.96;
}

body.wsdm-dark-mode input,
body.wsdm-dark-mode textarea,
body.wsdm-dark-mode select,
body.wsdm-dark-mode button {
	border: 1px solid var(--wsdm-border);
}

body.wsdm-dark-mode hr,
body.wsdm-dark-mode .comment-meta,
body.wsdm-dark-mode .post-meta,
body.wsdm-dark-mode .wp-block-post-date,
body.wsdm-dark-mode .wp-block-post-author-name {
	border-color: var(--wsdm-border);
}

.wsdm-toggle {
	position: fixed;
	bottom: 24px;
	z-index: 9999;
}

.wsdm-toggle--right {
	right: 24px;
}

.wsdm-toggle--left {
	left: 24px;
}

.wsdm-toggle__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border: 1px solid var(--wsdm-button-border-light);
	border-radius: 999px;
	background: var(--wsdm-button-bg-light);
	color: var(--wsdm-button-text-light);
	box-shadow: var(--wsdm-button-shadow-light);
	cursor: pointer;
	font: inherit;
	line-height: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.wsdm-toggle__button:hover,
.wsdm-toggle__button:focus-visible {
	background: #ffffff;
	outline: none;
}

.wsdm-toggle__icon {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
	box-shadow: inset -3px -3px 0 0 rgba(120, 53, 15, 0.18);
}

html.wsdm-dark-mode .wsdm-toggle__button,
body.wsdm-dark-mode .wsdm-toggle__button {
	background: var(--wsdm-button-bg-dark);
	border-color: var(--wsdm-button-border-dark);
	color: var(--wsdm-button-text-dark);
	box-shadow: var(--wsdm-button-shadow-dark);
}

html.wsdm-dark-mode .wsdm-toggle__button:hover,
html.wsdm-dark-mode .wsdm-toggle__button:focus-visible,
body.wsdm-dark-mode .wsdm-toggle__button:hover,
body.wsdm-dark-mode .wsdm-toggle__button:focus-visible {
	background: rgba(32, 40, 58, 0.96);
}

html.wsdm-dark-mode .wsdm-toggle__icon,
body.wsdm-dark-mode .wsdm-toggle__icon {
	background: linear-gradient(135deg, #c8d6ff 0%, #90a6ff 100%);
	box-shadow: inset -5px -5px 0 0 rgba(10, 18, 34, 0.4);
}

html.wsdm-dark-mode .wsdm-toggle__icon::before,
body.wsdm-dark-mode .wsdm-toggle__icon::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(11, 16, 24, 0.92);
}

.wsdm-toggle__label {
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

@media (max-width: 960px) {
	.wsdm-toggle {
		bottom: 20px;
	}

	.wsdm-toggle--right {
		right: 20px;
	}

	.wsdm-toggle--left {
		left: 20px;
	}
}

@media (max-width: 640px) {
	.wsdm-toggle {
		bottom: 20px;
	}

	.wsdm-toggle__button {
		width: 48px;
		height: 48px;
		padding: 0;
		justify-content: center;
		border-radius: 999px;
	}

	.wsdm-toggle__label {
		display: none;
	}

	.wsdm-toggle__icon {
		width: 20px;
		height: 20px;
	}

	html.wsdm-dark-mode .wsdm-toggle__icon::before,
	body.wsdm-dark-mode .wsdm-toggle__icon::before {
		top: 3px;
		left: 8px;
		width: 11px;
		height: 11px;
	}
}
