/* o88db17 */
/* fix0617b � header wordmark legibility: palette overlay forces --fg dark (#39554c) on the dark header bar, making the brand text dark-on-dark. Force a bright ivory wordmark, header.nav-scoped only, hardcoded hex so it is immune to --fg overlays. */
header.nav-sc0499 .brand-sc0499,
header.nav-sc0499 .brand-sc0499 .logo-text-sc0499{color:var(--fg)!important;text-shadow:0 1px 2px rgba(0,0,0,.45)}
header.nav-sc0499 .brand-sc0499 .logo-text-sc0499::first-letter{color:var(--fg)!important}
header.nav-sc0499 .brand-sc0499:hover .logo-text-sc0499{color:var(--fg)!important}
/* lightmode */
:root{
  --primary:#26b084;
  --primary-dark:#1b7e5f;
  --primary-600:#1b7e5f;
  --accent:#3be3c5;
  --gold:#26b084;
  --gold-bright:#4de5b5;
  --gold-ink:#1a7759;
  --emerald:#aa4197;
  --success:#aa4197;
  --danger:#39b8c6;
  --bg:#ebefee;
  --bg-soft:#dfe6e4;
  --bg-panel:#dae2df;
  --card-bg:#f9fbfa;
  --card-bg-hi:#ffffff;
  --fg:#39554c;
  --fg-muted:#5c706a;
  --fg-dim:#7b8e88;
  --muted:#5c706a;
  --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 + mobile nav readability fix — bonussenzadepositocasinostranieri.com
   Palette: Casino Noir — gold-bright #f0d68f (champagne gold), fg #ece6d8 (warm ivory)
   Derived from: --gold-bright:#f0d68f and --fg:#ece6d8 in skin.css */

header.nav-sc0499 .burger-btn-sc0499 { color: #f0d68f !important; }
header.nav-sc0499 .burger-btn-sc0499 span { background: #f0d68f !important; }
.mobile-nav-sc0499 a { color: #ece6d8 !important; opacity: 1 !important; }
.mobile-nav-sc0499 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:#1d7565;  /* was #3be3c5, contrast 1.4:1 */
  --gold:#166b50;  /* was #26b084, contrast 2.38:1 */
  --gold-bright:#695d3e;  /* was #f0d68f, contrast 1.23:1 */
  --primary:#166b50;  /* was #26b084, contrast 2.38:1 */
}
/* /contrast-fix-overlay */

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