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

:root {
  /* ── CMS palette variables (controllable via Colors tab) ── */
  --brand: #19be47;
  --brand-dark: #159c3a;
  --brand-light: #42ca68;
  --brand-glow: rgba(25, 190, 71, 0.45);
  --login-bg: #353535;
  --login-border: rgba(191, 74, 74, 0.32);
  --login-text: #fff;
  --blue: #bf4a4a;
  --blue-dark: #9d3d3d;
  --blue-glow: rgba(191, 74, 74, 0.35);
  --header-bg: #432e2e;
  --section-bg: #4d3f3f;
  --section-alt: #252525;
  --hero-bg: #614141;
  --bg: #282828;
  --bg-card: #3d3d3d;
  --bg-card-alt: #363636;
  --surface: rgba(54, 54, 54, 0.72);
  --surface-hover: rgba(61, 61, 61, 0.84);
  --headings: #fff;
  --text: #fff;
  --text-muted: #9c9c9c;
  --border: rgba(191, 74, 74, 0.18);
  --neon-line: rgba(25, 190, 71, 0.5);

  /* ── Template aliases (bridge to palette) ── */
  --main-color: var(--text);
  --secondary-color: #1a1520;
  --main-background: var(--bg);
  --secondary-background: var(--section-alt);
  --surface-light: var(--surface-hover);
  --border-color: var(--border);
  --accent-color: var(--brand);
  --accent-hover: var(--brand-light);
  --link-hover-color: var(--brand-light);
  --accented-button-color: linear-gradient(180deg, var(--brand) 0%, var(--brand-dark) 100%);
  --accented-button-shadow: 0 10px 30px var(--brand-glow);
  --login-button-color: linear-gradient(180deg, #3a3a52 0%, #2a2a3e 100%);
  --login-button-shadow: 0 0 20px var(--login-border);
  --border-radius-main: 10px;
  --content-max: 1400px;
  --wrapper-max: 1720px;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

html,
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Verdana, sans-serif;
  background: var(--main-background);
  max-width: 100vw;
}

body {
  position: relative;
  overflow-x: clip;
  padding-top: 80px;
}

li,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: var(--accent-color);
}

input,
button {
  font-family: inherit;
  border: none;
  box-shadow: none;
  transition: 0.3s;
  cursor: pointer;
}

input {
  outline: none;
}

button {
  background-color: transparent;
}

p,
span,
li,
a {
  line-height: 1.7;
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr {
  color: var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: var(--main-color);
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

h1 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  font-style: italic;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5,
h6 {
  font-size: 16px;
  line-height: 1.6;
}

.lrbwcykezjr {
  height: 100%;
  margin: auto;
  max-width: var(--wrapper-max);
  width: calc(100vw - 40px);
  overflow-x: hidden;
}

.wxttfkyfigkwsz {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: var(--main-background);
  z-index: 200;
}

.wxttfkyfigkwsz+.jaqdmpmureiqor,
.wxttfkyfigkwsz+main {
  margin-top: 0;
}

.wxttfkyfigkwsz button,
.wxttfkyfigkwsz a,
.wxttfkyfigkwsz span {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--main-color);
  letter-spacing: 0.04em;
}

.essnnjelxalshj {
  padding: 20px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tvgxlzbj {
  z-index: 1;
  position: relative;
  flex-shrink: 0;
}

.lctpnuhplkz {
  height: 36px;
  width: auto;
  display: block;
}

.ryslwulziiwiw {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--main-color);
  letter-spacing: -0.02em;
}

.rsuyaprjtlds {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 30px;
}

.gouozzspgg {
  text-decoration: none;
  color: var(--main-color);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.gouozzspgg::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent-color);
  transition: width 0.3s ease;
}

.gouozzspgg:hover {
  color: var(--accent-color);
}

.gouozzspgg:hover::after {
  width: 100%;
}

.pszcteuiqyqcf {
  display: flex;
  gap: 10px;
}

