:root {
  --stub38-night: #080d20;
  --stub38-navy: #101a3b;
  --stub38-panel: #17224a;
  --stub38-cyan: #8beeff;
  --stub38-apricot: #ff956f;
  --stub38-violet: #9a7cff;
  --stub38-gold: #ffcf66;
  --stub38-paper: #f7f1e8;
  --stub38-muted: #b5bed7;
  --stub38-line: rgba(139,238,255,.2);
  --stub38-display: "Russo One", sans-serif;
  --stub38-body: "Commissioner", sans-serif;
  --stub38-mono: "Fira Code", monospace;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth; background: var(--stub38-night) }
body {
  margin: 0;
  color: var(--stub38-paper);
  font: 400 16px/1.68 var(--stub38-body);
  background:
    linear-gradient(90deg, transparent 0 49.8%, rgba(139,238,255,.035) 50%, transparent 50.2%) 0 0 / 92px 92px,
    radial-gradient(circle at 12% 12%, rgba(154,124,255,.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255,149,111,.14), transparent 25%),
    var(--stub38-night);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.018) 3px 4px);
}
a { color: inherit; text-decoration: none }
a, button { touch-action: manipulation }
.stub38-skip { position: fixed; top: -90px; left: 14px; z-index: 200; padding: 10px 16px; color: var(--stub38-night); background: var(--stub38-cyan); font-weight: 900 }
.stub38-skip:focus { top: 0 }

.stub38-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 80px;
  padding: 9px max(20px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid var(--stub38-line);
  background: rgba(8,13,32,.9);
  backdrop-filter: blur(18px) saturate(150%);
}
.stub38-brand { display: inline-flex; align-items: center; gap: 11px; font: 400 22px/1 var(--stub38-display); letter-spacing: .01em }
.stub38-brand svg { width: 46px; height: 46px; filter: drop-shadow(0 0 13px rgba(139,238,255,.28)) }
.stub38-brand small { display: block; margin-top: 5px; color: var(--stub38-apricot); font: 600 9px/1 var(--stub38-mono); letter-spacing: .12em; text-transform: uppercase }
.stub38-nav { display: flex; justify-content: center; gap: 2px }
.stub38-nav a { padding: 8px 9px; color: var(--stub38-muted); border: 1px solid transparent; border-radius: 4px 14px; font-size: 12px; font-weight: 700 }
.stub38-nav a:hover { color: var(--stub38-paper); border-color: rgba(255,149,111,.44); background: rgba(255,149,111,.08) }
.stub38-topbar__actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px }

.stub38-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  border: 1px solid var(--stub38-cyan);
  border-radius: 5px 19px 5px 19px;
  color: #07101f;
  background: linear-gradient(112deg, var(--stub38-cyan), #baf6ff 55%, var(--stub38-gold));
  box-shadow: 0 13px 34px rgba(139,238,255,.15), inset 0 1px rgba(255,255,255,.55);
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease;
}
.stub38-button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(139,238,255,.24) }
.stub38-button--small { min-height: 40px; padding: 8px 14px; font-size: 13px }
.stub38-button--ghost { color: var(--stub38-paper); border-color: rgba(154,124,255,.6); background: rgba(154,124,255,.1); box-shadow: none }
.stub38-button--apricot { border-color: var(--stub38-apricot); background: linear-gradient(112deg, var(--stub38-apricot), var(--stub38-gold)); box-shadow: 0 12px 30px rgba(255,149,111,.17) }
.stub38-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px }

