/**
 * WINSPIRIT reference palette (dark purple / neon accents).
 * Loaded after main.css — overrides :root tokens only (no layout).
 */
:root {
	--site-background-color: #0a0920;
	--container-text-color: #eef0ff;
	--container-link-color: #39e7cf;
	--container-link-hover-color: #7af5e2;
	--container-h-color: #ffffff;
	--container-button-background-color: #21e3bf;
	--container-button-hover-background-color: #41f7d3;
	--container-button-text-color: #091023;
	--container-button-hover-text-color: #ffffff;
	--container-button-scroll-top-color: #21e3bf;
	--container-button-scroll-top-hover-color: #41f7d3;
	--container-table-background-color: #141232;
	--container-table-header-background-color: #2f6bb3;
	--container-table-header-border-color: #4a5e9b;
	--container-table-header-text-color: #ffffff;
	--container-table-odd-row-background-color: #17153a;
	--container-table-even-row-background-color: #131134;
	--container-table-text-color: #eef0ff;
	--container-table-border-color: #3a3f78;
	--container-table-cell-button-color: #21e3bf;
	--container-table-cell-hover-button-color: #41f7d3;
	--container-table-cell-button-text-color: #ffffff;
	--container-table-cell-hover-button-text-color: #091023;
	--header-top-background-color: #1f1c45;
	--header-top-menu-link-color: #ffffff;
	--header-top-menu-link-hover-color: #fce043;
	--header-left-menu-background-color: #111111;
	--header-left-menu-link-color: #ffffff;
	--header-left-menu-link-hover-color: #fce043;
	--header-left-menu-banner-button-background-color: #e8a145;
	--header-left-menu-banner-button-hover-background-color: #8b0000;
	--header-left-menu-banner-text-color: #ffffff;
	--header-left-menu-banner-button-text-color: #ffffff;
	--header-left-menu-banner-button-text-hover-color: #ffffff;
	--header-left-menu-burger-button-background-color: #1a1a1a;
	--header-left-menu-burger-button-icon-color: #fce043;
	--header-login-button-background-color: #333333;
	--header-login-button-background-hover-color: #1a1a1a;
	--header-login-button-text-color: #ffffff;
	--header-login-button-text-hover-color: #fce043;
	--header-register-button-background-color: #2e7d32;
	--header-register-button-background-hover-color: #1b5e20;
	--header-register-button-text-color: #ffffff;
	--header-register-button-text-hover-color: #ffffff;
	--header-search-button-background-color: #1a1a1a;
	--header-search-button-icon-color: #fce043;
	--header-search-container-background-color: #1a1a1a;
	--header-search-input-container-background-color: #111111;
	--header-search-container-input-background-color: #ffffff;
	--header-search-container-input-text-color: #000000;
	--header-search-container-text-color: #b3b3b3;
	--header-search-container-link-color: #fce043;
	--header-search-container-link-hover-color: #ffd700;
	--header-lang-switcher-background-color: #1a1a1a;
	--header-lang-switcher-dropdown-background-color: #1a1a1a;
	--header-lang-switcher-link-color: #ffffff;
	--header-lang-switcher-link-hover-color: #fce043;
	--gift-text-in-modal-color: #ffffff;
	--banner-text-color: #ffffff;
	--banner-background-color: #000000;
	--banner-button-background-color: #e8a145;
	--banner-button-hover-background-color: #8b0000;
	--banner-button-text-color: #ffffff;
	--banner-button-hover-text-color: #ffffff;
	--top-winners-background-color: #1a1a1a;
	--top-winners-slider-arrow-background-color: #fce043;
	--top-winners-slider-arrow-icon-color: #000000;
	--top-winners-text-color: #ffffff;
	--top-winners-text-sum-color: #fce043;
	--toc-background-color: #1a1a1a;
	--toc-background-hover-color: #fce043;
	--toc-link-color: #ffffff;
	--toc-link-hover-color: #000000;
	--slots-text-color: #ffffff;
	--slots-background-color: #000000;
	--slots-button-play-background-color: #fce043;
	--slots-button-play-hover-background-color: #ffd700;
	--slots-button-play-text-color: #000000;
	--slots-button-play-hover-text-color: #000000;
	--slots-button-demo-background-color: #333333;
	--slots-button-demo-hover-background-color: #1a1a1a;
	--slots-button-demo-text-color: #ffffff;
	--slots-button-demo-hover-text-color: #fce043;
	--bonus-text-color: #ffffff;
	--bonus-background-color: #1a1a1a;
	--bonus-button-background-color: #e8a145;
	--bonus-button-hover-background-color: #8b0000;
	--bonus-button-text-color: #ffffff;
	--bonus-button-hover-text-color: #ffffff;
	--bonus-read-more-color: #fce043;
	--bonus-read-more-hover-color: #ffd700;
	--popup-text-color: #ffffff;
	--popup-background-color: #1a1a1a;
	--popup-button-background-color: #e8a145;
	--popup-button-hover-background-color: #8b0000;
	--popup-button-text-color: #ffffff;
	--popup-button-hover-text-color: #ffffff;
	--pros-cons-bg-color: #1a1a1a;
	--pros-cons-font-color: #ffffff;
	--footer-text-color: #ffffff;
	--footer-menu-link-color: #fce043;
	--footer-menu-link-hover-color: #ffd700;
	--footer-background-color: #000000;
	--mobile-menu-link-color: #fce043;
	--mobile-menu-background-color: #000000;
	--update-date-background-color: #1a1a1a;
	--update-date-background-accent: rgba(252, 224, 67, 0.08);
	--update-date-border-color: rgba(252, 224, 67, 0.28);
	--update-date-text-color: #ffffff;
}
