:root {
  --bg: #fdf3f0;
  --surface: #ffffff;
  --text-primary: #33222a;
  --text-secondary: #68555e;
  --accent: #c2185b;
  --accent-hover: #a5144d;
  --border: #f2ded9;
  --accent-secondary: #c25518;
  --hero-gradient: linear-gradient(135deg, #f4dacd 0%, #fdf3f0 60%);
  --glow-accent: 0 8px 24px rgba(194, 24, 91, 0.28);
  --surface-glass: rgba(255, 255, 255, 0.9);
  --shadow-card: 0 10px 28px rgba(116, 14, 55, 0.12);
  --radius-lg: 12px;
  --font-head: 'Bungee', cursive;
  --font-body: 'Cabin', system-ui, sans-serif;
    --header-style: solid-light;
}

.mmy-fm-board tr:nth-child(even) td { background: rgba(244, 218, 205, .25); }

.mmy-fm-benefit h3 { font-size: 1.05rem; margin: .8rem 0 .5rem; }

.mmy-fm-list li { margin-bottom: .5rem; }

.mmy-fm-article .mmy-fm-tag { margin-bottom: 1rem; }

.mmy-fm-board-teaser__inner, .mmy-fm-faq-teaser__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.mmy-fm-game-notes {
  max-width: 720px;
  margin: 2.5rem auto 0;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  box-shadow: var(--shadow-card);
}

.mmy-fm-benefit__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: var(--accent);
}

.mmy-fm-cookie {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  max-width: 720px;
  margin: 0 auto;
  background: var(--surface);
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  box-shadow: 0 14px 40px rgba(116, 14, 55, 0.25);
  padding: 1.1rem 1.3rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  z-index: 90;
}

.mmy-fm-modal__msg { min-height: 1.2em; color: var(--accent); font-size: .9rem; margin: 0 0 .8rem; }

.mmy-fm-page p { color: var(--text-secondary); margin: 0 0 1.1rem; }

.mmy-fm-auth {
  display: flex;
  gap: .5rem;
  align-items: center;
}

.mmy-fm-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 1.3rem;
  color: var(--accent);
  font-family: var(--font-head), sans-serif;
}

.mmy-btn--ghost {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}

.mmy-fm-modal[data-mode="login"] .mmy-only-register { display: none; }

img { max-width: 100%; display: block; }

.mmy-fm-table tr:last-child td { border-bottom: none; }

.mmy-fm-preview__water { position: absolute; inset: 45% 0 0 0; background: var(--text-primary); opacity: .85; }

.mmy-fm-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

.mmy-btn--ghost:hover {
  background: var(--accent);
  color: #fff;
}

.mmy-fm-nav a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -3px;
  height: 3px;
  background: var(--accent);
  border-radius: 3px;
}

.mmy-fm-faq__item summary {
  cursor: pointer;
  padding: 1rem 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  list-style: none;
  position: relative;
}

.mmy-fm-board--full { margin: 2rem 0; }

.mmy-game-embed-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mmy-fm-preview__ice { position: absolute; inset: 38% 0 55% 0; background: var(--surface); border-block: 2px solid var(--border); }

.mmy-fm-hero__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--accent) 2px, transparent 2px),
                    radial-gradient(var(--accent-secondary) 2px, transparent 2px);
  background-size: 42px 42px;
  background-position: 0 0, 21px 21px;
  opacity: .08;
  pointer-events: none;
}

.mmy-fm-benefits__inner { max-width: 1100px; margin: 0 auto; }

.mmy-fm-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(116, 14, 55, 0.06);
}

.mmy-btn--block { display: block; width: 100%; }

.mmy-fm-board tr:last-child td { border-bottom: none; }

.mmy-btn {
  display: inline-block;
  font-family: var(--font-head), sans-serif;
  font-size: .82rem;
  letter-spacing: .5px;
  padding: .8rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  line-height: 1;
}

.mmy-fm-footer__col a { color: #cbb6bf; font-size: .93rem; }

.mmy-fm-benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}

.mmy-fm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
  background: var(--surface);
}

.mmy-fm-preview__hole--2 { left: 43%; }

.mmy-fm-article__meta {
  display: block;
  font-size: .85rem;
  color: var(--text-secondary);
  margin: -.5rem 0 1.8rem;
  font-weight: 600;
}

.mmy-fm-preview__hole--3 { left: 70%; }