.stub38-wrap { width: min(1280px, calc(100% - 40px)); margin-inline: auto }
.stub38-section { position: relative; padding: clamp(74px, 9vw, 118px) 0; border-top: 1px solid var(--stub38-line) }
.stub38-section--ink { background: rgba(5,10,28,.48) }
.stub38-section--paper { color: #152040; background: linear-gradient(136deg, #f7f1e8, #eaf5fb 62%, #eee8ff) }
.stub38-kicker { margin: 0 0 14px; color: var(--stub38-cyan); font: 600 11px/1.4 var(--stub38-mono); letter-spacing: .14em; text-transform: uppercase }
.stub38-section--paper .stub38-kicker { color: #a14945 }
h1, h2 { margin: 0; font-family: var(--stub38-display); font-weight: 400; line-height: 1.08; letter-spacing: -.02em; text-wrap: balance }
h1 { max-width: 17ch; font-size: clamp(39px, 5.3vw, 75px) }
h1 span { color: transparent; background: linear-gradient(90deg, var(--stub38-cyan), var(--stub38-gold), var(--stub38-apricot), var(--stub38-violet), var(--stub38-cyan)) 0 0 / 230% 100%; background-clip: text; animation: stub38-shift 8s linear infinite }
h2 { max-width: 22ch; font-size: clamp(31px, 4.1vw, 57px) }
.stub38-lead { max-width: 930px; margin: 25px 0 0; color: #e4e8f5; font-size: 17px }
.stub38-copy { max-width: 950px; margin: 19px 0 0; color: var(--stub38-muted); font-size: 17px }
.stub38-section h2, .stub38-section h2 ~ .stub38-lead, .stub38-section h2 ~ .stub38-copy { margin-right: 0; margin-left: 0; text-align: left }
.stub38-section--paper .stub38-lead { color: #3e4967 }
.stub38-section--paper .stub38-copy { color: #52607d }

.stub38-hero { position: relative; min-height: 780px; padding: clamp(70px, 9vw, 124px) 0 62px; overflow: hidden }
.stub38-hero::after { content: ""; position: absolute; right: -13vw; top: 7%; width: 48vw; height: 48vw; border: 1px dashed rgba(139,238,255,.28); border-radius: 50%; transform: rotate(-13deg); box-shadow: 0 0 0 42px rgba(154,124,255,.025), 0 0 0 86px rgba(255,149,111,.02) }
.stub38-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(350px,.92fr); gap: clamp(36px,6vw,86px); align-items: center; min-width: 0 }
.stub38-hero__grid > * { min-width: 0 }
.stub38-hero__copy { max-width: 790px }
.stub38-ticket { position: relative; min-height: 525px; padding: 20px; overflow: hidden; border: 1px solid rgba(139,238,255,.45); border-radius: 10px 38px 10px 38px; background: linear-gradient(145deg, rgba(23,34,74,.96), rgba(8,13,32,.98)); box-shadow: 0 35px 80px rgba(0,0,0,.38), inset 0 0 60px rgba(154,124,255,.08); transform: rotate(2deg) }
.stub38-ticket::before, .stub38-ticket::after { content: ""; position: absolute; top: 50%; width: 30px; height: 30px; border-radius: 50%; background: var(--stub38-night); transform: translateY(-50%) }
.stub38-ticket::before { left: -16px }
.stub38-ticket::after { right: -16px }
.stub38-ticket__serial { display: flex; justify-content: space-between; color: var(--stub38-cyan); font: 600 10px/1 var(--stub38-mono); letter-spacing: .1em }
.stub38-ticket__mark { display: grid; place-items: center; min-height: 385px }
.stub38-ticket__mark svg { width: min(88%,360px); filter: drop-shadow(0 18px 30px rgba(0,0,0,.28)) }
.stub38-ticket__amount { position: absolute; right: 24px; bottom: 25px; padding: 14px 17px; border-left: 3px solid var(--stub38-apricot); background: rgba(8,13,32,.76) }
.stub38-ticket__amount small { display: block; color: var(--stub38-muted); font: 500 10px/1 var(--stub38-mono); text-transform: uppercase }
.stub38-ticket__amount span { display: block; margin-top: 6px; font: 400 20px/1 var(--stub38-display) }
.stub38-quick { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 42px; overflow: hidden; border: 1px solid var(--stub38-line); border-radius: 8px 26px }
.stub38-quick a { display: grid; gap: 4px; min-height: 86px; padding: 16px 18px; background: rgba(16,26,59,.94); border-right: 1px dashed var(--stub38-line) }
.stub38-quick a:last-child { border-right: 0 }
.stub38-quick small { color: var(--stub38-muted); font: 600 10px/1.3 var(--stub38-mono); letter-spacing: .1em; text-transform: uppercase }
.stub38-quick span { font-weight: 850 }
.stub38-quick a:nth-child(2) span { color: var(--stub38-cyan) }
.stub38-quick a:nth-child(3) span { color: var(--stub38-apricot) }
.stub38-quick a:nth-child(4) span { color: var(--stub38-gold) }

.stub38-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px }
.stub38-tags span { padding: 7px 11px; border: 1px dashed rgba(139,238,255,.35); border-radius: 4px 12px; color: var(--stub38-cyan); font-size: 12px }
.stub38-mosaic { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; margin-top: 35px }
.stub38-game { position: relative; min-height: 230px; padding: 19px; overflow: hidden; border: 1px solid var(--stub38-line); border-radius: 7px 24px; background: linear-gradient(150deg, rgba(28,45,92,.93), rgba(8,13,32,.98)); box-shadow: 0 16px 36px rgba(0,0,0,.2) }
.stub38-game::before { content: attr(data-ticket); position: absolute; right: -8px; top: 3px; color: rgba(255,255,255,.07); font: 400 45px/1 var(--stub38-display) }
.stub38-game:nth-child(3n+2) { background: linear-gradient(150deg, rgba(65,44,111,.9), rgba(8,13,32,.98)) }
.stub38-game:nth-child(3n) { background: linear-gradient(150deg, rgba(111,57,50,.86), rgba(8,13,32,.98)) }
.stub38-game__name { position: relative; min-height: 67px; margin-bottom: 17px; font: 400 18px/1.2 var(--stub38-display) }
.stub38-game__data { position: relative; color: var(--stub38-muted); font-size: 13px }
.stub38-game .stub38-button { position: absolute; left: 18px; bottom: 17px }

.stub38-bonus, .stub38-steps, .stub38-stats, .stub38-live, .stub38-support, .stub38-license { display: grid; gap: 13px; margin-top: 34px }
.stub38-bonus { grid-template-columns: repeat(4,1fr) }
.stub38-bonus__item { padding: 24px 20px; border: 1px solid rgba(21,32,64,.16); border-radius: 8px 24px; background: rgba(255,255,255,.58) }
.stub38-bonus__item em { color: #a44f47; font: 600 12px/1 var(--stub38-mono); font-style: normal }
.stub38-bonus__item span { display: block; margin: 14px 0 8px; font: 400 20px/1.2 var(--stub38-display) }
.stub38-bonus__item div { color: #5b6681; font-size: 13px }
.stub38-steps { grid-template-columns: repeat(3,1fr) }
.stub38-step, .stub38-stat, .stub38-support__item { padding: 22px; border: 1px solid var(--stub38-line); border-radius: 7px 24px; background: rgba(255,255,255,.045) }
.stub38-step em { display: inline-grid; place-items: center; width: 39px; height: 39px; color: var(--stub38-night); background: var(--stub38-gold); border-radius: 5px 14px; font: 700 13px/1 var(--stub38-mono); font-style: normal }
.stub38-cardtitle { margin: 16px 0 8px; font: 400 18px/1.2 var(--stub38-display) }
.stub38-cardcopy { color: var(--stub38-muted); font-size: 14px }
.stub38-prize { display: grid; grid-template-columns: 1.1fr .9fr; gap: 15px; margin-top: 34px; padding: 25px; border: 1px dashed rgba(139,238,255,.35); border-radius: 10px 34px; background: linear-gradient(140deg, rgba(154,124,255,.12), rgba(255,149,111,.08)) }
.stub38-prize__pool small { font: 600 10px/1.4 var(--stub38-mono); letter-spacing: .12em; text-transform: uppercase }
.stub38-prize__pool span { display: block; margin-top: 10px; font: 400 clamp(36px,5vw,70px)/1 var(--stub38-display) }
.stub38-prize__places { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px }
.stub38-prize__places div { display: grid; place-items: center; min-height: 86px; padding: 12px; border: 1px solid var(--stub38-line); border-radius: 5px 17px; background: rgba(255,255,255,.04); text-align: center }
.stub38-license { grid-template-columns: repeat(4,1fr) }
.stub38-license__item { min-height: 174px; padding: 22px; border: 1px solid var(--stub38-line); border-radius: 8px 25px; background: linear-gradient(145deg, rgba(139,238,255,.08), rgba(154,124,255,.08)) }
.stub38-license__item:nth-child(2n) { background: linear-gradient(145deg, rgba(255,149,111,.09), rgba(255,207,102,.05)) }
.stub38-license__item small { color: var(--stub38-cyan); font: 600 10px/1.3 var(--stub38-mono); letter-spacing: .1em; text-transform: uppercase }
.stub38-license__item span { display: block; margin: 17px 0 10px; overflow-wrap: anywhere; font: 400 18px/1.25 var(--stub38-display) }
.stub38-license__item div { color: var(--stub38-muted); font-size: 13px }

.stub38-cash { width: 100%; margin-top: 32px; border-collapse: separate; border-spacing: 0 8px }
.stub38-cash th { padding: 8px 14px; color: #765374; font: 700 10px/1.3 var(--stub38-mono); text-align: left; letter-spacing: .1em; text-transform: uppercase }
.stub38-cash td { padding: 16px 14px; background: rgba(255,255,255,.58); border-top: 1px solid rgba(21,32,64,.12); border-bottom: 1px solid rgba(21,32,64,.12) }
.stub38-cash td:first-child { border-left: 1px solid rgba(21,32,64,.12); border-radius: 7px 0 0 18px; font-weight: 850 }
.stub38-cash td:last-child { border-right: 1px solid rgba(21,32,64,.12); border-radius: 0 18px 7px 0 }
.stub38-live { grid-template-columns: repeat(4,1fr) }
.stub38-live__item { min-height: 170px; padding: 21px; border: 1px dashed rgba(154,124,255,.42); border-radius: 8px 25px; background: linear-gradient(150deg, rgba(154,124,255,.12), rgba(255,255,255,.03)) }
.stub38-live__item small { color: var(--stub38-cyan); font: 600 10px/1.3 var(--stub38-mono); text-transform: uppercase }
.stub38-live__item span { display: block; margin: 13px 0 8px; font: 400 18px/1.2 var(--stub38-display) }
.stub38-live__item div { color: var(--stub38-muted); font-size: 14px }
.stub38-levels { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; margin-top: 34px }
.stub38-level { min-height: 180px; padding: 20px; border: 1px solid var(--stub38-line); border-radius: 6px 22px; background: rgba(255,255,255,.04) }
.stub38-level:nth-child(2) { border-color: rgba(139,238,255,.5) }
.stub38-level:nth-child(3) { border-color: rgba(154,124,255,.55) }
.stub38-level:nth-child(4) { border-color: rgba(255,149,111,.58) }
.stub38-level:nth-child(5) { border-color: rgba(255,207,102,.6) }
.stub38-level small { color: var(--stub38-cyan); font: 700 10px/1 var(--stub38-mono) }
.stub38-level span { display: block; margin: 14px 0 9px; font: 400 22px/1.15 var(--stub38-display) }
.stub38-level div { color: var(--stub38-muted); font-size: 14px }
.stub38-stats { grid-template-columns: repeat(4,1fr) }
.stub38-stat span { display: block; color: var(--stub38-gold); font: 400 27px/1 var(--stub38-display) }
.stub38-stat small { display: block; margin-top: 10px; color: var(--stub38-muted) }
.stub38-support { grid-template-columns: repeat(3,1fr) }
.stub38-support__item span { display: block; margin-bottom: 8px; color: var(--stub38-apricot); font: 400 17px/1.2 var(--stub38-display) }
.stub38-support__item div { color: var(--stub38-muted); font-size: 14px }

.stub38-faq { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 34px }
.stub38-faq details { border: 1px solid var(--stub38-line); border-radius: 7px 22px; background: rgba(255,255,255,.035) }
.stub38-faq summary { display: flex; justify-content: space-between; gap: 18px; padding: 19px 20px; cursor: pointer; font-weight: 800; list-style: none }
.stub38-faq summary::-webkit-details-marker { display: none }
.stub38-faq summary::after { content: "+"; color: var(--stub38-cyan); font: 600 18px/1 var(--stub38-mono) }
.stub38-faq details[open] summary::after { content: "−" }
.stub38-faq p { margin: 0; padding: 0 20px 19px; color: var(--stub38-muted) }
.stub38-final { text-align: left; background: linear-gradient(132deg, rgba(139,238,255,.08), rgba(154,124,255,.13), rgba(255,149,111,.08)) }
.stub38-final h2, .stub38-final p { margin-inline: 0 }
.stub38-final .stub38-actions { justify-content: flex-start }
.stub38-footer { padding: 36px 0 42px; border-top: 1px solid var(--stub38-line); background: #050918 }
.stub38-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px }
.stub38-footer p { max-width: 820px; margin: 12px 0 0; color: #9da8c7; font-size: 13px }
.stub38-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px }
.stub38-footer__links a { padding: 8px 11px; border: 1px dashed var(--stub38-line); border-radius: 5px 14px; color: var(--stub38-muted); font-size: 12px }

@keyframes stub38-shift { to { background-position: 230% 0 } }
@media (max-width: 1260px) {
  .stub38-topbar { gap: 11px }
  .stub38-nav a { padding: 7px 6px; font-size: 11px }
}
@media (max-width: 1120px) {
  .stub38-nav { display: none }
}
@media (max-width: 1020px) {
  .stub38-hero__grid { grid-template-columns: 1fr }
  .stub38-hero { min-height: auto }
  .stub38-ticket { max-width: 650px }
  .stub38-mosaic { grid-template-columns: repeat(2,1fr) }
  .stub38-levels { grid-template-columns: repeat(3,1fr) }
}
@media (max-width: 720px) {
  .stub38-topbar { grid-template-columns: 1fr auto; min-height: 68px }
  .stub38-brand { font-size: 18px }
  .stub38-brand svg { width: 38px; height: 38px }
  .stub38-wrap { width: min(100% - 28px,1280px) }
  .stub38-section { padding: 66px 0 }
  .stub38-hero__grid { display: block; width: 100% }
  .stub38-hero__copy, .stub38-hero__copy p { width: 100%; max-width: 100%; overflow-wrap: anywhere }
  .stub38-ticket { width: 100%; margin-top: 38px; transform: none }
  .stub38-quick, .stub38-bonus, .stub38-stats, .stub38-steps, .stub38-live, .stub38-support, .stub38-license, .stub38-faq { grid-template-columns: 1fr }
  .stub38-levels { grid-template-columns: repeat(2,1fr) }
  .stub38-prize { grid-template-columns: 1fr }
  .stub38-cash { display: block; overflow-x: auto }
  .stub38-footer__grid { grid-template-columns: 1fr }
  .stub38-footer__links { justify-content: flex-start }
}
@media (max-width: 430px) {
  body { font-size: 15px }
  .stub38-topbar { padding-inline: 11px }
  .stub38-brand small { display: none }
  .stub38-topbar__actions { gap: 4px }
  .stub38-topbar__actions .stub38-button { min-height: 36px; padding: 7px 8px; font-size: 11px }
  h1 { max-width: 100%; font-size: clamp(32px,9.5vw,42px); overflow-wrap: break-word }
  h2 { font-size: clamp(28px,8.9vw,40px) }
  .stub38-hero { padding-top: 58px }
  .stub38-ticket { min-height: 380px; padding: 14px }
  .stub38-ticket__mark { min-height: 260px }
  .stub38-ticket__amount { right: 16px; bottom: 17px }
  .stub38-mosaic, .stub38-levels { grid-template-columns: 1fr }
  .stub38-game { min-height: 205px }
  .stub38-actions .stub38-button { width: 100% }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important }
}
