:root {
  --brand: #e3bf5a;
  --brand-dark: #ba9d4a;
  --brand-light: #e8cb78;
  --brand-glow: rgba(227, 191, 90, 0.45);
  --login-bg: #202124;
  --login-border: rgba(222, 51, 51, 0.32);
  --login-text: #ffffff;
  --blue: #de3333;
  --blue-dark: #b62a2a;
  --blue-glow: rgba(222, 51, 51, 0.35);
  --header-bg: #050713;
  --section-bg: #202124;
  --section-alt: #1d1e21;
  --hero-bg: #202124;
  --bg: #202124;
  --bg-card: #202124;
  --bg-card-alt: #1c1d20;
  --surface: rgba(28, 29, 32, 0.72);
  --surface-hover: rgba(32, 33, 36, 0.84);
  --headings: #ffffff;
  --text: #ffffff;
  --text-muted: #98999a;
  --border: rgba(222, 51, 51, 0.18);
  --neon-line: rgba(227, 191, 90, 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;
}

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

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

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

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

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

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

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

.tsosywddwzu .fpjqdbxsrvqlbou {
  width: 140px;
}

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

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

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

.orrzclpj 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;
}

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

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

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

.zdxicfgqepn.bxfxhpjjo .orrzclpj {
  background: linear-gradient(180deg, rgba(225, 39, 8, 0.92), rgba(176, 25, 6, 0.92));
}

.zdxicfgqepn.bxfxhpjjo .orrzclpj span:nth-child(1) {
  top: 25px;
  transform: translateX(-50%) rotate(45deg);
}

.zdxicfgqepn.bxfxhpjjo .orrzclpj span:nth-child(2) {
  opacity: 0;
  transform: translateX(-50%) scaleX(0.3);
}

.zdxicfgqepn.bxfxhpjjo .orrzclpj span:nth-child(3) {
  top: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

.ircozjddonvsn a,
.cqvbandgclddoe a {
  color: rgba(255, 255, 255, 0.86);
}

.ircozjddonvsn a:hover,
.ircozjddonvsn a:focus-visible,
.cqvbandgclddoe a:hover,
.cqvbandgclddoe a:focus-visible {
  color: #fff;
}

.cjozqvnxcqlfvxfm,
.eyqdqjsf {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

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

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

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

.ltbijbsvhg {
  min-width: 210px;
}

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

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

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

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

.noqfkkvuranktroc::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%);
}

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

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

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

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

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

.rsrtkkjku,
.jlyqdpdautlfzxe,
.kbegymkqgoy,
.urcpsrfmsdogfsd {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

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

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

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

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

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

.cjozqvnxcqlfvxfm {
  gap: 10px;
}

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

.cjozqvnxcqlfvxfm .gadvsmkopbvaqytw {
  background-color: #ff0123;
  color: #fff;
}

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

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

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

.mrpoadii h1,
.jtderhlm h2,
.cvulufamfydvl h2,
.ewjqtwaebl h2,
.frbbydkfxv h2,
.ksgqcniqnlygqex h2,
.ksgqcniqnlygqex .mqciqifgcsc,
.wrhsoyykgvr h2,
.wrhsoyykgvr .mqciqifgcsc {
  display: block;
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3.8rem);
  line-height: 1.04;
  font-weight: 800;
}

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

.uyquyarzpvyyob,
.qcxukqsjgbh,
.jtderhlm p,
.akdbscczriqnl,
.frbbydkfxv p,
.ucprmvaefpsrtpm p,
.xpathxrbomd p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}

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

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

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

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

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

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

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

.nexnhqieeeeqsl,
.cxtngjwxvqftgulu {
  display: flex;
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.marsdfbhqqcnvfk,
.cqujfoeuj {
  display: none;
}

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

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

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

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

.cbxtlbkycf {
  padding: 0 0 26px;
}

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

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

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

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

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

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

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

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

.bnqzxkuwtpqwpdod 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;
}

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

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

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

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

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

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

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

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

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

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

.azftojfh {
  padding: 24px 0;
}

