:root {
  --background: 196 100% 97%;
  --foreground: 215 69% 21%;
  --card: 0 0% 100%;
  --card-foreground: 215 69% 21%;
  --primary: 211 90% 49%;
  --primary-foreground: 0 0% 100%;
  --muted: 200 92% 95%;
  --muted-foreground: 211 32% 45%;
  --border: 199 84% 84%;
  --ring: 199 96% 52%;
  --radius: 0.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.98), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(34, 200, 255, 0.16), transparent 22rem),
    linear-gradient(180deg, #d8f5ff 0%, #f7fdff 38%, #ffffff 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.site-shell {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76) 25%, transparent 25%) 0 0 / 28px 28px,
    linear-gradient(225deg, rgba(255, 255, 255, 0.58) 25%, transparent 25%) 0 0 / 28px 28px,
    #f7fdff;
  box-shadow: 0 0 0 1px rgba(18, 109, 244, 0.06), 0 24px 80px rgba(5, 54, 122, 0.18);
}

.hero {
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(240, 251, 255, 0.9) 76%, #f7fdff 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, rgba(4, 69, 157, 0.38) 0%, rgba(4, 69, 157, 0.18) 27%, rgba(4, 69, 157, 0) 54%),
    radial-gradient(circle at 35% 16%, rgba(255, 255, 255, 0.34), transparent 18rem);
}

.ticker-copy {
  display: inline-block;
  margin: 0;
  padding-left: 100%;
  white-space: nowrap;
  animation: kk98-marquee 28s linear infinite;
}

.ticker-badge {
  color: #ffffff;
  background: linear-gradient(180deg, #35d4ff, #126df4);
  box-shadow: 0 0 18px rgba(34, 200, 255, 0.55), 0 10px 22px rgba(18, 109, 244, 0.24);
}

.vip-card {
  position: relative;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 252, 255, 0.86)),
    hsl(var(--card));
  color: hsl(var(--card-foreground));
  box-shadow: 0 20px 48px rgba(10, 92, 190, 0.18);
}

.vip-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 34%, rgba(34, 200, 255, 0.08));
}

.vip-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 0;
  height: 3rem;
  padding: 0 0.75rem;
  border-radius: var(--radius);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.vip-button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-18deg);
  animation: kk98-shine 3.4s ease-in-out infinite;
}

.vip-button > * {
  position: relative;
  z-index: 1;
}

.vip-button svg {
  flex: 0 0 auto;
}

.vip-button-primary {
  border: 1px solid rgba(255, 255, 255, 0.68);
  color: hsl(var(--primary-foreground));
  background: linear-gradient(180deg, #38d9ff 0%, #147cf7 56%, #0752c5 100%);
  box-shadow: 0 0 18px rgba(34, 200, 255, 0.55), 0 14px 30px rgba(18, 109, 244, 0.30);
}

.vip-button-outline {
  border: 1px solid rgba(18, 109, 244, 0.28);
  color: #0752b8;
  background: linear-gradient(180deg, #ffffff 0%, #eaf8ff 100%);
  box-shadow: 0 8px 20px rgba(14, 113, 205, 0.12);
}

.vip-button:hover,
.vip-card:hover,
.access-link:hover,
.store-pill:hover {
  transform: translateY(-2px);
}

.section-title {
  position: relative;
  margin: 0 0 0.85rem;
  color: #084fb8;
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.section-title::after {
  display: block;
  width: 4.8rem;
  height: 0.2rem;
  margin: 0.55rem auto 0;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, transparent, #22c8ff, #126df4, transparent);
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2rem;
  padding: 0 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  background: rgba(7, 82, 197, 0.22);
  box-shadow: 0 10px 26px rgba(5, 54, 122, 0.14);
  backdrop-filter: blur(10px);
}

.premium-item {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 0.9rem 0.45rem;
  border: 1px solid rgba(41, 169, 235, 0.34);
  border-radius: var(--radius);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(235, 249, 255, 0.9)),
    #ffffff;
  box-shadow: 0 14px 32px rgba(10, 92, 190, 0.13);
}

.premium-item::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), transparent 40%, rgba(34, 200, 255, 0.12));
}

