:root {
  --gzzAiLnBrvLt: #FEFCFD;
  --BoegJHszfAwH: #0E0B17;
  --wktaDktDAcRo: #FF4040;
  --CLcGkhyeKfSg: #426260;
  --DslbPKrzPebS: #353539;
  --IZxqmPEhSThF: #060511;
  --ALByJEGDfRPU: #1CB50B;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: var(--gzzAiLnBrvLt);
  color: var(--BoegJHszfAwH);
}

p { font-size: 18px; line-height: 1.45; }

h1 { font-size: 34px; line-height: 1.2; }
h2 { font-size: 30px; line-height: 1.2; }
h3 { font-size: 24px; line-height: 1.25; }

img { width: 100%; max-width: 100%; height: auto; }
figure { margin: 0 0 24px; }

.vZMrgAlwgjQd a,
.JfAkfyJqCfZL a {
  color: var(--gzzAiLnBrvLt);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.LNpLtuGTiuVv { padding-inline: 24px; }

.KQSAIgVDLAxr {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.RzhlogYhBpxw,
.OpmeWpeybgPY {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.vZMrgAlwgjQd {
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--DslbPKrzPebS);
}

.KQSAIgVDLAxr img,
.wtjaMdNaiOAv {
  width: 70px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

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

.RzhlogYhBpxw { padding: 2rem; border-radius: 0.25rem; }

.FltPnkfGuTsK {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.FltPnkfGuTsK a {
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 20px;
  text-align: center;
  border-radius: 15px;
  background-color: var(--BoegJHszfAwH);
  color: var(--gzzAiLnBrvLt);
  text-decoration: none;
}

.FltPnkfGuTsK a:nth-child(2) {
  background-color: var(--wktaDktDAcRo);
  border-radius: 16px;
  font-weight: 700;
  animation: bmPulse 2s infinite;
}

.FltPnkfGuTsK a:nth-child(2):hover { transform: translateY(-3px); text-decoration: none; }

.PEiqpXgwBoqF {
  box-shadow: 3px 3px 15px #000;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-height: 400px;
  aspect-ratio: 16 / 7;
  background-color: rgba(0, 0, 0, 0.18);
}

.kUVIqgHkbWnY {
  position: relative;
  width: 100%;
  height: 100%;
}

.kUVIqgHkbWnY::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.PEiqpXgwBoqF img {
  border-radius: 22px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.AUVCRNOazmpJ {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 32px 21px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  gap: 28px;
  border-radius: 30px;
  color: var(--gzzAiLnBrvLt);
  background: rgba(22, 14, 12, 0.7);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.AUVCRNOazmpJ p { margin: 0; color: var(--gzzAiLnBrvLt); font-size: inherit; }

.bxpuidmqBOSN {
  background-color: var(--wktaDktDAcRo);
  color: var(--gzzAiLnBrvLt);
  border: none;
  cursor: pointer;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  border-radius: 20px;
  padding: 20px;
  transition: all 0.25s ease;
  animation: bmPulse 2s infinite;
  text-decoration: none;
  text-transform: uppercase;
}

@keyframes bmPulse {
  0% { transform: scale(0.9); }
  50% { transform: scale(1); }
  100% { transform: scale(0.9); }
}

.bxpuidmqBOSN:hover { text-decoration: none; transform: translateY(-3px); }

.PVYAatQrKYvL {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  margin-block: 40px;
  flex-wrap: wrap;
}

.ajCffAXelbAE {
  background-color: var(--wktaDktDAcRo);
  padding: 15px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  min-width: 250px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.25s ease;
}

.ajCffAXelbAE:hover { transform: translateY(-3px); }

.zIRtwBdNUrVO {
  color: var(--gzzAiLnBrvLt);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.zIRtwBdNUrVO:hover { text-decoration: none; }

.HxXqvJdpdatb { margin: 40px 0; }

.vOgBIAwyaCNv {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.VytJRgqqBGwI { position: relative; min-width: 0; }

.xfkMXAtilXlF {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 385 / 500;
  background: rgba(0, 0, 0, 0.12);
}

.VytJRgqqBGwI img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.xfkMXAtilXlF::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.efxXrheLNtkw {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1;
}

.TEPneOQtFDIa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  padding: 12px 24px;
  border-radius: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--gzzAiLnBrvLt);
  background: var(--wktaDktDAcRo);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.efxXrheLNtkw .TEPneOQtFDIa:last-child {
  background-color: var(--ALByJEGDfRPU);
}

.VytJRgqqBGwI:hover img,
.VytJRgqqBGwI:focus-within img { transform: scale(1.03); }

.VytJRgqqBGwI:hover .xfkMXAtilXlF::after,
.VytJRgqqBGwI:focus-within .xfkMXAtilXlF::after { opacity: 1; }

.VytJRgqqBGwI:hover .efxXrheLNtkw,
.VytJRgqqBGwI:focus-within .efxXrheLNtkw {
  opacity: 1;
  visibility: visible;
}

.TEPneOQtFDIa:hover { transform: translateY(-1px); text-decoration: none; }

.bLRaBtPkvcde {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
}

table {
  border-radius: 15px;
  border-collapse: collapse;
  color: var(--BoegJHszfAwH);
  width: 100%;
}

td, th { padding: 10px; }

table thead th {
  color: var(--gzzAiLnBrvLt);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background-color: var(--DslbPKrzPebS);
}

table thead th:first-child { border-top-left-radius: 15px; }
table thead th:last-child { border-top-right-radius: 15px; }

table tbody { outline: 1px solid var(--BoegJHszfAwH); outline-offset: -1px; }
table tbody tr { border-bottom: 1px solid var(--CLcGkhyeKfSg); }

.MfuLxVvWJdgG {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 32px 0 40px;
}

.qUKKNZpmofOO {
  padding: 18px 16px 16px;
  border-radius: 18px;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--CLcGkhyeKfSg);
  color: var(--gzzAiLnBrvLt);
}

.qUKKNZpmofOO label { display: block; cursor: pointer; }
.qUKKNZpmofOO h3 { margin: 0; }

.VaZJbyUjAnso {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--DslbPKrzPebS);
  position: relative;
  padding-right: 28px;
}

.VaZJbyUjAnso::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}

.XnXnUobrPUif {
  display: none;
  padding-top: 12px;
}

.XnXnUobrPUif p { margin: 0; color: var(--gzzAiLnBrvLt); }

.qUKKNZpmofOO input:checked + label .VaZJbyUjAnso::after { content: "–"; }
.qUKKNZpmofOO input:checked ~ .XnXnUobrPUif { display: block; }

.OpmeWpeybgPY { text-align: center; }

.rzdnlvCbnaCC {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  border-radius: 15px;
  background-color: var(--BoegJHszfAwH);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.rzdnlvCbnaCC::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid var(--gzzAiLnBrvLt);
}

.NjOBBeRyJzfD {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1001;
  color: var(--gzzAiLnBrvLt);
}

.NjOBBeRyJzfD::before { content: "☰"; display: block; }

.fHVEZZAXXivx { display: none; }
.eYQxFSYutRhf { display: none; }
.DFacYAeyfcMD { display: none; }
.BKkSLMRZkXbh { display: flex; }
.zwhasLDZSMQD { display: none; }

.DnnEQBNRDPXV:checked + label::before { content: "✕"; }

.JfAkfyJqCfZL {
  background-color: var(--IZxqmPEhSThF);
  color: var(--gzzAiLnBrvLt);
  padding: 2rem;
}

.LipdMSkWGuGh {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}

.FSLnFjFHmEQt {
  display: flex;
  gap: 30px;
  justify-content: center;
  text-align: center;
  max-width: 800px;
  flex-wrap: wrap;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.NtSvWzQRVkqC {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.SZrAjfiDBOzP { width: 45px; height: auto; }
.ANiRIXaLcMQS { width: 150px; height: auto; }

@media (max-width: 1100px) {
  .LNpLtuGTiuVv { padding-inline: 0; }
  .vOgBIAwyaCNv { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  table { display: block; width: max-content; max-width: 100%; margin: 0 auto; }
  table:has(tr:first-child > td:nth-child(2):last-child),
  table:has(tr:first-child > th:nth-child(2):last-child) {
    display: table;
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
}

@media (max-width: 992px) {
  .vOgBIAwyaCNv { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .vZMrgAlwgjQd { padding: 10px 20px; }
  .KQSAIgVDLAxr { padding: 0; justify-content: space-between; flex-wrap: wrap; }
  .vOgBIAwyaCNv { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .TEPneOQtFDIa { min-width: 108px; padding: 10px 18px; font-size: 14px; }
  .AUVCRNOazmpJ { padding: 20px; gap: 20px; font-size: 18px; }
  .bxpuidmqBOSN { font-size: 18px; padding: 16px 28px; }
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }

  .NjOBBeRyJzfD {
    display: block;
    order: 2;
    position: relative;
    z-index: 1002;
    color: var(--gzzAiLnBrvLt);
  }

  .DFacYAeyfcMD {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 1;
    padding: 16px;
    min-width: 150px;
    border-radius: 16px;
    background-color: var(--wktaDktDAcRo);
    color: var(--gzzAiLnBrvLt);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    animation: bmPulse 2s infinite;
  }

  .DFacYAeyfcMD:hover { text-decoration: none; transform: translateY(-3px); }

  #mnGtYeRGNlKc {
    width: min(75vw, 360px);
    max-width: 100%;
    height: 100dvh;
    overflow-y: auto;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: var(--DslbPKrzPebS);
    top: 0;
    z-index: 1001;
    padding: 25px;
    transition: transform .3s ease;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
  }

  .DnnEQBNRDPXV:checked ~ #mnGtYeRGNlKc { transform: translateX(0); }

  .DnnEQBNRDPXV:checked ~ .fHVEZZAXXivx {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(32, 32, 32, 0.45);
    backdrop-filter: blur(4px);
    z-index: 1000;
  }

  #mnGtYeRGNlKc .FltPnkfGuTsK { flex-direction: column; }
  #mnGtYeRGNlKc .FltPnkfGuTsK a { min-width: 100%; }

  .zwhasLDZSMQD {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 4px;
  }

  .eYQxFSYutRhf { display: flex; }

  .BKkSLMRZkXbh {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 70px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    background-color: var(--DslbPKrzPebS);
  }

  .BKkSLMRZkXbh a { max-width: none; width: 100%; }

  .rzdnlvCbnaCC { bottom: 75px; right: 20px; }
  .RzhlogYhBpxw { padding: 20px; }
  .JfAkfyJqCfZL { margin-bottom: 70px; }
  .LipdMSkWGuGh { flex-direction: column; }
}

@media (max-width: 576px) {
  .BKkSLMRZkXbh { gap: 12px; }
  .PEiqpXgwBoqF { aspect-ratio: 4 / 3; max-height: none; }
  .AUVCRNOazmpJ { width: 90%; }
  .bxpuidmqBOSN { font-size: 16px; padding: 14px 20px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .NtSvWzQRVkqC,
  .FSLnFjFHmEQt {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

/* bm-nav */
.yCALTxKwIYYP { display: inline-flex; align-items: center; text-decoration: none; }

.AvUplBjEvdxH {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}

.AvUplBjEvdxH a {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.92;
  white-space: nowrap;
}

.AvUplBjEvdxH a:hover { opacity: 1; text-decoration: underline; }

.CpPcQPGnQIAm { color: var(--wktaDktDAcRo) !important; }

.skfBgrLUWJaX { display: flex; }
.yHDFrbofzgdP { display: none; }
.ryXvdVsQdDSV { max-width: 100%; }

@media (max-width: 1100px) {
  .skfBgrLUWJaX { display: none; }
}

@media (min-width: 768px) {
  .KQSAIgVDLAxr { gap: 16px; }
  .skfBgrLUWJaX { flex: 1 1 auto; justify-content: center; max-width: 640px; }
}

@media (max-width: 767px) {
  .yHDFrbofzgdP {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .yHDFrbofzgdP li { width: 100%; list-style: none; }

  .yHDFrbofzgdP a {
    display: block;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
  }
}

/* bm-landing-banners */
.KkNdzmuWNPYu {
  margin: 0 0 28px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
}

.RXgGivyXlOev {
  display: block;
  line-height: 0;
}

.gQnBKdIgxXYH {
  width: 100%;
  height: auto;
  display: block;
}

.ryXvdVsQdDSV .PEiqpXgwBoqF {
  margin-bottom: 28px;
}

/* bm-app-popup */
.nOoatYzwwXMD {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(14, 11, 23, 0.72);
  backdrop-filter: blur(4px);
}

.nOoatYzwwXMD[hidden] { display: none !important; }

.ZyqFCKMjsQeH {
  position: relative;
  max-width: 520px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.psRAtAzRIshF {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.psRAtAzRIshF:hover { background: rgba(0, 0, 0, 0.75); }

.KAhNQtTEYiSG {
  display: block;
  line-height: 0;
}

.KAhNQtTEYiSG img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  #mnGtYeRGNlKc { display: none !important; }
}

@media (max-width: 767px) {
  .ZyqFCKMjsQeH { max-width: 92vw; }
}
