/* Mostbet-inspired dark premium palette: deep burgundy, warm gold, orange-red, and teal CTA. */

body.mb-site,
.mb-article,
.mbpk-article,
.mbpk-page .mb-article {
  --mb-container: 1120px;
  --mb-gutter: clamp(16px, 3vw, 28px);
  --mb-section-gap: clamp(28px, 5vw, 58px);
  --mb-block-gap: clamp(14px, 2.5vw, 24px);
  --mb-radius: 24px;
  --mb-radius-lg: 32px;
  --mb-radius-card: 22px;

  --mb-bg: #130606;
  --mb-bg-2: #260b08;
  --mb-bg-3: #3b140d;
  --mb-panel: rgba(38, 14, 11, 0.92);
  --mb-panel-2: rgba(67, 27, 15, 0.88);
  --mb-panel-3: rgba(255, 214, 126, 0.08);

  --mb-text: #fff7e6;
  --mb-text-soft: #f4dfb7;
  --mb-muted: #d3b98b;
  --mb-muted-2: #9f8560;

  --mb-primary: #d99a2b;
  --mb-primary-2: #ffd56e;
  --mb-gold: #f3c35b;
  --mb-gold-2: #fff0a9;
  --mb-red: #e94b2f;
  --mb-red-2: #ff764e;
  --mb-teal: #08a99e;
  --mb-teal-2: #3de0d2;

  --mb-line: rgba(255, 210, 112, 0.22);
  --mb-line-strong: rgba(255, 213, 110, 0.46);
  --mb-border: rgba(255, 210, 112, 0.22);
  --mb-border-strong: rgba(255, 213, 110, 0.46);

  --mb-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --mb-glow: 0 0 0 1px rgba(255, 213, 110, 0.22), 0 18px 56px rgba(217, 154, 43, 0.22);
  --mb-teal-glow: 0 0 0 1px rgba(61, 224, 210, 0.34), 0 18px 54px rgba(8, 169, 158, 0.28);

  --mb-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.mb-site {
  min-width: 0;
  overflow-x: clip;
  color: var(--mb-text);
  font-family: var(--mb-font);
  background:
    radial-gradient(circle at 74% 6%, rgba(255, 213, 110, 0.24) 0, transparent 34%),
    radial-gradient(circle at 8% 28%, rgba(233, 75, 47, 0.18) 0, transparent 28%),
    radial-gradient(circle at 78% 70%, rgba(8, 169, 158, 0.12) 0, transparent 34%),
    linear-gradient(135deg, #0d0404 0%, #1b0707 42%, #3a1209 100%);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article, .mb-site-header, .mb-page-strip, .mb-site-footer, .mb-site-drawer),
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article, .mb-site-header, .mb-page-strip, .mb-site-footer, .mb-site-drawer) *,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article, .mb-site-header, .mb-page-strip, .mb-site-footer, .mb-site-drawer) *::before,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article, .mb-site-header, .mb-page-strip, .mb-site-footer, .mb-site-drawer) *::after {
  box-sizing: border-box;
}

/* Shell header and navigation */

body.mb-site :is(.mb-site-header, .mb-page-strip, .mb-site-footer, .mb-site-drawer) {
  font-family: var(--mb-font);
  direction: ltr;
  text-align: left;
}

.mb-site-header {
  position: sticky;
  top: 0;
  z-index: 9000;
  color: var(--mb-text);
  background:
    linear-gradient(180deg, rgba(24, 7, 7, 0.88), rgba(24, 7, 7, 0.72)),
    radial-gradient(circle at 20% 0%, rgba(255, 213, 110, 0.14), transparent 36%);
  border-bottom: 1px solid var(--mb-line);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mb-topbar {
  border-bottom: 1px solid rgba(255, 213, 110, 0.12);
  color: var(--mb-muted);
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.84rem;
}

.mb-topbar__inner,
.mb-site-header__inner,
.mb-page-strip__inner,
.mb-site-footer__inner {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding-inline: var(--mb-gutter);
}

.mb-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-block: 7px;
  min-width: 0;
}

.mb-topbar a {
  color: var(--mb-gold-2);
  text-decoration: none;
}

.mb-topbar a:hover {
  color: #ffffff;
}

