/* Mrmega visual system captured from the approved reference on 2026-07-15. */
:root {
  --brand-page-bg: #feffff;
  --brand-surface: #ffffff;
  --brand-surface-alt: #fff3ed;
  --brand-surface-soft: #feb390;
  --brand-header-bg: #d0d1d3;
  --brand-footer-bg: #15151c;
  --brand-primary: #fe8b56;
  --brand-primary-hover: #e86b39;
  --brand-primary-active: #c9572c;
  --brand-secondary: #fefcff;
  --brand-accent: #ff8a57;
  --brand-text: #000101;
  --brand-text-muted: #414141;
  --brand-text-inverse: #fdfefe;
  --brand-link: #d95d2e;
  --brand-border: #0c090a;
  --brand-border-soft: rgba(12, 9, 10, .18);
  --brand-focus: #000101;
  --brand-success: #2e7d50;
  --brand-warning: #c9572c;
  --brand-danger: #a51f28;
  --brand-radius-sm: 5px;
  --brand-radius-md: 8px;
  --brand-radius-lg: 15px;
  --brand-shadow-sm: 0 4px 12px rgba(12, 9, 10, .08);
  --brand-shadow-md: 0 10px 24px rgba(12, 9, 10, .12);

  /* Component-library contract consumed by template3 modules. */
  --surface-card: #ffffff;
  --surface-muted: #fff3ed;
  --surface-strong: #000101;
  --text-primary: #000101;
  --text-secondary: #414141;
  --brand-primary-dark: #c9572c;
  --brand-contrast: #010002;
  --border-color: rgba(12, 9, 10, .18);
  --card-radius: 5px;
  --button-radius: 5px;
  --shadow-card: 0 10px 24px rgba(12, 9, 10, .12);
  --error-color: #a51f28;
  --font-family: Arial, Helvetica, sans-serif;
}

html {
  scroll-padding-top: 96px;
}

body,
body.mw-entry-page {
  background: var(--brand-page-bg);
  color: var(--brand-text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: var(--brand-link);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--brand-focus);
  outline-offset: 3px;
}

.j1d55b0,
.j1d55b0 .ob97047,
.p675d10 {
  background: var(--brand-header-bg);
}

.j1d55b0 {
  border-bottom: 1px solid var(--brand-border-soft);
}

.ob97047 .ed60006 .ge88e47,
.f4c1798 a,
.f4c1798:hover > a,
.f4c1798:focus-within > a,
.m9c45bc90 li a {
  color: var(--brand-text);
}

.ob97047 .ed60006 .ge88e47:hover,
.ob97047 .ed60006 .ge88e47:focus-visible,
.f4c1798:hover > a,
.f4c1798:focus-within > a {
  color: var(--brand-primary-active);
  text-decoration-color: var(--brand-primary-active);
}

.ob97047 .ed60006 .ge88e47 {
  text-decoration-color: transparent;
  text-underline-offset: 6px;
}

.ob97047 .ed60006 .fefb877 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}

.ob97047 .ed60006 .fefb877 > a {
  flex: 1 1 auto;
}

.mrmega-submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 26px;
  height: 30px;
  padding: 0;
  color: var(--brand-text);
  background: var(--brand-header-bg);
  border: 1px solid var(--brand-border-soft);
  border-radius: 999px;
}

.mrmega-submenu-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.mrmega-submenu-toggle:hover,
.mrmega-submenu-toggle:focus-visible {
  color: #8f3217;
}

.o0f4107 {
  background: var(--brand-text);
  border-color: var(--brand-text);
}

.o0f4107 a {
  color: var(--brand-text-inverse);
}

.o0f4107:hover,
.o0f4107:focus-within {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.o0f4107 a:hover,
.o0f4107 a:focus-visible {
  color: var(--brand-text);
}

.nd2dc4b .wb07c56 {
  background: var(--brand-accent);
  border-color: var(--brand-accent);
}

.nd2dc4b .wb07c56 a {
  color: var(--brand-text);
}

.nd2dc4b .wb07c56:hover,
.nd2dc4b .wb07c56:focus-within {
  background: var(--brand-primary-hover);
  border-color: var(--brand-primary-hover);
}

.wbf2d16,
.wbf2d16.v21a105,
.wbf2d16 button,
.g5662b2,
.mw-entry-hero__button--primary,
.mw-conversion-cta,
.n24b77f,
.sf-brand-discovery-spin-wheel__button,
.sf-brand-discovery-spin-wheel__fallback-cta,
.sf-brand-discovery-spin-wheel__cta,
.sf-brand-bonus-calculator__calculate,
.sf-brand-bonus-calculator__cta {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-text);
}

