:root {
  --awru-bg: #020712;
  --awru-bg-soft: #050d1e;
  --awru-blue: #008BFF;
  --awru-cyan: #11C5FF;
  --awru-green: #11d35c;
  --awru-text: #ffffff;
  --awru-muted: #8e9bb8;
}

/* BODY */

.afoodkdhsnef {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0 0, rgba(0,139,255,0.24), transparent 55%),
    radial-gradient(circle at 100% 0, rgba(17,197,255,0.2), transparent 55%),
    linear-gradient(180deg, #020712 0%, #020712 45%, #050d1e 100%);
  color: var(--awru-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.afoodkdhsnef.awru-menu-open {
  overflow: hidden;
}

/* HEADER */

.kfpzthfxerfy {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(2,7,18,0.96), rgba(5,13,30,0.96));
  backdrop-filter: blur(10px);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.fzxekycarvfu {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px;
  align-items: center;
}

/* LOGO */

.gewwexbdafvf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.aczxaeuuzaqw {
  display: block;
  height: 30px;
  width: auto;
}

/* NAV DESKTOP */

.kxhymhdrwmna {
  justify-self: center;
}

.ewpzojdyuwmk {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
}

.atxhtiqlpacd {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
}

.jxxblruuznxt {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--awru-muted);
  transition: color 0.16s ease;
}

.tpjkrgwfetcu {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--awru-muted);
  transition: color 0.16s ease;
}

.jxxblruuznxt::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--awru-blue), var(--awru-cyan));
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.tpjkrgwfetcu::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--awru-blue), var(--awru-cyan));
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.jxxblruuznxt:hover {
  color: #ffffff;
}

.jxxblruuznxt:hover::before {
  width: 80%;
}

.dbriohtbevqe {
  color: #ffffff;
}

.dbriohtbevqe::before {
  width: 90%;
}

.tpjkrgwfetcu:hover {
  color: #ffffff;
}

.tpjkrgwfetcu:hover::before {
  width: 80%;
}

.nav-link--active {
  color: #ffffff;
}

.nav-link--active::before {
  width: 90%;
}

/* AUTH DESKTOP */

.pcgbtwfhgqom {
  display: flex;
  align-items: center;
  gap: 10px;
}

