:root {
  --mp-bg: #0a1430;
  --mp-bg-1: #101d45;
  --mp-bg-2: #17285a;
  --mp-bg-3: #27407f;
  --mp-ink: #eef3ff;
  --mp-ink-2: #b9c7e8;
  --mp-brand: #ffbe7c;
  --mp-brand-deep: #e79246;
  --mp-brand-ink: #25160a;
  --mp-brand-light: #6fd0ff;
  --mp-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mp-font-display: 'Sora', 'Inter', system-ui, sans-serif;
  --mp-font-mono: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--mp-bg); color: var(--mp-ink); font-family: var(--mp-font-body);
  font-size: 1rem; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--mp-brand-light); }
a:hover { color: var(--mp-ink); }
.mp-skip { position: absolute; left: -999px; top: 8px; }
.mp-skip:focus { left: 8px; z-index: 99; padding: 8px 12px; background: var(--mp-brand); color: var(--mp-brand-ink); }
:focus-visible { outline: 2px solid var(--mp-brand-light); outline-offset: 2px; }
:root {
  --sh-bg:          #0b1013;   
  --sh-surface:     #101a1e;   
  --sh-surface-2:   #16242a;   
  --sh-line:        #21363e;   
  --sh-ink:         #e8f3f2;
  --sh-ink-2:       #a9c2c4;
  --sh-ink-3:       #6d8a8e;
  --sh-brand:       #17c3a2;
  --sh-brand-deep:  #0e8f77;
  --sh-brand-ink:   #04211c;   
  --sh-brand-soft:  rgba(23, 195, 162, 0.13);
  --sh-brand-line:  rgba(23, 195, 162, 0.34);
  --sh-accent:      #ffb454;   
  --sh-accent-ink:  #2a1a02;
  --sh-glow:        rgba(23, 195, 162, 0.42);
  --sh-side-w:      270px;
  --sh-bar-h:       64px;
  --sh-radius:      14px;
  --sh-radius-sm:   9px;
  --sh-gap:         16px;
}
.mp-sh {
  display: grid;
  grid-template-columns: var(--sh-side-w) 1fr;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--sh-bg);
}
.mp-sh-main { min-width: 0; }   
.mp-sh-side {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--sh-surface);
  border-right: 1px solid var(--sh-line);
}
.mp-sh-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--sh-ink);
  font-weight: 800;
  letter-spacing: -0.01em;
}
.mp-sh-brand img { height: 30px; width: auto; }
.mp-sh-offer {
  padding: 14px;
  border-radius: var(--sh-radius);
  background: var(--sh-brand-soft);
  border: 1px solid var(--sh-brand-line);
}
.mp-sh-offer-eyebrow {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sh-brand);
  margin: 0 0 6px;
  font-weight: 700;
}
.mp-sh-offer-h { margin: 0 0 4px; font-size: 1.05rem; line-height: 1.2; color: var(--sh-ink); }
.mp-sh-offer-p { margin: 0 0 10px; font-size: .78rem; line-height: 1.45; color: var(--sh-ink-2); }
.mp-sh-navgroup {
  padding: 6px 8px;
  font-size: 9.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sh-ink-3);
  font-weight: 700;
}
.mp-sh-nav { display: flex; flex-direction: column; gap: 2px; }
.mp-sh-nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px;
  border-radius: var(--sh-radius-sm);
  font-size: .875rem;
  font-weight: 500;
  color: var(--sh-ink-2);
  text-decoration: none;
}
.mp-sh-nav a svg { width: 17px; height: 17px; flex: 0 0 auto; }
.mp-sh-nav a:hover { background: var(--sh-brand-soft); color: var(--sh-ink); }
.mp-sh-nav a[aria-current] {
  background: var(--sh-brand-soft);
  color: var(--sh-brand);
  font-weight: 700;
}
.mp-sh-side-foot {
  margin-top: auto;
  padding: 11px;
  border-radius: var(--sh-radius);
  background: var(--sh-bg);
  border: 1px solid var(--sh-line);
}
.mp-sh-side-foot p { margin: 4px 0 0; font-size: .78rem; line-height: 1.45; color: var(--sh-ink-2); }
.mp-sh-drawer {
  position: fixed;
  top: 0; left: 0;
  width: 1px; height: 1px;
  margin: 0; padding: 0; border: 0;
  opacity: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;   
}
.mp-sh-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: var(--sh-radius-sm);
  border: 1px solid var(--sh-line);
  background: var(--sh-surface);
  color: var(--sh-ink);
  cursor: pointer;
}
.mp-sh-burger svg { width: 22px; height: 22px; }  
.mp-sh-burger span { position: relative; display: block; width: 20px; height: 2px;
                    background: currentColor; border-radius: 2px; }
