/* Mostbet-inspired dark neon global CSS for Elementor HTML blocks (Azerbaijani, LTR) */

/* Site shell: page-wide background and chrome */
body.mb-site {
  --mb-container: 1120px;
  --mb-page-pad: clamp(14px, 3vw, 30px);
  --mb-bg: #050814;
  --mb-bg-2: #091122;
  --mb-panel: rgba(12, 18, 34, 0.92);
  --mb-panel-2: rgba(18, 25, 45, 0.88);
  --mb-text: #f8fbff;
  --mb-muted: #b9c3d6;
  --mb-soft: #dfe6f3;
  --mb-accent: #ff149f;
  --mb-accent-2: #ff4fc1;
  --mb-accent-3: #b60077;
  --mb-gold: #ffb84d;
  --mb-green: #18c783;
  --mb-red: #ff5468;
  --mb-border: rgba(255, 20, 159, 0.28);
  --mb-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
  --mb-glow: 0 0 34px rgba(255, 20, 159, 0.34);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 20, 159, 0.25), transparent 34rem),
    radial-gradient(circle at 86% 18%, rgba(255, 184, 77, 0.16), transparent 22rem),
    radial-gradient(circle at 12% 30%, rgba(24, 199, 131, 0.12), transparent 21rem),
    linear-gradient(180deg, #050814 0%, #081020 46%, #040610 100%);
}

body.mb-site .mb-site-header,
body.mb-site .mb-topbar,
body.mb-site .mb-page-strip,
body.mb-site .mb-site-footer {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  color: var(--mb-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.mb-site .mb-topbar {
  padding: 8px var(--mb-page-pad);
  background: rgba(4, 7, 17, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

body.mb-site .mb-topbar__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--mb-muted);
}

body.mb-site .mb-site-header {
  padding: clamp(12px, 2vw, 18px) var(--mb-page-pad);
  background:
    linear-gradient(180deg, rgba(8, 12, 27, 0.94), rgba(8, 12, 27, 0.72)),
    radial-gradient(circle at 50% 0%, rgba(255, 20, 159, 0.18), transparent 32rem);
  border-bottom: 1px solid rgba(255, 20, 159, 0.18);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.25);
}

body.mb-site .mb-site-header__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 22px);
  min-width: 0;
}

body.mb-site .mb-site-brand {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mb-text);
  text-decoration: none;
}

body.mb-site .mb-site-brand__logo {
  display: block;
  max-height: 40px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  aspect-ratio: 800 / 128;
}

body.mb-site .mb-site-brand__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--mb-text);
}

body.mb-site .mb-site-header__actions {
  flex: 0 0 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

body.mb-site .mb-site-btn,
body.mb-site a.mb-site-btn,
body.mb-site .mb-site-drawer__cta,
body.mb-site a.mb-site-drawer__cta {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  width: auto;
  max-width: 100%;
  min-width: 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mb-accent), var(--mb-accent-2));
  box-shadow: 0 10px 28px rgba(255, 20, 159, 0.36);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.mb-site .mb-site-btn:hover,
body.mb-site .mb-site-btn:focus-visible,
body.mb-site .mb-site-drawer__cta:hover,
body.mb-site .mb-site-drawer__cta:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #ff39b5, #ff149f);
  box-shadow: 0 14px 36px rgba(255, 20, 159, 0.48);
  transform: translateY(-1px);
}

body.mb-site .mb-site-burger {
  box-sizing: border-box;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 20, 159, 0.35);
  color: var(--mb-text);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

body.mb-site .mb-site-nav {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.mb-site .mb-site-nav::-webkit-scrollbar {
  display: none;
}

body.mb-site .mb-site-nav__list,
body.mb-site .mb-site-nav ul {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 6px;
  list-style: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 20, 159, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

body.mb-site .mb-footer-nav__list {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  border-radius: 0;
  background: none;
}

body.mb-site .mb-footer-nav__list > li {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
}

body.mb-site .mb-site-nav a,
body.mb-site .mb-footer-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--mb-soft);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body.mb-site .mb-site-nav a:hover,
body.mb-site .mb-site-nav a:focus-visible {
  color: #ffffff;
  background: rgba(255, 20, 159, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 20, 159, 0.28);
}

body.mb-site .mb-page-strip {
  padding: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 184, 77, 0.13), transparent 20rem),
    linear-gradient(180deg, rgba(10, 15, 31, 0.68), rgba(5, 8, 20, 0.28));
}

