:root {
  --hCYCsBSUrzTX: #FEFCFD;
  --wwksMjrZhnzh: #0E0B17;
  --xIfYGziXmbXz: #FF4040;
  --bcuJjsWoknac: #426260;
  --PAvHynOeErLk: #353539;
  --oicHxAUnUBnf: #060511;
  --LOUaRVHUGpvx: #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(--hCYCsBSUrzTX);
  color: var(--wwksMjrZhnzh);
}

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

.vFVKRilcXcTb a,
.GkYabVduioQL a {
  color: var(--hCYCsBSUrzTX);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.AjwNXYAjsyNN { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.CWBlekIbUkLr {
  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(--hCYCsBSUrzTX);
  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);
}

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

.XoRMeIxajsWV {
  background-color: var(--xIfYGziXmbXz);
  color: var(--hCYCsBSUrzTX);
  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); }
}

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

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

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

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

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

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

.PdpChLElGlwW { margin: 40px 0; }

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

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

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

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

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

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

.YdiiScaJKHgR {
  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(--hCYCsBSUrzTX);
  background: var(--xIfYGziXmbXz);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.eKPIzLhNumCf .YdiiScaJKHgR:last-child {
  background-color: var(--LOUaRVHUGpvx);
}

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

.OVnTNAdvkOuI:hover .fVEpoKFaGyei::after,
.OVnTNAdvkOuI:focus-within .fVEpoKFaGyei::after { opacity: 1; }

.OVnTNAdvkOuI:hover .eKPIzLhNumCf,
.OVnTNAdvkOuI:focus-within .eKPIzLhNumCf {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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(--wwksMjrZhnzh); outline-offset: -1px; }
table tbody tr { border-bottom: 1px solid var(--bcuJjsWoknac); }

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

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

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

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

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

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

.THiLnNsATmCl p { margin: 0; color: var(--hCYCsBSUrzTX); }

.BwZyVFKqvERc input:checked + label .yOwXgNFcxfIv::after { content: "–"; }
.BwZyVFKqvERc input:checked ~ .THiLnNsATmCl { display: block; }

.dZagboSyHqEm { text-align: center; }

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

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

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

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

.TatdCUJLYgFL { display: none; }
.QXblnjZzOvjH { display: none; }
.XbeCBSNfpypL { display: none; }
.jmCScbYveoaz { display: flex; }
.SKyOsIuuHIgH { display: none; }

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

.GkYabVduioQL {
  background-color: var(--oicHxAUnUBnf);
  color: var(--hCYCsBSUrzTX);
  padding: 2rem;
}

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

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

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

.cwAfDdhnBBjG { width: 45px; height: auto; }
.fAVLLjcSoJrJ { width: 150px; height: auto; }

@media (max-width: 1100px) {
  .AjwNXYAjsyNN { padding-inline: 0; }
  .PVcXugTwAEQB { 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) {
  .PVcXugTwAEQB { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .vFVKRilcXcTb { padding: 10px 20px; }
  .pIctesMxjDDr { padding: 0; justify-content: space-between; flex-wrap: wrap; }
  .PVcXugTwAEQB { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .YdiiScaJKHgR { min-width: 108px; padding: 10px 18px; font-size: 14px; }
  .CWBlekIbUkLr { padding: 20px; gap: 20px; font-size: 18px; }
  .XoRMeIxajsWV { font-size: 18px; padding: 16px 28px; }
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }

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

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

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

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

  .vAIsnyJRinsT:checked ~ #qKbNrsNWJdkx { transform: translateX(0); }

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

  #qKbNrsNWJdkx .zuvQpxILziSi { flex-direction: column; }
  #qKbNrsNWJdkx .zuvQpxILziSi a { min-width: 100%; }

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

  .QXblnjZzOvjH { display: flex; }

  .jmCScbYveoaz {
    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(--PAvHynOeErLk);
  }

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

  .slhZmkIXVQRm { bottom: 75px; right: 20px; }
  .FSQeTmpLZEvW { padding: 20px; }
  .GkYabVduioQL { margin-bottom: 70px; }
  .qnEErAwRALjp { flex-direction: column; }
}

@media (max-width: 576px) {
  .jmCScbYveoaz { gap: 12px; }
  .RmIPMBftidhE { aspect-ratio: 4 / 3; max-height: none; }
  .CWBlekIbUkLr { width: 90%; }
  .XoRMeIxajsWV { font-size: 16px; padding: 14px 20px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .JuVuAQYkOaDI,
  .uFSpNanfzefJ {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

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

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

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

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

.yMmhALxZBZBn { color: var(--xIfYGziXmbXz) !important; }

.GwgUKIJwnAXA { display: flex; }
.WTyPxjVdVjWK { display: none; }
.XGOXLQHzeuXu { max-width: 100%; }

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

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

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

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

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

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

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

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

.XGOXLQHzeuXu .RmIPMBftidhE {
  margin-bottom: 28px;
}

/* bm-app-popup */
.mZDInxQkVgWN {
  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);
}

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

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

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

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

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

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

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

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