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

/* BODY */

.jnvwmmharmky {
  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;
}

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

/* HEADER */

.jkrpygafutbr {
  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;
}

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

/* LOGO */

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

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

/* NAV DESKTOP */

.zymhwtbklmjk {
  justify-self: center;
}

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

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

.wojjiozsllii {
  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;
}

.rlssxiuakjeo {
  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;
}

.wojjiozsllii::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;
}

.rlssxiuakjeo::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;
}

.wojjiozsllii:hover {
  color: #ffffff;
}

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

.igepbpfxltqt {
  color: #ffffff;
}

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

.rlssxiuakjeo:hover {
  color: #ffffff;
}

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

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

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

/* AUTH DESKTOP */

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

.velaqeopsmua {
  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;
}

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

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

.pkzqobpjdfpt {
  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;
}

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

.jtpabgkczkee {
  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;
}

.hxedjagbngug {
  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;
}

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

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

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

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

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

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

/* MOBILE MENU FULLSCREEN */

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

.afyssqrevflv {
  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);
}

.sfwdmpyiaebc {
  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;
}

.jnvwmmharmky.awru-menu-open .gmfyprsecjpo {
  opacity: 1;
  pointer-events: auto;
}


.wgsufkwrvwmv {
  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;
}

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

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

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

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

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

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

.mlyvtmhyorcl .qnndpwrrpzvy {
  height: 84px;
}

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

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

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

.jhwnmdovvarc {
  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;
}

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

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

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

.qhtykdaggjfi {
  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 */

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

.pfwcnogxgdsw {
  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;
}

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

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

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

.qloqdxhdgvrd {
  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;
}

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

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

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

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

.hwkyyssmcymd {
  font-size: 14px;
}

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

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

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

.xxhrjulyaepf 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 */

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

.mfyiirxfkolb {
  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;
}

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

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

.iffeirjktoqt {
  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);
}

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

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

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

.jvdikdfdkrtr {
  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;
}

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

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

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

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

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

/* ADAPTIVE */

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

  .wpeesezyljsw {
    display: none;
  }

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

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

  .aozvywgoyjfp {
    padding-inline: 16px;
  }

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

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

  .mfyiirxfkolb {
    max-width: 100%;
  }

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

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

  .aoqdzlpipnyz {
    font-size: 22px;
  }

  .jvdikdfdkrtr {
    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%; }
    }

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

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

    .doysnniacxup::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;
    }

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

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

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

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

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

.bhmumrpcqvkk {
  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;
}

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

.bhmumrpcqvkk:hover {
  color: #ffffff;
}

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

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

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

.utqtdslzljgz {
  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);
}

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

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


.gopjhszkxzyc {
  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;

}

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

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

.fkzfskoplimc {
  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;
}

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

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

.spahlwcdfhvr {
  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;
}

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

/* кнопки */

.qttdxwhysfyi {
  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;
}

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

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

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

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

/* адаптив */

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

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

  .jfraikdamujo {
    margin-bottom: 14px;
  }

  .yiwcfpwzjzaw {
    font-size: 19px;
  }

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

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

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

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

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

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

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

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

.rzgbjqauctjv {
  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;
}

.wfpixvfxrlrw {
  padding-bottom: 16px;
}

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

.jycovsmtftzo {
  min-width: 0;
}

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

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

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

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

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

/* Платежи */

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

.prxgryaeyebu {
  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;
}

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

.fbjyijbyvlvz {
  margin: 0 0 4px;
}

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

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

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

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

.mlaidmtstmtf {
  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;
}

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

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

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

.quldoxsvztii {
  margin: 0 0 6px;
}

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

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

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

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

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

.aw-footer__time {
  opacity: 0.85;
}

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

.iuqnuquhcfri {
  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;
}

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

/* Адаптив */

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

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

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

.jhwnmdovvarc, .rlssxiuakjeo {
  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;
}

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

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

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

  .hjlwriuapcku,
  .bmjcduzjwpod {
    grid-column: span 2;
  }

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

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

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

.egwyphlkvuqa {
  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;
}

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

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

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

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

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

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

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

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

.ytwgxeadltlr em {
  font-style: italic;
}

/* Списки */

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

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

/* Таблицы */

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

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

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

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

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

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

.ytwgxeadltlr 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) {
  .egwyphlkvuqa {
    padding: 18px 16px 22px;
  }

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

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