.mmy-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--glow-accent);
}

html[data-auth="in"] .mmy-only-out { display: none !important; }

.mmy-fm-preview__line { position: absolute; top: 43%; left: 49.5%; width: 2px; height: 30%; background: var(--accent); }

.mmy-fm-benefit { text-align: center; }

.mmy-fm-icon--user::before { border-radius: 50% 50% 40% 40%; width: 20px; height: 24px; background: var(--accent); }

.mmy-fm-field input {
  width: 100%;
  padding: .7rem .8rem;
  border: 2px solid var(--border);
  border-radius: 8px;
  font-family: var(--font-body), sans-serif;
  font-size: 1rem;
  background: var(--bg);
  color: var(--text-primary);
}

.mmy-fm-preview__hole--1 { left: 16%; }

.mmy-fm-board-teaser__lead {
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto 1.5rem;
}

.mmy-fm-table tr:nth-child(even) td { background: rgba(244, 218, 205, .18); }

.mmy-fm-readmore {
  font-family: var(--font-head), sans-serif;
  font-size: .78rem;
  color: var(--accent);
  letter-spacing: .5px;
}

.mmy-fm-preview__fish { position: absolute; top: 68%; left: 30%; width: 9%; height: 3.5%; border-radius: 50%; background: rgba(255,255,255,.3); }

.mmy-fm-icon--target::before { border-radius: 50%; background: transparent; border: 5px solid var(--accent); }

.mmy-fm-prose p { color: var(--text-secondary); margin: 0 0 1.1rem; }

.mmy-fm-icon--device::before { border-radius: 4px; width: 18px; height: 26px; background: var(--accent); }

.mmy-fm-preview { position: relative; aspect-ratio: 4/3; max-width: 640px; margin-inline: auto; }

.mmy-fm-page h2 {
  font-size: 1.4rem;
  margin: 2rem 0 .9rem;
}

.mmy-fm-nav {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}

.mmy-fm-article__readnext h2 {
  font-size: 1.2rem;
  margin: 0 0 1rem;
  color: var(--text-primary);
}

.mmy-fm-board {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  margin: 0 auto 1.5rem;
  background: var(--surface);
  text-align: left;
}

.mmy-fm-nav a {
  color: var(--text-primary);
  font-weight: 600;
  font-size: .95rem;
  position: relative;
  padding: .3rem 0;
}

html { scroll-behavior: smooth; }

.mmy-fm-faq__item p {
  padding: 0 1.3rem 1.1rem;
  margin: 0;
  color: var(--text-secondary);
}

.mmy-fm-footer__addr { color: #93808a; }

.mmy-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(116, 14, 55, 0.18);
}

.mmy-fm-preview__hole { position: absolute; top: 41%; width: 14%; height: 5%; border-radius: 50%; background: var(--text-primary); border: 2px solid rgba(255,255,255,.5); }

.mmy-fm-table td {
  padding: .75rem 1.1rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
  vertical-align: top;
}

.mmy-fm-faq {
  text-align: left;
  max-width: 720px;
  margin: 0 auto 1.6rem;
}

.mmy-fm-faq__item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin-bottom: .8rem;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.mmy-fm-hero__title {
  font-size: clamp(2.6rem, 8vw, 4.4rem);
  margin: 0 0 1rem;
  color: var(--accent);
  text-shadow: 3px 3px 0 rgba(194, 85, 24, .18);
}

.mmy-fm-faq__item[open] summary::after { content: "\2013"; }

.mmy-fm-nav a:hover, .mmy-fm-nav a.active { color: var(--accent); }

.mmy-btn--primary:hover {
  background: var(--accent-hover);
  color: #fff;
  transform: translateY(-2px);
}

.mmy-fm-auth__user {
  font-weight: 700;
  color: var(--accent-secondary);
}

.mmy-fm-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
}

.mmy-fm-modal__switch { text-align: center; margin: 1.2rem 0 0; color: var(--text-secondary); font-size: .92rem; }

html[data-auth="out"] .mmy-only-in { display: none !important; }

.mmy-fm-section__title {
  font-size: 1.9rem;
  text-align: center;
  margin: 0 0 2rem;
}

.mmy-fm-benefit__icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--hero-gradient);
  border: 2px solid var(--border);
  position: relative;
}