body.mb-site .mb-page-strip__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  min-width: 0;
  padding-block: 8px;
  padding-inline: var(--mb-page-pad);
}

body.mb-site .mb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 10px;
  color: var(--mb-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

body.mb-site .mb-breadcrumbs a {
  color: var(--mb-soft);
  text-decoration: none;
}

body.mb-site .mb-breadcrumbs a:hover {
  color: var(--mb-accent-2);
}

body.mb-site .mb-page-title {
  margin: 0;
  color: var(--mb-text);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

body.mb-site .mb-page-title strong {
  color: var(--mb-accent);
}

body.mb-site .mb-site-footer {
  padding: clamp(28px, 5vw, 54px) var(--mb-page-pad);
  margin-block-start: clamp(26px, 5vw, 60px);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 20, 159, 0.15), transparent 30rem),
    linear-gradient(180deg, rgba(7, 10, 22, 0.75), rgba(3, 5, 12, 0.96));
  border-top: 1px solid rgba(255, 20, 159, 0.18);
}

body.mb-site .mb-site-footer__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  display: grid;
  gap: 20px;
  min-width: 0;
}

body.mb-site .mb-site-footer__brand {
  color: var(--mb-text);
  font-weight: 900;
  letter-spacing: 0.02em;
}

body.mb-site .mb-site-footer__copy {
  max-width: 100%;
  margin: 0;
  color: var(--mb-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

/* Root article container */
.mb-article,
.mbpk-article {
  --mb-container: 1120px;
  --mb-bg: #050814;
  --mb-bg-2: #091122;
  --mb-surface: rgba(9, 14, 29, 0.96);
  --mb-surface-2: rgba(16, 23, 43, 0.92);
  --mb-card: rgba(18, 26, 48, 0.9);
  --mb-card-2: rgba(22, 31, 57, 0.88);
  --mb-text: #f8fbff;
  --mb-heading: #ffffff;
  --mb-muted: #b9c3d6;
  --mb-muted-2: #8f9bb3;
  --mb-accent: #ff149f;
  --mb-accent-2: #ff4fc1;
  --mb-accent-3: #b60077;
  --mb-gold: #ffb84d;
  --mb-green: #18c783;
  --mb-red: #ff5468;
  --mb-border: rgba(255, 20, 159, 0.25);
  --mb-border-soft: rgba(255, 255, 255, 0.1);
  --mb-radius-sm: 12px;
  --mb-radius-md: 18px;
  --mb-radius-lg: 24px;
  --mb-radius-xl: 32px;
  --mb-section-pad: clamp(16px, 3vw, 30px);
  --mb-section-gap: clamp(26px, 4.8vw, 56px);
  --mb-inner-gap: clamp(18px, 3.8vw, 42px);
  --mb-shadow: 0 22px 70px rgba(0, 0, 0, 0.44);
  --mb-glow: 0 0 36px rgba(255, 20, 159, 0.34);
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: clamp(18px, 3vw, 34px);
  padding: clamp(14px, 2.4vw, 24px);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 20, 159, 0.18), transparent 36rem),
    radial-gradient(circle at 100% 18%, rgba(255, 184, 77, 0.13), transparent 22rem),
    linear-gradient(180deg, rgba(8, 12, 27, 0.98), rgba(5, 8, 18, 0.99));
  border: 1px solid rgba(255, 20, 159, 0.18);
  border-radius: var(--mb-radius-xl);
  box-shadow: var(--mb-shadow);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  direction: ltr;
  text-align: left;
  overflow-wrap: break-word;
}

.mb-article,
.mb-article *,
.mb-article *::before,
.mb-article *::after,
.mbpk-article,
.mbpk-article *,
.mbpk-article *::before,
.mbpk-article *::after {
  box-sizing: border-box;
}

.mb-article__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  min-width: 0;
}

.mb-article[dir="rtl"],
[dir="rtl"] .mb-article,
.mbpk-article[dir="rtl"],
[dir="rtl"] .mbpk-article {
  direction: rtl;
  text-align: right;
}

/* Typography */
.mb-article :is(h1, h2, h3, h4, h5, h6),
.mbpk-article :is(h1, h2, h3, h4, h5, h6) {
  max-width: 100%;
  margin-block-start: 0;
  margin-block-end: 0.62em;
  color: var(--mb-heading);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.mb-article h1,
.mbpk-article h1 {
  font-size: clamp(2.05rem, 5vw, 4.4rem);
  color: var(--mb-accent);
  text-shadow: 0 0 28px rgba(255, 20, 159, 0.32);
}

.mb-article h2,
.mbpk-article h2 {
  font-size: clamp(1.55rem, 3vw, 2.55rem);
}

.mb-article h3,
.mbpk-article h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.72rem);
}