.cvulufamfydvl h2,
.ewjqtwaebl h2,
.ksgqcniqnlygqex h2,
.ksgqcniqnlygqex .mqciqifgcsc,
.wrhsoyykgvr h2,
.wrhsoyykgvr .mqciqifgcsc {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

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

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

.ewjqtwaebl .akdbscczriqnl {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mrpoadii,
.ujojrrgcrqfelwf,
.frbbydkfxv,
.ggjjcohnfy,
.nzyzxkkja,
.bxpofemmjyzc {
  min-width: 0;
}

.frbbydkfxv,
.zkcutxjhybvebu {
  max-width: 100%;
}

.rsyotftrykhzpldc .ggjjcohnfy {
  order: 1;
}

.rsyotftrykhzpldc .frbbydkfxv {
  order: 2;
}

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

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

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

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

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

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

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

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

.vxqgyvilg .ggjjcohnfy {
  order: 1;
}

.vxqgyvilg .frbbydkfxv {
  order: 2;
}

.hztqmgkyeap {
  margin-top: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cqvbandgclddoe {
  grid-area: links;
}

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

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

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

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

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

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

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

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

.ydbhyjqf .tuypkaibq {
  min-height: 74px;
}

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

.ydbhyjqf .tuypkaibq img {
  max-height: 38px;
}

.cqvbandgclddoe,
.eyqdqjsf,
.ewafiolrfgbudktl,
.uqepfoqaxdl,
.fkxztrfryqyoszg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

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

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

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

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

.tsosywddwzu {
  margin-right: 0;
}

.fkxztrfryqyoszg {
  gap: 10px;
}

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

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

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

.ucprmvaefpsrtpm {
  text-align: right;
}

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

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

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

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

.uznsdfrhrswt {
  font-weight: 700;
}

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

  .bxmpffgfttx,
  .ircozjddonvsn {
    flex-wrap: wrap;
  }

  .fylytnnw,
  .iilnxzgznaqkuz,
  .xxrdhmurefpj,
  .sxikagmok,
  .qeicbondvutrx {
    grid-template-columns: 1fr;
  }

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

  .vxqgyvilg .ggjjcohnfy,
  .vxqgyvilg .frbbydkfxv,
  .rsyotftrykhzpldc .ggjjcohnfy,
  .rsyotftrykhzpldc .frbbydkfxv {
    order: initial;
  }

  .bxpofemmjyzc {
    position: static;
  }

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

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

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

  .eyqdqjsf,
  .ewafiolrfgbudktl {
    justify-content: flex-start;
  }

  .pwpvcumnlbrkr {
    justify-items: start;
  }

  .ucprmvaefpsrtpm {
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

  .efxbezgzba,
  .angosmfgjpf {
    margin-left: 0;
  }

  .jlyqdpdautlfzxe {
    font-size: 1.15rem;
  }

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

  .urcpsrfmsdogfsd {
    font-size: 2.35rem;
  }

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

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

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

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

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

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

  .zdxicfgqepn.bxfxhpjjo .ircozjddonvsn,
  .ircozjddonvsn.oqpijtczngngqo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

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

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

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

  .cjozqvnxcqlfvxfm .yajmohcyrhs {
    padding: 12px 16px;
    font-size: 12px;
  }

  .cjozqvnxcqlfvxfm .owtoeiyazs {
    padding: 12px 16px;
  }

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

  .mrpoadii h1,
  .jtderhlm h2,
  .cvulufamfydvl h2,
  .ewjqtwaebl h2,
  .frbbydkfxv h2,
  .ksgqcniqnlygqex h2,
  .ksgqcniqnlygqex .mqciqifgcsc,
  .wrhsoyykgvr h2,
  .wrhsoyykgvr .mqciqifgcsc {
    font-size: 2.15rem;
  }

  .mrpoadii h1 {
    max-width: none;
  }

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

  table {
    min-width: 640px;
  }

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

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

  .mrpoadii h1 {
    order: 1;
  }

  .mrpoadii .marsdfbhqqcnvfk {
    order: 2;
  }

  .mrpoadii .czpolwwxty {
    order: 3;
    margin-top: 0;
  }

  .mrpoadii .getyybpcab {
    order: 4;
  }

  .mrpoadii .uyquyarzpvyyob {
    order: 5;
    margin-top: 22px;
  }

  .mrpoadii .qcxukqsjgbh {
    order: 6;
  }

  .ujojrrgcrqfelwf,
  .ggjjcohnfy {
    display: none;
  }

  .czpolwwxty,
  .getyybpcab,
  .eyqdqjsf {
    width: 100%;
  }

  .czpolwwxty {
    flex-direction: column;
  }

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

  .nexnhqieeeeqsl,
  .cxtngjwxvqftgulu {
    justify-content: center;
  }

  .yajmohcyrhs,
  .jazbuvkiisoom {
    width: 100%;
  }

  .jtderhlm {
    padding: 18px;
  }

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

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

  .khiroqiwv {
    padding: 18px;
  }

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

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

  .ydbhyjqf .tuypkaibq {
    min-height: 68px;
  }

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

  .ydbhyjqf .tuypkaibq img {
    max-height: 32px;
  }

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

  .uqepfoqaxdl,
  .fkxztrfryqyoszg {
    width: 100%;
  }

  .ugtlivyeraufyq {
    padding-bottom: 120px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fmldeyrgdpb 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;
}

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

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

.fmldeyrgdpb[oqpijtczngngqo] summary .elsntrdohrvzf {
  transform: rotate(180deg);
}

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

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

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

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

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

.qewbxmekgke {
  margin-bottom: 32px;
}

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

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

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

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

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

.jkdxznyy {
  margin-bottom: 32px;
}

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

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

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

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

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

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

.gdshnuhyirnw 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;
}

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

.tyshmicgjwhm {
  margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

  .fmldeyrgdpb summary {
    pointer-events: none;
  }

  .fmldeyrgdpb summary .elsntrdohrvzf {
    display: none;
  }

  .fmldeyrgdpb ul {
    display: block;
  }
}