.mmy-fm-preview__hud { position: absolute; top: 4%; left: 4%; right: 4%; display: flex; justify-content: space-between; padding: .5em .9em; background: var(--surface); color: var(--text-primary); border-radius: 8px; font-size: .8rem; }

.mmy-fm-benefit p { color: var(--text-secondary); margin: 0; font-size: .95rem; }

.mmy-fm-board th {
  background: var(--hero-gradient);
  font-family: var(--font-head), sans-serif;
  font-size: .78rem;
  letter-spacing: .5px;
}

.mmy-fm-prose h2 {
  font-size: 1.7rem;
  margin: 0 0 1.2rem;
}

.mmy-fm-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}

.mmy-fm-footer__bar p { margin: .3rem 0; }

h1, h2, h3, h4 {
  font-family: var(--font-head), sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: .3px;
}

.mmy-fm-game-notes h2 { margin-top: 0; }

.mmy-fm-main { display: block; min-height: 50vh; }

.mmy-article-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .2s ease;
}

.mmy-fm-icon--bolt::before { clip-path: polygon(45% 0, 0 60%, 40% 60%, 30% 100%, 100% 35%, 55% 35%); background: var(--accent-secondary); }

.mmy-fm-footer__tag { color: #cbb6bf; font-size: .95rem; margin: 0; }

.mmy-fm-contact__card h2 { margin-top: 0; font-size: 1.15rem; }

.mmy-fm-field input:focus {
  outline: none;
  border-color: var(--accent);
}

.mmy-fm-list strong { color: var(--text-primary); }

.mmy-fm-nav-toggle span {
  width: 24px;
  height: 3px;
  background: var(--text-primary);
  border-radius: 2px;
}

.mmy-fm-hero__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.mmy-fm-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
  margin-left: auto;
}

.mmy-fm-preview__sky { position: absolute; inset: 0 0 62% 0; background: var(--bg); }

.mmy-game-embed-wrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(116, 14, 55, 0.18);
}

.mmy-fm-article__meta time { color: var(--text-secondary); }

.mmy-fm-table td strong { color: var(--text-primary); }

.mmy-fm-board-teaser { background: var(--surface); }

.mmy-fm-modal__close {
  position: absolute;
  top: .8rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--text-secondary);
  line-height: 1;
}

.mmy-fm-article__readnext a { font-weight: 600; }

.mmy-fm-table-wrap {
  overflow-x: auto;
  margin: 0 0 1.4rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
}

.mmy-fm-hero {
  position: relative;
  background: var(--hero-gradient);
  padding: 3.5rem 1.25rem 4rem;
  overflow: hidden;
}

.mmy-fm-article__readnext .mmy-fm-list { margin-bottom: 0; }

.mmy-fm-table thead tr {
  background: var(--hero-gradient);
}

.mmy-fm-teaser { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.18); }

.mmy-logo {
  font-family: var(--font-head), sans-serif;
  font-size: 1.4rem;
  color: var(--accent);
  letter-spacing: .5px;
  margin-right: auto;
}

.mmy-article-card__content p { color: var(--text-secondary); margin: 0 0 .9rem; }

.mmy-fm-table th {
  padding: .8rem 1.1rem;
  text-align: left;
  font-family: var(--font-head), sans-serif;
  font-weight: 400;
  font-size: .78rem;
  letter-spacing: .5px;
  color: var(--text-primary);
  border-bottom: 2px solid var(--border);
}

.mmy-article-card__overlay { position: absolute; inset: 0; z-index: 1; }

.mmy-fm-field span {
  display: block;
  font-weight: 700;
  font-size: .85rem;
  margin-bottom: .35rem;
}

.mmy-logo--footer { font-size: 1.3rem; margin-bottom: .6rem; display: inline-block; }

.mmy-fm-404 .mmy-fm-page__inner { text-align: center; }

.mmy-fm-404__links {
  display: flex;
  gap: .8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.mmy-fm-prose__inner {
  max-width: 760px;
  margin: 0 auto;
}

.mmy-fm-modal.open { display: block; }

.mmy-fm-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(51, 34, 42, .55);
}

.mmy-fm-footer {
  background: var(--text-primary);
  color: #f3e6ea;
  padding: 3rem 1.25rem 1.5rem;
  margin-top: 3rem;
}

* { box-sizing: border-box; }

.mmy-fm-modal__title { font-size: 1.5rem; margin: 0 0 1.3rem; color: var(--accent); }

