/* Casinoz888.es: tema referencia (cargar después de style.css vía <link> en cada HTML) */

:root {
  /* Referencia 888: fondo casi negro, acento verde contenido, CTA amarillo, tablas claras tipo zebra */
  --ref-cta: #ffff54;
  --ref-header-bg: #000000;
  --ref-sidebar-bg: #1f1f1f;
  --ref-sidebar-hover: #1e1a17;
  --ref-accent: #a3ff00;
  --ref-accent-strong: #c8ff66;
  --ref-login-bg: #161616;
  --ref-login-accent: #7bff4d;
  --ref-text: #ffffff;
  --ref-text-muted: rgba(255, 255, 255, 0.72);
  --ref-page-bg: #1a1a1a;
  --ref-elevated: #161616;
  /* Tabla estilo 888: franjas gris oscuro / blanco, sin bordes, enlaces lime */
  --ref-table-header-bg: #ffffff;
  --ref-table-header-text: #000000;
  --ref-table-zebra-dark: #3c3c3c;
  --ref-table-zebra-light: #ffffff;
  --ref-table-text-on-dark: #ffffff;
  --ref-table-text-on-light: #000000;
  --ref-table-link: #76ff03;
}
#content.site-content {
  padding-top: 80px;
  box-sizing: border-box;
  background: var(--ref-page-bg) !important;
  background-color: var(--ref-page-bg) !important;
}
@media (max-width: 921px) {
  #content.site-content {
    padding-top: 80px;
  }
}
body,
.cdl-primary-header-bar,
#page {
  background: var(--ref-page-bg) !important;
  background-color: var(--ref-page-bg) !important;
  background-image: none !important;
}
.cdl-container {
  background: transparent !important;
}
header {
  background-color: var(--ref-header-bg) !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.header-menu a,
.switcher-title,
.switcher-left-title,
.missions-button .missions-title {
  color: var(--ref-text) !important;
}
.switcher-container {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.register-button,
.register-button:hover,
.missions-button,
.missions-button:hover {
  background: var(--ref-cta) !important;
  border-color: var(--ref-cta) !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.register-bonus,
.bonus {
  background-color: var(--ref-accent) !important;
  color: #ffffff !important;
}
.login-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  border: 2px solid var(--ref-login-accent) !important;
  border-radius: 999px !important;
  background: var(--ref-login-bg) !important;
  color: var(--ref-login-accent) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 10px 26px !important;
  font-family: Montserrat, sans-serif !important;
  text-decoration: none !important;
}
.login-button:hover {
  background: rgba(123, 255, 77, 0.12) !important;
  color: #9fff73 !important;
  border-color: #9fff73 !important;
}
.offcanvas {
  background: var(--ref-header-bg) !important;
}
.offcanvas .header-menu a,
.offcanvas .switcher-title,
.offcanvas .switcher-left-title {
  color: var(--ref-text) !important;
}
.offcanvas-close {
  color: var(--ref-text) !important;
}
.cdl-left-sidebar #secondary,
#secondary,
.widget-area.secondary {
  background-color: var(--ref-sidebar-bg) !important;
  background: var(--ref-sidebar-bg) !important;
}
@media screen and (min-width: 922px) {
  #secondary aside.widget_media_image:not(#block-9) {
    border-left: 3px solid transparent !important;
    box-sizing: border-box !important;
  }
  #secondary aside.widget_media_image:not(#block-9):hover {
    border-left-color: var(--ref-accent) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
}
.first-btn,
.first-btn:hover {
  background: var(--ref-cta) !important;
  border-color: var(--ref-cta) !important;
  color: #000000 !important;
}
.lang-switch-container,
.lang-switch-container:hover,
.lang-dropdown {
  background: var(--ref-accent) !important;
  color: #000000 !important;
}
.header-left-buttons {
  background: rgba(255, 255, 255, 0.06) !important;
}
.header-left-buttons div:first-child {
  background: rgba(139, 195, 74, 0.2) !important;
}
.header-bg-bottom {
  background: var(--ref-elevated) !important;
  background-image: none !important;
  border: none !important;
}
.header-bg-bottom-content .small-content {
  color: var(--ref-text-muted) !important;
}
.header-bg-bottom-content .big-content {
  color: var(--ref-text) !important;
}
.app-banner {
  background: var(--ref-elevated) !important;
  border: none !important;
  box-shadow: none !important;
}
.app-banner-label {
  background: var(--ref-cta) !important;
  border-color: #000 !important;
  color: #000 !important;
}
.app-banner .app-banner-label-title,
.app-banner .app-banner-label-verify {
  color: #000 !important;
}
.block-support {
  background: var(--ref-elevated) !important;
  border: none !important;
  box-shadow: none !important;
}
.block-support,
.title-support-text,
.support-description {
  color: var(--ref-text) !important;
}
.section-support .support-description {
  color: var(--ref-text-muted) !important;
  font-weight: 400;
  font-size: 0.92rem;
  line-height: 1.55;
}
.social-icon-button {
  background: var(--ref-cta) !important;
}
.section-support .title-support {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.section-support .block-support {
  text-align: left;
}
.cdl-mobile-popup-drawer.active .cdl-mobile-popup-inner {
  background: var(--ref-header-bg) !important;
}
.cdl-mobile-popup-inner a.menu-link {
  color: var(--ref-text) !important;
}
.cdl-mobile-popup-inner .current-menu-item .menu-link {
  color: var(--ref-accent) !important;
}
.site-footer {
  background: var(--ref-header-bg) !important;
  background-image: none !important;
}
.site-footer > div {
  background: transparent !important;
}
.footer-menu li a {
  color: var(--ref-text-muted) !important;
}
.site-footer.cz-footer .footer-menu li a {
  color: var(--ref-accent) !important;
}
.footer-menu li a:hover {
  color: var(--ref-accent) !important;
  text-decoration: none !important;
}
.site-footer.cz-footer .footer-menu li a:hover {
  color: var(--ref-cta) !important;
}
.contact-title,
.contact-description,
.footer-contact a,
.footer-contact a span,
.social-container .copyright,
.bootom-left .copyright,
.bottom-right .copyright,
.footer-language span,
.social-top-text,
.social-bottom-text {
  color: var(--ref-text) !important;
}
.social-container span:not(.copyright) {
  color: rgba(255, 255, 255, 0.75) !important;
}
.license {
  color: rgba(255, 255, 255, 0.85) !important;
}
.footer-contact a:hover {
  color: var(--ref-text) !important;
}
.main-text a:not(.login-button):not(.register-button):not(.missions-button),
.entry-content a:not(.login-button):not(.register-button):not(.missions-button) {
  color: var(--ref-accent) !important;
}
.main-text a:not(.login-button):not(.register-button):not(.missions-button):hover,
.entry-content a:not(.login-button):not(.register-button):not(.missions-button):hover {
  color: var(--ref-text) !important;
}
.header-bg-button,
.header-bg-button:hover,
.app-banner-button,
.app-banner-button:hover,
.register .second-btn,
.register .second-btn:hover {
  background: var(--ref-cta) !important;
  background-image: none !important;
  border-color: var(--ref-cta) !important;
  color: #000000 !important;
}
.primary-button,
.primary-button:hover {
  background: var(--ref-cta) !important;
  background-image: none !important;
  border-color: var(--ref-cta) !important;
  color: #000000 !important;
}
table thead th {
  border-bottom-color: transparent !important;
}
.main-text h2,
.entry-content .main-text h2 {
  color: var(--ref-text) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-size: clamp(1rem, 2.2vw, 1.25rem) !important;
}
.payment-methods {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.65rem !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 1rem 0 !important;
}
.payment-methods br {
  display: none !important;
}
/* Tablas: cabecera gris suave, zebra claro, sin marcos (estilo 888) */
.entry-content .table-container,
.main-text .table-container {
  overflow-x: auto !important;
  margin: 1.5rem 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.entry-content .table-container .responsive-table-component,
.main-text .table-container .responsive-table-component {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white,
.main-text .table-container .responsive-table-component table.grey-white {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.entry-content .table-container .responsive-table-component table.grey-white thead,
.entry-content .table-container .responsive-table-component table.grey-white tbody,
.main-text .table-container .responsive-table-component table.grey-white thead,
.main-text .table-container .responsive-table-component table.grey-white tbody {
  background: transparent !important;
  border: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white thead tr,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr,
.main-text .table-container .responsive-table-component table.grey-white thead tr,
.main-text .table-container .responsive-table-component table.grey-white tbody tr {
  border: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white thead th,
.main-text .table-container .responsive-table-component table.grey-white thead th {
  background-color: var(--ref-table-zebra-light) !important;
  color: var(--ref-table-text-on-light) !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) th,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) td {
  background-color: var(--ref-table-zebra-dark) !important;
  color: var(--ref-table-text-on-dark) !important;
  border: none !important;
  box-shadow: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) th,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) td {
  background-color: var(--ref-table-zebra-light) !important;
  color: var(--ref-table-text-on-light) !important;
  border: none !important;
  box-shadow: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) b,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) span,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) strong,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) b,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) span,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) strong {
  color: var(--ref-table-text-on-dark) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) b,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) span,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) strong,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) b,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) span,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) strong {
  color: var(--ref-table-text-on-light) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white th,
.entry-content .table-container .responsive-table-component table.grey-white td,
.main-text .table-container .responsive-table-component table.grey-white th,
.main-text .table-container .responsive-table-component table.grey-white td {
  padding: 1rem 1.35rem !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  white-space: normal !important;
}
.entry-content .table-container .responsive-table-component table.grey-white thead th,
.main-text .table-container .responsive-table-component table.grey-white thead th {
  border-bottom: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr td,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr th {
  border-bottom: none !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tr.w-50-50 td:first-child,
.entry-content .table-container .responsive-table-component table.grey-white tr.w-50-50 th:first-child,
.main-text .table-container .responsive-table-component table.grey-white tr.w-50-50 td:first-child,
.main-text .table-container .responsive-table-component table.grey-white tr.w-50-50 th:first-child {
  width: 50% !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tr.w-50-50 td:nth-child(2),
.entry-content .table-container .responsive-table-component table.grey-white tr.w-50-50 th:nth-child(2),
.main-text .table-container .responsive-table-component table.grey-white tr.w-50-50 td:nth-child(2),
.main-text .table-container .responsive-table-component table.grey-white tr.w-50-50 th:nth-child(2) {
  width: 50% !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) a,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd) a,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) a,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even) a {
  color: var(--ref-table-link) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd):hover th,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd):hover td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd):hover th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(odd):hover td {
  filter: brightness(0.96) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even):hover th,
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even):hover td,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even):hover th,
.main-text .table-container .responsive-table-component table.grey-white tbody tr:nth-child(even):hover td {
  filter: brightness(0.96) !important;
}
.entry-content .table-container .responsive-table-component table.grey-white tbody tr:hover {
  background-color: transparent !important;
}
/* Tablas directas: div.table-container > table (sin wrapper .grey-white) */
.entry-content .table-container > table,
.main-text .table-container > table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: Montserrat, sans-serif !important;
}
.entry-content .table-container > table thead th,
.main-text .table-container > table thead th {
  background-color: var(--ref-table-zebra-light) !important;
  color: var(--ref-table-text-on-light) !important;
  border: none !important;
  border-bottom: none !important;
  font-weight: 700 !important;
  padding: 1rem 1.35rem !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.entry-content .table-container > table thead tr,
.main-text .table-container > table thead tr,
.entry-content .table-container > table tbody tr,
.main-text .table-container > table tbody tr {
  border: none !important;
}
.entry-content .table-container > table tbody tr:nth-child(odd) th,
.entry-content .table-container > table tbody tr:nth-child(odd) td,
.main-text .table-container > table tbody tr:nth-child(odd) th,
.main-text .table-container > table tbody tr:nth-child(odd) td {
  background-color: var(--ref-table-zebra-dark) !important;
  color: var(--ref-table-text-on-dark) !important;
  border: none !important;
  border-bottom: none !important;
  padding: 1rem 1.35rem !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.entry-content .table-container > table tbody tr:nth-child(even) th,
.entry-content .table-container > table tbody tr:nth-child(even) td,
.main-text .table-container > table tbody tr:nth-child(even) th,
.main-text .table-container > table tbody tr:nth-child(even) td {
  background-color: var(--ref-table-zebra-light) !important;
  color: var(--ref-table-text-on-light) !important;
  border: none !important;
  border-bottom: none !important;
  padding: 1rem 1.35rem !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.entry-content .table-container > table tbody tr:nth-child(odd) b,
.entry-content .table-container > table tbody tr:nth-child(odd) span,
.entry-content .table-container > table tbody tr:nth-child(odd) strong,
.main-text .table-container > table tbody tr:nth-child(odd) b,
.main-text .table-container > table tbody tr:nth-child(odd) span,
.main-text .table-container > table tbody tr:nth-child(odd) strong {
  color: var(--ref-table-text-on-dark) !important;
}
.entry-content .table-container > table tbody tr:nth-child(even) b,
.entry-content .table-container > table tbody tr:nth-child(even) span,
.entry-content .table-container > table tbody tr:nth-child(even) strong,
.main-text .table-container > table tbody tr:nth-child(even) b,
.main-text .table-container > table tbody tr:nth-child(even) span,
.main-text .table-container > table tbody tr:nth-child(even) strong {
  color: var(--ref-table-text-on-light) !important;
}
.entry-content .table-container > table tbody tr:nth-child(odd) a,
.main-text .table-container > table tbody tr:nth-child(odd) a,
.entry-content .table-container > table tbody tr:nth-child(even) a,
.main-text .table-container > table tbody tr:nth-child(even) a {
  color: var(--ref-table-link) !important;
}
/* Hero button: sin pulse en transform (evita parpadeo con hover) */
.header-bg-title {
  color: var(--ref-text) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}
.header-bg-bonus {
  color: var(--ref-cta) !important;
}
.header-bg-deposit {
  background: linear-gradient(180deg, #fffef0 0%, var(--ref-cta) 55%, #c9a800 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.85)) !important;
}
.header-bg-button {
  background: linear-gradient(180deg, #fff59d 0%, var(--ref-cta) 45%, #d4b800 100%) !important;
  animation: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
  color: #0a0a0a !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  will-change: transform;
}
.header-bg-button:hover {
  color: #000 !important;
  transform: translateY(-2px) !important;
  filter: brightness(1.06) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28), 0 0 20px rgba(139, 195, 74, 0.3) !important;
}
.header-bg-button-main,
.header-bg-button-description {
  color: #0a0a0a !important;
  text-shadow: none !important;
}
@media (max-width: 768px) {
  .header-bg-bottom {
    background: var(--ref-elevated) !important;
    border: none !important;
  }
}
.main-text p,
.main-text li,
.main-text ul,
.entry-content .main-text p,
.entry-content .main-text li {
  color: rgba(255, 255, 255, 0.92) !important;
}
#primary,
.site-main,
.entry-content.clear {
  background-color: transparent !important;
  background-image: none !important;
}
.faq-container {
  background-color: var(--ref-page-bg) !important;
  color: var(--ref-text) !important;
  border: none !important;
  box-shadow: none !important;
}
.faq-container h2 {
  color: var(--ref-text) !important;
}
.faq-item {
  background-color: var(--ref-elevated) !important;
  border: none !important;
}
.faq-item h3 {
  color: var(--ref-accent) !important;
}
.faq-item p,
.faq-item li,
.faq-item span {
  color: rgba(255, 255, 255, 0.88) !important;
}
.app-banner-title,
.app-banner-description {
  color: var(--ref-text) !important;
}
.footer-contact a:hover {
  color: var(--ref-accent) !important;
}
.burger-button img {
  filter: brightness(0) invert(1) !important;
}
.missions-button img,
.header-search img {
  filter: brightness(0) !important;
}
.features-container .feature-card {
  border: none !important;
  box-shadow: none !important;
}
#block-18 {
  background-color: var(--ref-sidebar-bg) !important;
}