.premium-item svg {
  position: relative;
  z-index: 1;
  margin-bottom: 0.42rem;
  color: #1284f6;
  filter: drop-shadow(0 4px 10px rgba(18, 109, 244, 0.22));
}

.premium-item strong,
.premium-item span {
  position: relative;
  z-index: 1;
  display: block;
}

.premium-item strong {
  color: #084fb8;
  font-size: 0.86rem;
  font-weight: 800;
}

.premium-item span {
  margin-top: 0.18rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.72rem;
  line-height: 1.25;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 4.7rem;
  padding: 0.8rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.contact-card img {
  flex: 0 0 2.65rem;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.5rem;
  object-fit: cover;
}

.contact-card strong,
.contact-card small {
  display: block;
}

.contact-card strong {
  color: #123f78;
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-card small {
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
  line-height: 1.35;
}

.access-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.78rem;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  color: #0752b8;
  font-size: 0.88rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.access-link:hover {
  border-color: rgba(20, 124, 247, 0.5);
}

.access-link img {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.5rem;
}

.access-link small {
  display: block;
  color: #18aef2;
  font-size: 0.75rem;
  font-weight: 700;
}

.store-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0 0.8rem;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  color: #123f78;
  font-size: 0.82rem;
  font-weight: 800;
  background: #ffffff;
  transition: transform 0.18s ease;
}

.store-pill img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}

.article-title {
  margin: 0 0 0.55rem;
  color: #084fb8;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.28;
  text-align: left;
  text-transform: uppercase;
}

.article-copy {
  margin: 0 0 0.65rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.82rem;
  line-height: 1.65;
}

.more-text {
  display: none;
}

article.is-open .more-text {
  display: block;
}

.text-toggle {
  display: inline-flex;
  padding: 0;
  border: 0;
  color: hsl(var(--primary));
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  background: transparent;
}

.stat-box {
  padding: 0.95rem 0.7rem;
  border: 1px solid rgba(34, 200, 255, 0.28);
  border-radius: var(--radius);
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #eefaff);
}

.stat-box strong {
  display: block;
  color: hsl(var(--primary));
  font-size: 1.38rem;
  font-weight: 800;
  line-height: 1.1;
}

.stat-box span {
  display: block;
  margin-top: 0.25rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
}

.sponsor-strip {
  overflow: hidden;
  border: 1px solid rgba(41, 169, 235, 0.38);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 250, 255, 0.82));
  box-shadow: 0 16px 36px rgba(10, 92, 190, 0.14);
}

.sponsor-strip img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.to-top {
  position: fixed;
  right: max(16px, calc((100vw - 750px) / 2 + 18px));
  bottom: 20px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(180deg, #35d4ff, #126df4);
  box-shadow: 0 12px 28px rgba(18, 109, 244, 0.35);
}

@keyframes kk98-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes kk98-shine {
  0%,
  58% {
    transform: translateX(0) skewX(-18deg);
  }

  100% {
    transform: translateX(420%) skewX(-18deg);
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 500px;
  }

  .vip-button {
    height: 2.85rem;
    gap: 0.32rem;
    padding-inline: 0.42rem;
    font-size: 0.78rem;
  }

  .section-title {
    font-size: 1.18rem;
  }

  .hero-badges {
    max-width: 18rem;
  }

  .hero-badges span {
    min-height: 1.85rem;
    padding-inline: 0.58rem;
    font-size: 0.68rem;
  }

  .premium-item {
    padding: 0.78rem 0.25rem;
  }

  .premium-item strong {
    font-size: 0.75rem;
  }

  .premium-item span {
    font-size: 0.66rem;
  }
}