.pszcteuiqyqcf a,
.pszcteuiqyqcf button {
  padding: 12px 28px;
  border-radius: var(--border-radius-main);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.psoqtpqxju {
  text-transform: uppercase;
  background: var(--accented-button-color);
  color: #0a0a0f;
  box-shadow: var(--accented-button-shadow);
}

.psoqtpqxju:hover {
  filter: brightness(1.12);
}

.fqbrbkjht {
  background: var(--login-button-color);
  color: var(--main-color);
}

.fqbrbkjht:hover {
  filter: brightness(1.2);
}

/* ── Mobile auth buttons (hidden on desktop) ── */
.fbmzqlkd {
  display: none;
  gap: 8px;
  align-items: center;
}

.fbmzqlkd a {
  padding: 8px 16px;
  border-radius: var(--border-radius-main);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.zrwrggpntwuoyolt {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 6px;
}

.zrwrggpntwuoyolt span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.zrwrggpntwuoyolt.hhigyuwzufl span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.zrwrggpntwuoyolt.hhigyuwzufl span:nth-child(2) {
  opacity: 0;
}

.zrwrggpntwuoyolt.hhigyuwzufl span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.jaqdmpmureiqor {
  margin-top: 0;
}

.cbulpeduuboatvh {
  position: relative;
  width: 100%;
  min-height: 580px;
  background-color: var(--secondary-background);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.mzjzbqqraky {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.cbulpeduuboatvh::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(10, 10, 15, 0.55), rgba(10, 10, 15, 0.8));
  z-index: 1;
  pointer-events: none;
}

.cbulpeduuboatvh::after {
  content: '';
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
}

.hmteykdzsaasn {
  max-width: var(--content-max);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 4px;
  z-index: 3;
  position: relative;
  padding: 60px 24px;
}

.tretkqfoa {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 20px;
  padding: 6px 16px;
  border: 1px solid var(--border-color);
  border-radius: 999px;
}

.tvaoielgb {
  font-family: 'Playfair Display', Georgia, serif;
  text-transform: none;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #fff;
  max-width: 900px;
  text-wrap: balance;
}

.evjvndgbukzuwh {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  max-width: 640px;
}

.sbrmacze {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.roghhouszokafznu {
  border-radius: var(--border-radius-main);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 44px;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}

.roghhouszokafznu.psoqtpqxju {
  background: var(--accented-button-color);
  box-shadow: var(--accented-button-shadow);
  color: #0a0a0f;
}

.roghhouszokafznu.psoqtpqxju:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.wmheujgrxnkdzwk {
  background: var(--login-button-color);
  box-shadow: var(--login-button-shadow);
  color: var(--main-color);
}

.wmheujgrxnkdzwk:hover {
  filter: brightness(1.3);
  transform: translateY(-2px);
}

@keyframes glow-blink {

  0%,
  100% {
    box-shadow: var(--accented-button-shadow);
  }

  50% {
    box-shadow: 0 0 24px 6px rgba(201, 168, 76, 0.5);
  }
}

.roghhouszokafznu.psoqtpqxju {
  animation: glow-blink 2.5s ease-in-out infinite;
}

main {
  padding: 20px 0 60px;
  min-height: calc(100vh - 80px - 300px);
  background: var(--secondary-background);
  transition: background 0.35s ease;
}

.avhedlbvoplkolxz {
  margin-top: 50px;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul {
  margin: 0 auto;
  width: calc(100% - 50px);
  max-width: var(--content-max);
}

main p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 8px;
}

main ol,
main ul {
  margin: 20px auto;
}

main figure {
  max-width: var(--content-max);
  width: 96%;
  margin: 20px auto;
}

.hkoukyoq .wwwiykrtnyxsp {
  display: flex;
  flex-direction: column;
  margin: 0 auto 20px auto;
  max-width: var(--content-max);
}

.hkoukyoq .wwwiykrtnyxsp li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 28px;
  line-height: 1.7;
}

.hkoukyoq .wwwiykrtnyxsp li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 8px;
  background: var(--accent-color);
  border-radius: 50%;
}

.hkoukyoq .teggrjjutyvkwnd {
  display: flex;
  flex-direction: column;
  margin: 0 auto 20px auto;
  max-width: var(--content-max);
  counter-reset: counter-ol;
  padding-left: 20px;
  padding-top: 10px;
}

.hkoukyoq .teggrjjutyvkwnd li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  counter-increment: counter-ol;
  line-height: 1.6;
}