.mb-article h4,
.mbpk-article h4 {
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}

.mb-article :is(p, ul, ol, dl, blockquote),
.mbpk-article :is(p, ul, ol, dl, blockquote) {
  max-width: 100%;
  margin-block-start: 0;
  margin-block-end: 1em;
}

.mb-article p,
.mbpk-article p {
  color: var(--mb-muted);
}

.mb-article :is(strong, b),
.mbpk-article :is(strong, b) {
  color: var(--mb-text);
  font-weight: 900;
}

.mb-article :is(em, i),
.mbpk-article :is(em, i) {
  color: var(--mb-soft, #dfe6f3);
}

.mb-article small,
.mbpk-article small {
  color: var(--mb-muted-2);
  font-size: 0.88em;
}

.mb-article a:not(.mb-btn),
.mbpk-article a:not(.mb-btn),
.mbpk-page .mb-article a:not(.mb-btn) {
  color: var(--mb-accent-2);
  text-decoration: underline;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.18em;
}

.mb-article a:not(.mb-btn):hover,
.mb-article a:not(.mb-btn):focus-visible,
.mbpk-article a:not(.mb-btn):hover,
.mbpk-article a:not(.mb-btn):focus-visible,
.mbpk-page .mb-article a:not(.mb-btn):hover,
.mbpk-page .mb-article a:not(.mb-btn):focus-visible {
  color: #ffffff;
}

.mb-copy,
.mb-hero__copy,
.mb-cta__copy,
.mb-card__copy,
.mb-article :is(.mb-copy p, .mb-copy ul, .mb-copy ol, .mb-hero__copy p, .mb-hero__copy ul, .mb-hero__copy ol, .mb-cta__copy p, .mb-cta__copy ul, .mb-cta__copy ol, .mb-card__copy p, .mb-card__copy ul, .mb-card__copy ol),
.mbpk-article :is(.mb-copy p, .mb-copy ul, .mb-copy ol, .mb-hero__copy p, .mb-hero__copy ul, .mb-hero__copy ol, .mb-cta__copy p, .mb-cta__copy ul, .mb-cta__copy ol, .mb-card__copy p, .mb-card__copy ul, .mb-card__copy ol) {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.mb-measure {
  max-width: min(72ch, 100%);
  margin-inline: auto;
}

/* Media safety */
.mb-article img,
.mb-article picture,
.mb-article video,
.mb-article iframe,
.mb-article svg,
.mbpk-article img,
.mbpk-article picture,
.mbpk-article video,
.mbpk-article iframe,
.mbpk-article svg {
  max-width: 100%;
}

.mb-article img,
.mb-article video,
.mbpk-article img,
.mbpk-article video {
  display: block;
  height: auto;
}

.mb-article :is(iframe, embed, object),
.mbpk-article :is(iframe, embed, object) {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: var(--mb-radius-md);
}

/* Hero: visual order is image, CTA, copy */
.mb-hero {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-gap);
  padding-inline: 0;
  padding-block-start: 0;
  padding-block-end: clamp(18px, 3vw, 34px);
  display: grid;
  grid-template-areas:
    "media"
    "cta"
    "copy";
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-width: 0;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 20, 159, 0.23), transparent 27rem),
    linear-gradient(180deg, rgba(18, 25, 45, 0.84), rgba(9, 14, 29, 0.92));
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-xl);
  box-shadow: var(--mb-shadow);
}

.mb-hero__media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  padding: 0;
  border-radius: var(--mb-radius-xl);
  background: #040711;
  overflow: hidden;
  overflow: clip;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 20, 159, 0.25),
    var(--mb-glow);
  cursor: pointer;
}

.mb-hero__media img,
.mb-hero__media picture,
.mb-hero__media video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease, filter 260ms ease;
}

.mb-hero__media picture img {
  height: 100%;
}

.mb-hero__media:hover img,
.mb-hero__media:hover video {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.06);
}

.mb-hero__copy {
  grid-area: copy;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-inline: var(--mb-section-pad);
  padding-block-start: clamp(16px, 3vw, 30px);
}

.mb-hero__badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  margin-block-end: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 20, 159, 0.38);
  color: var(--mb-accent-2);
  background: rgba(255, 20, 159, 0.1);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
}

