:root {
  --void: #050814;
  --void-2: #0a1224;
  --void-3: #121c34;
  --panel: #101a30;
  --panel-2: #16223c;
  --stroke: rgba(62, 203, 255, 0.18);
  --stroke-hot: rgba(62, 203, 255, 0.48);
  --cyan: #3ecbff;
  --cyan-2: #9ae8ff;
  --royal: #2c5bff;
  --crimson: #e31c3d;
  --gold: #ffd24a;
  --paper: #eef6ff;
  --mute: #9db3cc;
  --dim: #6d829c;
  --ok: #3dcc7a;
  --shadow: 0 22px 70px rgba(0, 8, 28, 0.5);
  --round: 20px;
  --mast: 78px;
  --max: 1160px;
  --font: "Figtree", system-ui, sans-serif;
  --display: "Bebas Neue", "Arial Narrow", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--void);
  color: var(--paper);
  font-family: var(--font);
  font-size: 16.5px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  padding-top: var(--mast);
  background:
    radial-gradient(1100px 480px at 86% -8%, rgba(44, 91, 255, 0.22), transparent 52%),
    radial-gradient(820px 380px at -8% 18%, rgba(227, 28, 61, 0.14), transparent 48%),
    radial-gradient(700px 360px at 40% 0, rgba(62, 203, 255, 0.08), transparent 46%),
    linear-gradient(180deg, #08101e 0%, #050814 42%, #070b16 100%);
}

img,
svg,
video,
iframe { max-width: 100%; }
img { display: block; }
a { color: var(--cyan); text-decoration: none; }
button,
input { font: inherit; }

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.jw-skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--cyan);
  color: #071018;
  padding: 8px 12px;
  z-index: 100;
  font-weight: 800;
}
.jw-skip:focus { left: 8px; }

.jw-clip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.jw-inner {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
  max-width: 100%;
  min-width: 0;
}

.jw-glow {
  background: linear-gradient(90deg, var(--cyan-2), var(--cyan), #2c5bff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jw-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(760px 380px at 50% 18%, rgba(62, 203, 255, 0.12), transparent 52%),
    rgba(4, 8, 18, 0.94);
  backdrop-filter: blur(16px);
}
.jw-gate[hidden] { display: none; }
.jw-gate-card {
  width: min(520px, 100%);
  background: linear-gradient(180deg, #17233c, #10192c);
  border: 1px solid var(--stroke-hot);
  border-radius: 28px;
  padding: 36px 28px 28px;
  text-align: center;
  box-shadow: var(--shadow);
}
.jw-gate-card img {
  width: 112px;
  height: auto;
  min-width: 92px;
  margin: 0 auto 10px;
}
.jw-gate-card h2 {
  font-family: var(--display);
  font-size: clamp(34px, 6vw, 52px);
  margin: 10px 0 8px;
  letter-spacing: 0.06em;
  line-height: 0.95;
}
.jw-gate-card p { color: var(--mute); margin: 8px 0; }
.jw-gate-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
}
.jw-gate-note {
  font-size: 12px;
  color: var(--dim);
  margin-top: 16px;
}

.jw-pill-btn,
.jw-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: 0.2s ease;
  text-decoration: none;
  border: 0;
}
.jw-pill-btn {
  background: linear-gradient(180deg, #6ee0ff, #2c5bff);
  color: #071018;
  box-shadow: 0 8px 24px rgba(44, 91, 255, 0.32);
}
.jw-pill-btn:hover { transform: translateY(-1px); filter: brightness(1.06); }
.jw-ghost-btn {
  background: transparent;
  color: var(--paper);
  border: 1px solid var(--stroke-hot);
}
.jw-ghost-btn:hover { border-color: var(--cyan); color: var(--cyan); }

[role="button"][aria-label="jksworldslabel"],
[role="button"][aria-label="jksworldsportuna"],
[role="button"][aria-label="jksworldslotuna"],
[role="button"][aria-label="jksworldlanista"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(180deg, #6ee0ff, #2c5bff);
  background-clip: padding-box;
  color: #071018;
  box-shadow: 0 8px 24px rgba(44, 91, 255, 0.32);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  user-select: none;
  transition: 0.2s ease;
  cursor: pointer;
  outline: none;
  text-align: center;
}
[role="button"][aria-label="jksworldslabel"]:hover,
[role="button"][aria-label="jksworldsportuna"]:hover,
[role="button"][aria-label="jksworldslotuna"]:hover,
[role="button"][aria-label="jksworldlanista"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}
[role="button"][aria-label="jksworldslabel"]:focus-visible,
[role="button"][aria-label="jksworldsportuna"]:focus-visible,
[role="button"][aria-label="jksworldslotuna"]:focus-visible,
[role="button"][aria-label="jksworldlanista"]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.jw-cta-fill { width: 100%; }

.jw-mast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  height: var(--mast);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--stroke);
  background: rgba(5, 8, 20, 0.92);
  backdrop-filter: blur(18px);
}
.jw-mast-row {
  position: relative;
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}
.jw-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  font-family: var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  min-width: 0;
}
.jw-brand img {
  width: auto;
  height: 58px;
  min-width: 70px;
  object-fit: contain;
  flex-shrink: 0;
}
.jw-brand b { font-size: 22px; font-weight: 400; }
.jw-brand span { color: var(--cyan); }
.jw-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.jw-socs { display: flex; gap: 8px; }
.jw-soc {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 1px solid var(--stroke);
  display: grid;
  place-items: center;
  color: var(--cyan-2);
  background: #121c34;
}
.jw-soc:hover { border-color: var(--cyan); transform: translateY(-1px); }

