/* o94d51f */
/* lightmode */
:root{
  --primary:#97b423;
  --primary-dark:#6c8019;
  --primary-600:#6c8019;
  --accent:#c4e638;
  --gold:#97b423;
  --gold-bright:#c9e84a;
  --gold-ink:#5f7216;
  --emerald:#4160aa;
  --success:#4160aa;
  --danger:#6fc639;
  --bg:#eeefeb;
  --bg-soft:#e5e6e0;
  --bg-panel:#e0e2da;
  --card-bg:#fafaf9;
  --card-bg-hi:#ffffff;
  --fg:#4c5136;
  --fg-muted:#6a6e5a;
  --fg-dim:#8a8e7b;
  --muted:#6a6e5a;
  --border:rgba(0,0,0,.12);
  --border-soft:rgba(0,0,0,.06);
  --border-strong:rgba(0,0,0,.22);
  --primary-tint:rgba(0,0,0,.05);
  --card-shadow:0 1px 0 rgba(255,255,255,.03),0 18px 40px -20px rgba(0,0,0,.55);
  --card-shadow-hover:0 26px 50px -24px rgba(0,0,0,.7);
}
/* /lightmode */
/* Burger menu readability fix for neosurfcasinononaams.com
   Palette: warm gold (#c9a24b / --primary), gold-bright (#f0d68f), ivory (#ece6d8 / --fg)
   Burger icon: --gold-bright (#f0d68f) — stands out on dark header
   Menu links: --fg (#ece6d8) — warm ivory readable on dark overlay
*/
header.nav-sa0e5e .burger-btn-sa0e5e{color:#f0d68f!important}
header.nav-sa0e5e .burger-btn-sa0e5e span{background:#f0d68f!important}
.mobile-nav-sa0e5e a{color:#ece6d8!important;opacity:1!important}
.mobile-nav-sa0e5e a:hover{color:#f0d68f!important}

main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
/* contrast-fix-overlay */
:root{
  --accent:#556517;  /* was #c4e638, contrast 1.23:1 */
  --gold:#5b6e14;  /* was #97b423, contrast 2.05:1 */
  --gold-bright:#57651f;  /* was #c9e84a, contrast 1.2:1 */
  --primary:#5b6e14;  /* was #97b423, contrast 2.05:1 */
}
/* /contrast-fix-overlay */

/* logo-contrast-fix */
header [class*="logo-text-"]{color:rgba(236,230,216,.96)!important}
header [class*="logo-text-"]::first-letter{color:var(--gold-bright)!important}

/* h1fit-mobile-20260721 : H1 one line on mobile */
@media(max-width:999px){main h1{white-space:nowrap!important;max-width:none!important;font-size:18px!important;overflow:visible}}
/* end-h1fit-mobile-20260721 */