.mmy-fm-field { display: block; margin-bottom: 1rem; }

.mmy-stars { color: #ffc107; }

.mmy-fm-article .mmy-fm-page__title { margin-top: .6rem; }

.mmy-fm-page__title {
  font-size: clamp(1.9rem, 5vw, 2.8rem);
  color: var(--accent);
  margin: 0 0 1rem;
}

body {
  margin: 0;
  font-family: var(--font-body), sans-serif;
  background: var(--bg);
  color: var(--text-primary);
  line-height: 1.65;
  font-size: 17px;
}

.mmy-fm-page__lead {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin: 0 0 2rem;
}

.mmy-article-card__content h2 { font-size: 1.15rem; margin: .7rem 0 .6rem; }

a:hover { color: var(--accent-hover); }

.mmy-fm-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.mmy-fm-footer .mmy-logo { color: #fff; }

.mmy-fm-hero__sub {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 620px;
  margin: 0 auto 2.2rem;
}

.mmy-fm-footer__col h3 {
  font-family: var(--font-head), sans-serif;
  font-size: .85rem;
  letter-spacing: .5px;
  margin: 0 0 .9rem;
  color: #fff;
}

.mmy-fm-footer__col ul { list-style: none; padding: 0; margin: 0; }

.mmy-fm-footer__col li { margin-bottom: .55rem; }

.mmy-article-card__content { padding: 1.6rem; }

.mmy-fm-footer__col a:hover { color: #fff; }

.mmy-fm-footer__bar {
  max-width: 1100px;
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .82rem;
  color: #b09aa3;
  text-align: center;
}

.mmy-fm-article__readnext {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid var(--border);
}

.mmy-fm-list {
  color: var(--text-secondary);
  padding-left: 1.3rem;
  margin: 0 0 1.2rem;
}

.mmy-fm-board table { width: 100%; border-collapse: collapse; }

.mmy-fm-cookie p { margin: 0; flex: 1; min-width: 200px; font-size: .9rem; color: var(--text-secondary); }

.mmy-fm-board th, .mmy-fm-board td {
  padding: .85rem 1.1rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.mmy-fm-page__inner {
  max-width: 800px;
  margin: 0 auto;
}

.mmy-fm-modal__box {
  position: relative;
  background: var(--surface);
  max-width: 420px;
  margin: 8vh auto 0;
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
  box-shadow: 0 20px 60px rgba(116, 14, 55, 0.3);
}

.mmy-fm-prose { background: var(--surface); }

.mmy-fm-section { padding: 3.5rem 1.25rem; }

.mmy-logo:hover { color: var(--accent-hover); }

a { color: var(--accent); text-decoration: none; }

.mmy-fm-page__note {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  margin-top: 1.5rem;
}

.mmy-fm-faq__item summary::-webkit-details-marker { display: none; }

.mmy-fm-page { padding: 3rem 1.25rem; }

.mmy-fm-tag {
  display: inline-block;
  font-family: var(--font-head), sans-serif;
  font-size: .68rem;
  letter-spacing: .5px;
  background: var(--accent);
  color: #fff;
  padding: .35rem .7rem;
  border-radius: 30px;
}

.mmy-fm-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: .85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.mmy-fm-game-page .mmy-fm-page__inner { max-width: 1000px; text-align: center; }

.mmy-fm-board td:last-child, .mmy-fm-board th:last-child { text-align: right; font-weight: 700; color: var(--accent); }

.mmy-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 1.6rem;
}

.mmy-fm-contact__card p { margin: 0; }

@media (max-width: 860px) {
  .mmy-fm-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: .4rem;
    padding-top: .8rem;
  }
  .mmy-fm-nav.open { display: flex; }
  .mmy-fm-nav-toggle { display: flex; }
  .mmy-fm-header__inner { justify-content: space-between; }
  .mmy-fm-auth { order: 3; width: 100%; justify-content: center; }
  .mmy-logo { margin-right: 0; }
}

@media (min-width: 600px) {
  .mmy-fm-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .mmy-fm-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .mmy-fm-contact { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .mmy-fm-benefits__grid { grid-template-columns: repeat(4, 1fr); }
  .mmy-fm-blog-grid { grid-template-columns: repeat(3, 1fr); }
  .mmy-fm-footer__inner { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .mmy-fm-contact { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@media print {
  .mmy-fm-header, .mmy-fm-footer, .mmy-fm-cookie, .mmy-fm-modal, .mmy-game-embed-wrap { display: none !important; }
  body { background: #fff; color: #000; }
  .mmy-fm-page__inner { max-width: 100%; }
}

.mmy-auth-btn { padding: 8px 16px; border-radius: 8px; border: 1px solid var(--border, #ccc); background: transparent; color: inherit; cursor: pointer; font: inherit; }

.mmy-auth-btn--primary:hover { background: var(--accent-hover, #1d4ed8); }

.mmy-home-embed__btn:hover { background: var(--accent-hover, #1d4ed8); }

.mmy-home-embed__btn { display: inline-block; padding: 12px 28px; border-radius: 10px; background: var(--accent, #2563eb); color: #fff; text-decoration: none; font-weight: 600; }

.mmy-auth-actions { display: flex; gap: 8px; align-items: center; }

.mmy-home-embed { margin-block: 24px 32px; text-align: center; }

.mmy-auth-btn--primary { background: var(--accent, #2563eb); border-color: var(--accent, #2563eb); color: #fff; }

.mmy-leaderboard-preview { width: 100%; border-collapse: collapse; }

.mmy-game-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.mmy-leaderboard-preview th, .mmy-leaderboard-preview td { padding: 6px 10px; text-align: left; border-bottom: 1px solid var(--border, #e2e2e2); }

.mmy-game-embed-wrap { position: relative; width: 100%; max-width: 960px; margin: 0 auto; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.08); background: #111; }

.mmy-home-embed__hint { margin: 12px auto 0; max-width: 42rem; font-size: .95rem; opacity: .85; }

.mmy-home-embed__cta { margin-top: 16px; }

.mmy-game-embed-wrap--home { max-width: min(960px, 100%); margin-inline: auto; }

.mmy-lb-preview-label { font-size: .9rem; opacity: .7; margin: 0 0 8px; }

@media (max-width: 640px) { .mmy-game-embed-wrap--home { aspect-ratio: 3 / 4; max-width: 100%; } }

:root { --cookie-banner-h: 0px; }

.mmy-cookie-consent.is-visible ~ * body,
body.has-cookie-banner { --cookie-banner-h: 120px; }

html, body { overflow-x: hidden; }

body { padding-bottom: var(--cookie-banner-h); }

@media (max-width: 768px) {
    body.has-cookie-banner { --cookie-banner-h: 160px; }
}

.mmy-provider-section,
.mmy-m-provider-section,
[class*="provider-section"] {
    width: 100%;
    margin-bottom: 24px;
}

[id$="GamesContainer"] > *,
[id$="gamesContainer"] > *,
#gamesContainer > * {
    grid-column: unset !important;
    width: 100%;
}

[id$="GamesContainer"],
[id$="gamesContainer"],
#gamesContainer {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px;
    width: 100%;
}

@media (max-width: 480px) {
    .mmy-games-grid,
    .mmy-m-games-grid,
    [class*="games-grid"]:not([class*="featured"]) {
        grid-template-columns: 1fr !important;
    }
}

#gameFrame, .mmy-game-iframe, iframe.game {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border: 0;
    display: block;
}

.mmy-m-filter, .mmy-filter-bar, .mmy-filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 4px 12px;
    scrollbar-width: thin;
}

.mmy-modal, .mmy-m-modal, [class*="modal"][class*="overlay"] { z-index: 9999 !important; }

.mmy-modal__overlay, .mmy-m-modal__overlay { z-index: 9998 !important; }

.mmy-m-filter > *, .mmy-filter-bar > *, .mmy-filters > * { flex-shrink: 0; }

@media (max-width: 480px) {
    .mmy-site-header__inner, .mmy-m-header__inner {
        gap: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.compliance-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #ffffff !important;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 4px;
}

.compliance-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.28);
}

.compliance-badge img {
    display: block;
    height: 28px;
    width: auto;
    opacity: 1 !important;
    filter: none !important;
}
/* theme-contrast-v2.99.5f */
[class*="m-hero"] p,
[class*="m-hero__text"],
[class*="m-hero__subtitle"],
[class*="m-hero__lede"],
[class*="m-hero__badge"] {
    color: var(--text-secondary);
}
[class*="m-footer"] p,
[class*="m-footer__desc"],
[class*="m-footer__disclaimer"] {
    color: var(--text-muted);
}
[class*="age-modal"] p,
[class*="age-modal__text"],
[class*="cookie-banner"] p {
    color: var(--text-primary);
}

/* thematic-embed-frame v0.996 */
.game-embed-wrap { position:relative; width:100%; max-width:960px; margin:0 auto; aspect-ratio:4/3; }
.game-embed-wrap iframe { position:absolute; inset:0; width:100%; height:100%; border:0; border-radius:8px; }

/* thematic-decor-auth v0.998.3.3 */
.auth-actions { display: flex; gap: 8px; align-items: center; }
.auth-btn { padding: 8px 16px; border-radius: 8px; border: 1px solid var(--border, #ccc); background: transparent; color: inherit; cursor: pointer; font: inherit; }
.auth-btn--primary { background: var(--accent, #2563eb); border-color: var(--accent, #2563eb); color: #fff; }
.auth-btn--primary:hover { background: var(--accent-hover, #1d4ed8); }

/* thematic-embed-home v0.998.3.3 — shares the game-page embed box */
.game-embed-wrap { position: relative; width: 100%; max-width: 960px; margin: 0 auto; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.08); background: #111; }
.game-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.game-embed-wrap--home { max-width: min(960px, 100%); margin-inline: auto; }
.home-embed { margin-block: 24px 32px; text-align: center; }
.home-embed__hint { margin: 12px auto 0; max-width: 42rem; font-size: .95rem; opacity: .85; }
.home-embed__cta { margin-top: 16px; }
.home-embed__btn { display: inline-block; padding: 12px 28px; border-radius: 10px; background: var(--accent, #2563eb); color: #fff; text-decoration: none; font-weight: 600; }
.home-embed__btn:hover { background: var(--accent-hover, #1d4ed8); }
@media (max-width: 640px) { .game-embed-wrap--home { aspect-ratio: 3 / 4; max-width: 100%; } }

/* thematic-skin memphis-warm v0.999.2.3 — template retro (family retro-light) */
header, [class*="site-header"] {
  background: var(--surface);
  border-bottom: 3px solid var(--text-primary);
}
header nav a {
  font-weight: 700;
}
header nav a:hover {
  color: var(--accent);
}
[class*="hero"]:not([class*="__"]) {
  background: var(--hero-gradient, var(--bg));
  border-bottom: 3px solid var(--text-primary);
}
[class*="hero"]:not([class*="__"]) h1 {
  text-shadow: 3px 3px 0 var(--accent-secondary, var(--border));
  letter-spacing: 0.01em;
}
main section {
  padding-block: clamp(40px, 6vw, 76px);
}
main section:nth-of-type(even) {
  background: var(--surface);
  border-block: 2px dashed var(--border);
}
[class*="card"]:not([class*="__"]), article, [class*="benefit"]:not([class*="__"]) {
  background: var(--surface);
  border: 2px solid var(--text-primary);
  border-radius: var(--radius-lg, 12px);
  box-shadow: 6px 6px 0 var(--accent-secondary, var(--border));
  transition: transform .15s ease, box-shadow .15s ease;
}
[class*="card"]:not([class*="__"]):hover, article:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--accent-secondary, var(--border));
}
a[class*="btn"], button[class*="btn"] {
  border: 2px solid var(--text-primary);
  border-radius: 10px;
  padding: 12px 26px;
  font-weight: 800;
  box-shadow: 4px 4px 0 var(--text-primary);
  transition: transform .12s ease, box-shadow .12s ease;
}
a[class*="btn"]:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--text-primary);
}
[class*="btn"][class*="primary"], .home-embed__btn {
  background: var(--accent);
  color: #fff;
}
.game-embed-wrap {
  border: 3px solid var(--text-primary);
  box-shadow: 8px 8px 0 var(--accent-secondary, var(--border));
}
[class*="faq"] details {
  border: 2px solid var(--text-primary);
  border-radius: 10px;
  background: var(--surface);
  padding: 8px 16px;
  margin-block: 10px;
}
footer {
  background: var(--text-primary);
  color: var(--surface);
}
footer a {
  color: var(--surface);
}
table {
  border: 2px solid var(--text-primary);
}
table thead th {
  background: var(--accent);
  color: #fff;
}

/* thematic-overlay-guard v0.999.2.3 */
[class*="__overlay"] { background: transparent !important; border: none !important; box-shadow: none !important; }

/* thematic-supplemental articles.css v0.999.2.1 */
/* ============================================================
   articles.css — long-form guide & article styling
   Extends styles.css tokens (Memphis Warm). All colours pull
   from :root variables defined in styles.css.
   ============================================================ */

/* ---------- Breadcrumbs ---------- */
.mmy-breadcrumbs {
  max-width: 800px;
  margin: 0 auto 1.4rem;
  padding: 0 1.25rem;
  font-size: .85rem;
  color: var(--text-secondary);
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  align-items: center;
}
.mmy-breadcrumbs a {
  color: var(--accent);
  font-weight: 600;
}
.mmy-breadcrumbs a:hover { color: var(--accent-hover); }
.mmy-breadcrumbs span[aria-current],
.mmy-breadcrumbs .mmy-breadcrumbs__current {
  color: var(--text-primary);
}
.mmy-breadcrumbs .mmy-sep {
  color: var(--accent-secondary);
  opacity: .6;
}

/* ---------- Article header ---------- */
.mmy-article-header {
  max-width: 800px;
  margin: 0 auto 2rem;
  padding: 0 1.25rem;
}
.mmy-article-header .mmy-fm-tag { margin-bottom: 1rem; }
.mmy-article-header h1 {
  font-size: clamp(1.9rem, 5vw, 2.8rem);
  color: var(--accent);
  margin: .5rem 0 1rem;
  line-height: 1.15;
}
.mmy-article-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .85rem;
  color: var(--text-secondary);
  font-weight: 600;
}
.mmy-article-header__meta time { color: var(--text-secondary); }

/* ---------- Article body ---------- */
.mmy-article-body {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.mmy-article-body h2 {
  font-size: 1.5rem;
  color: var(--text-primary);
  margin: 2.2rem 0 .9rem;
  position: relative;
  padding-left: .9rem;
}
.mmy-article-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .15em;
  bottom: .15em;
  width: 5px;
  border-radius: 4px;
  background: var(--accent);
}
.mmy-article-body h3 {
  font-size: 1.2rem;
  color: var(--accent-secondary);
  margin: 1.8rem 0 .7rem;
}
.mmy-article-body p {
  color: var(--text-secondary);
  margin: 0 0 1.15rem;
  line-height: 1.7;
}
.mmy-article-body a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(194, 24, 91, .35);
  text-underline-offset: 2px;
}
.mmy-article-body a:hover {
  color: var(--accent-hover);
  text-decoration-color: var(--accent-hover);
}
.mmy-article-body strong { color: var(--text-primary); }

.mmy-article-body ul,
.mmy-article-body ol {
  color: var(--text-secondary);
  margin: 0 0 1.3rem;
  padding-left: 1.4rem;
  line-height: 1.7;
}
.mmy-article-body li { margin-bottom: .55rem; }
.mmy-article-body ul li::marker { color: var(--accent); }
.mmy-article-body ol li::marker { color: var(--accent-secondary); font-weight: 700; }

.mmy-article-body blockquote {
  margin: 1.6rem 0;
  padding: 1rem 1.3rem;
  border-left: 5px solid var(--accent);
  background: var(--surface);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  box-shadow: var(--shadow-card);
  color: var(--text-primary);
  font-style: italic;
}

/* ---------- Article tables ---------- */
.mmy-article-body .mmy-fm-table-wrap,
.mmy-article-body table {
  margin-bottom: 1.4rem;
}
.mmy-article-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.mmy-article-body thead tr { background: var(--hero-gradient); }
.mmy-article-body th {
  padding: .8rem 1.1rem;
  text-align: left;
  font-family: var(--font-head);
  font-weight: 400;
  font-size: .78rem;
  letter-spacing: .5px;
  color: var(--text-primary);
  border-bottom: 2px solid var(--border);
}
.mmy-article-body td {
  padding: .75rem 1.1rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
  vertical-align: top;
}
.mmy-article-body tr:last-child td { border-bottom: none; }
.mmy-article-body tr:nth-child(even) td { background: rgba(244, 218, 205, .18); }

/* ---------- Table of contents ---------- */
.mmy-toc {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 5px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 1.3rem 1.5rem;
  margin: 0 0 2rem;
  box-shadow: var(--shadow-card);
}
.mmy-toc__title {
  font-family: var(--font-head);
  font-size: .85rem;
  letter-spacing: .5px;
  color: var(--text-primary);
  margin: 0 0 .8rem;
}
.mmy-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mmy-toc li { margin-bottom: .5rem; }
.mmy-toc a {
  color: var(--accent);
  font-weight: 600;
  font-size: .93rem;
  text-decoration: none;
}
.mmy-toc a:hover { color: var(--accent-hover); text-decoration: underline; }

/* ---------- Layout with sidebar ---------- */
.mmy-article-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.mmy-article-layout .mmy-article-body {
  max-width: none;
  padding: 0;
}

.mmy-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.mmy-sidebar__block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 1.4rem;
}
.mmy-sidebar__block h3 {
  font-family: var(--font-head);
  font-size: .9rem;
  letter-spacing: .5px;
  color: var(--text-primary);
  margin: 0 0 1rem;
}
.mmy-sidebar__block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mmy-sidebar__block li { margin-bottom: .7rem; }
.mmy-sidebar__block a {
  color: var(--accent);
  font-weight: 600;
  font-size: .92rem;
}
.mmy-sidebar__block a:hover { color: var(--accent-hover); }
.mmy-sidebar__cta {
  background: var(--hero-gradient);
  border: 2px solid var(--border);
  text-align: center;
}
.mmy-sidebar__cta p {
  color: var(--text-secondary);
  font-size: .92rem;
  margin: 0 0 1rem;
}

/* ---------- Read next (matches article template) ---------- */
.mmy-article-body .mmy-fm-article__readnext {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid var(--border);
}

/* ---------- Back to top button (injected by main.js) ---------- */
.mmy-back-to-top {
  position: fixed;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--glow-accent);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease;
  z-index: 80;
}
.mmy-back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mmy-back-to-top:hover { background: var(--accent-hover); }

/* ---------- Responsive: sidebar to side on wide screens ---------- */
@media (min-width: 960px) {
  .mmy-article-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
  }
  .mmy-sidebar {
    position: sticky;
    top: 90px;
  }
}

@media (max-width: 600px) {
  .mmy-article-body h2 { font-size: 1.3rem; }
  .mmy-article-body h3 { font-size: 1.1rem; }
  .mmy-back-to-top { bottom: 5.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mmy-back-to-top { transition: none; }
}

/* thematic-supplemental home-extra.css v0.999.2.1 */
/* Split hero */
.mmy-fm-hero__inner--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: left;
  align-items: center;
}
.mmy-fm-hero__tagline {
  font-family: var(--font-head);
  font-size: 1rem;
  color: var(--accent-secondary);
  margin: 0 0 1.2rem;
  letter-spacing: .3px;
}
.mmy-fm-hero__copy .mmy-fm-hero__sub { margin-left: 0; margin-right: 0; max-width: none; }
.mmy-fm-hero__visual img {
  width: 100%;
  border-radius: 16px;
  border: 2px solid var(--border);
  box-shadow: 0 12px 40px rgba(116, 14, 55, 0.18);
}

/* Home embed section */
.mmy-fm-home-embed { background: var(--surface); }
.mmy-fm-home-embed__inner { max-width: 960px; margin: 0 auto; }

/* Articles magazine grid */
.mmy-fm-articles__inner { max-width: 1100px; margin: 0 auto; }
.mmy-fm-articles__more { text-align: center; margin-top: 1.8rem; }
.mmy-fm-blog-grid--mag time {
  display: block;
  font-size: .8rem;
  color: var(--text-secondary);
  font-weight: 600;
  margin-top: .5rem;
}

/* Benefits icon row */
.mmy-fm-benefits__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.mmy-fm-benefit--row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 1.3rem;
}
.mmy-fm-benefit--row h3 { margin: 0 0 .3rem; font-size: 1rem; }
.mmy-fm-benefit--row p { margin: 0; }
.mmy-fm-benefit--row .mmy-fm-benefit__icon { flex: 0 0 auto; }

@media (min-width: 760px) {
  .mmy-fm-hero__inner--split { grid-template-columns: 1.05fr .95fr; }
}
@media (min-width: 600px) {
  .mmy-fm-benefits__row { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .mmy-fm-benefits__row { grid-template-columns: repeat(5, 1fr); }
  .mmy-fm-benefit--row { flex-direction: column; }
}
