:root {
  --brand: #8840fc;
  --brand-dark: #7034cf;
  --brand-light: #9d62fd;
  --brand-glow: rgba(136, 64, 252, 0.45);
  --login-bg: #31334c;
  --login-border: rgba(117, 76, 201, 0.32);
  --login-text: #d2d1d1;
  --blue: #754cc9;
  --blue-dark: #603ea5;
  --blue-glow: rgba(117, 76, 201, 0.35);
  --header-bg: #251f42;
  --section-bg: #494771;
  --section-alt: #121321;
  --hero-bg: #514881;
  --bg: #141524;
  --bg-card: #434665;
  --bg-card-alt: #3b3e59;
  --surface: rgba(59, 62, 89, 0.72);
  --surface-hover: rgba(67, 70, 101, 0.84);
  --headings: #d2d1d1;
  --text: #ffffff;
  --text-muted: #93939a;
  --border: rgba(117, 76, 201, 0.18);
  --neon-line: rgba(136, 64, 252, 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;
}

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

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

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

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

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

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

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

.fbbjtqszmtsetit .vuyucgtotv {
  width: 140px;
}

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

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

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

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

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

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

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

.paoqieggqih.folwurbwwzi .ulqiczfrecbnxq {
  background: linear-gradient(180deg, rgba(225, 39, 8, 0.92), rgba(176, 25, 6, 0.92));
}

.paoqieggqih.folwurbwwzi .ulqiczfrecbnxq span:nth-child(1) {
  top: 25px;
  transform: translateX(-50%) rotate(45deg);
}

.paoqieggqih.folwurbwwzi .ulqiczfrecbnxq span:nth-child(2) {
  opacity: 0;
  transform: translateX(-50%) scaleX(0.3);
}

.paoqieggqih.folwurbwwzi .ulqiczfrecbnxq span:nth-child(3) {
  top: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

.tifpimzzdl a,
.zttiyeswv a {
  color: rgba(255, 255, 255, 0.86);
}

.tifpimzzdl a:hover,
.tifpimzzdl a:focus-visible,
.zttiyeswv a:hover,
.zttiyeswv a:focus-visible {
  color: #fff;
}

.yauitrpalemp,
.auokrsxjdebmemkj {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

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

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

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

.emawqvza {
  min-width: 210px;
}

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

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

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

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

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

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

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

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

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

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

.uacyyisxdk,
.ddcbnljvbtfi,
.keuhmurosurcai,
.osxzpfyetdcxsz {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

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

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

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

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

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

.yauitrpalemp {
  gap: 10px;
}

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

.yauitrpalemp .qjxyxbuqdjf {
  background-color: #ff0123;
  color: #fff;
}

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

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

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

.rarsajxwqbg h1,
.oicognncksczwssy h2,
.wohulxhyph h2,
.dlwyajfiuhu h2,
.juqoqdxtmm h2,
.sygdjuctvfkzkgg h2,
.sygdjuctvfkzkgg .bjrdnjkbsqzsjs,
.sxojugmez h2,
.sxojugmez .bjrdnjkbsqzsjs {
  display: block;
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3.8rem);
  line-height: 1.04;
  font-weight: 800;
}

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

.ukixteto,
.fyahtxxxjcfn,
.oicognncksczwssy p,
.zvnkwqvxumsuvqeu,
.juqoqdxtmm p,
.tdiibtksioa p,
.ctjigegoqjfulntu p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}

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

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

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

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

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

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

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

.frsbnudm,
.myufsekhvbvkfcog {
  display: flex;
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.nwqcpuenu,
.afcjwasoapado {
  display: none;
}

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

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

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

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

.ncqdetzgau {
  padding: 0 0 26px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fxmgozsoreziyd {
  padding: 24px 0;
}

.wohulxhyph h2,
.dlwyajfiuhu h2,
.sygdjuctvfkzkgg h2,
.sygdjuctvfkzkgg .bjrdnjkbsqzsjs,
.sxojugmez h2,
.sxojugmez .bjrdnjkbsqzsjs {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

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

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

.dlwyajfiuhu .zvnkwqvxumsuvqeu {
  margin: 0 0 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rarsajxwqbg,
.ovybltmgbwzlidfr,
.juqoqdxtmm,
.omrpjjufn,
.uqnbpdvocjcfeb,
.ytruycsectvsowtr {
  min-width: 0;
}

.juqoqdxtmm,
.gkhokqnrxpc {
  max-width: 100%;
}

.lonzkxiveyktftcl .omrpjjufn {
  order: 1;
}

.lonzkxiveyktftcl .juqoqdxtmm {
  order: 2;
}

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

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

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

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

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

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

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

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

.xozimzqhmodnitfa .omrpjjufn {
  order: 1;
}

.xozimzqhmodnitfa .juqoqdxtmm {
  order: 2;
}

.vclwjxhe {
  margin-top: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zttiyeswv {
  grid-area: links;
}

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

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

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

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

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

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

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

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

.onhlgfgut .gewasqlxwf {
  min-height: 74px;
}

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

.onhlgfgut .gewasqlxwf img {
  max-height: 38px;
}

.zttiyeswv,
.auokrsxjdebmemkj,
.hfxkuehnhh,
.hieuemjjsglfgnza,
.ipsamudmxjmkyd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

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

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

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

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

.fbbjtqszmtsetit {
  margin-right: 0;
}

.ipsamudmxjmkyd {
  gap: 10px;
}

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

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

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

.tdiibtksioa {
  text-align: right;
}

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

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

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

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

.qtblezxuswtglg {
  font-weight: 700;
}

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

  .eyiwemtjyda,
  .tifpimzzdl {
    flex-wrap: wrap;
  }

  .tmfzqlmp,
  .khpnpbqkv,
  .vtjiesnch,
  .asyojckj,
  .vytlsqyfgfpriq {
    grid-template-columns: 1fr;
  }

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

  .xozimzqhmodnitfa .omrpjjufn,
  .xozimzqhmodnitfa .juqoqdxtmm,
  .lonzkxiveyktftcl .omrpjjufn,
  .lonzkxiveyktftcl .juqoqdxtmm {
    order: initial;
  }

  .ytruycsectvsowtr {
    position: static;
  }

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

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

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

  .auokrsxjdebmemkj,
  .hfxkuehnhh {
    justify-content: flex-start;
  }

  .xzxwveinyciq {
    justify-items: start;
  }

  .tdiibtksioa {
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

  .oaaawdlngdweha,
  .hsfypkwms {
    margin-left: 0;
  }

  .ddcbnljvbtfi {
    font-size: 1.15rem;
  }

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

  .osxzpfyetdcxsz {
    font-size: 2.35rem;
  }

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

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

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

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

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

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

  .paoqieggqih.folwurbwwzi .tifpimzzdl,
  .tifpimzzdl.aayfzvaodrqva {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

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

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

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

  .yauitrpalemp .dcvbecpfpueuuyqb {
    padding: 12px 16px;
    font-size: 12px;
  }

  .yauitrpalemp .fmylwhfwwcag {
    padding: 12px 16px;
  }

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

  .rarsajxwqbg h1,
  .oicognncksczwssy h2,
  .wohulxhyph h2,
  .dlwyajfiuhu h2,
  .juqoqdxtmm h2,
  .sygdjuctvfkzkgg h2,
  .sygdjuctvfkzkgg .bjrdnjkbsqzsjs,
  .sxojugmez h2,
  .sxojugmez .bjrdnjkbsqzsjs {
    font-size: 2.15rem;
  }

  .rarsajxwqbg h1 {
    max-width: none;
  }

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

  table {
    min-width: 640px;
  }

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

  .ovybltmgbwzlidfr,
  .omrpjjufn {
    display: none;
  }

  .cevpecpcudmno,
  .wivtlfxncyfp,
  .auokrsxjdebmemkj {
    width: 100%;
  }

  .cevpecpcudmno {
    flex-direction: column;
  }

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

  .frsbnudm,
  .myufsekhvbvkfcog {
    justify-content: center;
  }

  .dcvbecpfpueuuyqb,
  .rccpaeojihd {
    width: 100%;
  }

  .oicognncksczwssy {
    padding: 18px;
  }

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

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

  .gbliatgoipuogpi {
    padding: 18px;
  }

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

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

  .onhlgfgut .gewasqlxwf {
    min-height: 68px;
  }

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

  .onhlgfgut .gewasqlxwf img {
    max-height: 32px;
  }

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

  .hieuemjjsglfgnza,
  .ipsamudmxjmkyd {
    width: 100%;
  }

  .fnjgxgkyxnwirapc {
    padding-bottom: 120px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ghyhjdcdie[aayfzvaodrqva] summary .aivzwhlvie {
  transform: rotate(180deg);
}

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

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

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

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

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

.mhhheiyouf {
  margin-bottom: 32px;
}

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

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

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

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

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

.lklxspmr {
  margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

.bnhfqzpnxg {
  margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

  .ghyhjdcdie summary {
    pointer-events: none;
  }

  .ghyhjdcdie summary .aivzwhlvie {
    display: none;
  }

  .ghyhjdcdie ul {
    display: block;
  }
}