.mb-hero__lead {
  width: 100%;
  max-width: 100%;
  color: var(--mb-soft, #dfe6f3);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.68;
}

.mb-hero__actions,
.mb-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.mb-hero > .mb-cta {
  grid-area: cta;
  width: calc(100% - (2 * var(--mb-section-pad)));
  max-width: calc(100% - (2 * var(--mb-section-pad)));
  min-width: 0;
  margin-inline: var(--mb-section-pad);
  margin-block-start: clamp(16px, 3vw, 28px);
  margin-block-end: clamp(8px, 2vw, 18px);
}

/* Rows and content sections */
.mb-row {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-gap);
  padding: var(--mb-section-pad);
  display: grid;
  grid-template-areas:
    "media"
    "copy";
  grid-template-columns: minmax(0, 1fr);
  gap: var(--mb-inner-gap);
  align-items: start;
  min-width: 0;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 20, 159, 0.13), transparent 20rem),
    linear-gradient(180deg, rgba(16, 23, 43, 0.88), rgba(10, 15, 31, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--mb-radius-lg);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

.mb-row--reverse {
  grid-template-areas:
    "copy"
    "media";
}

.mb-row--stack,
.mb-row--long {
  grid-template-areas:
    "media"
    "copy";
  grid-template-columns: minmax(0, 1fr);
}

.mb-row > *,
.mb-copy,
.mb-media {
  min-width: 0;
  max-width: 100%;
}

.mb-copy {
  grid-area: copy;
  width: 100%;
  padding-block-start: 0;
}

.mb-media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  padding-block-start: 0;
  aspect-ratio: 2 / 3;
  border-radius: var(--mb-radius-lg);
  background: #040711;
  overflow: hidden;
  overflow: clip;
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 20, 159, 0.18);
  cursor: pointer;
}

.mb-media img,
.mb-media picture,
.mb-media video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease, filter 260ms ease, box-shadow 260ms ease;
}

.mb-media picture img {
  height: 100%;
}

.mb-media:hover img,
.mb-media:hover video {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.06);
}

.mb-row--stack > .mb-media,
.mb-row--long > .mb-media {
  width: 100%;
  max-width: 100%;
}

