﻿:root {
  --cym158-night: #11140f;
  --cym158-plum: #252317;
  --cym158-violet: #8a8d72;
  --cym158-paper: #f6eee2;
  --cym158-muted: #cabed3;
  --cym158-cyan: #f2e85e;
  --cym158-chartreuse: #f2e85e;
  --cym158-coral: #e95e9e;
  --cym158-orchid: #8a8d72;
  --cym158-saffron: #e95e9e;
  --cym158-line: rgba(244, 232, 216, .17);
  --cym158-shadow: 0 24px 70px rgba(3, 0, 8, .43);
  --cym158-display: "Montserrat Alternates", "Arial Black", sans-serif;
  --cym158-body: "Didact Gothic", "Segoe UI", sans-serif;
  --cym158-mono: "Overpass Mono", "Lucida Console", monospace;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth; background: var(--cym158-night) }
body {
  margin: 0;
  color: var(--cym158-paper);
  font: 400 16px/1.68 var(--cym158-body);
  background:
    radial-gradient(ellipse at 12% 8%, rgba(129, 119, 255, .22), transparent 27rem),
    radial-gradient(ellipse at 92% 16%, rgba(140, 232, 193, .15), transparent 31rem),
    linear-gradient(145deg, #11140f 0%, #252317 49%, #11140f 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .28;
  background:
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 21px, rgba(242,232,94,.07) 22px 23px, transparent 24px 46px),
    radial-gradient(circle at 2px 2px, rgba(246,238,226,.2) 1px, transparent 1.2px) 0 0 / 29px 29px;
}
a { color: inherit; text-decoration: none }
button, a { touch-action: manipulation }
.cym158-skip { position: fixed; top: -90px; left: 14px; z-index: 200; padding: 10px 16px; color: var(--cym158-night); background: var(--cym158-chartreuse); font-weight: 900 }
.cym158-skip:focus { top: 0 }

.cym158-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 80px;
  padding: 9px max(20px, calc((100vw - 1280px) / 2));
  border-bottom: 1px solid var(--cym158-line);
  background: rgba(16, 8, 23, .86);
  backdrop-filter: blur(18px) saturate(145%);
}
.cym158-brand { display: inline-flex; align-items: center; gap: 11px; font: 800 21px/1 var(--cym158-display); letter-spacing: -.04em }
.cym158-brand svg { width: 44px; height: 44px; filter: drop-shadow(0 0 12px rgba(242,232,94,.28)) }
.cym158-brand small { display: block; margin-top: 4px; color: var(--cym158-cyan); font: 500 9px/1 var(--cym158-mono); letter-spacing: .16em; text-transform: uppercase }
.cym158-nav { display: flex; justify-content: center; gap: 5px }
.cym158-nav a { padding: 9px 11px; color: var(--cym158-muted); font-size: 13px; font-weight: 700; border: 1px solid transparent; border-radius: 999px }
.cym158-nav a:hover { color: var(--cym158-paper); border-color: rgba(242,232,94,.36); background: rgba(242,232,94,.07) }
.cym158-topbar__actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px }

.cym158-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  border: 1px solid var(--cym158-chartreuse);
  border-radius: 999px;
  color: #180b1d;
  background: linear-gradient(104deg, var(--cym158-chartreuse), var(--cym158-cyan) 58%, #8bffb3);
  box-shadow: 0 12px 30px rgba(242,232,94,.16), inset 0 1px rgba(255,255,255,.5);
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease;
}
.cym158-button:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(242,232,94,.25) }
.cym158-button--small { min-height: 40px; padding: 8px 15px; font-size: 13px }
.cym158-button--ghost { color: var(--cym158-paper); border-color: rgba(138,141,114,.52); background: rgba(138,141,114,.08); box-shadow: none }
.cym158-button--coral, .cym158-button--hot { border-color: var(--cym158-coral); background: linear-gradient(105deg, var(--cym158-coral), var(--cym158-orchid)); box-shadow: 0 12px 30px rgba(255,118,90,.2) }
.cym158-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px }

