@font-face {
  font-family: 'ShazamFont';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/asset-008.woff2') format('woff2'),
       url('assets/asset-009.woff') format('woff');
}
@font-face {
  font-family: 'ShazamFont';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/asset-010.woff2') format('woff2'),
       url('assets/asset-011.woff') format('woff');
}
@font-face {
  font-family: 'ShazamFont';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/asset-012.woff2') format('woff2'),
       url('assets/asset-013.woff') format('woff');
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'ShazamFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #0d0617;
  color: #ccc;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.for-desktop { display: block; }
.for-mobile { display: none; }
@media (max-width: 768px) {
  .for-desktop { display: none !important; }
  .for-mobile { display: block !important; }
}

.header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px; height: 60px;
  background: #190a1f;
}
.header__logo img { display: block; }
.header__burger {
  cursor: pointer; display: flex; flex-direction: column; gap: 5px; padding: 8px;
  background: none; border: none;
}
.header__burger_line { width: 24px; height: 2px; background: #fff; border-radius: 1px; }
.header__account { display: flex; gap: 10px; align-items: center; }
.header__account-login,
.header__account-signup {
  padding: 8px 16px; border-radius: 6px;
  text-decoration: none; font-size: 14px; font-weight: 600;
  transition: opacity .2s;
}
.header__account-login { color: #fff; border: 1px solid #fff; background: transparent; }
.header__account-signup { background: #8b00ff; color: #fff; border: none; }
.header__account-login:hover,
.header__account-signup:hover { opacity: .85; }

.sidebar {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  z-index: 200; pointer-events: none; visibility: hidden;
  transition: visibility .3s;
}
.sidebar.open { pointer-events: auto; visibility: visible; }
.sidebar__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.6); opacity: 0;
  transition: opacity .3s;
}
.sidebar.open .sidebar__overlay { opacity: 1; }
.sidebar__content {
  position: absolute; top: 0; left: -300px; width: 280px; height: 100%;
  background: #190a1f; padding: 20px;
  display: flex; flex-direction: column; gap: 20px;
  transition: left .3s ease;
  overflow-y: auto;
}
.sidebar.open .sidebar__content { left: 0; }
.sidebar__header {
  display: flex; justify-content: space-between; align-items: center;
}
.sidebar__header img { width: 120px; height: auto; }
.sidebar__close {
  background: none; border: none; cursor: pointer; padding: 8px;
}
.sidebar__nav { display: flex; flex-direction: column; gap: 12px; }
.sidebar__link {
  color: #fff; font-size: 16px; font-weight: 600;
  padding: 10px 0; border-bottom: 1px solid #26133f;
  transition: color .2s;
}
.sidebar__link:hover { color: #b06aff; }
.sidebar__actions { margin-top: auto; }
.sidebar__join {
  display: block; text-align: center;
  background: #8b00ff; color: #fff;
  padding: 12px; border-radius: 8px; font-weight: 700;
  margin-bottom: 12px; transition: opacity .2s;
}
.sidebar__join:hover { opacity: .85; }
.sidebar__signin { color: #888; font-size: 13px; text-align: center; }
.sidebar__signin a { color: #b06aff; margin-left: 4px; }
.sidebar__footer-links {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  font-size: 12px; color: #666;
}
.sidebar__footer-links a { color: #888; transition: color .2s; }
.sidebar__footer-links a:hover { color: #b06aff; }

.hero {
  padding: 80px 20px 40px;
  min-height: 500px;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at center, #1e0d40 0%, #0d0617 70%);
  position: relative; overflow: hidden;
}
.hero__content {
  max-width: 1100px; width: 100%;
  display: flex; align-items: center; gap: 30px;
}
.hero__wizard { flex: 0 0 auto; }
.hero__wizard-img { width: 300px; height: auto; }
.hero__offer { flex: 1; text-align: center; }
.hero__offer-bonus {
  font-size: 42px; font-weight: 700; color: #fff;
  margin-bottom: 20px; line-height: 1.2;
}
.hero__offer-bonus span {
  display: block; font-size: 52px;
  background: linear-gradient(135deg, #b06aff, #ff6ad5);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__offer-choose { margin-bottom: 24px; }
.hero__choose-title { color: #aaa; margin-bottom: 12px; font-size: 16px; }
.hero__choose-btns { display: flex; gap: 12px; justify-content: center; }
.hero__choose-btn {
  padding: 12px 24px; border-radius: 8px;
  font-weight: 700; font-size: 15px;
  transition: transform .2s, opacity .2s;
}
.hero__choose-btn:hover { transform: scale(1.05); }
.hero__choose-btn--light {
  background: linear-gradient(135deg, #e0c3ff, #b06aff); color: #1a0033;
}
.hero__choose-btn--dark {
  background: linear-gradient(135deg, #3d1a6e, #1a0033); color: #e0c3ff;
  border: 1px solid #6b3fa0;
}
.hero__join-btn {
  display: inline-block; padding: 14px 40px;
  background: #8b00ff; color: #fff; border-radius: 10px;
  font-size: 18px; font-weight: 700;
  transition: opacity .2s;
}
.hero__join-btn:hover { opacity: .85; }
@media (max-width: 768px) {
  .hero { min-height: auto; padding: 80px 16px 30px; }
  .hero__content { flex-direction: column; text-align: center; }
  .hero__wizard-img { width: 200px; margin: 0 auto; }
  .hero__offer-bonus { font-size: 28px; }
  .hero__offer-bonus span { font-size: 36px; }
}

.games-section {
  padding: 40px 20px;
  max-width: 1200px; margin: 0 auto;
}
.games-section__tabs {
  display: flex; gap: 8px; align-items: center;
  overflow-x: auto; padding-bottom: 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.games-section__tabs::-webkit-scrollbar { display: none; }
.games-section__tab {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 8px;
  cursor: pointer; white-space: nowrap;
  background: #1e0d30; color: #999;
  font-size: 13px; font-weight: 600;
  transition: background .2s, color .2s;
  flex-shrink: 0;
}
.games-section__tab.active,
.games-section__tab:hover { background: #3d1a6e; color: #fff; }
.games-section__tab img { width: 32px; height: 32px; border-radius: 6px; }
.games-section__see-all { margin-left: auto; flex-shrink: 0; }
.games-section__see-all a {
  color: #b06aff; font-size: 13px; font-weight: 600;
  transition: color .2s;
}
.games-section__see-all a:hover { color: #d4a0ff; }

.games-section__slider { position: relative; }
.games-section__slider-track {
  display: flex; gap: 15px;
  overflow-x: auto; scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; padding: 10px 0;
}
.games-section__slider-track::-webkit-scrollbar { display: none; }
.games-section__slide {
  flex: 0 0 220px; border-radius: 12px;
  overflow: hidden; position: relative;
  aspect-ratio: 3/2;
  background: #1e0d30;
}
.games-section__slide img {
  width: 100%; height: 100%; object-fit: cover;
}
.games-section__slide-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.6);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .3s;
}
.games-section__slide:hover .games-section__slide-overlay { opacity: 1; }
.games-section__slide-title {
  color: #fff; font-weight: 700; font-size: 14px; margin-bottom: 10px;
}
.games-section__play-btn {
  padding: 8px 20px; background: #8b00ff; color: #fff;
  border-radius: 6px; font-weight: 600; font-size: 13px;
  transition: opacity .2s;
}
.games-section__play-btn:hover { opacity: .85; }
.games-section__arrows {
  display: flex; gap: 10px; justify-content: center;
  margin-top: 12px;
}
.games-section__arrow {
  width: 36px; height: 36px; border-radius: 50%;
  background: #26133f; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.games-section__arrow:hover { background: #3d1a6e; }

.promos-section {
  padding: 40px 20px;
  max-width: 1200px; margin: 0 auto;
}
.promos-section__tabs {
  display: flex; gap: 12px; align-items: center;
  overflow-x: auto; padding-bottom: 16px;
  scrollbar-width: none;
}
.promos-section__tabs::-webkit-scrollbar { display: none; }
.promos-section__tab {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 10px;
  cursor: pointer; background: #1e0d30; color: #999;
  font-size: 13px; font-weight: 600;
  transition: background .2s, color .2s;
  flex-shrink: 0;
}
.promos-section__tab.active,
.promos-section__tab:hover { background: #3d1a6e; color: #fff; }
.promos-section__tab img { width: 40px; height: 40px; border-radius: 8px; }
.promos-section__see-all { margin-left: auto; flex-shrink: 0; }
.promos-section__see-all a {
  color: #b06aff; font-size: 13px; font-weight: 600;
}
.promos-section__panel { display: none; }
.promos-section__panel.active { display: block; }

.promos-section__slider { position: relative; }
.promos-section__slider-track {
  display: flex; gap: 16px;
  overflow-x: auto; scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; padding: 10px 0;
}
.promos-section__slider-track::-webkit-scrollbar { display: none; }
.promo-card {
  flex: 0 0 260px; background: #1e0d30;
  border-radius: 14px; overflow: hidden;
  transition: transform .2s;
}
.promo-card:hover { transform: translateY(-4px); }
.promo-card img {
  width: 100%; height: auto; aspect-ratio: 294/277; object-fit: cover;
}
.promo-card__text { padding: 16px; text-align: center; }
.promo-card__title {
  font-size: 36px; font-weight: 700; color: #fff; line-height: 1;
}
.promo-card__subtitle {
  font-size: 14px; color: #b06aff; font-weight: 600; margin: 4px 0 8px;
}
.promo-card__desc { font-size: 12px; color: #999; margin-bottom: 12px; }
.promo-card__btn {
  display: inline-block; padding: 10px 24px;
  background: #8b00ff; color: #fff; border-radius: 8px;
  font-weight: 700; font-size: 13px; transition: opacity .2s;
}
.promo-card__btn:hover { opacity: .85; }
.promos-section__arrows {
  display: flex; gap: 10px; justify-content: center; margin-top: 12px;
}
.promos-section__arrow {
  width: 36px; height: 36px; border-radius: 50%;
  background: #26133f; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.promos-section__arrow:hover { background: #3d1a6e; }

.rewards-section {
  padding: 40px 20px;
  background: linear-gradient(180deg, #0d0617 0%, #1e0d30 100%);
}
.rewards-section__content {
  max-width: 1100px; margin: 0 auto;
}
.rewards-section__title {
  font-size: 28px; color: #fff; font-weight: 700; margin-bottom: 12px;
}
.rewards-section__subtitle { color: #aaa; font-size: 15px; margin-bottom: 16px; }
.rewards-section__link {
  color: #b06aff; font-weight: 600; font-size: 14px;
  text-decoration: underline; transition: color .2s;
}
.rewards-section__link:hover { color: #d4a0ff; }
.rewards-section__bonuses {
  display: flex; gap: 20px; margin-top: 24px; flex-wrap: wrap;
}
.rewards-section__bonus {
  flex: 1; min-width: 260px;
  display: flex; align-items: center; gap: 16px;
  background: #1e0d30; border-radius: 14px; padding: 20px;
}
.rewards-section__bonus-title {
  font-size: 18px; color: #fff; font-weight: 700;
}
.rewards-section__bonus-title span {
  font-size: 32px; display: block; color: #b06aff;
}
.rewards-section__bonus-game { font-size: 13px; color: #999; margin: 6px 0 12px; }
.rewards-section__bonus-btn {
  display: inline-block; padding: 8px 18px;
  background: #8b00ff; color: #fff; border-radius: 6px;
  font-weight: 600; font-size: 13px; transition: opacity .2s;
}
.rewards-section__bonus-btn:hover { opacity: .85; }
.rewards-section__bonus-img { text-align: center; flex-shrink: 0; }
.rewards-section__bonus-day {
  font-size: 12px; color: #b06aff; font-weight: 600; margin-bottom: 6px;
}
.rewards-section__bonus-img img { width: 100px; height: auto; }
@media (max-width: 600px) {
  .rewards-section__bonuses { flex-direction: column; }
}

.contact-section {
  padding: 40px 20px;
  max-width: 900px; margin: 0 auto;
}
.contact-section__title {
  display: flex; align-items: center; gap: 12px;
  font-size: 22px; color: #fff; font-weight: 700;
  margin-bottom: 16px;
}
.contact-section__title img { width: 60px; height: auto; }
.contact-section__desc { color: #aaa; font-size: 14px; margin-bottom: 20px; }
.contact-section__details {
  display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 24px;
}
.contact-section__label { color: #888; font-size: 12px; margin-bottom: 4px; }
.contact-section__value { color: #b06aff; font-weight: 600; font-size: 14px; }
.contact-section__crypto {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px;
}
.contact-section__crypto img { width: 28px; height: 28px; }
.contact-section__pays { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.contact-section__pays img { height: 20px; width: auto; }

.seo-block {
  background: #0d0617; color: #ccc;
  padding: 40px 20px; max-width: 900px; margin: 0 auto;
  font-size: 15px; line-height: 1.7;
}
.seo-block h1, .seo-block h2, .seo-block h3 { color: #fff;}
.seo-block h1 { font-size: 26px; }
.seo-block h2 { font-size: 22px; }
.seo-block h3 { font-size: 18px; }
.seo-block p { margin-bottom: 14px; }
.seo-block a { color: #b06aff; text-decoration: underline; }
.seo-block a:hover { color: #d4a0ff; }
.seo-block ol, .seo-block ul { margin: 12px 0 14px 24px; }
.seo-block li { margin-bottom: 6px; }
.seo-block table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.seo-block table td { padding: 10px; border: 1px solid #333; font-size: 14px; }

.breadcrumbs {
  padding: 10px 20px; font-size: 13px; color: #888;
  max-width: 900px; margin: 0 auto;
  margin-top: 60px;
}
.breadcrumbs a { color: #b06aff; text-decoration: none; }
.breadcrumbs a:hover { color: #d4a0ff; }
.breadcrumbs span { color: #888; }

.footer_navigation {
  display: flex; justify-content: space-around; align-items: center;
  background: #190a1f; padding: 10px 0;
  position: sticky; bottom: 0; z-index: 50;
}
.footer_navigation_link {
  display: flex; flex-direction: column; align-items: center;
  text-decoration: none; color: #7b6c8e;
  font-size: 11px; gap: 4px; padding: 4px 8px;
  transition: color .2s;
}
.footer_navigation_link:hover { color: #b06aff; }
.footer_navigation_link svg { width: 22px; height: 22px; }

.footer-copy {
  background: #0d0617; color: #888; text-align: center;
  padding: 20px; font-size: 13px;
  border-top: 1px solid #1e0d30;
}

.page-content {
  padding: 80px 20px 40px; max-width: 900px; margin: 0 auto;
}

@media (min-width: 1024px) {
  .promos-section,
  .rewards-section,
  .contact-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}