/* CTA and buttons */
.mb-cta {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-gap);
  padding: clamp(20px, 4vw, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 3vw, 24px);
  min-width: 0;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 184, 77, 0.18), transparent 20rem),
    radial-gradient(circle at 100% 20%, rgba(255, 20, 159, 0.26), transparent 26rem),
    linear-gradient(135deg, rgba(22, 31, 57, 0.96), rgba(10, 15, 31, 0.96));
  border: 1px solid rgba(255, 20, 159, 0.28);
  border-radius: var(--mb-radius-lg);
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mb-cta__copy {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.mb-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.mb-btn,
.mb-article a.mb-btn,
.mbpk-article a.mb-btn,
.mbpk-page .mb-article a.mb-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--mb-accent), var(--mb-accent-2));
  box-shadow:
    0 12px 30px rgba(255, 20, 159, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0.01em;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.mb-btn:hover,
.mb-btn:focus-visible,
.mb-article a.mb-btn:hover,
.mb-article a.mb-btn:focus-visible,
.mbpk-article a.mb-btn:hover,
.mbpk-article a.mb-btn:focus-visible,
.mbpk-page .mb-article a.mb-btn:hover,
.mbpk-page .mb-article a.mb-btn:focus-visible {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff3bb7, #ff149f);
  box-shadow:
    0 16px 38px rgba(255, 20, 159, 0.48),
    0 0 0 3px rgba(255, 20, 159, 0.16);
  transform: translateY(-1px);
  outline: none;
}

.mb-btn--secondary,
.mb-article a.mb-btn--secondary,
.mbpk-article a.mb-btn--secondary,
.mbpk-page .mb-article a.mb-btn--secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 20, 159, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.mb-btn--secondary:hover,
.mb-btn--secondary:focus-visible,
.mb-article a.mb-btn--secondary:hover,
.mb-article a.mb-btn--secondary:focus-visible,
.mbpk-article a.mb-btn--secondary:hover,
.mbpk-article a.mb-btn--secondary:focus-visible {
  color: #ffffff !important;
  background: rgba(255, 20, 159, 0.18);
  border-color: rgba(255, 79, 193, 0.7);
}

.mb-btn--accent,
.mb-article a.mb-btn--accent,
.mbpk-article a.mb-btn--accent,
.mbpk-page .mb-article a.mb-btn--accent {
  color: #07101f !important;
  background: linear-gradient(135deg, #ffb84d, #ffd27f);
  box-shadow: 0 12px 30px rgba(255, 184, 77, 0.28);
}

.mb-btn--accent:hover,
.mb-btn--accent:focus-visible,
.mb-article a.mb-btn--accent:hover,
.mb-article a.mb-btn--accent:focus-visible,
.mbpk-article a.mb-btn--accent:hover,
.mbpk-article a.mb-btn--accent:focus-visible {
  color: #07101f !important;
  background: linear-gradient(135deg, #ffc86a, #ffb84d);
  box-shadow: 0 16px 38px rgba(255, 184, 77, 0.38);
}

/* Grids and cards */
.mb-article .mb-grid,
.mb-article .mb-slot-grid,
.mbpk-article .mb-grid,
.mbpk-article .mb-slot-grid,
.mbpk-page .mb-article .mb-grid,
.mbpk-page .mb-article .mb-slot-grid {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-gap);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 3vw, 24px);
  align-items: stretch;
  min-width: 0;
}

.mb-article .mb-grid > .mb-card,
.mb-article .mb-slot-grid > .mb-card,
.mbpk-article .mb-grid > .mb-card,
.mbpk-article .mb-slot-grid > .mb-card,
.mbpk-page .mb-article .mb-grid > .mb-card,
.mbpk-page .mb-article .mb-slot-grid > .mb-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.mb-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  color: var(--mb-text);
  background:
    linear-gradient(180deg, rgba(22, 31, 57, 0.92), rgba(12, 18, 34, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--mb-radius-lg);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.mb-card__media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  aspect-ratio: 2 / 3;
  border-radius: var(--mb-radius-lg) var(--mb-radius-lg) 0 0;
  background: #040711;
  overflow: hidden;
  overflow: clip;
  cursor: pointer;
}

.mb-card__media img,
.mb-card__media picture,
.mb-card__media video,
.mb-card > img:first-child {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease, filter 260ms ease;
}

.mb-card__media picture img {
  height: 100%;
}

.mb-card__media:hover img,
.mb-card__media:hover video,
.mb-card:hover > img:first-child {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.05);
}

.mb-card__body {
  width: 100%;
  min-width: 0;
  padding: clamp(16px, 3vw, 24px);
}

.mb-card > :not(.mb-card__media):not(.mb-card__body):not(img):not(picture):not(video) {
  max-width: calc(100% - (2 * clamp(16px, 3vw, 24px)));
  margin-inline: clamp(16px, 3vw, 24px);
}

.mb-card > :not(.mb-card__media):not(.mb-card__body):not(img):not(picture):not(video):first-child {
  margin-block-start: clamp(16px, 3vw, 24px);
}

.mb-card > :not(.mb-card__media):not(.mb-card__body):not(img):not(picture):not(video):last-child {
  margin-block-end: clamp(16px, 3vw, 24px);
}

.mb-card__title {
  color: var(--mb-heading);
  margin-block-start: 0;
  margin-block-end: 0.55em;
}

.mb-card__copy {
  color: var(--mb-muted);
}

.mb-card__copy:last-child,
.mb-card__body > :last-child {
  margin-block-end: 0;
}

/* Lists */
.mb-article ul,
.mb-article ol,
.mbpk-article ul,
.mbpk-article ol {
  width: 100%;
  max-width: 100%;
  padding-inline-start: 1.35em;
  padding-inline-end: 0;
  color: var(--mb-muted);
}

.mb-article li,
.mbpk-article li {
  max-width: 100%;
  padding-inline-start: 0.1em;
}

.mb-article li + li,
.mbpk-article li + li {
  margin-block-start: 0.42em;
}

.mb-article li::marker,
.mbpk-article li::marker {
  color: var(--mb-accent);
  font-weight: 900;
}

.mb-article[dir="rtl"] ul,
.mb-article[dir="rtl"] ol,
[dir="rtl"] .mb-article ul,
[dir="rtl"] .mb-article ol,
.mbpk-article[dir="rtl"] ul,
.mbpk-article[dir="rtl"] ol,
[dir="rtl"] .mbpk-article ul,
[dir="rtl"] .mbpk-article ol {
  padding-inline-start: 0;
  padding-inline-end: 1.35em;
}

/* FAQ */
.mb-faq {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-gap);
  display: grid;
  gap: 12px;
  min-width: 0;
}

