:root {
  --brand: #fe0010;
  --brand-dark: #d0000d;
  --brand-light: #fe2e3b;
  --brand-glow: rgba(254, 0, 16, 0.45);
  --login-bg: #f9f9f9;
  --login-border: rgba(254, 0, 16, 0.32);
  --login-text: #000000;
  --blue: #fe0010;
  --blue-dark: #d0000d;
  --blue-glow: rgba(254, 0, 16, 0.35);
  --header-bg: #969696;
  --section-bg: #f9f9f9;
  --section-alt: #e5e5e5;
  --hero-bg: #969696;
  --bg: #f9f9f9;
  --bg-card: #f9f9f9;
  --bg-card-alt: #dbdbdb;
  --surface: rgba(219, 219, 219, 0.72);
  --surface-hover: rgba(249, 249, 249, 0.84);
  --headings: #000000;
  --text: #000000;
  --text-muted: #737373;
  --border: rgba(254, 0, 16, 0.18);
  --neon-line: rgba(254, 0, 16, 0.5);

  --header: var(--header-bg);
  --hero: var(--brand);
  --hero-deep: var(--brand-dark);
  --hero-soft: var(--section-bg);
  --button: var(--brand);
  --teal: var(--blue);
  --green-block: #0b3230;
  --panel: var(--bg-card);
  --panel-soft: var(--bg-card-alt);
  --muted: var(--text-muted);
  --soft: rgba(255, 255, 255, 0.66);
  --line: var(--border);
  --gold: var(--brand-light);
  --container: min(1200px, calc(100vw - 32px));
  --radius-xl: 37px;
  --radius-lg: 28px;
  --radius-md: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Heebo", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings);
}

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

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

.mwichqmtud {
  width: var(--container);
  margin: 0 auto;
}

.tftotyjvsdiss {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--header);
  border-bottom: 1px;
}

.lqkmlods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
  position: relative;
}

.ajmtvpfhxgw {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  line-height: 1;
}