.cym158-main { display: block }
.cym158-wrap { width: min(1240px, calc(100% - 40px)); margin-inline: auto }
.cym158-section { position: relative; padding: clamp(74px, 9vw, 120px) 0; border-top: 1px solid var(--cym158-line) }
.cym158-section--ink, .cym158-section--dark { background: linear-gradient(120deg, rgba(18,13,23,.92), rgba(40,35,59,.72)) }
.cym158-section--paper, .cym158-section--porcelain { color: #21112c; background: linear-gradient(135deg, #f6eee2, #eee4ff 62%, #d8f6e8) }
.cym158-section--paper .cym158-kicker, .cym158-section--paper .cym158-lead,
.cym158-section--porcelain .cym158-kicker, .cym158-section--porcelain .cym158-lead { color: #594d77 }
.cym158-kicker { margin: 0 0 14px; color: var(--cym158-cyan); font: 600 11px/1.4 var(--cym158-mono); letter-spacing: .16em; text-transform: uppercase }
h1, h2 { margin: 0; font-family: var(--cym158-display); font-weight: 800; line-height: 1.07; letter-spacing: -.045em; text-wrap: balance }
h1 { max-width: 16ch; font-size: clamp(39px, 5.4vw, 76px) }
h2 { max-width: 21ch; font-size: clamp(32px, 4.2vw, 58px) }
.cym158-lead { max-width: 920px; margin: 25px 0 0; color: #e7dceb; font-size: clamp(17px, 1.8vw, 20px) }
.cym158-copy { max-width: 940px; margin: 19px 0 0; color: var(--cym158-muted) }
.cym158-section h2 ~ .cym158-lead,
.cym158-section h2 ~ .cym158-copy { font: inherit; font-size: calc(1em + 1px) }
.cym158-section h2,
.cym158-section h2 ~ .cym158-lead,
.cym158-section h2 ~ .cym158-copy { margin-right: 0; margin-left: 0; text-align: left }
.cym158-section--paper .cym158-copy, .cym158-section--porcelain .cym158-copy { color: #51465e }

.cym158-hero { position: relative; min-height: 780px; padding: clamp(70px, 9vw, 126px) 0 62px; overflow: hidden }
.cym158-hero::after { content: ""; position: absolute; right: -15vw; top: 4%; width: 52vw; height: 52vw; border: 1px solid rgba(233,94,158,.24); border-radius: 46% 54% 40% 60%; transform: rotate(22deg); box-shadow: 0 0 0 45px rgba(138,141,114,.025), 0 0 0 92px rgba(242,232,94,.025) }
.cym158-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(34px, 6vw, 88px); align-items: center; min-width: 0; max-width: 100% }
.cym158-hero__grid > * { min-width: 0; max-width: 100% }
.cym158-hero__copy { width: 100%; max-width: 780px; overflow-wrap: break-word }
.cym158-hero__copy h1 span { color: transparent; background: linear-gradient(90deg, var(--cym158-cyan), var(--cym158-chartreuse), var(--cym158-saffron), var(--cym158-orchid)); background-size: 240% 100%; -webkit-background-clip: text; background-clip: text; animation: cym158-shift 8s linear infinite }
.cym158-resonator {
  position: relative;
  min-height: 480px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 4px;
  clip-path: polygon(0 22px,22px 0,100% 0,100% calc(100% - 36px),calc(100% - 36px) 100%,0 100%);
  background:
    linear-gradient(130deg, rgba(255,255,255,.13), transparent 27% 72%, rgba(255,255,255,.1)),
    repeating-radial-gradient(ellipse at 50% 50%, rgba(138,141,114,.5) 0 3px, transparent 4px 27px),
    conic-gradient(from 215deg at 55% 45%, #252317, #296f65, #8a8d72, #9d4636, #252317);
  box-shadow: var(--cym158-shadow), inset 0 0 0 7px rgba(16,8,23,.58);
  transform: rotate(1.2deg);
}
.cym158-resonator::before { content: ""; position: absolute; inset: 13px; border: 1px dashed rgba(246,238,226,.38); clip-path: inherit }
.cym158-resonator__serial { position: relative; display: flex; justify-content: space-between; color: #fff6df; font: 600 10px/1 var(--cym158-mono); letter-spacing: .13em }
.cym158-resonator__mark { position: relative; display: grid; place-items: center; min-height: 300px }
.cym158-resonator__mark svg { width: 270px; max-width: 75%; filter: drop-shadow(0 0 25px rgba(255,255,255,.25)) }
.cym158-resonator__amount { position: absolute; right: 27px; bottom: 25px; padding: 12px 16px; color: #21112c; background: var(--cym158-paper); border-radius: 17px 4px 17px 4px; box-shadow: 6px 6px 0 var(--cym158-coral); transform: rotate(-2deg) }
.cym158-resonator__amount small { display: block; font: 600 9px/1.2 var(--cym158-mono); letter-spacing: .1em; text-transform: uppercase }
.cym158-resonator__amount span { font: 800 23px/1.2 var(--cym158-display) }
.cym158-quick { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 48px; overflow: hidden; border: 1px solid var(--cym158-line); border-radius: 23px; background: var(--cym158-line) }
.cym158-quick a { display: grid; gap: 4px; min-height: 86px; padding: 16px 18px; background: rgba(22, 10, 35, .94) }
.cym158-quick small { color: var(--cym158-muted); font: 600 10px/1.3 var(--cym158-mono); letter-spacing: .12em; text-transform: uppercase }
.cym158-quick span { font-weight: 850 }
.cym158-quick a:nth-child(2) span { color: var(--cym158-cyan) }
.cym158-quick a:nth-child(3) span { color: var(--cym158-orchid) }
.cym158-quick a:nth-child(4) span { color: var(--cym158-saffron) }

.cym158-mosaic { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; margin-top: 35px }
.cym158-game { position: relative; min-height: 230px; padding: 19px; overflow: hidden; border: 1px solid var(--cym158-line); border-radius: 2px; clip-path: polygon(0 15px,15px 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%); background: linear-gradient(155deg, rgba(138,141,114,.34), rgba(18,13,23,.96)); box-shadow: 0 15px 35px rgba(2,0,8,.2) }
.cym158-game::before { content: attr(data-code); position: absolute; right: -9px; top: 4px; color: rgba(255,255,255,.07); font: 800 64px/1 var(--cym158-display) }
.cym158-game:nth-child(3n+2) { background: linear-gradient(155deg, rgba(242,232,94,.29), rgba(18,13,23,.96)) }
.cym158-game:nth-child(3n) { background: linear-gradient(155deg, rgba(255,118,90,.28), rgba(18,13,23,.96)) }
.cym158-game__code { position: relative; margin-bottom: 8px; color: var(--cym158-cyan); font: 600 10px/1 var(--cym158-mono); letter-spacing: .12em }
.cym158-game__name { position: relative; min-height: 67px; margin-bottom: 18px; font: 800 19px/1.18 var(--cym158-display) }
.cym158-game__data { position: relative; color: var(--cym158-muted); font-size: 13px }
.cym158-game .cym158-button { position: absolute; left: 18px; bottom: 17px }
.cym158-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px }
.cym158-tags span { padding: 7px 11px; border: 1px solid rgba(242,232,94,.3); border-radius: 999px; color: var(--cym158-cyan); font-size: 12px }

.cym158-steps, .cym158-bonus, .cym158-stats, .cym158-live, .cym158-support { display: grid; gap: 13px; margin-top: 34px }
.cym158-steps { grid-template-columns: repeat(3, 1fr) }
.cym158-step, .cym158-stat, .cym158-support__item { padding: 22px; border: 1px solid var(--cym158-line); border-radius: 7px 25px 7px 25px; background: rgba(255,255,255,.045) }
.cym158-step em { display: inline-grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: var(--cym158-night); background: var(--cym158-chartreuse); font: 800 14px/1 var(--cym158-mono); font-style: normal }
.cym158-cardtitle { margin: 16px 0 8px; font: 800 18px/1.2 var(--cym158-display) }
.cym158-cardcopy { color: var(--cym158-muted); font-size: 14px }
.cym158-bonus { grid-template-columns: repeat(4, 1fr) }
.cym158-bonus__item { position: relative; padding: 25px 20px; color: #21112c; border: 1px solid rgba(33,17,44,.17); border-radius: 25px 6px 25px 6px; background: rgba(255,255,255,.56) }
.cym158-bonus__item em { color: #8a3d7e; font: 800 12px/1 var(--cym158-mono); font-style: normal }
.cym158-bonus__item span { display: block; margin-top: 12px; font: 800 22px/1.18 var(--cym158-display) }
.cym158-bonus__item small { display: block; margin-top: 9px; color: #684d6a }

.cym158-prize { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; margin-top: 34px }
.cym158-prize__pool { padding: 31px; color: #21112c; border-radius: 36px 8px 36px 8px; background: linear-gradient(120deg, var(--cym158-saffron), var(--cym158-coral) 62%, var(--cym158-orchid)); box-shadow: 10px 10px 0 rgba(242,232,94,.23) }
.cym158-prize__pool small { font: 600 10px/1.4 var(--cym158-mono); letter-spacing: .12em; text-transform: uppercase }
.cym158-prize__pool span { display: block; margin-top: 9px; font: 800 clamp(37px,5vw,72px)/1 var(--cym158-display) }
.cym158-prize__places { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px }
.cym158-prize__places div { display: grid; place-items: center; min-height: 86px; padding: 12px; border: 1px solid var(--cym158-line); border-radius: 16px 4px; background: rgba(255,255,255,.045); text-align: center }

.cym158-cash { width: 100%; margin-top: 32px; border-collapse: separate; border-spacing: 0 8px }
.cym158-cash th { padding: 8px 14px; color: #7a4f75; font: 700 10px/1.3 var(--cym158-mono); text-align: left; letter-spacing: .11em; text-transform: uppercase }
.cym158-cash td { padding: 16px 14px; background: rgba(255,255,255,.55); border-top: 1px solid rgba(33,17,44,.12); border-bottom: 1px solid rgba(33,17,44,.12) }
.cym158-cash td:first-child { border-left: 1px solid rgba(33,17,44,.12); border-radius: 15px 0 0 4px; font-weight: 850 }
.cym158-cash td:last-child { border-right: 1px solid rgba(33,17,44,.12); border-radius: 0 4px 15px 0 }

.cym158-live { grid-template-columns: repeat(3, 1fr) }
.cym158-live__item { min-height: 170px; padding: 21px; border: 1px solid rgba(138,141,114,.31); border-radius: 27px 7px 27px 7px; background: linear-gradient(155deg, rgba(138,141,114,.14), rgba(255,255,255,.035)) }
.cym158-live__item small { color: var(--cym158-cyan); font: 600 10px/1.3 var(--cym158-mono); text-transform: uppercase }
.cym158-live__item span { display: block; margin: 13px 0 8px; font: 800 18px/1.2 var(--cym158-display) }
.cym158-live__item div { color: var(--cym158-muted); font-size: 14px }

.cym158-levels { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 34px }
.cym158-level { position: relative; min-height: 180px; padding: 20px; overflow: hidden; border: 1px solid var(--cym158-line); border-radius: 6px 24px; background: rgba(255,255,255,.04) }
.cym158-level::after { content: ""; position: absolute; width: 95px; height: 95px; right: -35px; bottom: -34px; border: 13px solid var(--tone, var(--cym158-cyan)); border-radius: 50%; opacity: .28 }
.cym158-level:nth-child(2) { --tone: var(--cym158-chartreuse) }
.cym158-level:nth-child(3) { --tone: var(--cym158-saffron) }
.cym158-level:nth-child(4) { --tone: var(--cym158-coral) }
.cym158-level:nth-child(5) { --tone: var(--cym158-orchid) }
.cym158-level small { color: var(--tone, var(--cym158-cyan)); font: 700 10px/1 var(--cym158-mono) }
.cym158-level span { display: block; margin: 14px 0 9px; font: 800 18px/1.15 var(--cym158-display) }
.cym158-level div { color: var(--cym158-muted); font-size: 14px }

.cym158-stats { grid-template-columns: repeat(4, 1fr) }
.cym158-stat span { display: block; color: var(--cym158-chartreuse); font: 800 27px/1 var(--cym158-display) }
.cym158-stat small { display: block; margin-top: 10px; color: var(--cym158-muted) }
.cym158-support { grid-template-columns: repeat(3, 1fr) }
.cym158-support__item span { display: block; margin-bottom: 8px; color: var(--cym158-saffron); font: 800 18px/1.2 var(--cym158-display) }
.cym158-support__item div { color: var(--cym158-muted) }

.cym158-faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 33px }
.cym158-faq details { border: 1px solid var(--cym158-line); border-radius: 19px 5px; background: rgba(255,255,255,.04) }
.cym158-faq summary { cursor: pointer; padding: 18px 20px; font-weight: 850; list-style: none }
.cym158-faq summary::-webkit-details-marker { display: none }
.cym158-faq summary::after { content: "+"; float: right; color: var(--cym158-chartreuse); font: 800 20px/1 var(--cym158-mono) }
.cym158-faq details[open] summary::after { content: "−" }
.cym158-faq p { margin: 0; padding: 0 20px 19px; color: var(--cym158-muted) }

.cym158-final { text-align: left; background: linear-gradient(135deg, rgba(242,232,94,.08), rgba(138,141,114,.14), rgba(233,94,158,.08)) }
.cym158-final h2, .cym158-final p { margin-inline: 0 }
.cym158-final .cym158-actions { justify-content: flex-start }
.cym158-footer { padding: 36px 0 42px; border-top: 1px solid var(--cym158-line); background: #0b0610 }
.cym158-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px }
.cym158-footer p { max-width: 820px; margin: 10px 0 0; color: #aa9bb0; font-size: 13px }
.cym158-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px }
.cym158-footer__links a { padding: 8px 11px; border: 1px solid var(--cym158-line); border-radius: 999px; color: var(--cym158-muted); font-size: 12px }

@keyframes cym158-shift { to { background-position: 240% 0 } }
@media (max-width: 1250px) {
  .cym158-topbar { gap: 12px }
  .cym158-nav { gap: 0 }
  .cym158-nav a { padding: 8px 7px; font-size: 12px }
}
@media (max-width: 1120px) {
  .cym158-nav { display: none }
}
@media (max-width: 1020px) {
  .cym158-nav { display: none }
  .cym158-hero__grid { grid-template-columns: 1fr }
  .cym158-hero { min-height: auto }
  .cym158-resonator { max-width: 620px }
  .cym158-mosaic { grid-template-columns: repeat(2, 1fr) }
  .cym158-levels { grid-template-columns: repeat(3, 1fr) }
}
@media (max-width: 720px) {
  .cym158-topbar { grid-template-columns: 1fr auto; min-height: 68px }
  .cym158-brand { font-size: 18px }
  .cym158-brand svg { width: 37px; height: 37px }
  .cym158-wrap { width: min(100% - 28px, 1240px) }
  .cym158-section { padding: 66px 0 }
  .cym158-hero__grid { display: block; width: 100%; max-width: 100% }
  .cym158-hero__copy, .cym158-hero__copy p { width: 100%; max-width: 100%; min-width: 0; overflow-wrap: anywhere }
  .cym158-resonator { width: 100%; max-width: 100%; margin-top: 38px }
  .cym158-quick, .cym158-bonus, .cym158-stats, .cym158-steps, .cym158-live, .cym158-support, .cym158-faq { grid-template-columns: 1fr }
  .cym158-prize { grid-template-columns: 1fr }
  .cym158-levels { grid-template-columns: repeat(2, 1fr) }
  .cym158-cash thead { display: none }
  .cym158-cash, .cym158-cash tbody, .cym158-cash tr, .cym158-cash td { display: block; width: 100% }
  .cym158-cash tr { margin-bottom: 12px }
  .cym158-cash td { padding: 8px 14px; border-left: 1px solid rgba(33,17,44,.12); border-right: 1px solid rgba(33,17,44,.12); border-radius: 0 !important }
  .cym158-cash td:first-child { padding-top: 15px; border-radius: 15px 5px 0 0 !important }
  .cym158-cash td:last-child { padding-bottom: 15px; border-radius: 0 0 15px 5px !important }
  .cym158-footer__grid { grid-template-columns: 1fr }
  .cym158-footer__links { justify-content: flex-start }
}
@media (max-width: 430px) {
  body { font-size: 15px }
  .cym158-topbar { display: flex; justify-content: space-between; gap: 6px; width: 100%; padding-inline: 10px }
  .cym158-brand small { display: none }
  .cym158-brand { flex: 0 1 auto; min-width: 0; font-size: 17px; letter-spacing: -.055em }
  .cym158-topbar__actions { gap: 5px }
  .cym158-topbar__actions .cym158-button { min-height: 36px; padding: 7px 11px; font-size: 11px }
  .cym158-topbar__actions .cym158-button:nth-child(2) { display: none }
  h1 { max-width: 100%; font-size: clamp(32px, 9.6vw, 43px); overflow-wrap: break-word }
  h2 { font-size: clamp(29px, 9vw, 41px) }
  .cym158-hero { padding-top: 58px }
  .cym158-resonator { min-height: 370px; padding: 13px }
  .cym158-resonator__mark { min-height: 245px }
  .cym158-resonator__amount { right: 16px; bottom: 17px }
  .cym158-mosaic, .cym158-levels { grid-template-columns: 1fr }
  .cym158-game { min-height: 205px }
  .cym158-actions .cym158-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 }
}
