:root {
  --brand: #ffc43c;
  --brand-dark: #d1a131;
  --brand-light: #ffcf5f;
  --brand-glow: rgba(255, 196, 60, 0.45);
  --login-bg: #1a1c29;
  --login-border: rgba(255, 168, 56, 0.32);
  --login-text: #ffffff;
  --blue: #ffa838;
  --blue-dark: #d18a2e;
  --blue-glow: rgba(255, 168, 56, 0.35);
  --header-bg: #1f2130;
  --section-bg: #1f2130;
  --section-alt: #11131c;
  --hero-bg: #1f2130;
  --bg: #12151e;
  --bg-card: #1f2130;
  --bg-card-alt: #1b1d2a;
  --surface: rgba(27, 29, 42, 0.72);
  --surface-hover: rgba(31, 33, 48, 0.84);
  --headings: #ffffff;
  --text: #ffffff;
  --text-muted: #929398;
  --border: rgba(255, 168, 56, 0.18);
  --neon-line: rgba(255, 196, 60, 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;
}

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

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

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

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

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

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

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

.qohrmggdqxyiyiev .kjsuuott {
  width: 140px;
}

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

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

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

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

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

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

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

.akstnpcixgddsadl.hcwdimnxlv .lyarnhabdyhfyz {
  background: linear-gradient(180deg, rgba(225, 39, 8, 0.92), rgba(176, 25, 6, 0.92));
}

.akstnpcixgddsadl.hcwdimnxlv .lyarnhabdyhfyz span:nth-child(1) {
  top: 25px;
  transform: translateX(-50%) rotate(45deg);
}

.akstnpcixgddsadl.hcwdimnxlv .lyarnhabdyhfyz span:nth-child(2) {
  opacity: 0;
  transform: translateX(-50%) scaleX(0.3);
}

.akstnpcixgddsadl.hcwdimnxlv .lyarnhabdyhfyz span:nth-child(3) {
  top: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

.nrncpenjhhgo a,
.ovpbtbkutb a {
  color: rgba(255, 255, 255, 0.86);
}

.nrncpenjhhgo a:hover,
.nrncpenjhhgo a:focus-visible,
.ovpbtbkutb a:hover,
.ovpbtbkutb a:focus-visible {
  color: #fff;
}

.rmnzzrdvbt,
.fqzjtmshh {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

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

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

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

.ssblbgxjqxny {
  min-width: 210px;
}

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

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

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

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

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

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

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

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

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

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

.fdvkftseilr,
.glkmnhjsm,
.ahzzahcjfznk,
.fpyddyvsok {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

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

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

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

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

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

.rmnzzrdvbt {
  gap: 10px;
}

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

.rmnzzrdvbt .aoktwpyuexcar {
  background-color: #ff0123;
  color: #fff;
}

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

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

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

.tzfcvyngvzlvn h1,
.gatlxtmentv h2,
.bkbdmpvtjrpszxp h2,
.ksrtrbjtwsvdlhv h2,
.zhioacllaexa h2,
.jxvuhjdyuyo h2,
.jxvuhjdyuyo .zoaflccsoz,
.yzzrsgxpghno h2,
.yzzrsgxpghno .zoaflccsoz {
  display: block;
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3.8rem);
  line-height: 1.04;
  font-weight: 800;
}

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

.dxbwkbkrrxbizuc,
.cpdduzpecwedmorl,
.gatlxtmentv p,
.osibrtqzsxgj,
.zhioacllaexa p,
.xzihzgkenj p,
.xvlthfups p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}

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

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

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

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

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

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

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

.jmmhubwjmkvmrer,
.whyiehbjzbhdwz {
  display: flex;
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.cxqsczsilk,
.rowfverdu {
  display: none;
}

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

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

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

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

.tkagjqincnp {
  padding: 0 0 26px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thslrwrzxmr {
  padding: 24px 0;
}

.bkbdmpvtjrpszxp h2,
.ksrtrbjtwsvdlhv h2,
.jxvuhjdyuyo h2,
.jxvuhjdyuyo .zoaflccsoz,
.yzzrsgxpghno h2,
.yzzrsgxpghno .zoaflccsoz {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

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

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

.ksrtrbjtwsvdlhv .osibrtqzsxgj {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tzfcvyngvzlvn,
.rrvrpmqegrmbihx,
.zhioacllaexa,
.dijpnfisstuav,
.qoukaxqpxwpxaaoo,
.bccygnuzscmczyt {
  min-width: 0;
}

.zhioacllaexa,
.jneqwcwotgzl {
  max-width: 100%;
}

.ejuwharvfxetjjgo .dijpnfisstuav {
  order: 1;
}

.ejuwharvfxetjjgo .zhioacllaexa {
  order: 2;
}

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

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

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

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

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

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

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

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

.yiukywevougtlt .dijpnfisstuav {
  order: 1;
}

.yiukywevougtlt .zhioacllaexa {
  order: 2;
}

.xbcvhydpkpsnwo {
  margin-top: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ovpbtbkutb {
  grid-area: links;
}

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

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

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

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

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

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

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

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

.obogpdimwnftq .yffdrsculhp {
  min-height: 74px;
}

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

.obogpdimwnftq .yffdrsculhp img {
  max-height: 38px;
}

.ovpbtbkutb,
.fqzjtmshh,
.vagqkzwygmosqqx,
.uybijyigprybca,
.vdydkuscnoggsqpb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

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

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

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

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

.qohrmggdqxyiyiev {
  margin-right: 0;
}

.vdydkuscnoggsqpb {
  gap: 10px;
}

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

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

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

.xzihzgkenj {
  text-align: right;
}

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

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

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

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

.hdbrsihdkkhsstrs {
  font-weight: 700;
}

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

  .utlktxujtx,
  .nrncpenjhhgo {
    flex-wrap: wrap;
  }

  .mxkudjdxr,
  .guprslmldozku,
  .nbcjvlcypxv,
  .wfxnmpyhv,
  .vlylluvqyxuafnff {
    grid-template-columns: 1fr;
  }

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

  .yiukywevougtlt .dijpnfisstuav,
  .yiukywevougtlt .zhioacllaexa,
  .ejuwharvfxetjjgo .dijpnfisstuav,
  .ejuwharvfxetjjgo .zhioacllaexa {
    order: initial;
  }

  .bccygnuzscmczyt {
    position: static;
  }

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

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

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

  .fqzjtmshh,
  .vagqkzwygmosqqx {
    justify-content: flex-start;
  }

  .zxnrwwkshc {
    justify-items: start;
  }

  .xzihzgkenj {
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

  .eanyucwefzvn,
  .febjleqdhdly {
    margin-left: 0;
  }

  .glkmnhjsm {
    font-size: 1.15rem;
  }

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

  .fpyddyvsok {
    font-size: 2.35rem;
  }

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

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

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

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

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

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

  .akstnpcixgddsadl.hcwdimnxlv .nrncpenjhhgo,
  .nrncpenjhhgo.skykoazrmnznicws {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

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

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

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

  .rmnzzrdvbt .hjsvrfljle {
    padding: 12px 16px;
    font-size: 12px;
  }

  .rmnzzrdvbt .siaxxigoewdmhen {
    padding: 12px 16px;
  }

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

  .tzfcvyngvzlvn h1,
  .gatlxtmentv h2,
  .bkbdmpvtjrpszxp h2,
  .ksrtrbjtwsvdlhv h2,
  .zhioacllaexa h2,
  .jxvuhjdyuyo h2,
  .jxvuhjdyuyo .zoaflccsoz,
  .yzzrsgxpghno h2,
  .yzzrsgxpghno .zoaflccsoz {
    font-size: 2.15rem;
  }

  .tzfcvyngvzlvn h1 {
    max-width: none;
  }

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

  table {
    min-width: 640px;
  }

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

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

  .tzfcvyngvzlvn h1 {
    order: 1;
  }

  .tzfcvyngvzlvn .cxqsczsilk {
    order: 2;
  }

  .tzfcvyngvzlvn .snordhvlah {
    order: 3;
    margin-top: 0;
  }

  .tzfcvyngvzlvn .dhvpxalpiyzb {
    order: 4;
  }

  .tzfcvyngvzlvn .dxbwkbkrrxbizuc {
    order: 5;
    margin-top: 22px;
  }

  .tzfcvyngvzlvn .cpdduzpecwedmorl {
    order: 6;
  }

  .rrvrpmqegrmbihx,
  .dijpnfisstuav {
    display: none;
  }

  .snordhvlah,
  .dhvpxalpiyzb,
  .fqzjtmshh {
    width: 100%;
  }

  .snordhvlah {
    flex-direction: column;
  }

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

  .jmmhubwjmkvmrer,
  .whyiehbjzbhdwz {
    justify-content: center;
  }

  .hjsvrfljle,
  .ugaegutlzat {
    width: 100%;
  }

  .gatlxtmentv {
    padding: 18px;
  }

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

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

  .fjfljerkfedzat {
    padding: 18px;
  }

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

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

  .obogpdimwnftq .yffdrsculhp {
    min-height: 68px;
  }

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

  .obogpdimwnftq .yffdrsculhp img {
    max-height: 32px;
  }

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

  .uybijyigprybca,
  .vdydkuscnoggsqpb {
    width: 100%;
  }

  .osbrcsadjz {
    padding-bottom: 120px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uddvribu[skykoazrmnznicws] summary .zfyvdvtyuyh {
  transform: rotate(180deg);
}

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

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

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

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

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

.vspbkbjtwphbyo {
  margin-bottom: 32px;
}

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

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

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

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

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

.drpzjuuuwrbpo {
  margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

.xusgmvfxvg {
  margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

  .uddvribu summary {
    pointer-events: none;
  }

  .uddvribu summary .zfyvdvtyuyh {
    display: none;
  }

  .uddvribu ul {
    display: block;
  }
}
