:root {
  --top-black: #141414;
  --top-red: #e62d31;
  --top-red-dark: #b61217;
  --top-blue: #079bdc;
  --top-navy: #092a58;
  --top-gold: #ffc338;
  --top-ink: #26313f;
  --top-muted: #657184;
  --top-line: #e9edf4;
  --top-soft: #f5fbff;
  --top-max: 1120px;
}

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.top88-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.top88-brand-mark {
  width: 52px;
  aspect-ratio: 1;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--top-blue), var(--top-navy) 55%, var(--top-gold));
  box-shadow: 0 12px 28px #0008, inset 0 1px 0 #ffffff55;
  font-weight: 900;
}

.top88-brand-name {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: .95;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #06182d, 0 0 18px #10a9ff66;
}

.top88-brand-kicker {
  display: block;
  margin-top: 4px;
  color: var(--top-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.top88-account {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}

.top88-pill {
  min-height: 40px;
  min-width: 116px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fff;
  background: #365d8d;
  box-shadow: inset 0 1px 0 #ffffff33;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.top88-pill-primary {
  background: linear-gradient(135deg, #ff3d42, #c9181d);
}

.top88-nav {
  background: var(--top-red);
  color: #141414;
}

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

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

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

.top88-hero {
  border-bottom: 1px solid #d7edf8;
  background: linear-gradient(180deg, #e6f8ff 0%, #fff 80%), #eafaff;
}

.top88-hero-visual {
  min-height: 590px;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, #041a3444 0%, transparent 18%, transparent 82%, #041a3433 100%),
    url("/assets/top88-hero.png") center / cover no-repeat;
}

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

.top88-hero-card {
  max-width: 650px;
  padding: 30px 32px;
  border: 1px solid #ffffffcc;
  background: #ffffffd9;
  box-shadow: 0 24px 50px #053a6b2b;
  backdrop-filter: blur(10px);
}

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

.top88-hero h1 {
  margin: 0;
  color: #0c2d5d;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
}

.top88-hero-card p:not(.top88-eyebrow) {
  margin: 16px 0 0;
  max-width: 610px;
  color: #4d5d72;
  font-size: 17px;
  line-height: 1.75;
}

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

.top88-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, #f4383d, #b91116);
  box-shadow: 0 14px 30px #d8262b2e;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.top88-button-secondary {
  color: #0b2b5a;
  border: 1px solid #d9e8f5;
  background: #fff;
  box-shadow: none;
}

.top88-page .top88-button-secondary {
  color: #0b2b5a;
}

.top88-hero-prize {
  padding: 24px;
  color: #fff;
  background: linear-gradient(145deg, #0b2b5a, #097fc0 54%, #e62d31);
  box-shadow: 0 22px 46px #062c5233;
}

.top88-hero-prize small {
  display: block;
  color: #dff6ff;
  font-weight: 800;
  text-transform: uppercase;
}

.top88-hero-prize strong {
  display: block;
  margin-top: 8px;
  color: var(--top-gold);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.top88-hero-prize span {
  display: block;
  margin-top: 10px;
  color: #f4fbff;
  font-size: 14px;
  line-height: 1.55;
}

.top88-breadcrumb {
  border-bottom: 1px solid #d7edf8;
  background: #f5fbff;
}

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

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

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

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

.top88-page h2 {
  margin: 0;
  color: #122f5a;
  font-size: 32px;
  line-height: 1.22;
  font-weight: 900;
}

.top88-text-flow p {
  margin: 0 0 18px;
  color: var(--top-muted);
  font-size: 16px;
  line-height: 1.8;
}

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

.top88-feature-card {
  min-height: 176px;
  padding: 22px;
  border: 1px solid var(--top-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px #08294b0c;
}

.top88-feature-icon {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0b84c7, #082a58 60%, #ffc338);
  font-weight: 900;
}

.top88-feature-card h3 {
  margin: 0 0 9px;
  color: #182f4f;
  font-size: 18px;
  line-height: 1.28;
}

.top88-feature-card p {
  margin: 0;
  color: #6a7688;
  font-size: 14px;
  line-height: 1.65;
}

.top88-event {
  border-top: 1px solid #d7edf8;
  border-bottom: 1px solid #d7edf8;
  background: linear-gradient(180deg, #effaff, #fff);
}

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

.top88-event-board {
  overflow: hidden;
  border: 1px solid #d9eaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 50px #06365f1f;
}

.top88-event-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.top88-event-caption {
  padding: 20px 22px 22px;
  background: #fff;
}

.top88-event-caption small {
  display: block;
  margin-bottom: 8px;
  color: var(--top-red-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.top88-event-caption strong {
  display: block;
  color: #0d2f60;
  font-size: 21px;
  line-height: 1.28;
}

.top88-event-caption p {
  margin: 10px 0 0;
  color: #607083;
  font-size: 14px;
  line-height: 1.65;
}

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

.top88-check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  color: #566478;
  font-size: 16px;
  line-height: 1.6;
}

.top88-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(--top-blue);
}

.top88-event-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.top88-event-topic {
  padding: 16px;
  border: 1px solid #d9eaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px #08294b0a;
}

.top88-event-topic b {
  display: block;
  color: #0d2f60;
  font-size: 15px;
  line-height: 1.25;
}

.top88-event-topic span {
  display: block;
  margin-top: 6px;
  color: #69768a;
  font-size: 13px;
  line-height: 1.55;
}

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

.top88-news-head p {
  max-width: 510px;
  margin: 0;
  color: #657184;
  font-size: 15px;
  line-height: 1.65;
}

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

.top88-news-card {
  overflow: hidden;
  border: 1px solid var(--top-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px #08294b0d;
}

.top88-news-thumb {
  min-height: 156px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, #0004, #0000),
    linear-gradient(135deg, #072b5c, #078fd0 58%, #ffc338);
  font-size: 42px;
  font-weight: 900;
}

.top88-news-card:nth-child(2) .top88-news-thumb {
  background:
    linear-gradient(135deg, #0004, #0000),
    linear-gradient(135deg, #e62d31, #0b2f63 72%, #079bdc);
}

.top88-news-card:nth-child(3) .top88-news-thumb {
  background:
    linear-gradient(135deg, #0004, #0000),
    linear-gradient(135deg, #ffc338, #079bdc 48%, #0b2f63);
}

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

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

.top88-news-body h3 {
  margin: 10px 0;
  color: #163456;
  font-size: 20px;
  line-height: 1.32;
}

.top88-news-body p {
  margin: 0;
  color: #69768a;
  font-size: 14px;
  line-height: 1.65;
}

.top88-footer {
  margin-top: 18px;
  background: #141414;
  color: #cbd5e1;
}

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

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

.top88-article-hero {
  background:
    linear-gradient(90deg, rgba(8,26,55,.92), rgba(7,144,208,.78), rgba(230,45,49,.86)),
    url("/assets/top88-hero.png") center / cover no-repeat;
  color: #fff;
}

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

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

.top88-article-hero p:not(.top88-eyebrow) {
  max-width: 650px;
  margin: 14px 0 0;
  color: #edf8ff;
  font-size: 16px;
  line-height: 1.7;
}

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

.top88-article,
.top88-side-card {
  border: 1px solid var(--top-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px #08294b0c;
}

.top88-article {
  padding: 34px;
}

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

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

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

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

.top88-article-body {
  color: #344154;
  font-size: 16px;
  line-height: 1.9;
}

.top88-article-body h2,
.top88-article-body h3 {
  margin-top: 30px;
  color: #102f5e;
}

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

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

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

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

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

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

.top88-side-visual {
  min-height: 176px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, #0004, #0000),
    linear-gradient(135deg, #072b5c, #079bdc 60%, #ffc338);
  font-size: 38px;
  font-weight: 900;
}

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

.top88-side-body h2,
.top88-side-body h3 {
  margin: 0 0 10px;
  color: #102f5e;
}

.top88-side-body p,
.top88-side-body li {
  color: #68778b;
  font-size: 14px;
  line-height: 1.7;
}

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

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

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

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

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

  .top88-hero-visual {
    min-height: 670px;
    background-position: center top;
  }

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

  .top88-hero-prize {
    width: 100%;
  }

  .top88-hero h1,
  .top88-article h1,
  .top88-article-hero h1 {
    font-size: 34px;
  }

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

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

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

  .top88-brand-name {
    font-size: 29px;
  }

  .top88-pill {
    min-width: 0;
    padding-inline: 12px;
  }

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

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

  .top88-hero-card {
    width: 100%;
    max-width: 100%;
    padding: 22px;
  }

  .top88-hero h1 {
    font-size: 29px;
  }

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

  .top88-event-topic-grid {
    grid-template-columns: 1fr;
  }

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