.mb-faq details {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: var(--mb-text);
  background:
    linear-gradient(180deg, rgba(18, 26, 48, 0.92), rgba(10, 15, 31, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--mb-radius-md);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.mb-faq summary {
  display: list-item;
  padding: 16px 18px;
  color: var(--mb-heading);
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
}

.mb-faq summary::marker {
  color: var(--mb-accent);
}

.mb-faq details[open] summary {
  border-bottom: 1px solid rgba(255, 20, 159, 0.18);
}

.mb-faq details > :not(summary) {
  padding-inline: 18px;
}

.mb-faq details > :last-child {
  padding-block-end: 18px;
  margin-block-end: 0;
}

/* Tables: horizontal scrolling stays inside the wrapper */
.mb-table-wrap {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-block: clamp(18px, 3vw, 28px) var(--mb-section-gap);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  border-radius: var(--mb-radius-md);
  border: 1px solid rgba(255, 20, 159, 0.22);
  background: rgba(5, 8, 18, 0.72);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
}

table.mb-table {
  width: 100%;
  min-width: 600px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  direction: ltr;
  text-align: left;
  color: var(--mb-text);
  background: rgba(8, 12, 27, 0.96);
  font-size: 0.95rem;
  line-height: 1.45;
}

table.mb-table caption {
  caption-side: top;
  padding: 12px 14px;
  color: var(--mb-muted);
  text-align: inherit;
}

table.mb-table th,
table.mb-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  vertical-align: top;
}

table.mb-table th {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 20, 159, 0.35), rgba(255, 79, 193, 0.16));
  font-weight: 900;
}

table.mb-table td {
  color: var(--mb-muted);
}

table.mb-table tr:last-child td {
  border-bottom: 0;
}

.mb-article[dir="rtl"] table.mb-table,
[dir="rtl"] .mb-article table.mb-table,
.mbpk-article[dir="rtl"] table.mb-table,
[dir="rtl"] .mbpk-article table.mb-table {
  direction: rtl;
  text-align: right;
}

/* Supporting content blocks */
.mb-divider,
.mb-article hr,
.mbpk-article hr {
  width: 100%;
  max-width: var(--mb-container);
  height: 1px;
  margin: var(--mb-section-gap) auto;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 20, 159, 0.65), rgba(255, 184, 77, 0.32), transparent);
}