.asqbiqbbubth {
  border: none;
  cursor: pointer;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.zthzwcslbhyl {
  background: transparent;
  color: var(--awru-text);
  border: 1px solid rgba(255,255,255,0.25);
}

.zthzwcslbhyl:hover {
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 14px rgba(0,0,0,0.7);
}

.rhucxgghusaw {
  background: linear-gradient(135deg, #f3c32a, #d4a017); 
  color: #000000;
  box-shadow: 0 0 20px rgba(243, 195, 42, 0.4);
  font-weight: 700;
  transition: all 0.3s ease;
}

.rhucxgghusaw:hover {
  background: linear-gradient(135deg, #ffdb6d, #f3c32a);
  box-shadow: 0 0 30px rgba(243, 195, 42, 0.6);
  transform: translateY(-2px);
}

.xwyfhdjefyuj {
  display: none;
  width: 40px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(2,7,18,0.9);
  padding: 6px 8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.qsdzrnsvcrni {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--awru-blue), var(--awru-cyan));
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.qsdzrnsvcrni + .qsdzrnsvcrni {
  margin-top: 5px;
}

.xwyfhdjefyuj:hover {
  box-shadow: 0 0 12px rgba(0,139,255,0.6);
  transform: translateY(-1px);
}

/* Анимация бургера */

.afoodkdhsnef.awru-menu-open .qsdzrnsvcrni:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.afoodkdhsnef.awru-menu-open .qsdzrnsvcrni:nth-child(2) {
  opacity: 0;
}

.afoodkdhsnef.awru-menu-open .qsdzrnsvcrni:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* MOBILE MENU FULLSCREEN */

.gznyugaamhwt {
  position: fixed;
  inset: 0;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.naerzqsvdztv {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0 0, rgba(0,139,255,0.35), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(17,197,255,0.28), transparent 60%),
    rgba(2,7,18,0.97);
}

.uyxsmgzjlpra {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 18px 24px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.afoodkdhsnef.awru-menu-open .gznyugaamhwt {
  opacity: 1;
  pointer-events: auto;
}


.mmimzidznbdo {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(2,7,18,0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.mmimzidznbdo span {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.mmimzidznbdo span:first-child {
  transform: rotate(45deg);
}

.mmimzidznbdo span:last-child {
  transform: rotate(-45deg);
}

.mmimzidznbdo:hover {
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 14px rgba(0,0,0,0.7);
}

/* Лого в меню */

.dhapgafowsck {
  margin-top: 10vh;
  margin-bottom: 32px;
}

.dhapgafowsck .aczxaeuuzaqw {
  height: 84px;
}

/* Навигация в меню */

.fcwyaiajqqhz {
  flex: 1;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.wyilonlkwlrt {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pougbzixtjrj {
  display: block;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #e6edff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, rgba(0,139,255,0.18), rgba(17,197,255,0.08));
  border: 1px solid rgba(0,139,255,0.4);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.bkcvkoflzktd {
  background: linear-gradient(135deg, var(--awru-blue), var(--awru-cyan));
  color: #020712;
}

.pougbzixtjrj:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.85);
}

/* Кнопки в меню */

.wpjanchayjdm {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* SCROLLED HEADER */

.awru-header--scrolled {
  box-shadow: 0 10px 30px rgba(0,0,0,0.9);
}

/* MAIN + HERO */

.xwwnfvoutkca {
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px 24px 60px;
  box-sizing: border-box;
}

.uefhzciqarth {
  position: relative;
  border-radius: 24px;
  padding: 28px 28px 30px;
  background:
    radial-gradient(circle at 0 0, rgba(0,139,255,0.45), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(17,197,255,0.35), transparent 60%),
    linear-gradient(135deg, #030b1c, #020712 65%, #031226);
  overflow: hidden;
}

.uefhzciqarth::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0, rgba(255,255,255,0.04), transparent 55%);
  pointer-events: none;
}

.ofhbixuiqmuu {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 32px;
  align-items: center;
  z-index: 1;
}

/* Текстовая часть hero */

.lmpczczuppbg {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(151, 180, 244, 0.8);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: azure;
  margin: 0 0 10px;
}

.veiuwolllhkn {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 800;
}

.palijwshvnox {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--awru-muted);
}

.amzhhsasayyz {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.fvyccnszjzvu {
  font-size: 14px;
  padding-inline: 24px;
}

.hyovukjsqowt {
  font-size: 14px;
}

/* Фичи под кнопками */

.tehbnoxjflxz {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: var(--awru-muted);
}

.tehbnoxjflxz li {
  position: relative;
  padding-left: 14px;
}

.tehbnoxjflxz li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--awru-cyan), var(--awru-blue));
}

/* Правая часть hero */

.jugkgixfkgwc {
  display: flex;
  justify-content: flex-end;
}

.hihoviitdfjb {
  width: 100%;
  max-width: 360px;
  border-radius: 22px;
  padding: 14px 16px 16px;
  background: radial-gradient(circle at 0 0, rgba(0,139,255,0.45), transparent 60%),
              linear-gradient(145deg, #041025, #020816);
  box-shadow: 0 18px 45px rgba(0,0,0,0.85);
  border: 1px solid rgba(17,197,255,0.45);
  box-sizing: border-box;
}

/* Верх карточки */

.hsjtaldvtbqk {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 18px;
}

.mhcjoetxdces {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.25);
}

.ekcyudfifraz {
  background: linear-gradient(135deg, #0feb72, #11d35c);
  color: #020712;
}

.ypacxeewzfmw {
  background: linear-gradient(135deg, var(--awru-blue), var(--awru-cyan));
  color: #020712;
}

/* Центр карточки с картинкой */

.bascqezzkrtk {
  position: relative;
  height: 160px;
  margin-bottom: 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0, rgba(255,255,255,0.08), transparent 60%),
    radial-gradient(circle at 80% 100%, rgba(0,139,255,0.45), transparent 65%),
    linear-gradient(145deg, #020712, #031835);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vextflzwnvhd {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 18px;
}

/* Низ карточки */

.dzosjyatcihx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.gqorgubniewv {
  font-size: 20px;
  font-weight: 800;
}

.hhtjhxmwphuq {
  font-size: 11px;
  color: var(--awru-muted);
}

/* ADAPTIVE */

@media (max-width: 1024px) {
  .kxhymhdrwmna {
    display: none;
  }

  .pcgbtwfhgqom {
    display: none;
  }

  .fzxekycarvfu {
    grid-template-columns: auto 1fr auto;
  }

  .xwyfhdjefyuj {
    display: block;
    justify-self: end;
  }

  .xwwnfvoutkca {
    padding-inline: 16px;
  }

  .ofhbixuiqmuu {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .jugkgixfkgwc {
    justify-content: flex-start;
  }

  .hihoviitdfjb {
    max-width: 100%;
  }

  .veiuwolllhkn {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .uefhzciqarth {
    padding: 20px 18px 24px;
  }

  .veiuwolllhkn {
    font-size: 22px;
  }

  .bascqezzkrtk {
    height: 140px;
  }
}

@keyframes pulse-cyan {
        0% { box-shadow: 0 0 0 0 rgba(67, 242, 255, 0.7); transform: scale(1); }
        70% { box-shadow: 0 0 0 15px rgba(67, 242, 255, 0); transform: scale(1.03); }
        100% { box-shadow: 0 0 0 0 rgba(67, 242, 255, 0); transform: scale(1); }
    }

    /* Анимация блика для второй кнопки */
    @keyframes sheen {
        0% { left: -100%; }
        20% { left: 100%; }
        100% { left: 100%; }
    }

    .lpgrbcroetcc {
        animation: pulse-cyan 2s infinite ease-in-out !important;
    }

    .amvjuqcolzev {
        position: relative !important;
        overflow: hidden !important;
    }

    .amvjuqcolzev::after {
        content: '' !important;
        position: absolute !important;
        top: -50% !important;
        right: -50% !important;
        bottom: -50% !important;
        left: -50% !important;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%) !important;
        transform: rotateZ(60deg) translate(-5em, 7.5em) !important;
        animation: sheen 3s infinite !important;
    }

.ionealptfuml {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* секция без собственного тёмного фона */
.xbtpjguopmpr {
  padding: 32px 0 44px;
  background: transparent;
}

/* заголовок блока */

.pkcyyzszekst {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.ngrtfyjzlsmn {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.04em;
}

.gfucnxuiykft {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.7);
  text-decoration: none;
  cursor: pointer;
}

.hxszsuamcmau {
  font-size: 16px;
  transform: translateY(-1px);
}

.gfucnxuiykft:hover {
  color: #ffffff;
}

/* сетка игр */

.gglbehdwxfob {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

/* карточка игры — другая форма, фон и тени */

.mecrrmasffym {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
  background: radial-gradient(circle at 0 0, rgba(15, 118, 255, 0.25), transparent 60%),
              radial-gradient(circle at 100% 100%, rgba(45, 212, 191, 0.25), transparent 60%),
              rgba(8, 15, 35, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.35);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.8);
}

.mecrrmasffym:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.95);
  border-color: rgba(228, 230, 234, 0.9);
}

.adwmizqyhsqi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


.qddtsjdhqwiu {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #22c55e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 2;

}

.xlbljgxkptkr {
  background: linear-gradient(90deg, #d21414, #de8d4a);
}

/* избранное */

.qsyuesgtvcgc {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  z-index: 2;
}

.qsyuesgtvcgc::before {
  content: "♡";
  color: #e5e7eb;
}

/* затемнение + кнопки */

.lmhhhdhiylch {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0) 0%,
    rgba(15, 23, 42, 0.12) 35%,
    rgba(15, 23, 42, 0.96) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 18px 10px 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.mecrrmasffym:hover .lmhhhdhiylch {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* кнопки */

.adxxlvpodczy {
  width: 100%;
  max-width: 140px;
  border-radius: 999px;
  border: none;
  padding: 7px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}

.umdmwizqzcgi {
  background: linear-gradient(135deg, #38bdf8, #22c55e);
  color: #020617;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.6);
}

.umdmwizqzcgi:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.85);
}

.kxcaigwtgotk {
  background: transparent;
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.kxcaigwtgotk:hover {
  border-color: #ffffff;
}

/* адаптив */

@media (max-width: 1024px) {
  .gglbehdwxfob {
    grid-template-columns: repeat(auto-fill, minmax(164px, 1fr));
  }
}

@media (max-width: 768px) {
  .xbtpjguopmpr {
    padding: 26px 0 32px;
  }

  .pkcyyzszekst {
    margin-bottom: 14px;
  }

  .ngrtfyjzlsmn {
    font-size: 19px;
  }

  .gglbehdwxfob {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .gglbehdwxfob::-webkit-scrollbar {
    height: 5px;
  }

  .gglbehdwxfob::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.9);
  }

  .gglbehdwxfob::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 999px;
  }

  .mecrrmasffym {
    flex: 0 0 180px;
    scroll-snap-align: start;
  }

  .bwqxrafkqtwm {
    width: 180px;
    height: 180px;
  }
  
}

@media (max-width: 480px) {
  .ngrtfyjzlsmn {
    font-size: 18px;
  }

  .gfucnxuiykft {
    font-size: 10px;
  }
}

.idzgpgbyxhpu {
  background: radial-gradient(circle at top, #050816 0, #020511 55%, #010309 100%);
  border-top: 1px solid #0b1120;
  color: #e5e7eb;
  padding: 32px 0 18px;
  font-size: 13px;
}

.ysgclhqiyzel {
  padding-bottom: 16px;
}

.fjnyazlctona {
  display: grid;
  grid-template-columns: 2fr 1.4fr 1.4fr 2fr 2fr;
  gap: 26px;
  align-items: flex-start;
}

.sisqxhvslagj {
  min-width: 0;
}

.dfbjpjxtpacl {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f9fafb;
}

.iujtrvlatyzc {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iujtrvlatyzc li + li {
  margin-top: 4px;
}

.iujtrvlatyzc a {
  font-size: 13px;
  color: #cbd5f5;
  text-decoration: none;
  transition: color 0.16s ease;
}

.iujtrvlatyzc a:hover {
  color: #ffffff;
}

/* Платежи */

.gnqmildfnayi {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mkpgromkcnju {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #1f2937;
  background: radial-gradient(circle at top, #020617 0, #02040b 65%);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e5e7eb;
}

/* Контакты */

.cvgeqszhhwwj {
  margin: 0 0 4px;
}

.ywtemiprkrcm {
  margin-top: 6px;
  font-weight: 600;
  color: #22c55e;
}

.oxbfxbbyhkfn a {
  color: #e5e7eb;
  text-decoration: none;
}

.oxbfxbbyhkfn a:hover {
  color: #ffffff;
}

.hqmierlkvkps {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.jxomkdzbzaic {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #020617;
  border: 1px solid #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #e5e7eb;
  text-decoration: none;
  transition:
    background 0.16s ease,
    border-color 0.16s ease,
    transform 0.16s ease;
}

.jxomkdzbzaic:hover {
  background: #0b1120;
  border-color: #38bdf8;
  transform: translateY(-1px);
}

/* Легальные тексты */

.kmgeurgyzicp {
  margin-top: 24px;
  font-size: 11px;
  line-height: 1.6;
  color: #9ca3af;
}

.vzqusuculjoy {
  margin: 0 0 6px;
}

.lvxpbrqbildn {
  font-size: 10px;
  opacity: 0.9;
}

/* Нижняя полоса */

.bihdtkdinqvz {
  border-top: 1px solid #0b1120;
  padding-top: 10px;
}

.dtcsatrtwhrc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  color: #9ca3af;
}

.zsbbqyymcioo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}

.aw-footer__time {
  opacity: 0.85;
}

.xzekkcaiapgl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nnqpzjvymnqx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #ef4444;
  color: #ef4444;
  font-weight: 700;
  font-size: 12px;
}

.afimnjevplsp {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Адаптив */

@media (max-width: 1024px) {
  .fjnyazlctona {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
  }

  .grizbqmuxlcj {
    grid-column: span 2;
  }
.fcwyaiajqqhz, .atxhtiqlpacd {
  flex: 1;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.wyilonlkwlrt, .atxhtiqlpacd {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pougbzixtjrj, .tpjkrgwfetcu {
  display: block;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #e6edff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, rgba(0,139,255,0.18), rgba(17,197,255,0.08));
  border: 1px solid rgba(0,139,255,0.4);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.nav-link--active {
  background: linear-gradient(135deg, var(--awru-blue), var(--awru-cyan));
  color: #020712;
}

.tpjkrgwfetcu:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.85);
}
}

@media (max-width: 768px) {
  .idzgpgbyxhpu {
    padding-top: 40px;
  }

  .fjnyazlctona {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grizbqmuxlcj,
  .ademnjdccaej {
    grid-column: span 2;
  }

  .dtcsatrtwhrc {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .fjnyazlctona {
    grid-template-columns: 1fr;
  }

  .dtcsatrtwhrc {
    align-items: center;
    text-align: center;
  }
}
.rcghaypruxut {
  padding: 32px 0 40px;
  background: transparent; /* секция подхватывает общий фон страницы */
}

.fsylpibfnrha {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 28px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top, rgba(15, 23, 42, 0.85) 0, #020617 55%, #010409 100%);
  border: 1px solid #111827;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #e5e7eb;
  line-height: 1.6;
}

/* Заголовки */

.rcghaypruxut h1,
.rcghaypruxut h2,
.rcghaypruxut h3 {
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.rcghaypruxut h1 {
  font-size: 26px;
  margin-top: 4px;
}

.rcghaypruxut h2 {
  font-size: 20px;
  margin-top: 26px;
}

.rcghaypruxut h3 {
  font-size: 16px;
  margin-top: 22px;
}

/* Параграфы и текст */

.rcghaypruxut p {
  margin: 0 0 14px;
  font-size: 14px;
  color: #cbd5f5;
}

.rcghaypruxut strong {
  font-weight: 700;
  color: #ffffff;
}

.rcghaypruxut em {
  font-style: italic;
}

/* Списки */

.rcghaypruxut ul,
.rcghaypruxut ol {
  margin: 0 0 14px 20px;
  padding: 0;
}

.rcghaypruxut li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* Таблицы */

.rcghaypruxut table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 22px;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.rcghaypruxut thead {
  background: rgba(15, 23, 42, 0.9);
}

.rcghaypruxut th,
.rcghaypruxut td {
  padding: 10px 12px;
  border: 1px solid #1f2937;
  text-align: left;
}

.rcghaypruxut th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  color: #e5e7eb;
}

.rcghaypruxut tbody tr:nth-child(even) {
  background: rgba(15, 23, 42, 0.6);
}

/* Картинки */

.rcghaypruxut img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  margin: 16px auto 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.75);
}

/* Адаптив */

@media (max-width: 768px) {
  .fsylpibfnrha {
    padding: 18px 16px 22px;
  }

  .rcghaypruxut h1 {
    font-size: 22px;
  }

  .rcghaypruxut h2 {
    font-size: 18px;
  }
}
