:root {
  --may88-black: #141414;
  --may88-ink: #252525;
  --may88-muted: #666f7c;
  --may88-red: #ef2f34;
  --may88-red-dark: #be151c;
  --may88-gold: #f6c456;
  --may88-cream: #fff8ec;
  --may88-line: #ececec;
  --may88-green: #26b261;
  --may88-max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body.may88-page {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  color: var(--may88-ink);
  background: #fff;
  font-family: Arial, "Helvetica Neue", sans-serif;
  letter-spacing: 0;
}

.may88-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.may88-page a {
  color: inherit;
  text-decoration: none;
}

.may88-page h1,
.may88-page h2,
.may88-page h3,
.may88-page p,
.may88-page li,
.may88-brand,
.may88-hero-panel > *,
.may88-intro > *,
.may88-spotlight-inner > *,
.may88-news-head > *,
.may88-feature-card,
.may88-news-card,
.may88-article,
.may88-article-side {
  min-width: 0;
}

.may88-page h1,
.may88-page h2,
.may88-page h3 {
  overflow-wrap: anywhere;
}

.may88-container {
  width: min(var(--may88-max), calc(100% - 40px));
  margin: 0 auto;
}

.may88-topbar {
  background: var(--may88-black);
  color: #fff;
}

.may88-topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.may88-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.may88-brand-mark {
  width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  background:
    radial-gradient(circle at 36% 30%, rgba(255,255,255,.5) 0 12%, transparent 13%),
    linear-gradient(135deg, #f7d066, #df282e 58%, #7a070b);
  box-shadow: 0 0 0 3px rgba(246,196,86,.2), 0 10px 24px rgba(0,0,0,.48);
}

.may88-brand-text {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.may88-brand-name {
  font-size: 32px;
  font-weight: 900;
  color: #f43a40;
  text-shadow: 0 2px 0 #7a090d, 0 0 14px rgba(246,196,86,.54);
}

.may88-brand-kicker {
  color: var(--may88-gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.may88-account-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.may88-pill {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  padding: 11px 20px;
  color: #fff;
  background: #365d8d;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.may88-pill-primary {
  background: linear-gradient(135deg, #f4474b, #c9151b);
  border-color: rgba(255,138,141,.34);
}

.may88-nav {
  background: var(--may88-red);
  color: #161616;
  box-shadow: 0 2px 0 rgba(0,0,0,.04);
}

.may88-nav-inner {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.may88-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 22px 0 18px;
  color: #242424;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.may88-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 3px;
  border-radius: 999px;
  background: #1d84bd;
}

.may88-hero {
  background: linear-gradient(180deg, #fff 0%, #fff 68%, #fff5f5 100%);
  border-bottom: 1px solid #f4eeee;
}

.may88-hero-visual {
  width: min(1440px, 100%);
  min-height: 520px;
  margin: 0 auto;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, #fff 0 7%, transparent 20% 80%, #fff 94% 100%),
    url("/assets/may88-hero.png") center / cover no-repeat;
}

.may88-hero-panel {
  width: min(var(--may88-max), calc(100% - 40px));
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
}

.may88-hero-copy {
  max-width: 660px;
  padding: 26px 30px 28px;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(255,255,255,.86);
  box-shadow: 0 20px 48px rgba(42,5,5,.12);
  backdrop-filter: blur(10px);
}

.may88-eyebrow,
.may88-section-label {
  margin: 0 0 12px;
  color: var(--may88-red-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.may88-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #262626;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
}

.may88-hero-copy p:not(.may88-eyebrow) {
  margin: 16px 0 0;
  max-width: 620px;
  color: #565b64;
  font-size: 17px;
  line-height: 1.75;
}

.may88-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.may88-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #f04449, #c7161d);
  box-shadow: 0 14px 28px rgba(213,29,36,.2);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.may88-page .may88-button {
  color: #fff;
}

.may88-button-secondary {
  color: #222;
  background: #fff;
  border: 1px solid #e6d7d7;
  box-shadow: none;
}

.may88-page .may88-button-secondary {
  color: #222;
}

.may88-hero-stat {
  width: 278px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(145deg, #1a1a1a, #3a1012);
  box-shadow: 0 20px 48px rgba(42,5,5,.17);
}

.may88-hero-stat strong {
  display: block;
  color: var(--may88-gold);
  font-size: 34px;
  line-height: 1;
}

.may88-hero-stat span {
  display: block;
  margin-top: 8px;
  color: #f4e9e9;
  font-size: 14px;
  line-height: 1.5;
}

.may88-breadcrumb {
  border-bottom: 1px solid #f1e7e7;
  background: #fffafa;
}

.may88-breadcrumb ol {
  margin: 0;
  padding: 13px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #68717d;
  font-size: 13px;
  list-style: none;
}

.may88-breadcrumb a {
  color: var(--may88-red-dark);
}

.may88-section {
  padding: 58px 0;
}

.may88-intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  align-items: start;
}

.may88-page h2 {
  margin: 0;
  color: #3d3d3d;
  font-size: 32px;
  line-height: 1.22;
  font-weight: 900;
}

.may88-text-flow p {
  margin: 0 0 18px;
  color: #5f6570;
  font-size: 16px;
  line-height: 1.8;
}

.may88-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.may88-feature-card {
  min-height: 178px;
  padding: 22px;
  border: 1px solid var(--may88-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(20,20,20,.05);
}

.may88-feature-icon {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #f03a3f, #121212);
  font-weight: 900;
}

.may88-feature-card h3,
.may88-news-body h3 {
  margin: 0 0 9px;
  color: #2d2d2d;
  line-height: 1.3;
}

.may88-feature-card h3 {
  font-size: 18px;
}

.may88-feature-card p {
  margin: 0;
  color: #69707b;
  font-size: 14px;
  line-height: 1.65;
}

.may88-spotlight {
  border-top: 1px solid #f0e0cf;
  border-bottom: 1px solid #f0e0cf;
  background: linear-gradient(180deg, #fff9ef, #fff);
}

.may88-spotlight-inner {
  padding: 58px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.may88-promo-board {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 20%, rgba(246,196,86,.4), transparent 25%),
    linear-gradient(135deg, #202020, #5f070b 58%, #e92b2f);
  box-shadow: 0 24px 50px rgba(95,7,11,.15);
}

.may88-promo-board::before,
.may88-promo-board::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 16px solid rgba(255,255,255,.22);
}

.may88-promo-board::before {
  width: 190px;
  height: 190px;
  right: 42px;
  top: 44px;
}

.may88-promo-board::after {
  width: 260px;
  height: 260px;
  left: -88px;
  bottom: -92px;
}

.may88-phone-card {
  position: absolute;
  left: 58px;
  bottom: 42px;
  width: 250px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0,0,0,.2);
}

.may88-mini-logo {
  width: 52px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #e92b2f, #1b1b1b);
  font-weight: 900;
}

.may88-phone-card strong {
  display: block;
  color: #202020;
  font-size: 30px;
  line-height: 1;
}

.may88-phone-card span {
  display: block;
  margin-top: 10px;
  color: #646a73;
  font-size: 14px;
  line-height: 1.45;
}

.may88-coin-stack {
  position: absolute;
  right: 58px;
  bottom: 58px;
  display: grid;
  grid-template-columns: repeat(3, 54px);
  gap: 10px;
  transform: rotate(-5deg);
}

.may88-coin {
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 0 26%, #f6c456 27% 58%, #be151c 60% 100%);
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.35), 0 10px 20px rgba(0,0,0,.2);
}

.may88-check-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.may88-check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: #555b64;
  font-size: 16px;
  line-height: 1.6;
}

.may88-check-list li::before {
  content: "";
  width: 28px;
  aspect-ratio: 1;
  margin-top: 1px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 40%, #fff 41% 50%, transparent 51%) 8px 7px / 12px 12px no-repeat,
    var(--may88-green);
}

.may88-news-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.may88-news-head p {
  max-width: 500px;
  margin: 0;
  color: #69707b;
  font-size: 15px;
  line-height: 1.65;
}

.may88-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.may88-news-card {
  overflow: hidden;
  border: 1px solid var(--may88-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(20,20,20,.05);
}

.may88-news-thumb {
  min-height: 156px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0,0,0,.24), transparent),
    linear-gradient(135deg, #262626, #c9151b 72%, #f6c456);
  font-size: 42px;
  font-weight: 900;
}

.may88-news-card:nth-child(2) .may88-news-thumb {
  background:
    linear-gradient(135deg, rgba(0,0,0,.24), transparent),
    linear-gradient(135deg, #f6c456, #e92b2f 45%, #171717);
}

.may88-news-card:nth-child(3) .may88-news-thumb {
  background:
    linear-gradient(135deg, rgba(0,0,0,.24), transparent),
    linear-gradient(135deg, #1d1d1d, #26b261 54%, #e92b2f);
}

.may88-news-body {
  padding: 22px;
}

.may88-news-body time,
.may88-news-body .may88-news-type {
  color: var(--may88-red-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.may88-news-body h3 {
  margin-top: 10px;
  font-size: 20px;
}

.may88-news-body p {
  margin: 0;
  color: #69707b;
  font-size: 14px;
  line-height: 1.65;
}

.may88-footer {
  margin-top: 18px;
  background: #151515;
  color: #c8c8c8;
}

.may88-footer-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 14px;
  line-height: 1.6;
}

.may88-footer strong {
  color: #fff;
}

.may88-article-wrap {
  padding: 46px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}

.may88-article,
.may88-side-card {
  border: 1px solid var(--may88-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(20,20,20,.05);
}

.may88-article {
  padding: 34px;
}

.may88-article h1 {
  margin: 0;
  color: #242424;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 900;
}

.may88-article-meta {
  margin-top: 16px;
  padding-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  border-bottom: 1px solid #f1eeee;
  color: #727985;
  font-size: 13px;
}

.may88-article-visual {
  margin: 26px 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #f1eeee;
}

.may88-article-visual img {
  width: 100%;
}

.may88-article-body {
  color: #343b47;
  font-size: 16px;
  line-height: 1.9;
}

.may88-article-body h2,
.may88-article-body h3 {
  margin-top: 30px;
  color: #272727;
}

.may88-article-body a {
  color: var(--may88-red-dark);
  font-weight: 700;
}

.may88-article-body img {
  border-radius: 8px;
}

.may88-article-actions ul {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.may88-article-actions a,
.may88-prenext a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #eadcdc;
  border-radius: 6px;
  color: #333;
  background: #fffafa;
  font-size: 14px;
}

.may88-article-side {
  display: grid;
  gap: 18px;
}

.may88-side-card {
  overflow: hidden;
}

.may88-side-card .may88-side-visual {
  min-height: 176px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0,0,0,.2), transparent),
    linear-gradient(135deg, #242424, #d51d24 70%, #f6c456);
  font-size: 38px;
  font-weight: 900;
}

.may88-side-body {
  padding: 22px;
}

.may88-side-body h2,
.may88-side-body h3 {
  margin: 0 0 10px;
  color: #282828;
}

.may88-side-body p,
.may88-side-body li {
  color: #68717d;
  font-size: 14px;
  line-height: 1.7;
}

.may88-side-body ul {
  margin: 0;
  padding-left: 18px;
}

.may88-article-hero {
  background:
    linear-gradient(90deg, rgba(20,20,20,.92), rgba(190,21,28,.9)),
    url("/assets/may88-hero.png") center / cover no-repeat;
  color: #fff;
}

.may88-article-hero-inner {
  padding: 56px 0;
}

.may88-article-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
}

.may88-article-hero p {
  margin: 14px 0 0;
  max-width: 650px;
  color: #f5dddd;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .may88-topbar-inner {
    min-height: 0;
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .may88-account-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .may88-pill {
    padding-inline: 12px;
  }

  .may88-nav-inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .may88-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .may88-hero-visual {
    min-height: 620px;
    background-position: center top;
  }

  .may88-hero-panel,
  .may88-intro,
  .may88-spotlight-inner,
  .may88-article-wrap {
    grid-template-columns: 1fr;
  }

  .may88-hero-stat {
    width: 100%;
  }

  .may88-hero h1 {
    font-size: 32px;
  }

  .may88-feature-grid,
  .may88-news-grid {
    grid-template-columns: 1fr;
  }

  .may88-news-head,
  .may88-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .may88-promo-board {
    min-height: 420px;
  }

  .may88-article h1,
  .may88-article-hero h1 {
    font-size: 32px;
  }
}

@media (max-width: 540px) {
  .may88-container,
  .may88-hero-panel {
    width: min(100% - 28px, var(--may88-max));
  }

  .may88-brand-name {
    font-size: 28px;
  }

  .may88-nav-inner {
    flex-wrap: wrap;
    gap: 0 18px;
    padding: 8px 0;
    overflow-x: visible;
  }

  .may88-nav a {
    padding: 10px 0;
    font-size: 12px;
  }

  .may88-hero-copy {
    width: 100%;
    max-width: 100%;
    padding: 22px;
  }

  .may88-hero h1 {
    font-size: 28px;
  }

  .may88-page h2 {
    font-size: 25px;
  }

  .may88-phone-card {
    left: 24px;
    width: calc(100% - 48px);
  }

  .may88-coin-stack {
    display: none;
  }

  .may88-article {
    padding: 22px;
  }
}