.jw-banner {
  position: relative;
  padding: 54px 0 28px;
  overflow: hidden;
}
.jw-banner-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
  min-width: 0;
}
.jw-banner-grid > * { min-width: 0; }
.jw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: rgba(62, 203, 255, 0.08);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 100%;
  flex-wrap: wrap;
}
.jw-banner h1 {
  font-family: var(--display);
  font-size: clamp(32px, 8vw, 74px);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 14px 0 16px;
  overflow-wrap: anywhere;
}
.jw-lede {
  font-size: 18px;
  color: var(--mute);
  max-width: 62ch;
}
.jw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.jw-frame {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--stroke-hot);
  box-shadow: var(--shadow);
  background: #050814;
}
.jw-frame video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
}

.jw-band { padding: 56px 0 8px; }
.jw-band h2,
.jw-reels h2 {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 14px;
}
.jw-band h3 {
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 28px 0 10px;
}
.jw-band p { color: #d5e2f2; }

.jw-grid-3,
.jw-grid-2 {
  display: grid;
  gap: 14px;
}
.jw-grid-3 { grid-template-columns: repeat(3, 1fr); }
.jw-grid-2 { grid-template-columns: repeat(2, 1fr); }

.jw-card,
.jw-tile,
.jw-offer,
table {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
  border: 1px solid var(--stroke);
  border-radius: var(--round);
}

.jw-card { padding: 20px; }
.jw-card h3,
.jw-tile h3 { margin: 10px 0 8px; font-size: 22px; }
.jw-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #182744;
  border: 1px solid var(--stroke);
  color: var(--cyan);
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.04em;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
th,
td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--stroke);
  vertical-align: top;
}
th {
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #121c34;
}
td { color: #d5e2f2; }

.jw-tile .jw-tile-body { padding: 20px 20px 18px; }
.jw-tile .jw-tile-body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--cyan-2);
}
.jw-tile .jw-tile-body p { margin: 0; font-size: 14.5px; }
.jw-tile .jw-tile-body p + p { margin-top: 10px; }