.mb-site-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 22px);
  min-height: 68px;
  padding-block: 12px;
  min-width: 0;
}

.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;
}

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

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

.mb-site-nav {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.mb-site-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}

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

.mb-site-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  padding: 9px 13px;
  border: 1px solid rgba(255, 213, 110, 0.22);
  border-radius: 999px;
  color: var(--mb-text-soft);
  background: rgba(255, 213, 110, 0.07);
  text-decoration: none;
  font-weight: 750;
  font-size: 0.92rem;
  line-height: 1.15;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mb-site-nav__link:hover,
.mb-site-nav__link:focus-visible,
.mb-site-nav__link[aria-current="page"] {
  color: #1b0805;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  border-color: rgba(255, 240, 169, 0.78);
  outline: none;
}

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

.mb-site-btn,
a.mb-site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-width: 0;
  padding: 10px 15px;
  border: 1px solid rgba(61, 224, 210, 0.58);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--mb-teal-2), var(--mb-teal));
  box-shadow: var(--mb-teal-glow);
  text-decoration: none;
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.mb-site-btn:hover,
.mb-site-btn:focus-visible,
a.mb-site-btn:hover,
a.mb-site-btn:focus-visible {
  color: #ffffff;
  filter: brightness(1.06);
  transform: translateY(-1px);
  outline: none;
}

.mb-site-burger {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid var(--mb-line);
  border-radius: 999px;
  color: var(--mb-text);
  background: rgba(255, 213, 110, 0.08);
  cursor: pointer;
}

/* Drawer sizing is viewport-based so backdrop-filter on the header cannot shrink it. */
.mb-site-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  z-index: 9999;
  color: var(--mb-text);
  background: rgba(8, 3, 3, 0.72);
}

.mb-site-drawer__panel {
  height: 100%;
  min-height: 100dvh;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 213, 110, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(45, 14, 10, 0.98), rgba(18, 6, 6, 0.98));
  border-inline-start: 1px solid var(--mb-line);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

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

.mb-site-drawer__nav,
.mb-site-drawer__list {
  min-width: 0;
  max-width: 100%;
}

.mb-site-drawer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mb-site-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255, 213, 110, 0.16);
  border-radius: 16px;
  color: var(--mb-text-soft);
  background: rgba(255, 213, 110, 0.06);
  text-decoration: none;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.mb-site-drawer__link:hover,
.mb-site-drawer__link:focus-visible {
  color: #1b0805;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  outline: none;
}

.mb-site-drawer__cta,
a.mb-site-drawer__cta {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--mb-teal-2), var(--mb-teal));
  box-shadow: var(--mb-teal-glow);
  text-decoration: none;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.mb-page-strip {
  color: var(--mb-muted);
  background: rgba(8, 3, 3, 0.42);
  border-bottom: 1px solid rgba(255, 213, 110, 0.13);
}

.mb-page-strip__inner {
  padding-block: 8px;
  font-size: 0.88rem;
  line-height: 1.35;
}

.mb-page-strip a {
  color: var(--mb-gold-2);
  text-decoration: none;
}

.mb-page-strip a:hover {
  color: #ffffff;
}

.mb-site-footer {
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 213, 110, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(27, 8, 7, 0.94), rgba(9, 3, 3, 0.98));
  border-top: 1px solid var(--mb-line);
}

.mb-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(18px, 4vw, 38px);
  padding-block: clamp(28px, 5vw, 54px);
  min-width: 0;
}

.mb-site-footer__brand {
  min-width: 0;
}

.mb-site-footer__logo {
  display: block;
  max-width: 220px;
  width: auto;
  height: auto;
  max-height: 42px;
  object-fit: contain;
  aspect-ratio: 800 / 128;
}

.mb-site-footer__copy {
  margin-block: 12px 0;
  color: var(--mb-muted);
  line-height: 1.65;
}

.mb-footer-nav {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.mb-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 9px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mb-footer-nav__list > li {
  flex: 1 1 auto;
  min-width: min(168px, 100%);
  max-width: 100%;
}

.mb-footer-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 213, 110, 0.18);
  border-radius: 999px;
  color: var(--mb-text-soft);
  background: rgba(255, 213, 110, 0.06);
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.mb-footer-nav__link:hover,
.mb-footer-nav__link:focus-visible {
  color: #1b0805;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  outline: none;
}