.mp-sh-burger span::before, .mp-sh-burger span::after { content: ""; position: absolute;
  left: 0; width: 20px; height: 2px; background: currentColor; border-radius: 2px; }
.mp-sh-burger span::before { top: -6px; }
.mp-sh-burger span::after  { top: 6px; }
.mp-sh-drawer:focus-visible ~ .mp-sh .mp-sh-burger {
  outline: 2px solid var(--sh-brand);
  outline-offset: 2px;
}
.mp-sh-overlay { display: none; }
.mp-sh-bar { display: none; }
.mp-sh-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 2px;
  text-decoration: none;
  color: var(--sh-ink-2);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1;
  min-height: 44px;              
}
.mp-sh-bar-item svg { width: 20px; height: 20px; }
.mp-sh-bar-item[aria-current] { color: var(--sh-brand); }
.mp-sh-bar-item:focus-visible { outline: 2px solid var(--sh-brand); outline-offset: -2px; }
.mp-sh-fab {
  display: grid;
  place-items: center;
  width: 54px; height: 54px;
  margin-top: -20px;
  border-radius: 34%;
  background: var(--sh-brand);
  color: var(--sh-brand-ink);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .55), 0 0 0 4px var(--sh-bg), 0 0 0 5px var(--sh-brand-line);
}
.mp-sh-fab svg { width: 24px; height: 24px; }
.mp-sh-bar-center { gap: 4px; }
.mp-sh-bar-center .mp-sh-bar-label { margin-top: -2px; }
.mp-sh-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: var(--sh-gap);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  scrollbar-width: thin;
}
.mp-sh-rail > * { scroll-snap-align: start; min-width: 0; }
@media (min-width: 700px) { .mp-sh-rail { grid-auto-columns: minmax(180px, 1fr); } }
.mp-sh-card { display: block; text-decoration: none; color: inherit; }
.mp-sh-card-thumb {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--sh-line);
  background: var(--sh-surface-2);
}
.mp-sh-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mp-sh-card-thumb--portrait { aspect-ratio: 3 / 4; }
.mp-sh-card-thumb--wide { aspect-ratio: 16 / 11; }
.mp-sh-card-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 9px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .78));
}
.mp-sh-card-name {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.mp-sh-card-meta { display: block; font-size: .7rem; color: rgba(255, 255, 255, .78); }
.mp-sh-card-badge {
  position: absolute;
  top: 7px; left: 7px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--sh-accent);
  color: var(--sh-accent-ink);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.mp-sh-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.mp-sh-tab {
  padding: 9px 16px;
  border-radius: var(--sh-radius-sm);
  border: 1px solid var(--sh-line);
  background: var(--sh-surface);
  color: var(--sh-ink-2);
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.mp-sh-tab[aria-selected="true"] {
  background: var(--sh-brand);
  border-color: transparent;
  color: var(--sh-brand-ink);
  font-weight: 700;
}
.mp-sh-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.mp-sh-head h2 { margin: 0; font-size: clamp(1.15rem, 2.4vw, 1.5rem); color: var(--sh-ink); }
.mp-sh-head a { font-size: .8rem; font-weight: 600; color: var(--sh-brand); text-decoration: none; }
.mp-sh-sect { padding: 22px 26px; }
.mp-sh-sect > * + * { margin-top: var(--sh-gap); }
@media (max-width: 1080px) {
  .mp-sh { grid-template-columns: 1fr; }
  .mp-sh-side {
    position: fixed;
    top: 0; left: 0;
    z-index: 80;
    width: 280px;
    height: 100vh;
    height: 100svh;
    transform: translateX(-100%);
    transition: transform .25s ease;
  }
  .mp-sh-drawer:checked ~ .mp-sh .mp-sh-side { transform: translateX(0); }
  .mp-sh-drawer:checked ~ .mp-sh-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(0, 0, 0, .68);
  }
  .mp-sh-burger { display: inline-flex; }
  .mp-sh-main { padding-bottom: calc(var(--sh-bar-h) + env(safe-area-inset-bottom) + 14px); }
  .mp-sh-bar {
    position: fixed;
    right: 0; bottom: 0; left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr auto 1fr 1fr;
    align-items: center;
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
    background: var(--sh-surface);
    border-top: 1px solid var(--sh-line);
    transform: translateZ(0);    
  }
  .mp-sh-sect { padding: 18px 16px; }
}
@media (max-width: 560px) {
  .mp-sh-bar-label { display: none; }
  .mp-sh-bar-item svg { width: 22px; height: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .mp-sh-side { transition: none; }
}
.mp-sh-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 26px;
  background: var(--sh-surface);
  border-bottom: 1px solid var(--sh-line);
}
.mp-sh-topbar-t {
  font-size: .95rem;
  color: var(--sh-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mp-sh-topbar-lang {
  margin-left: auto;
  display: inline-flex;
  gap: 2px;
  padding: 2px;
  border-radius: 999px;
  border: 1px solid var(--sh-line);
  background: var(--sh-bg);
}
.mp-sh-topbar-lang a.mp-sh-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 .55rem;
  border-radius: 999px;
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .03em;
  white-space: nowrap;
  text-decoration: none;
  color: var(--sh-ink-2);
}
.mp-sh-topbar-lang a.mp-sh-lang.is-on {
  background: var(--sh-brand);
  color: var(--sh-brand-ink);
}
.mp-sh-topbar-cta { flex: 0 0 auto; }
@media (max-width: 1080px) {
  .mp-sh-topbar { padding: 9px 14px; }
}
@media (max-width: 560px) {
  .mp-sh-topbar-t { display: none; }
  .mp-sh-topbar-lang { margin-left: auto; }
}
.mp-rg .mp-sh-offer,
.mp-rg .mp-sh-topbar-cta,
.mp-rg .mp-sh-bar { display: none !important; }
:root {
  --sh-bg: var(--mp-bg);
  --sh-surface: var(--mp-bg-1);
  --sh-surface-2: var(--mp-bg-2);
  --sh-line: #2a3d6e;
  --sh-ink: var(--mp-ink);
  --sh-ink-2: var(--mp-ink-2);
  --sh-ink-3: #8598c4;
  --sh-brand: var(--mp-brand);
  --sh-brand-deep: var(--mp-brand-deep);
  --sh-brand-ink: var(--mp-brand-ink);
  --sh-brand-soft: rgba(255, 190, 124, .13);
  --sh-brand-line: rgba(255, 190, 124, .34);
  --sh-accent: var(--mp-brand-light);
  --sh-accent-ink: #052131;
  --sh-glow: rgba(255, 190, 124, .40);
  --sh-side-w: 276px;
}
main#mp-main [id] { scroll-margin-top: 96px; }
.ep-wrap { width: min(100% - 32px, 1060px); margin-inline: auto; }
.ep-sect > .ep-wrap > * + * { margin-top: 26px; }
.ep-sect > .ep-wrap > .ep-prose + .ep-offer, .ep-sect > .ep-wrap > .ep-offer + .ep-prose { margin-top: 30px; }
.ep-sect { padding: 30px 0; }
.ep-sect:first-of-type { padding-top: 24px; }
.ep-sect + .ep-sect { border-top: 1px solid rgba(42, 61, 110, .55); }
.ep-sect h1 { margin: 0; font-family: var(--mp-font-display);
  font-size: clamp(1.8rem, 1.3rem + 2vw, 2.6rem); line-height: 1.15; letter-spacing: -.02em; }
.ep-sect-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 12px; margin: 0; }
.ep-sect h2 { margin: 0; font-family: var(--mp-font-display); font-size: clamp(1.35rem, 1rem + 1.5vw, 1.95rem);
  line-height: 1.2; letter-spacing: -.01em; }
.ep-sect h2::before { content: ""; display: inline-block; width: 5px; height: .95em; margin-right: 12px;
  border-radius: 3px; background: var(--mp-brand); vertical-align: -.1em; }
.ep-prose p { margin: 0; color: var(--mp-ink-2); max-width: 78ch; }
.ep-prose p + p { margin-top: 16px; }
.ep-prose p strong, .ep-prose p b { color: var(--mp-ink); }
.ep-lead { font-size: 1.06rem; color: var(--mp-ink) !important; }
.ep-h3 { margin: 22px 0 8px; font-family: var(--mp-font-display); font-size: 1.1rem; }
.ep-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px;
  border-radius: 12px; background: linear-gradient(180deg, var(--mp-brand), var(--mp-brand-deep));
  color: var(--mp-brand-ink); font-weight: 700; text-decoration: none; border: 0; cursor: pointer;
  box-shadow: 0 10px 26px -14px var(--sh-glow); }