.hkoukyoq .teggrjjutyvkwnd li::before {
  position: absolute;
  content: counter(counter-ol) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -1px;
  left: -26px;
  font-size: 14px;
  font-weight: 700;
  background: var(--accent-color);
  color: #0a0a0f;
}

.vrbmarmm {
  padding: 24px 16px;
  text-align: center;
  margin: 10px 0;
}

.ioggqifzgao {
  position: relative;
  overflow: hidden;
  width: 560px;
  max-width: 100%;
  padding: 18px 34px;
  color: #0a0a0f;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: var(--border-radius-main);
  background: var(--accented-button-color);
  transition: all 0.3s ease;
}

.ioggqifzgao:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.ebtiuprnrd {
  margin: 20px auto;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.docbngytlgydkkv {
  display: block;
  border-radius: 12px;
  max-height: 500px;
  max-width: 96%;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}

.dofaaclt {
  overflow-x: auto;
  margin: 24px auto;
  width: calc(100% - 50px);
  max-width: var(--content-max);
}

.yyybfgcrj {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid var(--border-color);
}

.yyybfgcrj tr {
  border-bottom: 1px solid var(--border-color);
}

.yyybfgcrj tr:last-child {
  border-bottom: none;
}

.yyybfgcrj tr td {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--main-color);
  vertical-align: top;
}

.yyybfgcrj tr td:first-child {
  font-weight: 500;
  white-space: nowrap;
}

.yyybfgcrj thead tr th {
  padding: 12px 18px;
  font-weight: 600;
  font-size: 13px;
  color: var(--main-color);
  background: var(--surface);
  text-align: left;
  border-bottom: 2px solid var(--accent-color);
}

.ocgkxfenjtc {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 48px auto;
  color: rgba(201, 168, 76, 0.5);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  width: calc(100% - 50px);
  max-width: var(--content-max);
}

.ocgkxfenjtc::before,
.ocgkxfenjtc::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-color);
}

.vgbyozombirmnpv {
  position: relative;
  padding: 24px 24px 24px 40px;
  margin: 28px auto;
  width: calc(100% - 50px);
  max-width: var(--content-max);
  background: rgba(201, 168, 76, 0.06);
  border-left: 3px solid var(--accent-color);
  border-radius: 0 8px 8px 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: var(--main-color);
  line-height: 1.65;
}

.mhyuqxkevlky {
  padding: 60px 0;
  background: var(--main-background);
  transition: background 0.35s ease;
}

.mhyuqxkevlky .vzrgidtklrac {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 24px;
}

.mhyuqxkevlky .vzrgidtklrac h2 {
  font-size: clamp(26px, 4vw, 36px);
  margin-bottom: 4px;
}

.mhyuqxkevlky .vzrgidtklrac p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.ywfstrbsfadptw {
  margin: 0 auto;
  width: calc(100% - 50px);
  max-width: 860px;
}

.ywfstrbsfadptw .bkpojkpqkpswcsea {
  border: 1px solid var(--border-color);
  margin-bottom: 12px;
  position: relative;
  background-color: var(--surface);
  border-radius: var(--border-radius-main);
  transition: all 0.35s ease;
  padding: 20px 24px;
}

.ywfstrbsfadptw .bkpojkpqkpswcsea:hover {
  border-color: var(--accent-color);
}