/* Article root */

.mb-article,
.mbpk-article,
.mbpk-page .mb-article {
  width: min(100%, var(--mb-container));
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: clamp(18px, 4vw, 38px);
  box-sizing: border-box;
  direction: ltr;
  text-align: left;
  color: var(--mb-text);
  font-family: var(--mb-font);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.72;
  background:
    radial-gradient(circle at 88% 2%, rgba(255, 213, 110, 0.18), transparent 34%),
    radial-gradient(circle at 0% 28%, rgba(233, 75, 47, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(40, 13, 10, 0.96), rgba(16, 6, 6, 0.98));
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-lg);
  box-shadow: var(--mb-shadow);
  min-width: 0;
  isolation: isolate;
}

body.mb-site .mb-article {
  width: min(calc(100% - 24px), var(--mb-container));
  margin-block: clamp(18px, 3vw, 34px);
}

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

.mb-article :is(img, picture, video, canvas, svg, iframe),
.mbpk-article :is(img, picture, video, canvas, svg, iframe),
.mbpk-page .mb-article :is(img, picture, video, canvas, svg, iframe) {
  max-width: 100%;
}

.mb-article img,
.mbpk-article img,
.mbpk-page .mb-article img {
  height: auto;
}

.mb-article :is(h1, h2, h3, h4, h5, h6),
.mbpk-article :is(h1, h2, h3, h4, h5, h6),
.mbpk-page .mb-article :is(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
  margin-block-end: 0.62em;
  color: var(--mb-text);
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-wrap: balance;
  break-after: avoid;
}

.mb-article h1,
.mbpk-article h1,
.mbpk-page .mb-article h1 {
  font-size: clamp(2.1rem, 5vw, 4.15rem);
  font-weight: 950;
}

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

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

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

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

.mb-article p,
.mbpk-article p,
.mbpk-page .mb-article p {
  color: var(--mb-text-soft);
  max-width: 100%;
  overflow-wrap: anywhere;
}

.mb-article a:not(.mb-btn),
.mbpk-article a:not(.mb-btn),
.mbpk-page .mb-article a:not(.mb-btn) {
  color: var(--mb-gold-2);
  text-decoration-color: rgba(255, 240, 169, 0.48);
  text-underline-offset: 0.18em;
}

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

.mb-copy,
.mb-hero__copy,
.mb-cta__copy,
.mb-card__copy,
.mb-card__body,
.mb-copy p,
.mb-hero__copy p,
.mb-cta__copy p,
.mb-card__copy p,
.mb-card__body p,
.mb-copy ul,
.mb-copy ol,
.mb-hero__copy ul,
.mb-hero__copy ol,
.mb-cta__copy ul,
.mb-cta__copy ol,
.mb-card__copy ul,
.mb-card__copy ol {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

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

/* Buttons and action rows */

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

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn, a.mb-btn, button.mb-btn) {
  --mb-btn-bg: linear-gradient(180deg, var(--mb-teal-2), var(--mb-teal));
  --mb-btn-fg: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(61, 224, 210, 0.62);
  border-radius: 999px;
  color: var(--mb-btn-fg);
  background: var(--mb-btn-bg);
  box-shadow: var(--mb-teal-glow);
  text-decoration: none;
  text-align: center;
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: 0.005em;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, border-color 180ms ease;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn, a.mb-btn, button.mb-btn):hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn, a.mb-btn, button.mb-btn):focus-visible {
  color: var(--mb-btn-fg);
  filter: brightness(1.07) saturate(1.04);
  transform: translateY(-1px);
  outline: none;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--accent, a.mb-btn--accent, button.mb-btn--accent) {
  --mb-btn-bg: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  --mb-btn-fg: #1b0805;
  border-color: rgba(255, 240, 169, 0.78);
  box-shadow: var(--mb-glow);
  color: var(--mb-btn-fg);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--accent, a.mb-btn--accent, button.mb-btn--accent):hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--accent, a.mb-btn--accent, button.mb-btn--accent):focus-visible {
  color: var(--mb-btn-fg);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--secondary, a.mb-btn--secondary, button.mb-btn--secondary) {
  --mb-btn-bg: rgba(255, 213, 110, 0.08);
  --mb-btn-fg: var(--mb-text);
  border-color: var(--mb-line-strong);
  background: var(--mb-btn-bg);
  box-shadow: none;
  color: var(--mb-btn-fg);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--secondary, a.mb-btn--secondary, button.mb-btn--secondary):hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--secondary, a.mb-btn--secondary, button.mb-btn--secondary):focus-visible {
  color: var(--mb-btn-fg);
  background: rgba(255, 213, 110, 0.15);
}