.ep-btn:hover { color: var(--mp-brand-ink); filter: brightness(1.06); }
.ep-btn--ghost { background: transparent; color: var(--mp-brand); border: 1px solid var(--sh-brand-line);
  box-shadow: none; font-weight: 600; }
.ep-btn--ghost:hover { color: var(--mp-ink); border-color: var(--mp-brand); }
.ep-btn--sm { padding: 9px 15px; font-size: .9rem; }
.ep-btn--lg { padding: 16px 30px; font-size: 1.06rem; }
.ep-offer { position: relative; margin: 0; padding: 20px 20px 18px; border-radius: 16px;
  background: linear-gradient(160deg, var(--mp-bg-2), var(--mp-bg-1)); border: 1px solid var(--sh-line); }
.ep-offer::before { content: attr(data-badge); position: absolute; top: -11px; left: 18px; padding: 3px 10px;
  border-radius: 999px; background: var(--mp-brand-light); color: var(--sh-accent-ink);
  font: 600 .72rem/1.6 var(--mp-font-mono); letter-spacing: .05em; text-transform: uppercase; }
.ep-offer-h { margin: 6px 0 4px; font-family: var(--mp-font-display); font-size: clamp(1.25rem, 1rem + 1.2vw, 1.7rem);
  color: var(--mp-brand); }