.dkpcrcfgcgr {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.kgjwgocom {
  color: var(--hero);
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.djhshvisjqwa {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ytnqhrakehcct .dkpcrcfgcgr {
  width: 140px;
}

.vzulfbtixku {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 22px;
}

.vzulfbtixku a {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nxyfkhmsdztdp {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 22px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.nxyfkhmsdztdp span {
  display: block;
  position: absolute;
  left: 50%;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  transition: top 180ms ease, transform 180ms ease, opacity 140ms ease;
}

.nxyfkhmsdztdp span:nth-child(1) {
  top: 17px;
}

.nxyfkhmsdztdp span:nth-child(2) {
  top: 25px;
}

.nxyfkhmsdztdp span:nth-child(3) {
  top: 33px;
}

.tftotyjvsdiss.fgrdvnzfex .nxyfkhmsdztdp {
  background: linear-gradient(180deg, rgba(225, 39, 8, 0.92), rgba(176, 25, 6, 0.92));
}

.tftotyjvsdiss.fgrdvnzfex .nxyfkhmsdztdp span:nth-child(1) {
  top: 25px;
  transform: translateX(-50%) rotate(45deg);
}

.tftotyjvsdiss.fgrdvnzfex .nxyfkhmsdztdp span:nth-child(2) {
  opacity: 0;
  transform: translateX(-50%) scaleX(0.3);
}

.tftotyjvsdiss.fgrdvnzfex .nxyfkhmsdztdp span:nth-child(3) {
  top: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

.vzulfbtixku a,
.gomfdquhsbsiugcm a {
  color: rgba(255, 255, 255, 0.86);
}

.vzulfbtixku a:hover,
.vzulfbtixku a:focus-visible,
.gomfdquhsbsiugcm a:hover,
.gomfdquhsbsiugcm a:focus-visible {
  color: #fff;
}

.lakymxwqh,
.hfrkllmt {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.tlmjwayroihokqda {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 37px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
}

.uyekjnrus {
  background: var(--button);
  color: #fff;
}

.ypqxmwmjtckrlcgw {
  background: var(--login-bg);
  border-color: var(--login-border);
  color: var(--login-text);
}

.findffgfxygx {
  min-width: 210px;
}

.zapixnfql {
  padding: 28px 0 10px;
}

.akvsvwsrgvv {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.aosnbboucpae {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(233, 192, 95, 0.55);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 95, 48, 0.4), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 184, 92, 0.22), transparent 28%),
    linear-gradient(135deg, #4b0713 0%, #851225 42%, #ff8d52 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.aosnbboucpae::before,
.aosnbboucpae::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.aosnbboucpae::before {
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(315deg, rgba(255, 212, 124, 0.14), transparent 36%);
}

.aosnbboucpae::after {
  width: 240px;
  height: 240px;
  right: -90px;
  top: -36px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 107, 0.34), rgba(255, 214, 107, 0));
}

.ygqzzoqnxq {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 243, 146, 0.2), transparent 24%),
    radial-gradient(circle at 90% 12%, rgba(255, 177, 59, 0.2), transparent 26%),
    linear-gradient(135deg, #5e4308 0%, #8c6121 36%, #2b1708 100%);
}

.ygqzzoqnxq::after {
  left: -90px;
  right: auto;
}

.awzjkxtpqeeczlb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  max-width: 230px;
}

.bozgpdjqozviig {
  margin-left: auto;
  align-items: flex-end;
  text-align: right;
}

.djytlxhenh,
.llblgshb,
.zjgvaroj,
.crhdtlraeiaegt {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

.djytlxhenh {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
}

.llblgshb {
  margin-top: 4px;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 400;
  color: #fff;
}

.zjgvaroj {
  margin-top: 16px;
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  font-weight: 700;
  color: #fff4d4;
}

.crhdtlraeiaegt {
  margin-top: 4px;
  font-size: clamp(2.5rem, 5vw, 4.1rem);
  font-weight: 800;
  color: #ffd034;
  text-shadow: 0 4px 14px rgba(59, 10, 0, 0.28);
}

.nmmhorelxaepsg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 22px;
  padding: 0 30px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff304a 0%, #ff1739 100%);
  box-shadow: 0 14px 24px rgba(114, 7, 23, 0.3);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}

.lakymxwqh {
  gap: 10px;
}

.lakymxwqh .tlmjwayroihokqda {
  min-height: auto;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.lakymxwqh .uyekjnrus {
  background-color: #ff0123;
  color: #fff;
}

.lakymxwqh .ypqxmwmjtckrlcgw {
  padding: 5px 9px;
  background: none;
  border-color: #e9c05f;
  color: #e9c05f;
}

.kgkmilbzldmx {
  background: var(--hero-bg);
  padding: 40px 0;
  margin-bottom: 28px;
}

.hzqrthbdfw {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.nczjbrdbld h1,
.ccwdwsytwclustbl h2,
.lkhdxcfpkcvhqr h2,
.qqizqkrr h2,
.ynxmjcdubmu h2,
.wiwslfezwsrvyr h2,
.wiwslfezwsrvyr .nzctyosr,
.sknlucisqtdcqbw h2,
.sknlucisqtdcqbw .nzctyosr {
  display: block;
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3.8rem);
  line-height: 1.04;
  font-weight: 800;
}

.nczjbrdbld h1 {
  max-width: 11.5ch;
}

.fvewzzchwvttgawh,
.emlbzgaka,
.ccwdwsytwclustbl p,
.kyzdfleazbwz,
.ynxmjcdubmu p,
.naqsaydrx p,
.cxrgujoqjlas p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}

.fvewzzchwvttgawh {
  max-width: 58ch;
  margin: 16px 0 0;
}

.sgtnpcnsjscxn {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.chyeqtjcruvri {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  min-height: 50px;
  min-width: 250px;
  padding: 12px 18px;
  border-radius: 37px;
  background: #fff;
  border: 1px solid rgba(17, 21, 29, 0.08);
  box-shadow: 0 16px 34px rgba(112, 18, 0, 0.22);
  color: #11151d;
}

.nwpfzlhujhqcxea {
  grid-row: 1 / 3;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hero) 0%, var(--hero-deep) 100%);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.cepxwtvskupk {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(17, 21, 29, 0.62);
}

.ldnthxxar {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: #11151d;
}

.pfdrjjkzddx {
  display: grid;
  grid-template-columns: minmax(180px, 220px) 1fr;
  gap: 18px;
  margin-top: 22px;
  align-items: stretch;
}

.epnmixesuiq,
.ednvspkamajudx {
  display: flex;
  gap: 10px;
}

.epnmixesuiq {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 30px rgba(8, 24, 28, 0.22);
}

.ojztklxl {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pevuffxzldlpcl {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.tnqiikassskpvjp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.tnqiikassskpvjp span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: #fff;
  color: #ff9f1c;
  font-size: 0.92rem;
  box-shadow: 0 8px 18px rgba(112, 18, 0, 0.16);
}

.znlwdlwthrbwbb {
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.84);
}

.ednvspkamajudx {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.ednvspkamajudx span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-height: 88px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(8, 24, 28, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 24px rgba(7, 19, 22, 0.16);
}

.ednvspkamajudx strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.ednvspkamajudx small {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}

.emlbzgaka {
  max-width: 62ch;
  margin: 18px 0 0;
}

.vzptgxmnulr,
.lnraowshtz {
  display: none;
}

.kufkeonapjfn img {
  width: 100%;
  max-width: min(100%, 520px);
  height: auto;
  margin-left: auto;
  object-fit: contain;
}

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

.vzptgxmnulr {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.inzputroaz img,
.lnraowshtz {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ykduwwfmkqnbeabs {
  padding: 0 0 26px;
}

.ccwdwsytwclustbl {
  padding: 20px 32px 32px;
  border-radius: 37px;
  background: var(--green-block);
}

.wbboxcpgiadfali {
  display: grid;
  gap: 24px;
}

.ccwdwsytwclustbl h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
}

.ccwdwsytwclustbl p {
  max-width: 86ch;
  margin: 12px 0 22px;
}

.eoxeedmnorxsr p {
  max-width: 56ch;
  margin: 12px 0 0;
}

.sbupvdvpzag {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.mfhdgadjxtz {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 1 / 1;
  padding: 14px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #162130;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mfhdgadjxtz::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(160deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.34));
}

.mfhdgadjxtz span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 0.92rem;
  font-weight: 700;
}

.ipkhwmnezkyn {
  background-image: url("/images/games/casino1.webp");
}

.aeigdmxiewgujptt {
  background-image: url("/images/games/casino2.webp");
}

.alypufsdyjbiqzzb {
  background-image: url("/images/games/casino3.webp");
}

.samonimoqh {
  background-image: url("/images/games/casino4.webp");
}

.ydsxggsyeeabuf {
  background-image: url("/images/games/casino5.webp");
}

.refidrbvsxzx {
  background-image: url("/images/games/casino6.webp");
}

.jhzabiqtzrimkop {
  background-image: url("/images/games/casino7.webp");
}

.xnnmwaggia {
  background-image: url("/images/games/casino8.webp");
}

.fkqifgoogpkf {
  background-image: url("/images/games/casino9.webp");
}

.cvlxkddfxtzietw {
  background-image: url("/images/games/casino10.webp");
}

.yowpawgvcawsc {
  padding: 24px 0;
}

.lkhdxcfpkcvhqr h2,
.qqizqkrr h2,
.wiwslfezwsrvyr h2,
.wiwslfezwsrvyr .nzctyosr,
.sknlucisqtdcqbw h2,
.sknlucisqtdcqbw .nzctyosr {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.zbuvmyiywnrbpzq {
  border-radius: 22px;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

th {
  color: #fff;
  font-weight: 700;
}

td {
  color: var(--muted);
}

.qlrqqputotkua {
  padding: 4px 0 24px;
  text-align: center;
}

.qqizqkrr .kyzdfleazbwz {
  margin: 0 0 18px;
}

.vqdajpgoh {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dvlfhwlqkg {
  position: relative;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.ouoygxqwb {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--hero);
  font-weight: 800;
}

.pwpdnevqjxpnyzdy {
  width: 100%;
  height: 150px;
  margin: 16px 0 14px;
  border-radius: 18px;
  background: linear-gradient(160deg, #1f2a3c, #131a25);
  position: relative;
  overflow: hidden;
}

.pwpdnevqjxpnyzdy::before,
.pwpdnevqjxpnyzdy::after {
  content: "";
  position: absolute;
  border-radius: 18px;
}

.bddhncnzj::before {
  inset: 22px 26px 46px;
  background: linear-gradient(135deg, #ff7a45, #e12708);
}

.bddhncnzj::after {
  left: 42px;
  right: 42px;
  bottom: 22px;
  height: 14px;
  background: rgba(255, 255, 255, 0.14);
}

.jyxczjdvizzzo::before {
  inset: 24px;
  background: linear-gradient(135deg, #ffd777, #ff9b2f);
}

.jyxczjdvizzzo::after {
  width: 72px;
  height: 72px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(17, 21, 29, 0.28);
  border-radius: 50%;
}

.upqwxyake::before {
  inset: 30px 24px 52px;
  background: linear-gradient(135deg, #199c86, #0b6455);
}

.upqwxyake::after {
  left: 24px;
  right: 24px;
  bottom: 24px;
  height: 16px;
  background: rgba(255, 255, 255, 0.18);
}

.knjohwiy::before {
  inset: 24px;
  background: linear-gradient(135deg, #ff5d81, #ff9f1c);
}

.knjohwiy::after {
  width: 86px;
  height: 86px;
  right: 18px;
  top: 16px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.dvlfhwlqkg p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.diavzhcp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.wiqalbup {
  grid-template-columns: 1fr;
}

.nczjbrdbld,
.kufkeonapjfn,
.ynxmjcdubmu,
.inzputroaz,
.powbhuvxuwaz,
.uyfgkrxru {
  min-width: 0;
}

.ynxmjcdubmu,
.qhwgirxbvlvxfbk {
  max-width: 100%;
}

.hhhzdcgrpurfp .inzputroaz {
  order: 1;
}

.hhhzdcgrpurfp .ynxmjcdubmu {
  order: 2;
}

.ynxmjcdubmu h2 {
  font-size: clamp(2rem, 4.2vw, 2.8rem);
}

.ynxmjcdubmu p {
  margin: 0 0 16px;
  color: var(--muted);
}

.wbboxcpgiadfali .ynxmjcdubmu p:last-child {
  margin-bottom: 0;
}

.inzputroaz img {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  border-radius: 20px;
  background: transparent;
}

.vrajzewhqa {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.vrajzewhqa li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.vrajzewhqa li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hero);
}

.hdmwldmhgkcbyrgs li::before {
  background: var(--gold);
}

.jsecwayyazbg .inzputroaz {
  order: 1;
}

.jsecwayyazbg .ynxmjcdubmu {
  order: 2;
}

.foifdyhtf {
  margin-top: 18px;
}

.btnudfmhqt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.nannxppednffik {
  padding: 24px;
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.trnkhkekapzgc {
  background: var(--panel-soft);
}

.nannxppednffik h3 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 800;
}

.cxrgujoqjlas {
  display: grid;
  gap: 14px;
}

.cxrgujoqjlas .zsffriuxfdg {
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.cxrgujoqjlas .zsffriuxfdg h3 {
  margin: 0;
  padding: 20px 22px;
  font-size: 1.06rem;
  font-weight: 700;
}

.cxrgujoqjlas p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
}

.oubnmgbiwaz {
  padding: 28px 0 52px;
}

.chpxnswpjhlx {
  display: grid;
  gap: 24px;
}

.itzkiicgci {
  padding: 28px 32px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 22%, rgba(255, 174, 66, 0.22), transparent 24%),
    linear-gradient(135deg, rgba(47, 108, 115, 0.95), rgba(15, 36, 44, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sfzptrqo {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.itzkiicgci h1 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.itzkiicgci p {
  max-width: 72ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.oeqykfhgp {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.uyfgkrxru {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.uyfgkrxru a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.84);
  transition: background 160ms ease, color 160ms ease;
}

.uyfgkrxru a:hover,
.uyfgkrxru a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.uyfgkrxru a[aria-current="page"] {
  background: linear-gradient(135deg, rgba(225, 39, 8, 0.94), rgba(255, 125, 69, 0.94));
  color: #fff;
}

.powbhuvxuwaz {
  display: grid;
  gap: 18px;
}

.qhwgirxbvlvxfbk {
  padding: 24px 28px;
  border-radius: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.qhwgirxbvlvxfbk h2 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.qhwgirxbvlvxfbk p,
.qhwgirxbvlvxfbk li {
  color: var(--muted);
  line-height: 1.72;
}

.qhwgirxbvlvxfbk p:last-child {
  margin-bottom: 0;
}

.qhwgirxbvlvxfbk ul,
.qhwgirxbvlvxfbk ol {
  margin: 14px 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.qhwgirxbvlvxfbk table {
  margin-top: 16px;
}

.wcobvvmgo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.yqngyuxbj > :first-child {
  margin-top: 0;
}

.yqngyuxbj h2 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.yqngyuxbj h3 {
  margin: 22px 0 10px;
  font-size: 1.2rem;
}

.yqngyuxbj p,
.yqngyuxbj li,
.yqngyuxbj td,
.yqngyuxbj th {
  line-height: 1.72;
}

.yqngyuxbj table {
  margin-top: 16px;
}

.lqovdqbpv {
  display: grid;
  gap: 12px;
}

.awhaknrwihvjmqt {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  transition: background 160ms ease, transform 160ms ease;
}

.awhaknrwihvjmqt:hover,
.awhaknrwihvjmqt:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.ktoucggl {
  margin-top: 34px;
  padding: 60px 0;
  background: var(--header);
}

.lyplfbafo {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  grid-template-areas:
    "links actions"
    "showcase showcase"
    "brand meta";
  gap: 24px 32px;
  align-items: start;
}

.gomfdquhsbsiugcm {
  grid-area: links;
}

.hfrkllmt {
  grid-area: actions;
  justify-content: flex-end;
}

.cdwcxaydiqvl {
  grid-area: showcase;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
}

.rtmwjckopvosmhxq {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 36px rgba(0, 0, 0, 0.16);
}

.ifzrpmaikcivxcx {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.uvcmazonjbd {
  display: grid;
  gap: 12px;
}

.hoelzwlzcb {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.irkdyukzdre {
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

.npowizsqzptuk {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(17, 21, 29, 0.08);
  box-shadow: 0 14px 24px rgba(7, 10, 18, 0.18);
}

.hoelzwlzcb .npowizsqzptuk {
  min-height: 74px;
}

.npowizsqzptuk img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 32px;
  object-fit: contain;
}

.hoelzwlzcb .npowizsqzptuk img {
  max-height: 38px;
}

.gomfdquhsbsiugcm,
.hfrkllmt,
.noycvtidshegnku,
.fzwbkhlgogokye,
.tpqpelbzduu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

.fzwbkhlgogokye {
  grid-area: brand;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.nvhjnicpegixge {
  grid-area: meta;
  display: grid;
  gap: 14px;
  justify-items: end;
}

.noycvtidshegnku {
  justify-content: flex-end;
}

.noycvtidshegnku span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ytnqhrakehcct {
  margin-right: 0;
}

.tpqpelbzduu {
  gap: 10px;
}

.vreeslyctwisdz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hcstgflafosrx {
  width: 54px;
  padding: 0;
  background: rgba(25, 156, 134, 0.16);
}

.hcstgflafosrx img {
  width: 36px;
  height: 35px;
  object-fit: contain;
}

.naqsaydrx {
  text-align: right;
}

.naqsaydrx p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.pbyckodyuihcgf {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 60;
  transform: translateX(-50%);
  display: none;
  gap: 12px;
  padding: 10px;
  border-radius: 20px;
  background: rgba(16, 21, 30, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.mkgykaoakmmqnh {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.wlkieqdd {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--button);
  font-size: 0.82rem;
  font-weight: 800;
}

.nactsvmlzfttzdc {
  font-weight: 700;
}

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

  .lqkmlods,
  .vzulfbtixku {
    flex-wrap: wrap;
  }

  .hzqrthbdfw,
  .diavzhcp,
  .oeqykfhgp,
  .vqdajpgoh,
  .btnudfmhqt {
    grid-template-columns: 1fr;
  }

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

  .jsecwayyazbg .inzputroaz,
  .jsecwayyazbg .ynxmjcdubmu,
  .hhhzdcgrpurfp .inzputroaz,
  .hhhzdcgrpurfp .ynxmjcdubmu {
    order: initial;
  }

  .uyfgkrxru {
    position: static;
  }

  .nczjbrdbld h1 {
    max-width: 14ch;
  }

  .lyplfbafo {
    grid-template-columns: 1fr;
    grid-template-areas:
      "links"
      "actions"
      "showcase"
      "brand"
      "meta";
  }

  .cdwcxaydiqvl {
    grid-template-columns: 1fr;
  }

  .hfrkllmt,
  .noycvtidshegnku {
    justify-content: flex-start;
  }

  .nvhjnicpegixge {
    justify-items: start;
  }

  .naqsaydrx {
    text-align: left;
  }
}

@media (max-width: 760px) {
  body {
    padding-top: 82px;
  }

  .zapixnfql {
    padding: 18px 0 10px;
  }

  .akvsvwsrgvv {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .aosnbboucpae {
    min-height: 184px;
    padding: 16px 14px;
    border-radius: 20px;
  }

  .aosnbboucpae::after {
    width: 180px;
    height: 180px;
    right: -70px;
    top: -28px;
  }

  .ygqzzoqnxq::after {
    left: -70px;
    right: auto;
  }

  .awzjkxtpqeeczlb {
    max-width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .bozgpdjqozviig {
    max-width: 100%;
    align-items: flex-end;
    text-align: right;
    margin-left: auto;
  }

  .awzjkxtpqeeczlb,
  .bozgpdjqozviig {
    margin-left: 0;
  }

  .llblgshb {
    font-size: 1.15rem;
  }

  .zjgvaroj {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .crhdtlraeiaegt {
    font-size: 2.35rem;
  }

  .nmmhorelxaepsg {
    min-height: 42px;
    margin-top: 16px;
    padding: 0 18px;
    font-size: 0.88rem;
  }

  .tftotyjvsdiss {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .ajmtvpfhxgw {
    grid-column: 1;
    grid-row: 1;
  }

  .lqkmlods {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
  }

  .nxyfkhmsdztdp {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    z-index: 3;
  }

  .vzulfbtixku {
    display: flex;
    position: absolute;
    grid-column: 1 / -1;
    grid-row: 1;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    padding: 4px 0;
    border-radius: 20px;
    background: #171213;
    border: 1px solid rgba(233, 192, 95, 0.16);
    box-shadow: 0 24px 40px rgba(10, 6, 7, 0.42);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
    z-index: 2;
  }

  .tftotyjvsdiss.fgrdvnzfex .vzulfbtixku,
  .vzulfbtixku.ttnszefydydj {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

  .vzulfbtixku a {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .vzulfbtixku a:last-child {
    border-bottom: 0;
  }

  .lakymxwqh {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: auto;
    gap: 8px;
    position: relative;
    z-index: 3;
  }

  .lakymxwqh .tlmjwayroihokqda {
    padding: 12px 16px;
    font-size: 12px;
  }

  .lakymxwqh .ypqxmwmjtckrlcgw {
    padding: 12px 16px;
  }

  .kgkmilbzldmx {
    padding: 28px 0 32px;
  }

  .nczjbrdbld h1,
  .ccwdwsytwclustbl h2,
  .lkhdxcfpkcvhqr h2,
  .qqizqkrr h2,
  .ynxmjcdubmu h2,
  .wiwslfezwsrvyr h2,
  .wiwslfezwsrvyr .nzctyosr,
  .sknlucisqtdcqbw h2,
  .sknlucisqtdcqbw .nzctyosr {
    font-size: 2.15rem;
  }

  .nczjbrdbld h1 {
    max-width: none;
  }

  .zbuvmyiywnrbpzq {
    margin-left: -2px;
    margin-right: -2px;
    border-radius: 18px;
  }

  table {
    min-width: 640px;
  }

  .vzptgxmnulr,
  .lnraowshtz {
    display: block;
    width: 100%;
    margin: 16px 0 18px;
    border-radius: 20px;
  }

  /* Mobile: download buttons, rating and platform cards go right under the
     kgkmilbzldmx image, above the intro copy. Desktop order stays untouched. */
  .nczjbrdbld {
    display: flex;
    flex-direction: column;
  }

  .nczjbrdbld h1 {
    order: 1;
  }

  .nczjbrdbld .vzptgxmnulr {
    order: 2;
  }

  .nczjbrdbld .sgtnpcnsjscxn {
    order: 3;
    margin-top: 0;
  }

  .nczjbrdbld .pfdrjjkzddx {
    order: 4;
  }

  .nczjbrdbld .fvewzzchwvttgawh {
    order: 5;
    margin-top: 22px;
  }

  .nczjbrdbld .emlbzgaka {
    order: 6;
  }

  .kufkeonapjfn,
  .inzputroaz {
    display: none;
  }

  .sgtnpcnsjscxn,
  .pfdrjjkzddx,
  .hfrkllmt {
    width: 100%;
  }

  .sgtnpcnsjscxn {
    flex-direction: column;
  }

  .pfdrjjkzddx {
    grid-template-columns: 1fr;
  }

  .epnmixesuiq,
  .ednvspkamajudx {
    justify-content: center;
  }

  .tlmjwayroihokqda,
  .chyeqtjcruvri {
    width: 100%;
  }

  .ccwdwsytwclustbl {
    padding: 18px;
  }

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

  .hfrkllmt {
    flex-direction: column;
    gap: 10px;
  }

  .rtmwjckopvosmhxq {
    padding: 18px;
  }

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

  .npowizsqzptuk {
    min-height: 62px;
    padding: 12px;
  }

  .hoelzwlzcb .npowizsqzptuk {
    min-height: 68px;
  }

  .npowizsqzptuk img {
    max-height: 28px;
  }

  .hoelzwlzcb .npowizsqzptuk img {
    max-height: 32px;
  }

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

  .fzwbkhlgogokye,
  .tpqpelbzduu {
    width: 100%;
  }

  .ktoucggl {
    padding-bottom: 120px;
  }

  .pbyckodyuihcgf {
    display: flex;
    left: 50%;
    right: auto;
    bottom: 12px;
    width: min(360px, calc(100vw - 20px));
    transform: translateX(-50%);
    gap: 8px;
    padding: 8px;
    flex-direction: row;
  }

  .mkgykaoakmmqnh {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 10px 12px;
    gap: 8px;
  }

  .wlkieqdd {
    min-width: 40px;
    height: 36px;
    padding: 0 10px;
  }

  .nactsvmlzfttzdc {
    font-size: 0.78rem;
    line-height: 1.2;
  }
}

/* --- NEW FOOTER STYLES --- */
.qafnqnjplmuxo {
  background-color: var(--section-alt);
  color: var(--text-muted);
  padding: 40px 20px;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid var(--line);
}

.wcscnjjhetjrnsfh {
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

.mprbxuxtkibqmbxs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.gnguksjwmzc {
  color: var(--headings);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

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

.xkaqevmdjsmfdjdf {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ptjsyvcnzrzo {
  font-size: 32px;
  font-weight: 700;
  color: var(--headings);
  line-height: 1;
}

.ummagjbcfds {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: lowercase;
}

.mcatkawxzzh {
  font-size: 28px;
  font-weight: 700;
  color: var(--line);
  margin-top: -12px;
}

.ejnsbhagohrsw {
  display: flex;
  gap: 8px;
  width: 100%;
}

.wczbinzw {
  flex: 1;
  background: var(--button);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.dyazvukkpjdcais {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text-muted);
  border-radius: 8px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bkbcugzp {
  width: 20px;
  height: 20px;
}

.wocshpvcyvbovpi {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}

.inivicwfkuart {
  flex: 1;
  background: transparent;
  border: 1px solid var(--login-border);
  color: var(--login-border);
  padding: 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}

.vfaknzzhd {
  border-top: 1px solid var(--line);
  margin-bottom: 32px;
}

.zayjonpnfh {
  border-bottom: 1px solid var(--line);
}

.zayjonpnfh summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  color: var(--headings);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
}

.zayjonpnfh summary::-webkit-details-marker {
  display: none;
}

.dplrvxjq {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}

.zayjonpnfh[ttnszefydydj] summary .dplrvxjq {
  transform: rotate(180deg);
}

.zayjonpnfh ul {
  list-style: none;
  padding: 0 0 16px;
  margin: 0;
}

.zayjonpnfh ul li {
  margin-bottom: 12px;
}

.zayjonpnfh ul li:last-child {
  margin-bottom: 0;
}

.zayjonpnfh ul a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.zayjonpnfh ul a:hover {
  color: var(--headings);
}

.boisrlymktamknty {
  margin-bottom: 32px;
}

.ayvanyenpcnucu,
.owfxnopppjeadc {
  display: block;
  color: var(--headings);
  font-size: 18px;
  margin: 0 0 16px;
  font-weight: 600;
}

.ngayuuabsdjad {
  display: flex;
  gap: 12px;
}

.qzjkhfcvoljlx {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  color: var(--headings);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.foohexmx {
  width: 20px;
  height: 20px;
}

.ccjtidiruzwsrlm {
  width: 20px;
  height: 20px;
}

.ezzhgpdadvbyrmwy {
  margin-bottom: 32px;
}

.ypotljygmgn {
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 12px;
  scrollbar-width: none;
}

.ypotljygmgn::-webkit-scrollbar {
  display: none;
}

.xxcrtokkn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.xxcrtokkn img {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.3s;
  height: auto;
  min-width: 60px;
}

.xxcrtokkn img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

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

.nfzcxxmarwrpcfgq li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text-muted);
  font-size: 14px;
}

.nfzcxxmarwrpcfgq li a {
  color: var(--button);
  text-decoration: none;
  font-weight: 600;
}

.fghimczpejhdglrw {
  margin-top: 32px;
}

.bwhlwbtdnvgpstq {
  display: flex;
  gap: 12px;
}

.bwhlwbtdnvgpstq img {
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 8px;
}

.xqncnfpvdsf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.vldpvqrqjy span {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  color: var(--text-muted);
  background: var(--surface);
}

.xhvimhilciwzvpgx {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--headings);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.xhvimhilciwzvpgx svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .qafnqnjplmuxo {
    padding: 60px 40px;
  }

  .wcscnjjhetjrnsfh {
    max-width: 600px;
    margin: 0 auto 32px;
  }

  .wocshpvcyvbovpi {
    max-width: 600px;
    margin: 0 auto 32px;
  }

  .vfaknzzhd {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-top: none;
  }

  .zayjonpnfh {
    flex: 1;
    border-bottom: none;
  }

  .zayjonpnfh summary {
    pointer-events: none;
  }

  .zayjonpnfh summary .dplrvxjq {
    display: none;
  }

  .zayjonpnfh ul {
    display: block;
  }
}