/* Hero: single-column grid at every breakpoint, visual order image -> CTA -> copy. */

.mb-hero {
  --mb-hero-copy-pad: clamp(16px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "cta"
    "copy";
  gap: 0;
  align-items: start;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-gap);
  padding-block-start: 0;
  padding-inline: 0;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-lg);
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 213, 110, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 213, 110, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: var(--mb-shadow);
  min-width: 0;
}

.mb-hero__media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border-radius: calc(var(--mb-radius-lg) - 1px);
  overflow: clip;
  background: #080303;
  cursor: pointer;
}

.mb-hero__media img,
.mb-hero__media picture,
.mb-hero__media picture > img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-hero__media img,
.mb-hero__media picture > img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease, filter 260ms ease;
}

.mb-hero__media:hover img,
.mb-hero__media:focus-within img {
  transform: scale(1.025);
  filter: saturate(1.05) contrast(1.04);
}

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

.mb-hero__copy {
  grid-area: copy;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-inline: var(--mb-hero-copy-pad);
  padding-block: 0 clamp(20px, 4vw, 38px);
}

.mb-hero__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  margin-block-end: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 213, 110, 0.34);
  border-radius: 999px;
  color: var(--mb-gold-2);
  background: rgba(255, 213, 110, 0.09);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.mb-hero__lead,
.mb-hero .mb-lead {
  margin-block-end: 0;
  color: var(--mb-text-soft);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  line-height: 1.65;
}

/* Rows and media */

.mb-row:not(.mb-hero) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
  align-items: start;
  gap: clamp(18px, 4vw, 38px);
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-gap);
  padding: clamp(16px, 3.5vw, 28px);
  border: 1px solid rgba(255, 213, 110, 0.16);
  border-radius: var(--mb-radius);
  background:
    linear-gradient(180deg, rgba(255, 213, 110, 0.052), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.018);
  min-width: 0;
  overflow: visible;
}

.mb-row--reverse:not(.mb-hero) {
  grid-template-areas:
    "copy"
    "media";
}

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

.mb-row--reverse.mb-row--stack:not(.mb-hero),
.mb-row--reverse.mb-row--long:not(.mb-hero) {
  grid-template-areas:
    "copy"
    "media";
}

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

.mb-media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  padding-block-start: 0;
  align-self: start;
  border-radius: var(--mb-radius-card);
  background: #090303;
  box-shadow: var(--mb-glow);
  overflow: clip;
  cursor: pointer;
}

.mb-row--stack:not(.mb-hero) > .mb-media,
.mb-row--long:not(.mb-hero) > .mb-media {
  width: 100%;
  max-width: 100%;
  justify-self: stretch;
}

.mb-media img,
.mb-media picture,
.mb-media picture > img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-media img,
.mb-media picture > img {
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease, filter 260ms ease;
}

.mb-media:hover img,
.mb-media:focus-within img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.04);
}

@supports not (overflow: clip) {
  .mb-hero__media,
  .mb-media,
  .mb-card__media {
    overflow: hidden;
  }
}