.ep-offer-sub { margin: 0 0 14px; color: var(--mp-ink-2); }
.ep-offer--spot { border-color: var(--mp-brand); background:
  radial-gradient(120% 140% at 0% 0%, rgba(255, 190, 124, .18), transparent 60%), var(--mp-bg-2); }
.ep-link { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; padding: 14px 16px;
  border-radius: 14px; background: var(--mp-bg-1); border: 1px solid var(--sh-line); }
.ep-link-dot { width: 10px; height: 10px; border-radius: 50%; background: #45d483;
  box-shadow: 0 0 0 4px rgba(69, 212, 131, .18); }
.ep-link-status { font-weight: 700; }
.ep-link-date { color: var(--mp-ink-2); font-family: var(--mp-font-mono); font-size: .82rem; }
.ep-link .ep-btn { margin-left: auto; }
.ep-games { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0;
  list-style: none; }
@media (max-width: 900px) { .ep-games { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .ep-games { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.ep-game { display: block; border-radius: 12px; overflow: hidden; background: var(--mp-bg-1);
  border: 1px solid var(--sh-line); text-decoration: none; color: var(--mp-ink); }
.ep-game img { width: 100%; height: auto; aspect-ratio: 183 / 138; object-fit: cover; transition: transform .25s; }
.ep-game span { display: block; padding: 9px 10px; font-size: .84rem; font-weight: 600; }
.ep-game:hover { border-color: var(--mp-brand); color: var(--mp-ink); }
.ep-game:hover img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { .ep-game img, .ep-game:hover img { transition: none; transform: none; } }
.ep-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ep-chips li { padding: 6px 12px; border-radius: 999px; background: var(--mp-bg-1);
  border: 1px solid var(--sh-line); font-size: .84rem; color: var(--mp-ink-2); }
.ep-chips li:first-child, .ep-chips li:last-child { border-color: var(--sh-brand-line); color: var(--mp-brand); }
.ep-prov { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 0; padding: 0; list-style: none; }
.ep-prov img { height: 26px !important; width: auto !important; background: #f3f1ec; border-radius: 8px;
  padding: 6px 12px; object-fit: contain; }
.ep-pay { display: grid; grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 10px;
  margin: 0; padding: 0; list-style: none; }
.ep-pay li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 12px;
  background: var(--mp-bg-1); border: 1px solid var(--sh-line); }
.ep-pay img { height: 24px !important; width: 34px !important; object-fit: contain;
  background: #f3f1ec; border-radius: 6px; padding: 3px; }
.ep-pay span { font-size: .87rem; color: var(--mp-ink-2); }
.ep-pay li.is-local { border-color: var(--mp-brand); }
.ep-pay li.is-local span { color: var(--mp-ink); font-weight: 600; }
.ep-table-wrap { overflow-x: auto; margin: 0; }
.ep-table { width: 100%; border-collapse: collapse; min-width: 320px; }
.ep-table caption { text-align: left; padding-bottom: 8px; color: var(--mp-ink-2); font-size: .9rem; }
.ep-table th, .ep-table td { padding: 11px 12px; text-align: left; border-bottom: 1px solid var(--sh-line); }
.ep-table th { color: var(--mp-ink); font-weight: 600; background: var(--mp-bg-1); }
.ep-table td { color: var(--mp-ink-2); }
.ep-vip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 0;
  padding: 0; list-style: none; counter-reset: ep-lvl; }
.ep-vip li { counter-increment: ep-lvl; padding: 10px 10px 12px; border-radius: 12px; background: var(--mp-bg-1);
  border: 1px solid var(--sh-line); }
.ep-vip li::before { content: counter(ep-lvl, decimal-leading-zero); display: block; margin-bottom: 4px;
  font: 600 .72rem/1.4 var(--mp-font-mono); color: var(--mp-brand-light); }
.ep-vip b { display: block; font-size: .92rem; }
.ep-vip li:last-child { border-color: var(--mp-brand); background:
  linear-gradient(160deg, rgba(255, 190, 124, .16), transparent 70%), var(--mp-bg-2); }
.ep-vip li:last-child b { color: var(--mp-brand); }
@media (max-width: 760px) { .ep-vip { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.ep-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0;
  padding: 0; list-style: none; counter-reset: ep-step; }
.ep-steps li { counter-increment: ep-step; padding: 14px; border-radius: 14px; background: var(--mp-bg-1);
  border: 1px solid var(--sh-line); }
.ep-steps li::before { content: counter(ep-step, decimal-leading-zero); display: block; margin-bottom: 6px;
  font: 600 .8rem/1.4 var(--mp-font-mono); color: var(--mp-brand); }
.ep-steps h3 { margin: 0 0 4px; font-size: 1rem; }
.ep-steps p { margin: 0; font-size: .9rem; color: var(--mp-ink-2); }
@media (max-width: 760px) { .ep-steps { grid-template-columns: 1fr; } }
.ep-card { display: grid; grid-template-columns: 1fr; gap: 18px; margin: 0; padding: 18px;
  border-radius: 16px; background: var(--mp-bg-1); border: 1px solid var(--sh-line); }
.ep-rate { display: inline-flex; align-items: baseline; gap: 8px; padding: 8px 16px; border-radius: 999px;
  background: var(--mp-brand); color: var(--mp-brand-ink); font-family: var(--mp-font-display); }
.ep-rate b { font-size: 1.45rem; line-height: 1; }
.ep-rate span { font: 500 .78rem/1 var(--mp-font-mono); letter-spacing: .05em; }
.ep-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin: 0;
  padding-top: 16px; border-top: 1px solid var(--sh-line); font-size: .86rem; color: var(--mp-ink-2); }
.ep-byline b { color: var(--mp-ink); }
.ep-rate, .ep-rate b, .ep-rate span, .ep-byline .ep-rate b { color: var(--mp-brand-ink); }
.ep-dates { font-family: var(--mp-font-mono); font-size: .78rem; }
.ep-faq details { border: 1px solid var(--sh-line); border-radius: 12px; margin-bottom: 10px;
  background: var(--mp-bg-1); }
.ep-faq summary { padding: 14px 16px; cursor: pointer; font-weight: 600; }
.ep-faq summary::marker { color: var(--mp-brand); }
.ep-faq details[open] summary { border-bottom: 1px solid var(--sh-line); }
.ep-faq div { padding: 12px 16px 14px; color: var(--mp-ink-2); }
.ep-foot { margin-top: 40px; padding: 28px 0 20px; background: var(--mp-bg-1); border-top: 1px solid var(--sh-line); }
.ep-foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 24px; }
@media (max-width: 760px) { .ep-foot-grid { grid-template-columns: 1fr; } }
.ep-foot h2 { margin: 0 0 8px; font-size: .95rem; font-family: var(--mp-font-display); }
.ep-foot ul { margin: 0; padding: 0; list-style: none; }
.ep-foot li { margin-bottom: 6px; font-size: .9rem; }
.ep-foot p { margin: 0 0 10px; color: var(--mp-ink-2); font-size: .9rem; }
.ep-foot-age { display: flex; gap: 12px; align-items: flex-start; margin: 22px 0 0; padding: 14px 16px;
  border-radius: 12px; background: var(--mp-bg-2); border: 1px solid var(--sh-line); }
.ep-foot-age b { flex: 0 0 auto; padding: 4px 10px; border-radius: 8px; background: var(--mp-brand);
  color: var(--mp-brand-ink); font-family: var(--mp-font-display); }
.ep-foot-age p { margin: 0; font-size: .88rem; }
.ep-foot-bottom { display: grid; gap: 10px; margin-top: 18px; padding-top: 14px;
  border-top: 1px solid var(--sh-line); color: var(--mp-ink-2); font-size: .82rem; }
.mp-rg .ep-offer, .mp-rg .ep-link, .mp-rg .mp-sh-offer, .mp-rg .mp-sh-topbar-cta,
.mp-rg .mp-sh-bar-center { display: none !important; }
.ep-page { padding: 26px 0 40px; }
.ep-page h1 { font-family: var(--mp-font-display); font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.2rem); margin: 0 0 12px; }
.ep-page h2 { font-family: var(--mp-font-display); margin: 24px 0 8px; font-size: 1.15rem; }
.ep-page ul { color: var(--mp-ink-2); }
@media (max-width: 1080px) {
  .mp-sh-bar { height: 76px; align-items: center; padding-bottom: calc(10px + env(safe-area-inset-bottom)); }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
}