.ywfstrbsfadptw .elgwelrsch {
  color: var(--main-color);
  position: relative;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  padding-right: 30px;
  background-color: transparent;
  width: 100%;
  margin: 0;
  text-align: left;
}

.ywfstrbsfadptw .axhkujnm {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
  top: 10px;
  color: var(--main-color);
  font-size: 15px;
  line-height: 1.7;
  transition: opacity 0.3s ease;
}

.ywfstrbsfadptw .lsktijscyo {
  height: 16px;
  position: absolute;
  width: 16px;
  right: 24px;
  top: 24px;
  z-index: 2;
}

.ywfstrbsfadptw .lsktijscyo::before,
.ywfstrbsfadptw .lsktijscyo::after {
  background: var(--accent-color);
  content: '';
  height: 2px;
  right: 0;
  position: absolute;
  top: 7px;
  width: 16px;
  transition: transform 0.35s ease;
  border-radius: 2px;
}

.ywfstrbsfadptw .plogahmafcrdz {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.ywfstrbsfadptw .plogahmafcrdz:not(:checked)~.lsktijscyo::before {
  transform: rotate(180deg);
}

.ywfstrbsfadptw .plogahmafcrdz:not(:checked)~.lsktijscyo::after {
  transform: rotate(90deg);
}

.ywfstrbsfadptw .plogahmafcrdz:checked~.lsktijscyo::before,
.ywfstrbsfadptw .plogahmafcrdz:checked~.lsktijscyo::after {
  background: var(--accent-color);
}

.ywfstrbsfadptw .plogahmafcrdz:checked~.elgwelrsch {
  color: var(--accent-color);
}

.ywfstrbsfadptw .plogahmafcrdz:checked~.axhkujnm {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding: 12px 0 0;
}

/* ============================================================
   GAMES SECTION
   ============================================================ */
.imgjkhljps {
  padding: 60px 0 40px;
  background: var(--main-background);
}

.imgjkhljps .vzrgidtklrac {
  text-align: center;
  margin-bottom: 36px;
}

.imgjkhljps .vzrgidtklrac h2 {
  font-size: clamp(24px, 3.5vw, 34px);
  margin-bottom: 4px;
}

.imgjkhljps .vzrgidtklrac p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}

.vnofgsjgwxrtmwym {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: var(--content-max);
  margin: 0 auto;
}

.wawwewuqzju {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wawwewuqzju:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(201, 168, 76, 0.2);
}