/* 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 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 3vw, 26px);
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-gap);
  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%;
  max-width: 100%;
  min-width: 0;
}

.mb-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(255, 213, 110, 0.16);
  border-radius: var(--mb-radius-card);
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 213, 110, 0.11), transparent 32%),
    linear-gradient(180deg, rgba(76, 27, 13, 0.72), rgba(31, 10, 8, 0.86));
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
  overflow: visible;
}

.mb-card__media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border-radius: var(--mb-radius-card) var(--mb-radius-card) 14px 14px;
  background: #090303;
  overflow: clip;
  cursor: pointer;
}

.mb-card__media img,
.mb-card__media picture,
.mb-card__media picture > img,
.mb-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-card__media img,
.mb-card__media picture > img,
.mb-card > img {
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transition: transform 260ms ease, filter 260ms ease;
}

.mb-card__media:hover img,
.mb-card__media:focus-within img,
.mb-card:hover > img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.04);
}

.mb-card__body,
.mb-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(16px, 3vw, 24px);
}

.mb-card__title {
  margin-block-end: 0.35em;
  color: var(--mb-text);
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  font-weight: 900;
  line-height: 1.18;
}

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

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

.mb-card__eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--mb-gold-2);
  background: rgba(255, 213, 110, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.mb-card:hover {
  border-color: rgba(255, 213, 110, 0.34);
  box-shadow: var(--mb-glow);
}

@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));
  }
}

@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;
    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;
    height: 100%;
    border-radius: 0 var(--mb-radius-card) var(--mb-radius-card) 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,
  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__content,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__content,
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__content,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__content,
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__content,
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__content {
    grid-column: 1;
    grid-row: 1;
  }

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

/* Lists, notes, and utility blocks */

.mb-article :is(ul, ol),
.mbpk-article :is(ul, ol),
.mbpk-page .mb-article :is(ul, ol) {
  width: 100%;
  max-width: 100%;
  padding-inline-start: 1.35em;
  color: var(--mb-text-soft);
}

.mb-article :is(li + li),
.mbpk-article :is(li + li),
.mbpk-page .mb-article :is(li + li) {
  margin-block-start: 0.38em;
}

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

.mb-list,
.mb-check-list {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin-block-end: var(--mb-block-gap);
  padding-inline-start: 0;
  list-style: none;
}

.mb-check-list > li {
  position: relative;
  padding-inline-start: 1.6em;
}

.mb-check-list > li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  top: 0.05em;
  color: var(--mb-teal-2);
  font-weight: 950;
}

.mb-note,
.mb-alert,
.mb-highlight {
  width: 100%;
  max-width: 100%;
  margin-block: var(--mb-block-gap);
  padding: clamp(14px, 2.6vw, 22px);
  border: 1px solid rgba(255, 213, 110, 0.24);
  border-radius: var(--mb-radius-card);
  color: var(--mb-text-soft);
  background:
    linear-gradient(90deg, rgba(255, 213, 110, 0.12), rgba(255, 213, 110, 0.035)),
    rgba(255, 255, 255, 0.018);
}

.mb-alert {
  border-color: rgba(233, 75, 47, 0.42);
  background:
    linear-gradient(90deg, rgba(233, 75, 47, 0.14), rgba(255, 213, 110, 0.035)),
    rgba(255, 255, 255, 0.018);
}

.mb-divider {
  width: 100%;
  max-width: var(--mb-container);
  height: 1px;
  margin: var(--mb-section-gap) auto;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 213, 110, 0.46), rgba(8, 169, 158, 0.34), transparent);
}

/* CTA sections */

.mb-cta {
  display: grid;
  gap: clamp(14px, 3vw, 22px);
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-gap);
  padding: clamp(18px, 4vw, 34px);
  border: 1px solid rgba(255, 213, 110, 0.28);
  border-radius: var(--mb-radius);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 88% 20%, rgba(61, 224, 210, 0.14), transparent 32%),
    radial-gradient(circle at 12% 0%, rgba(255, 213, 110, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(83, 29, 14, 0.92), rgba(28, 9, 8, 0.94));
  box-shadow: var(--mb-glow);
  min-width: 0;
  overflow: visible;
  break-inside: avoid;
}

.mb-cta__title {
  margin-block-end: 0.35em;
}

.mb-cta__copy {
  color: var(--mb-text-soft);
}

.mb-cta__copy > :last-child {
  margin-block-end: 0;
}

.mb-cta__actions {
  justify-content: flex-start;
}

/* FAQ */

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

.mb-faq details {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 213, 110, 0.16);
  border-radius: 18px;
  background: rgba(255, 213, 110, 0.055);
  overflow: visible;
  break-inside: avoid;
}

.mb-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  padding: 15px 17px;
  color: var(--mb-text);
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  overflow-wrap: anywhere;
}

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

.mb-faq details[open] summary {
  border-bottom: 1px solid rgba(255, 213, 110, 0.14);
}

.mb-faq__answer,
.mb-faq details > :not(summary) {
  padding-inline: 17px;
  color: var(--mb-text-soft);
}

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