.jw-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.jw-stat {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  background: #101a30;
  text-align: center;
}
.jw-stat strong {
  display: block;
  font-family: var(--display);
  font-size: 32px;
  color: var(--cyan-2);
}
.jw-stat span {
  color: var(--dim);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jw-alert {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(227, 28, 61, 0.3);
  background: rgba(227, 28, 61, 0.08);
  color: #f3cfcf;
}
.jw-hint {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid var(--stroke-hot);
  background: rgba(62, 203, 255, 0.08);
  color: var(--cyan-2);
}

.jw-offers { display: grid; gap: 16px; }
.jw-offer {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 24px;
  padding: 22px 22px 20px;
  align-items: center;
  min-width: 0;
}
.jw-offer > * { min-width: 0; }
.jw-offer-mark {
  display: grid;
  place-items: center;
  min-height: 112px;
}
.jw-offer-mark img {
  max-width: min(180px, 100%);
  height: auto;
  min-width: 96px;
}
.jw-offer h3 {
  margin: 0 0 6px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
}
.jw-offer-title {
  font-family: var(--display);
  font-size: clamp(24px, 2.6vw, 34px);
  letter-spacing: 0.02em;
  line-height: 1.12;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.jw-offer-title b { color: var(--cyan-2); font-weight: 400; }
.jw-offer-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px dashed var(--stroke);
}
.jw-offer-perks li {
  display: inline-block;
  margin: 0;
  padding: 6px 10px 6px 8px;
  width: max-content;
  flex: 0 0 auto;
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(61, 204, 122, 0.08);
  border: 1px solid rgba(61, 204, 122, 0.2);
  color: var(--paper);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.3;
}
.jw-offer-perks b { color: var(--gold); }
.jw-logo-blend { mix-blend-mode: lighten; }
.jw-offer-cta {
  min-width: 180px;
  display: grid;
  gap: 8px;
}
.jw-offer-legal {
  text-align: center;
  font-size: 12px;
  color: var(--dim);
}

.jw-reels { padding: 48px 0 20px; }
.jw-reels p { color: var(--mute); }
.jw-clips {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}
.jw-clip-card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  background: #000;
  aspect-ratio: 16 / 9;
  isolation: isolate;
}
.jw-clip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}
.jw-clip-card:hover img { transform: scale(1.06); filter: brightness(0.72); }
.jw-clip-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.72));
}
.jw-play-dot {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #6ee0ff, #2c5bff);
  color: #071018;
  display: grid;
  place-items: center;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.jw-clip-card .jw-cap {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jw-quote {
  margin: 28px auto 0;
  width: min(var(--max), calc(100% - 32px));
  padding: 18px 22px;
  border-left: 3px solid var(--cyan);
  background: linear-gradient(90deg, rgba(62, 203, 255, 0.08), transparent);
  color: var(--cyan-2);
  font-weight: 700;
  font-size: 18px;
}

.jw-list { color: #d5e2f2; padding-left: 18px; }
.jw-list li { margin: 8px 0; }

.jw-foot {
  margin-top: 48px;
  border-top: 1px solid var(--stroke);
  background: #070b16;
  padding: 42px 0 24px;
}
.jw-foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
}
.jw-foot h4 {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: var(--cyan);
}
.jw-foot a,
.jw-foot p { color: var(--mute); }
.jw-foot a:hover { color: var(--cyan); }
.jw-foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.jw-legal {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--stroke);
  color: var(--dim);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.jw-warn {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(227, 28, 61, 0.3);
  color: #e9c8c8;
  font-size: 13px;
}
.jw-updated {
  margin: 8px auto 0;
  color: var(--dim);
  font-size: 13px;
}

.jw-error {
  padding: 72px 0 48px;
  text-align: center;
}
.jw-error h1 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(40px, 8vw, 72px);
  line-height: 0.95;
  margin: 12px 0 16px;
}
.jw-error p {
  color: var(--mute);
  max-width: 46ch;
  margin: 0 auto 24px;
}

@media (max-width: 1024px) {
  .jw-banner-grid,
  .jw-foot-grid { grid-template-columns: 1fr; }
  .jw-offer { grid-template-columns: 1fr; }
  .jw-offer-mark { min-height: 88px; }
  .jw-grid-3,
  .jw-stats { grid-template-columns: 1fr 1fr; }
  .jw-clips { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .jw-inner,
  .jw-mast-row {
    width: min(var(--max), calc(100% - 20px));
  }
  .jw-mast {
    height: 64px;
    min-height: 64px;
  }
  body { padding-top: 64px; }
  .jw-mast-row { gap: 8px; }
  .jw-brand img {
    height: 46px;
    min-width: 56px;
  }
  .jw-brand b { font-size: 15px; letter-spacing: 0.03em; }
  .jw-tools { gap: 6px; }
  .jw-socs { display: none; }
  .jw-clips { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .jw-grid-3,
  .jw-grid-2,
  .jw-stats { grid-template-columns: minmax(0, 1fr); }
  .jw-gate-row { grid-template-columns: 1fr; }
  .jw-gate-card { padding: 24px 16px 20px; }
  .jw-banner { padding-top: 28px; }
  .jw-lede { font-size: 16px; }
  .jw-band { padding-top: 40px; }
  .jw-offer { padding: 16px 14px; gap: 12px; }
  .jw-offer-perks li { white-space: normal; }
  .jw-play-dot { width: 38px; height: 38px; }
  .jw-clip-card .jw-cap { font-size: 11px; }
}

@media (max-width: 420px) {
  .jw-brand b { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