.wbf2d16:hover,
.wbf2d16:focus-within,
.wbf2d16 button:hover,
.wbf2d16 button:focus-visible,
.g5662b2:hover,
.mw-entry-hero__button--primary:hover,
.mw-conversion-cta:hover,
.n24b77f:hover,
.sf-brand-discovery-spin-wheel__button:hover,
.sf-brand-discovery-spin-wheel__fallback-cta:hover,
.sf-brand-discovery-spin-wheel__cta:hover,
.sf-brand-bonus-calculator__calculate:hover,
.sf-brand-bonus-calculator__cta:hover {
  background: var(--brand-primary-hover);
  border-color: var(--brand-primary-hover);
  color: var(--brand-text);
}

.mw-entry-hero,
.mw-conversion-strip,
.mw-conversion-advantages__card,
.mw-conversion-proscons,
.mw-conversion-bonus,
.sf-casino-slots-grid,
.sf-provider-logo-strip,
.sf-rotating-games-showcase,
.sf-player-review-grid {
  color: var(--brand-text);
}

.mw-entry-hero {
  background: linear-gradient(135deg, rgba(254, 139, 86, .18), rgba(255, 255, 255, .95) 48%, rgba(254, 179, 144, .20));
  border-color: var(--brand-border-soft);
  box-shadow: var(--brand-shadow-md);
}