.wawwewuqzju img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 900px) {
  .vnofgsjgwxrtmwym {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 600px) {
  .vnofgsjgwxrtmwym {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .imgjkhljps {
    padding: 40px 0 24px;
  }
}

@media screen and (max-width: 400px) {
  .vnofgsjgwxrtmwym {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.wlyehwapfxjydh {
  background-color: var(--main-background);
  padding: 30px 0 24px;
  text-align: center;
  transition: background-color 0.35s ease;
}

.dnkxghmirfk {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.lvyzqpkffhdz {
  height: 40px;
  width: auto;
  display: block;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.lvyzqpkffhdz:hover {
  opacity: 1;
}

.rclkixobaewa {
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.sleuzfstybwiqryk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.sleuzfstybwiqryk li {
  display: flex;
  align-items: center;
}

.sleuzfstybwiqryk button,
.sleuzfstybwiqryk span {
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
  font-size: 24px;
}

.sleuzfstybwiqryk button:hover,
.sleuzfstybwiqryk span:hover {
  opacity: 1;
}

.skqcmlswyjlox {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, var(--main-background), var(--border-color), var(--main-background)) 1;
  padding: 16px 0;
  margin-bottom: 24px;
}

.scvvscshcgd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mcpurjmnl {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.mcpurjmnl:hover {
  color: var(--accent-color);
}

.qybsrcixmstlaju {
  background-color: var(--surface);
  border-radius: var(--border-radius-main);
  padding: 24px;
  text-align: center;
  transition: background-color 0.35s ease;
}

.cmxfdhar {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--main-color);
  text-align: center;
  padding: 0 0 16px;
  margin: 0;
}

.qybsrcixmstlaju p {
  font-size: 14px;
  font-weight: 400;
  color: var(--main-color);
  text-align: center;
  margin: 0 auto 16px;
  width: 100%;
  opacity: 0.7;
  line-height: 1.6;
}

.qybsrcixmstlaju p:last-of-type {
  margin-bottom: 0;
}

.gttbwavfgqrga {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 30px;
}

.edrdtbqa {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, var(--main-background) 0%, var(--secondary-background) 100%);
  padding: 14px 16px;
  z-index: 999;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}

.edrdtbqa .qczdmuqugvnds {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.edrdtbqa .qczdmuqugvnds a,
.edrdtbqa .qczdmuqugvnds button {
  flex: 1;
  max-width: 200px;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 700;
  border-radius: var(--border-radius-main);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.edrdtbqa .nhwrhbxs {
  background: var(--accented-button-color);
  color: #0a0a0f;
  box-shadow: var(--accented-button-shadow);
}

.edrdtbqa .mudzeomzzrt {
  background: var(--login-button-color);
  color: var(--main-color);
  box-shadow: var(--login-button-shadow);
}

.qmdqdpabbku {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.qmdqdpabbku.iugugsdxrn {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1250px) {
  .cbulpeduuboatvh {
    min-height: 520px;
  }

  .tvaoielgb {
    font-size: clamp(28px, 4.5vw, 48px);
  }
}

@media screen and (max-width: 900px) {
  .wxttfkyfigkwsz {
    height: 70px;
  }

  body {
    padding-top: 70px;
  }

  .pszcteuiqyqcf a,
  .pszcteuiqyqcf button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .cbulpeduuboatvh {
    min-height: 420px;
  }

  main {
    padding-top: 20px;
  }
}

@media screen and (max-width: 800px) {
  .edrdtbqa {
    display: flex;
  }

  .wxttfkyfigkwsz .pszcteuiqyqcf {
    display: none;
  }

  .fbmzqlkd {
    display: flex;
  }

  .lctpnuhplkz {
    height: 26px;
  }

  .zrwrggpntwuoyolt {
    display: flex;
  }

  .rsuyaprjtlds {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: rgba(10, 10, 15, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 16px 24px;
    gap: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    z-index: 199;
  }

  .rsuyaprjtlds.gtzfffmx {
    display: flex;
  }

  .gouozzspgg {
    padding: 14px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--border-color);
  }

  .gouozzspgg:last-child {
    border-bottom: none;
  }

  .gouozzspgg::after {
    display: none;
  }

  .wlyehwapfxjydh {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 650px) {
  .wxttfkyfigkwsz {
    height: 60px;
  }

  body {
    padding-top: 60px;
  }

  .lctpnuhplkz {
    height: 30px;
  }

  .fbmzqlkd a {
    padding: 6px 12px;
    font-size: 11px;
  }

  .rsuyaprjtlds {
    top: 60px;
  }

  .hmteykdzsaasn {
    padding: 40px 16px;
  }

  .sbrmacze {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .roghhouszokafznu {
    width: 100%;
    max-width: 280px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul {
    width: calc(100% - 32px);
  }

  .dofaaclt,
  .vgbyozombirmnpv,
  .ocgkxfenjtc {
    width: calc(100% - 32px);
  }

  .ywfstrbsfadptw {
    width: calc(100% - 32px);
  }

  main p,
  .hkoukyoq .teggrjjutyvkwnd li {
    font-size: 14px;
    line-height: 1.5;
  }

  .ioggqifzgao {
    font-size: 15px;
    padding: 14px 24px;
  }

  .yyybfgcrj tr td {
    padding: 10px 12px;
    font-size: 13px;
  }

  .yyybfgcrj thead tr th {
    padding: 10px 12px;
    font-size: 12px;
  }
}