<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET &amp; BASE STYLES */
:root {
  /* Ð¦Ð²ÐµÑ‚ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð¸ Ñ‚ÐµÐ½ÑŒ */
  --light-purple: #cfa7ff;
  --primary-button-shadow-color: #9b6cff;
  /* Ð’Ñ€ÐµÐ¼Ñ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸ */
  --animation-timing: 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #ffffff;
  background-color: #000000;
}

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

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

button {
  cursor: pointer;
  border: none;
}

/* CONTAINER AND FLEX UTILITIES */
.container {
  width: 90%;
  max-width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HEADER */
header {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  z-index: 5;
}

header .logo img {
  width: 120px;
}

header nav .btn {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #000000;
  font-weight: bold;
}

header nav .btn + .btn {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

.hero {
  position: relative;
  width: 100%;
  height: 70vh;
  background-image: url('../images/hero.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.hero__darken {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}

.hero__content {
  position: absolute;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  z-index: 2;
}

.hero__line1 {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}

.hero__line2 {
  color: #f2b01e;
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.2rem 0 1rem;
  line-height: 1.1;
}

.hero__line3 {
  color: #f2b01e;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 2.2rem 0 1rem;
  line-height: 1.1;
}

.hero__btn {
  display: inline-block;
  background-color: #f2b01d;
  color: #fff;
  padding: 18px 50px;
  font-size: 1.3rem;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-header,
.mobile-footer {
  display: none;
}

/* ---------- ÐœÐžÐ‘Ð˜Ð›Ð¬ (max-width:768px) ---------- */
@media (max-width: 768px) {
  /* ÐŸÐ¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ Ñ„Ð¸ÐºÑÑ‹ */
  .mobile-header,
  .mobile-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
  }

  /* Ð¨Ð°Ð¿ÐºÐ° ÑÐ²ÐµÑ€Ñ…Ñƒ */
  .mobile-header {
    top: 0;
    height: 60px;               
    background-color: rgb(0 0 0 / 81%)
  }
  .mobile-logo {
    max-height: 70px;
    width: auto;
  }

  /* Ð¤ÑƒÑ‚ÐµÑ€-ÐºÐ½Ð¾Ð¿ÐºÐ¸ ÑÐ½Ð¸Ð·Ñƒ */
  .mobile-footer {
    bottom: 0;
    height: 60px;
    background-color: rgb(0 0 0 / 81%);
    gap: 1rem;
  }
  .mobile-footer-btn {
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0dae5f;
    padding: 0.5rem;
    margin: 0 0.5rem;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
  }

  /* ÐŸÐ¾Ð´Ñ‚Ð¾Ð»ÐºÐ½Ñ‘Ð¼ ÑÐ°Ð¼ Ð³ÐµÑ€Ð¾Ñ Ð¼ÐµÐ¶Ð´Ñƒ ÑˆÐ°Ð¿ÐºÐ¾Ð¹ Ð¸ Ñ„ÑƒÑ‚ÐµÑ€Ð¾Ð¼ */
  .hero {
    margin-top: 60px;           /* Ð²Ñ‹ÑÐ¾Ñ‚Ð° .mobile-header */
    margin-bottom: 60px;        /* Ð²Ñ‹ÑÐ¾Ñ‚Ð° .mobile-footer */
    height: calc(100vh - 120px);
    background-position: center top;
  }

  /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ð° â€” Ð¿Ð¾Ñ‡Ñ‚Ð¸ Ñ‚Ð¾ Ð¶Ðµ, Ñ‡Ñ‚Ð¾ Ð¸ Ñƒ Ð²Ð°Ñ */
  .hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    text-align: center;
  }

  /* Ð¢ÐµÐºÑÑ‚ Ð¸ ÐºÐ½Ð¾Ð¿ÐºÐ° Ñ‡ÑƒÑ‚ÑŒ Ð¿Ð¾Ð¼ÐµÐ½ÑŒÑˆÐµ */
  .hero__line1 {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }
  .hero__line2 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .hero__btn {
    padding: 0.6rem 2rem;
    font-size: 1rem;
  }
  .desktop-header {
    display: none;
  }
}

/* GAMES GRID SECTION */
.games {
  position: relative;
  background-color: #000000;
  background-image: none !important;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.games::before {
  content: "";
  position: absolute;
  inset: 0;  /* Ñ€Ð°ÑÑ‚ÑÐ½ÑƒÑ‚ÑŒ Ð¿Ð¾ Ð²ÑÐµÐ¼Ñƒ Ð±Ð»Ð¾ÐºÑƒ */
  /* ÑÑŽÐ´Ð° Ð¿Ð¾Ð´ÑÑ‚Ð°Ð²ÑŒÑ‚Ðµ Ð¿ÑƒÑ‚ÑŒ Ðº Ð²Ð°ÑˆÐµÐ¼Ñƒ SVG */
  background-image: url('../images/pattern.svg');
  background-repeat: repeat;
  background-position: center center;
  background-size: 30%;

  /* Ð²Ð¾Ñ‚ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐºÑ€Ð°ÑÐ¸Ñ‚ Ñ‡Ñ‘Ñ€Ð½Ñ‹Ð¹ Ð² Ñ„Ð¸Ð¾Ð»ÐµÑ‚Ð¾Ð²Ñ‹Ð¹ */
  filter: invert(8%) sepia(27%) saturate(5362%) hue-rotate(256deg) brightness(82%) contrast(109%);

  z-index: 1;
}

.games__title {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
}

.highlight {
  color: #f9c33d;
  font-weight: bold;
}

.games__grid {
  width: calc((200px * 4) + (20px * 3));
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.games__card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.games__card img {
  display: block;
  width: 100%;
  height: auto;
}

/* UNIFIED CTA BUTTON STYLES */
.feature-visual__btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #cfa7ff; 
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
}
.feature-visual__btn-main {
  display: block;
  font-size: 1.25rem;           /* Ð¿Ð¾Ð±Ð¾Ð»ÑŒÑˆÐµ */
  font-weight: bold;
  color: #fff;               /* Ñ‚ÐµÐ¼Ð½Ð¾-ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ Ñ‚ÐµÐºÑÑ‚ */
  line-height: 1;
}

.feature-visual__btn-sub {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;          /* Ð¿Ð¾Ð¼ÐµÐ½ÑŒÑˆÐµ */
  color: #ececec; 
  line-height: 1.2;
}

.games__cta-btn {
  position: relative;
  transform: translate3d(0, -3px, 0);
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;

  display: block;
  width: calc((200px * 4) + (20px * 3));

  background-color: var(--light-purple);
  color: #ffffff;
  filter: drop-shadow(0 4px 0 var(--primary-button-shadow-color));

  font-family: "Outfit Variable", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;

  border: none;
  border-radius: 2.875rem;
  padding-top: 0.625rem;
  padding-right: 0.5rem;
  padding-bottom: 0.625rem;
  padding-left: 0.5rem;
  overflow: hidden;
  cursor: pointer;

  transition-property: all;
  transition-duration: var(--animation-timing);
}

.games__cta-btn:hover,
.feature-visual__btn:hover {
  transform: translate3d(0, -1px, 0);
  filter: drop-shadow(0 6px 0 var(--primary-button-shadow-color));
}

/* MEDIA QUERIES FOR GAMES GRID */
@media (max-width: 1024px) {
  .games__grid {
    width: calc((160px * 2) + 20px);
    grid-template-columns: 160px 160px;
  }
  .games__cta-btn,
  .feature-visual__btn {
    width: calc((160px * 2) + 20px);
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  .games__grid {
    display: flex;               /* flex Ð²Ð¼ÐµÑÑ‚Ð¾ grid */
    flex-wrap: nowrap;           /* Ð½Ðµ Ð¿ÐµÑ€ÐµÐ½Ð¾ÑÐ¸Ð¼ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð½Ð° Ð½Ð¾Ð²ÑƒÑŽ ÑÑ‚Ñ€Ð¾ÐºÑƒ */
    overflow-x: auto;            /* Ð²ÐºÐ»ÑŽÑ‡Ð°ÐµÐ¼ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÑƒ Ð¿Ð¾ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð¸ */
    width: auto;                 /* ÑƒÐ±Ð¸Ñ€Ð°ÐµÐ¼ Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
    padding-bottom: 10px;        /* Ñ‡Ñ‚Ð¾Ð± Ð±Ñ‹Ð»Ð¾ Ð¼ÐµÑÑ‚Ð¾ Ð¿Ð¾Ð´ ÑÐºÑ€Ð¾Ð»Ð»Ð±Ð°Ñ€ */
    /* Ð¾Ð¿Ñ†Ð¸Ð¾Ð½Ð°Ð»ÑŒÐ½Ð¾: Ð´Ð¾Ð±Ð°Ð²Ð¸Ð¼ Ð½ÐµÐ±Ð¾Ð»ÑŒÑˆÐ¾Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ ÑÐ»ÐµÐ²Ð°/ÑÐ¿Ñ€Ð°Ð²Ð° */
    margin: 0 -10px;
  }
  .games__card {
    flex: 0 0 160px;             /* Ñ„Ð¸ÐºÑÐ¸Ñ€ÑƒÐµÐ¼ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ */
    margin: 0 10px;              /* Ñ€Ð°Ð·Ð´ÐµÐ»ÑÐµÐ¼ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ */
  }
  .games__grid::-webkit-scrollbar {
    height: 6px;                 /* Ð²Ñ‹ÑÐ¾Ñ‚Ð° ÑÐºÑ€Ð¾Ð»Ð»Ð±Ð°Ñ€Ð° */
  }
  .games__grid::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
  }
}

/* FEATURE VISUAL SECTION */
.feature-visual {
  position: relative;
  background-color: #000000;
  background-image: none !important;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}
.feature-visual::before {
  content: "";
  position: absolute;
  inset: 0;  /* Ñ€Ð°ÑÑ‚ÑÐ½ÑƒÑ‚ÑŒ Ð¿Ð¾ Ð²ÑÐµÐ¼Ñƒ Ð±Ð»Ð¾ÐºÑƒ */
  /* ÑÑŽÐ´Ð° Ð¿Ð¾Ð´ÑÑ‚Ð°Ð²ÑŒÑ‚Ðµ Ð¿ÑƒÑ‚ÑŒ Ðº Ð²Ð°ÑˆÐµÐ¼Ñƒ SVG */
  background-image: url('../images/pattern.svg');
  background-repeat: repeat;
  background-position: center center;
  background-size: 30%;

  /* Ð²Ð¾Ñ‚ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐºÑ€Ð°ÑÐ¸Ñ‚ Ñ‡Ñ‘Ñ€Ð½Ñ‹Ð¹ Ð² Ñ„Ð¸Ð¾Ð»ÐµÑ‚Ð¾Ð²Ñ‹Ð¹ */
  filter: invert(8%) sepia(27%) saturate(5362%) hue-rotate(256deg) brightness(82%) contrast(109%);

  z-index: 1;
}

.games &gt; .container,
.feature-visual &gt; .container {
  position: relative;
  z-index: 2;
}

.feature-visual__title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.feature-visual__subtitle {
  position: relative;
  display: inline-block;
  color: #f9c33d;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
}

.feature-visual__subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #f9c33d;
}

.feature-visual__highlight {
  color: #ffffff;
}

.feature-visual__image {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 600px;
  width: 100%;
  transform: translateX(-40px);
}

.feature-visual__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* MEDIA QUERIES FOR FEATURE VISUAL */
@media (max-width: 768px) {
  .feature-visual {
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
  .feature-visual__title {
    font-size: 2.5rem;
  }
  .feature-visual__subtitle {
    font-size: 1.2rem;
    margin-bottom: 32px;
    padding-bottom: 6px;
  }
  .feature-visual__subtitle::after {
    height: 3px;
  }
  .feature-visual__image {
    max-width: 280px;
/*    margin-bottom: 32px;*/
  }
  .feature-visual__btn {
    max-width: 280px;
    width: 100%;
/*    margin-top: 20px;*/
    font-size: 1.2rem;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
  }
}


/* FOOTER SECTION */
footer {
  background-color: #000000;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 0.9rem;
}

/* Ð›Ð¾Ð³Ð¾Ñ‚Ð¸Ð¿ */
.footer-logo .logo img {
  width: 100px;
}

/* Ð£Ñ‚Ð¸Ð»Ð¸Ñ‚Ñ‹ */
.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ð’ÐµÑ€Ñ…Ð½Ð¸Ð¹ Ñ€ÑÐ´ Ñ„ÑƒÑ‚ÐµÑ€Ð° */
.footer-top {
  justify-content: flex-start;
}

/* Ð’Ð½ÑƒÑ‚Ñ€Ð¸ .footer-responsible Ñ‚ÐµÐ¿ÐµÑ€ÑŒ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ° Ñ Ð´Ð²ÑƒÐ¼Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð°Ð¼Ð¸ Ð² ÑÑ‚Ñ€Ð¾ÐºÑƒ */
.footer-responsible {
  display: flex;
  align-items: center;
  gap: 16px;        /* Ñ€Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¼ÐµÐ¶Ð´Ñƒ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼ Ð¸ Ð¸ÐºÐ¾Ð½ÐºÐ¾Ð¹ */
  max-width: 100%;  /* Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð½Ðµ Ñ€ÐµÐ·Ð°Ð»Ð¾ Ð¸ÐºÐ¾Ð½ÐºÑƒ Ð¿Ð¾ ÑˆÐ¸Ñ€Ð¸Ð½Ðµ */
}

/* Ð˜ Ð¿Ñ€Ð¸ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ð¾ÑÑ‚Ð¸ ÑÐ±Ñ€Ð¾ÑÑŒÑ‚Ðµ margin-auto ÑÐ»ÐµÐ²Ð° Ñƒ .age */
.footer-responsible .age {
  margin-left: 0;
}

.responsible-title {
  color: #f9c33d;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.footer-responsible small {
  color: #ffffff;
  display: block;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Ð¾Ñ‚Ð²ÐµÑ‚ÑÑ‚Ð²ÐµÐ½Ð½Ð¾Ð¹ Ð¸Ð³Ñ€Ñ‹ */
.responsible-btn {
  background-color: #f9c33d;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

/* Ð’Ð¾Ð·Ñ€Ð°ÑÑ‚Ð½Ð¾Ð¹ Ð·Ð½Ð°Ñ‡Ð¾Ðº */
.age {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #f9c33d;
  color: #f9c33d;
  border-radius: 50%;
  text-align: center;
}

/* Ð¡ÑÑ‹Ð»ÐºÐ¸ Ð²Ð½Ð¸Ð·Ñƒ */
.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin-top:20px;
}

.footer-links a {
  color: #a0a0a0;
  text-decoration: none;
}



/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð² */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-responsible {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .responsible-btn {
    margin-bottom: 20px;
  }
  .age {
    margin-bottom: 20px;
  }
}

/* ------- Modal styles ------- */
/*.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
}
.modal.active {
  display: block;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal__content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  padding: 2rem;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.7);
  color: #fff;
}
.modal__close {
  position: absolute;
  top: 0.5rem; right: 0.75rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.modal__title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.modal__form label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.modal__form input {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.75rem;
  background: #111;
  border: 1px solid #444;
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
}
.modal__submit {
  width: 100%;
  padding: 0.75rem;
  margin-top: 0.5rem;
  background-color: var(--light-purple);
  color: #fff;
  border: none;
  border-radius: 2.875rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  filter: drop-shadow(0 4px 0 var(--primary-button-shadow-color));
  transition: all var(--animation-timing);
}
.modal__submit:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 6px 0 var(--primary-button-shadow-color));
}
*/


.notice-text {
  position: absolute;
  top: 5%;            /* Ð¿Ñ€Ð¸Ñ‚ÑÐ½ÑƒÑ‚ÑŒ Ðº ÑÐ°Ð¼Ð¾Ð¼Ñƒ Ð²ÐµÑ€Ñ…Ñƒ Ð±Ð»Ð¾ÐºÐ° games */
  left: 50%;         /* Ñ†ÐµÐ½Ñ‚Ñ€ Ð¿Ð¾ ÑˆÐ¸Ñ€Ð¸Ð½Ðµ */
  transform: translateX(-50%);
  margin: 0;
  padding: 8px 0;    /* Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹, Ð¿Ð¾ Ð²ÐºÑƒÑÑƒ */
  width: auto;
  font-size: 0.875rem;
  color: #fff;
  font-style: italic;
  text-align: center;
  z-index: 2;
}


/* RESPONSIVE MEDIA QUERIES FOR HEADER BUTTONS */
@media (max-width: 768px) {
  header nav .btn {
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 0.9rem;
  }
}
</pre></body></html>