.mb-article blockquote,
.mbpk-article blockquote {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding: clamp(16px, 3vw, 24px);
  color: var(--mb-soft, #dfe6f3);
  background: rgba(255, 255, 255, 0.06);
  border-inline-start: 4px solid var(--mb-accent);
  border-radius: var(--mb-radius-md);
}

.mb-article pre,
.mbpk-article pre {
  width: 100%;
  max-width: 100%;
  margin-block: 0 1.2em;
  padding: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  color: #f8fbff;
  background: #030610;
  border: 1px solid rgba(255, 20, 159, 0.18);
  border-radius: var(--mb-radius-md);
  white-space: pre;
}

.mb-article code,
.mbpk-article code {
  max-width: 100%;
  color: #ffd27f;
  overflow-wrap: anywhere;
}

.mb-article .mb-note,
.mbpk-article .mb-note {
  width: 100%;
  max-width: 100%;
  margin-block: 0 var(--mb-section-gap);
  padding: clamp(15px, 3vw, 22px);
  color: var(--mb-soft, #dfe6f3);
  background: rgba(255, 184, 77, 0.09);
  border: 1px solid rgba(255, 184, 77, 0.28);
  border-radius: var(--mb-radius-md);
}

/* Desktop and tablet layout */
@media (min-width: 640px) {
  .mb-article .mb-grid,
  .mb-article .mb-slot-grid,
  .mbpk-article .mb-grid,
  .mbpk-article .mb-slot-grid,
  .mbpk-page .mb-article .mb-grid,
  .mbpk-page .mb-article .mb-slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mb-cta--split {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .mb-cta--split .mb-cta__actions {
    justify-content: flex-end;
  }
}

@media (min-width: 780px) {
  .mb-row {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    grid-template-areas: "copy media";
  }

  .mb-row--reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-areas: "media copy";
  }

  .mb-row--stack,
  .mb-row--long {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "copy";
  }
}

@media (min-width: 980px) {
  .mb-article .mb-grid,
  .mb-article .mb-slot-grid,
  .mbpk-article .mb-grid,
  .mbpk-article .mb-slot-grid,
  .mbpk-page .mb-article .mb-grid,
  .mbpk-page .mb-article .mb-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mb-article .mb-grid--orphan-fix,
  .mb-article .mb-slot-grid--orphan-fix,
  .mbpk-article .mb-grid--orphan-fix,
  .mbpk-article .mb-slot-grid--orphan-fix,
  .mbpk-page .mb-article .mb-grid--orphan-fix,
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mb-article .mb-grid--orphan-fix > .mb-card,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card,
  .mbpk-article .mb-grid--orphan-fix > .mb-card,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card,
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card,
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card {
    grid-column: span 2;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2) {
    grid-column: span 3;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0;
    align-items: stretch;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media {
    grid-column: 2;
    grid-row: 1;
    border-radius: 0 var(--mb-radius-lg) var(--mb-radius-lg) 0;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body) {
    grid-column: 1;
    min-width: 0;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__title,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__title,
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__title,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__title {
    grid-row: 1;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__copy,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__copy,
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__copy,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__copy {
    grid-row: 2;
  }
}

/* Mobile protections */
@media (max-width: 767px) {
  body.mb-site .mb-site-header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  body.mb-site .mb-site-brand {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
  }

  body.mb-site .mb-site-brand__logo {
    max-height: clamp(26px, 7.5vw, 40px);
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    aspect-ratio: 800 / 128;
  }

  body.mb-site .mb-site-header__actions {
    flex: 0 0 auto;
    flex-shrink: 0;
  }

  body.mb-site .mb-site-header .mb-site-btn {
    display: inline-flex;
    width: auto;
    max-width: min(48vw, 180px);
    padding: 8px 12px;
    font-size: 0.82rem;
    line-height: 1.12;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mb-site .mb-site-header .mb-site-nav {
    display: none;
  }

  body.mb-site .mb-site-burger {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
}

@media (max-width: 639px) {
  .mb-article,
  .mbpk-article {
    width: 100%;
    max-width: 100%;
    margin-block: 14px;
    padding-inline: clamp(12px, 4vw, 16px);
    padding-block: 14px;
    border-radius: 20px;
  }

  .mb-article__inner,
  .mb-hero,
  .mb-row,
  .mb-cta,
  .mb-faq,
  .mb-table-wrap,
  .mb-article .mb-grid,
  .mb-article .mb-slot-grid,
  .mbpk-article .mb-grid,
  .mbpk-article .mb-slot-grid,
  .mbpk-page .mb-article .mb-grid,
  .mbpk-page .mb-article .mb-slot-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .mb-hero {
    border-radius: 20px;
  }

  .mb-hero__media {
    border-radius: 20px;
  }

  .mb-hero__copy {
    padding-inline: clamp(14px, 4vw, 18px);
  }

  .mb-hero > .mb-cta {
    width: calc(100% - (2 * clamp(14px, 4vw, 18px)));
    max-width: calc(100% - (2 * clamp(14px, 4vw, 18px)));
    margin-inline: clamp(14px, 4vw, 18px);
  }

  .mb-row,
  .mb-cta {
    padding: clamp(15px, 4vw, 18px);
    border-radius: 20px;
  }

  .mb-row {
    gap: 18px;
  }

  .mb-actions,
  .mb-hero__actions,
  .mb-cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .mb-btn,
  .mb-article a.mb-btn,
  .mbpk-article a.mb-btn,
  .mbpk-page .mb-article a.mb-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 14px;
  }

  .mb-media,
  .mb-media img,
  .mb-card,
  .mb-card__media,
  .mb-card__media img {
    max-width: 100%;
    min-width: 0;
  }

  .mb-table-wrap {
    margin-block-end: clamp(24px, 7vw, 38px);
  }

  table.mb-table {
    min-width: 600px;
  }

  table.mb-table th,
  table.mb-table td {
    white-space: nowrap;
  }

  .mb-article pre,
  .mbpk-article pre {
    white-space: pre;
    overflow-x: auto;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .mb-article *,
  .mbpk-article *,
  body.mb-site .mb-site-btn,
  body.mb-site .mb-site-nav a,
  body.mb-site .mb-footer-nav a {
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
  }

  .mb-hero__media:hover img,
  .mb-hero__media:hover video,
  .mb-media:hover img,
  .mb-media:hover video,
  .mb-card__media:hover img,
  .mb-card__media:hover video,
  .mb-card:hover > img:first-child {
    transform: none;
  }
}

/* fair-pages-kit: Beautiful Site TOC (converter-injected) */
.mb-article .mb-toc,
.mbpk-article .mb-toc,
.mbpk-page .mb-article .mb-toc {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-stack-gap, var(--mb-space-7, clamp(20px, 4vw, 42px)));
  padding: clamp(20px, 4vw, 36px) var(--mb-page-pad, var(--mb-gutter, clamp(16px, 3.4vw, 28px)));
  border: 1px solid var(--mb-border, rgba(255, 255, 255, 0.12));
  border-radius: var(--mb-radius-lg, 22px);
  background:
    radial-gradient(circle at 88% 10%, rgba(227, 178, 87, 0.12), transparent 16rem),
    linear-gradient(180deg, rgba(36, 16, 8, 0.94), rgba(27, 11, 5, 0.88));
  box-shadow: var(--mb-shadow, 0 22px 70px rgba(0, 0, 0, 0.42));
}

.mb-article .mb-toc__summary,
.mbpk-article .mb-toc__summary,
.mbpk-page .mb-article .mb-toc__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb-article .mb-toc__summary::-webkit-details-marker,
.mbpk-article .mb-toc__summary::-webkit-details-marker,
.mbpk-page .mb-article .mb-toc__summary::-webkit-details-marker {
  display: none;
}

.mb-article .mb-toc__summary::after,
.mbpk-article .mb-toc__summary::after,
.mbpk-page .mb-article .mb-toc__summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--mb-border-strong, rgba(255, 255, 255, 0.24));
  border-radius: var(--mb-radius-sm, 12px);
  color: var(--mb-gold-2, #ffd985);
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.mb-article .mb-toc[open] .mb-toc__summary::after,
.mbpk-article .mb-toc[open] .mb-toc__summary::after,
.mbpk-page .mb-article .mb-toc[open] .mb-toc__summary::after {
  content: "−";
}

.mb-article .mb-toc__title,
.mbpk-article .mb-toc__title,
.mbpk-page .mb-article .mb-toc__title {
  margin: 0;
  color: var(--mb-gold-2, #ffd985);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  line-height: 1.25;
}

.mb-article .mb-toc__list,
.mbpk-article .mb-toc__list,
.mbpk-page .mb-article .mb-toc__list {
  margin: clamp(14px, 2.5vw, 20px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: clamp(8px, 1.5vw, 12px);
}

.mb-article .mb-toc__list--sub,
.mbpk-article .mb-toc__list--sub,
.mbpk-page .mb-article .mb-toc__list--sub {
  margin: clamp(8px, 1.5vw, 10px) 0 0;
  padding-left: clamp(12px, 2vw, 18px);
  border-left: 1px solid var(--mb-border, rgba(255, 255, 255, 0.12));
}

.mb-article .mb-toc__item,
.mbpk-article .mb-toc__item,
.mbpk-page .mb-article .mb-toc__item {
  margin: 0;
}

.mb-article .mb-toc__link,
.mbpk-article .mb-toc__link,
.mbpk-page .mb-article .mb-toc__link {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.55rem 0.75rem;
  border-radius: var(--mb-radius-sm, 12px);
  color: var(--mb-text, var(--mb-ink, #f2f2ee));
  text-decoration: none;
  background: rgba(255, 246, 220, 0.03);
  border: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.mb-article .mb-toc__num,
.mbpk-article .mb-toc__num,
.mbpk-page .mb-article .mb-toc__num {
  flex: 0 0 auto;
  min-width: 2.2rem;
  color: var(--mb-gold, #e3b257);
  font-variant-numeric: tabular-nums;
}

.mb-article .mb-toc__text,
.mbpk-article .mb-toc__text,
.mbpk-page .mb-article .mb-toc__text {
  flex: 1 1 auto;
}

.mb-article .mb-toc__link:hover,
.mbpk-article .mb-toc__link:hover,
.mbpk-page .mb-article .mb-toc__link:hover,
.mb-article .mb-toc__link:focus-visible,
.mbpk-article .mb-toc__link:focus-visible,
.mbpk-page .mb-article .mb-toc__link:focus-visible {
  color: var(--mb-gold-2, #ffd985);
  border-color: var(--mb-border-strong, rgba(255, 255, 255, 0.24));
  background: rgba(227, 178, 87, 0.08);
}

@media (max-width: 640px) {
  .mb-article .mb-toc,
  .mbpk-article .mb-toc,
  .mbpk-page .mb-article .mb-toc {
    max-width: 100%;
  }
}