.mw-entry-hero {
  background-color: #15151c;
  background-image: linear-gradient(135deg, #15151c, #222230 48%, #15151c);
}

.mw-entry-hero__feature {
  background-color: #222230;
  background-image: linear-gradient(135deg, rgba(255, 233, 0, .16), rgba(21, 21, 28, .96) 45%, rgba(34, 34, 48, .92));
  color: #f7f7fa;
}

.mw-entry-hero__feature-title,
.mw-entry-hero__feature-text {
  color: #f7f7fa;
}

.mw-entry-hero__stat {
  padding: 10px 12px;
  border: 1px solid var(--brand-border-soft);
  border-radius: var(--brand-radius-sm);
  background: #222230;
}

.mw-entry-hero__stat-label {
  color: #f7f7fa;
}

.mw-conversion-advantages__card,
.mw-conversion-proscons__side,
.mw-conversion-bonus {
  background: var(--brand-surface);
  border-color: var(--brand-border-soft);
  box-shadow: var(--brand-shadow-sm);
}

.mw-entry-hero__icon,
.mw-entry-hero__stat-value,
.mw-conversion-strip__icon,
.mw-conversion-advantages__icon,
.mw-conversion-bonus__icon,
.mw-conversion-proscons__dot {
  color: var(--brand-primary-active);
  fill: var(--brand-primary-active);
  stroke: var(--brand-primary-active);
}

.mw-entry-hero__button--secondary,
.mw-conversion-cta--secondary {
  background: var(--brand-secondary);
  border-color: var(--brand-text);
  color: var(--brand-text);
}

.mw-entry-hero__button--secondary:hover,
.mw-entry-hero__button--secondary:focus-visible,
.mw-conversion-cta--secondary:hover,
.mw-conversion-cta--secondary:focus-visible {
  background: var(--brand-surface-alt);
  border-color: var(--brand-primary);
  color: var(--brand-text);
}

.pb01acc,
.qe92a60 {
  background: var(--brand-page-bg);
  color: var(--brand-text);
}

.pb01acc h1,
.pb01acc h2,
.pb01acc h3,
.pb01acc p,
.pb01acc li,
.pb01acc td,
.pb01acc th,
.pb01acc strong {
  color: var(--brand-text);
}

.pb01acc h2 {
  border-bottom-color: var(--brand-primary);
}

.pb01acc p a,
.pb01acc li a,
.pb01acc td a,
.pb01acc .tpl-lead a,
.tpl-faq a {
  color: var(--brand-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.x88b9f0 {
  overflow-x: auto;
  border-radius: var(--brand-radius-sm);
  scrollbar-color: var(--brand-primary) var(--brand-surface-alt);
}

.x88b9f0 table {
  min-width: 620px;
  background: var(--brand-surface);
}

.x88b9f0 table th,
.x88b9f0 table td {
  border-color: var(--brand-border);
  color: var(--brand-text);
  padding: 10px 12px;
}

.x88b9f0 table thead th {
  background: var(--brand-primary);
  color: var(--brand-text);
  font-weight: 700;
}

.x88b9f0 table tbody tr:nth-child(odd) {
  background: var(--brand-surface);
}

.x88b9f0 table tbody tr:nth-child(even) {
  background: var(--brand-surface-alt);
}

.x88b9f0.qb60890 table tr:nth-child(2n),
.x88b9f0.qb60890 table tr:nth-child(odd) {
  color: var(--brand-text);
  background: var(--brand-surface);
}

.x88b9f0.qb60890 table tbody tr:nth-child(even) {
  background: var(--brand-surface-alt);
}

.x5ef7a6,
.rb807fa .x5ef7a6 {
  background: var(--brand-surface-alt);
  border: 1px solid var(--brand-border-soft);
  border-bottom: 3px solid var(--brand-primary);
  box-shadow: var(--brand-shadow-sm);
}

.h1454ea,
.h1454ea h3,
.ec657ca p {
  color: var(--brand-text);
}

.h1454ea {
  background: transparent;
}

.x5ef7a6.e4e7dcc {
  background: var(--brand-surface);
  border-bottom-color: var(--brand-primary-active);
}

.ec657ca {
  background: var(--brand-surface);
}

.sf-brand-discovery-spin-wheel__shell,
.sf-brand-bonus-calculator__shell {
  background: var(--brand-page-bg);
  border-color: transparent;
  box-shadow: none;
}

.sf-brand-discovery-spin-wheel__stage {
  background: radial-gradient(circle at center, rgba(255,255,255,.26) 0 20%, transparent 21%), linear-gradient(145deg, var(--brand-primary-active), var(--brand-text));
  box-shadow: inset 0 0 0 .65rem var(--brand-primary), 0 1rem 2.8rem rgba(12, 9, 10, .16);
}

.sf-brand-discovery-spin-wheel__button,
.sf-brand-discovery-spin-wheel__fallback-cta,
.sf-brand-discovery-spin-wheel__cta,
.sf-brand-bonus-calculator__calculate,
.sf-brand-bonus-calculator__cta {
  border-radius: var(--brand-radius-sm);
}

.sf-brand-discovery-spin-wheel__fallback,
.sf-brand-discovery-spin-wheel__noscript,
.sf-brand-bonus-calculator__offer,
.sf-brand-bonus-calculator__result,
.sf-brand-bonus-calculator__settings {
  background: var(--brand-surface-alt);
  border-color: var(--brand-border-soft);
}

.sf-brand-bonus-calculator__input,
.sf-brand-bonus-calculator__small-input {
  background: var(--brand-surface);
  border-color: var(--brand-border-soft);
  color: var(--brand-text);
}

.sf-brand-bonus-calculator__input:focus,
.sf-brand-bonus-calculator__small-input:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(254, 139, 86, .22);
}

.sf-auth-access-panel {
  --sf-auth-bg: #ffffff;
  --sf-auth-field: #fff3ed;
  --sf-auth-text: #000101;
  --sf-auth-muted: #414141;
  --sf-auth-accent: #fe8b56;
  --sf-auth-accent-2: #ffb390;
  --sf-auth-badge: #d95d2e;
  --sf-auth-border: rgba(12, 9, 10, .18);
  background: linear-gradient(135deg, rgba(254, 139, 86, .12), #ffffff 58%, rgba(254, 179, 144, .18));
  border-color: var(--sf-auth-border);
  box-shadow: var(--brand-shadow-md);
}

.sf-auth-access-panel__field,
.sf-auth-access-panel__agreement {
  background: var(--brand-surface-alt);
  border-color: var(--brand-border-soft);
}

.sf-auth-access-panel__cta {
  background: var(--brand-primary);
  color: var(--brand-text);
  box-shadow: var(--brand-shadow-sm);
}

.sf-auth-access-panel__cta:hover,
.sf-auth-access-panel__cta:focus-visible {
  background: var(--brand-primary-hover);
}

.c20af3f {
  background: var(--brand-footer-bg);
  color: #f7f7fa;
  border-top: 1px solid var(--brand-border-soft);
}

.c20af3f .zd4fd62 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  padding: 18px 16px;
  border-bottom: 1px solid var(--brand-border-soft);
}

.c20af3f .zd4fd62 a,
.c20af3f .mf0c415,
.c20af3f .w6595d6,
.c20af3f .i0d2b8e {
  color: #f7f7fa;
}

.c20af3f .zd4fd62 a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c20af3f .zd4fd62 a:hover,
.c20af3f .zd4fd62 a:focus-visible {
  color: var(--brand-primary-active);
}

.c20af3f .mf0c415 {
  max-width: 760px;
  margin: 16px auto;
  padding-inline: 16px;
  text-align: center;
}

.c20af3f .b544859 {
  margin: 0 auto;
  padding: 12px 16px;
  background: #000101;
}

.c20af3f .d666320 img {
  filter: invert(1);
}

.x88b9f0 table th,
.table-wrap table th {
  background: #222230 !important;
  color: #f7f7fa !important;
}

.c20af3f .o5d1e04 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.c20af3f .mrmega-payment-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 2px 10px;
  border-radius: var(--brand-radius-sm);
  background: #101010;
}

.c20af3f .mrmega-payment-row img {
  width: 86px;
  height: 40px;
  object-fit: contain;
}

.c20af3f .d666320 img {
  filter: brightness(0);
}

.nav-submenu {
  display: none;
}

@media (min-width: 993px) {
  header .fefb877:hover > .nav-submenu,
  header .fefb877:focus-within > .nav-submenu {
    display: grid;
  }

  header .xdd4928.nav-submenu {
    background: var(--brand-header-bg);
    border-color: var(--brand-border-soft);
    box-shadow: var(--brand-shadow-md);
  }
}

@media (max-width: 992px) {
  .p675d10 .fefb877 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .p675d10 .fefb877 > a {
    flex: 1 1 auto;
  }

  .p675d10 .mrmega-submenu-toggle {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-right: 8px;
  }

  header .fefb877 > .nav-submenu {
    display: none;
  }

  header .fefb877[data-open="true"] > .nav-submenu {
    display: grid;
  }

  .p675d10 .nav-submenu {
    position: static;
    min-width: 0;
    padding: 8px 12px 8px 28px;
    background: rgba(254, 139, 86, .14);
    border: 0;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .p675d10 .nav-submenu a {
    font-size: 1rem;
    padding: 8px 6px;
  }
}

/* Deterministic uniqueness pass: seed Mrmega + mrmega-casino.uk + en-CA. */
.mw-entry-hero,
.mw-conversion-advantages__card,
.mw-conversion-bonus,
.x5ef7a6,
.sf-casino-slots-grid__card,
.sf-provider-logo-strip__card,
.sf-rotating-games-showcase__card,
.sf-player-review-grid__card,
.sf-auth-access-panel,
.sf-brand-bonus-calculator__offer,
.sf-brand-discovery-spin-wheel__fallback {
  border-radius: 8px;
}

.pb01acc {
  padding-inline: 20px;
}

.r95a02d {
  background: var(--brand-page-bg);
  color: var(--brand-text);
}

.r95a02d .a265c92 {
  max-width: 920px;
  margin: 32px auto;
  padding: 28px;
  background: var(--brand-surface);
  border: 1px solid var(--brand-border-soft);
  border-radius: var(--brand-radius-sm);
  box-shadow: var(--brand-shadow-sm);
  color: var(--brand-text);
  line-height: 1.65;
}

.r95a02d .a265c92 h1,
.r95a02d .a265c92 h2,
.r95a02d .a265c92 p {
  color: var(--brand-text);
}

.r95a02d .a265c92 h1 {
  margin-bottom: 18px;
}

.r95a02d .a265c92 h2 {
  margin: 22px 0 8px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--brand-primary);
}

.r95a02d .a265c92 p {
  margin-bottom: 16px;
}

.r95a02d .tpl-primary-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: var(--brand-radius-sm);
  background: var(--brand-primary);
  color: var(--brand-text);
  font-weight: 700;
}

.r95a02d .tpl-primary-link:hover,
.r95a02d .tpl-primary-link:focus-visible {
  background: var(--brand-primary-hover);
  color: var(--brand-text);
}

.x84cd40,
.s65e2a9,
.sf-casino-slots-grid__grid,
.sf-rotating-games-showcase__grid {
  gap: 18px;
}

.wbf2d16 button,
.o0f4107 a,
.n24b77f,
.sf-brand-discovery-spin-wheel__button,
.sf-brand-bonus-calculator__calculate {
  min-height: 44px;
}

.x5ef7a6 {
  box-shadow: 0 6px 16px rgba(12, 9, 10, .09);
}

.c20af3f .b544859 {
  padding-block: 16px;
}

@media (max-width: 650px) {
  .x88b9f0 table {
    min-width: 0;
  }

  .x88b9f0 table th,
  .x88b9f0 table td {
    padding: 8px 10px;
  }

  .pb01acc {
    width: calc(100% - 24px);
    padding-inline: 12px;
  }

  .r95a02d .a265c92 {
    width: calc(100% - 24px);
    margin-block: 24px;
    padding: 20px 16px;
  }
}