/* Tables: wide tables scroll only inside .mb-table-wrap. */

.mb-table-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-block: var(--mb-block-gap) var(--mb-section-gap);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  border: 1px solid rgba(255, 213, 110, 0.18);
  border-radius: 18px;
  background: rgba(6, 2, 2, 0.42);
}

table.mb-table {
  width: 100%;
  min-width: 560px;
  border-spacing: 0;
  border-collapse: separate;
  direction: ltr;
  color: var(--mb-text-soft);
  background: transparent;
  font-size: 0.95rem;
  line-height: 1.45;
}

table.mb-table caption {
  caption-side: top;
  padding: 12px 14px;
  color: var(--mb-gold-2);
  text-align: left;
  font-weight: 900;
}

table.mb-table th,
table.mb-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 213, 110, 0.13);
  text-align: left;
  vertical-align: top;
}

table.mb-table th {
  color: #1b0805;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  font-weight: 950;
}

table.mb-table tr:nth-child(even) td {
  background: rgba(255, 213, 110, 0.045);
}

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

/* Media and layout breakpoints */

@media (min-width: 860px) {
  .mb-site-burger {
    display: none;
  }
}

@media (max-width: 859px) {
  .mb-site-header__inner {
    min-height: 60px;
    gap: 8px;
  }

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

  .mb-site-brand__logo {
    max-height: clamp(26px, 7.5vw, 40px);
  }

  .mb-site-header__actions {
    max-width: 58vw;
  }

  .mb-site-btn,
  a.mb-site-btn {
    display: inline-flex;
    width: auto;
    max-width: 42vw;
    padding: 8px 12px;
    font-size: 0.82rem;
  }

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

@media (min-width: 900px) {
  .mb-row:not(.mb-hero):not(.mb-row--stack):not(.mb-row--long) {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-areas: "copy media";
  }

  .mb-row--reverse:not(.mb-hero):not(.mb-row--stack):not(.mb-row--long) {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-template-areas: "media copy";
  }

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

  .mb-row--reverse.mb-row--stack:not(.mb-hero),
  .mb-row--reverse.mb-row--long:not(.mb-hero) {
    grid-template-areas:
      "copy"
      "media";
  }
}

@media (max-width: 760px) {
  .mb-site-footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .mb-topbar__inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  body.mb-site .mb-article {
    width: min(calc(100% - 20px), var(--mb-container));
  }

  .mb-article,
  .mbpk-article,
  .mbpk-page .mb-article {
    padding: clamp(14px, 4.5vw, 20px);
    border-radius: 22px;
  }

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

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

  .mb-hero > .mb-cta {
    width: calc(100% - var(--mb-hero-copy-pad) - var(--mb-hero-copy-pad));
    max-width: calc(100% - var(--mb-hero-copy-pad) - var(--mb-hero-copy-pad));
    margin-inline: var(--mb-hero-copy-pad);
  }

  .mb-actions,
  .mb-hero__actions,
  .mb-cta__actions,
  .mb-card__actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .mb-row:not(.mb-hero),
  .mb-cta {
    padding: clamp(14px, 4.5vw, 20px);
  }

  .mb-copy,
  .mb-media,
  .mb-card,
  .mb-card__body,
  .mb-card__content,
  .mb-table-wrap {
    max-width: 100%;
    min-width: 0;
  }

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

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

  .mb-footer-nav__list > li {
    flex-basis: 100%;
  }
}

@media (max-width: 420px) {
  .mb-site-header__inner {
    padding-inline: 12px;
  }

  .mb-site-btn,
  a.mb-site-btn {
    max-width: 40vw;
    padding-inline: 10px;
  }

  .mb-hero {
    --mb-hero-copy-pad: 14px;
  }

  .mb-article h1,
  .mbpk-article h1,
  .mbpk-page .mb-article h1 {
    font-size: clamp(1.85rem, 10vw, 2.55rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mb-article *,
  .mb-site-header *,
  .mb-site-footer *,
  .mb-page-strip *,
  .mb-site-drawer * {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }

  .mb-hero__media:hover img,
  .mb-media:hover img,
  .mb-card__media:hover img,
  .mb-card:hover > img {
    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%;
  }
}

