:root {
  --MJbCpEmIrxiP: #FEFCFD;
  --GoBhhFNCRWlq: #0E0B17;
  --CnBzlISprxxr: #FF4040;
  --TTmArMIqhtGB: #426260;
  --FGVlbqPxbAhP: #353539;
  --cubVfAaPxfVf: #060511;
  --KNorMZIEILBB: #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(--MJbCpEmIrxiP);
  color: var(--GoBhhFNCRWlq);
}

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

.CmfiDnwWJWcj a,
.atJhzvooErSE a {
  color: var(--MJbCpEmIrxiP);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.pBbSAbJtPCaQ { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.UzqTVPxUOwVI {
  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(--MJbCpEmIrxiP);
  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);
}

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

.KQJoAOMwyfIw {
  background-color: var(--CnBzlISprxxr);
  color: var(--MJbCpEmIrxiP);
  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); }
}

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

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

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

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

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

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

.elTVjVTQWKsw { margin: 40px 0; }

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

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

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

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

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

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

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

.sidtfYCmDVfz .OWayIJmDBauq:last-child {
  background-color: var(--KNorMZIEILBB);
}

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

.LLjcGbmfAzuV:hover .RmCwjmNnzIvT::after,
.LLjcGbmfAzuV:focus-within .RmCwjmNnzIvT::after { opacity: 1; }

.LLjcGbmfAzuV:hover .sidtfYCmDVfz,
.LLjcGbmfAzuV:focus-within .sidtfYCmDVfz {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.NVrGutLvZQZL p { margin: 0; color: var(--MJbCpEmIrxiP); }

.KChYpodoAiuS input:checked + label .MdZJQFvGeXuS::after { content: "–"; }
.KChYpodoAiuS input:checked ~ .NVrGutLvZQZL { display: block; }

.wEYsYoRdzSZP { text-align: center; }

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

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

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

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

.hLOUGjpoPcTc { display: none; }
.JdTetEupdMzg { display: none; }
.WbTPbodtehOv { display: none; }
.jJBpznBMelra { display: flex; }
.kRPkGfHJxdDN { display: none; }

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

.atJhzvooErSE {
  background-color: var(--cubVfAaPxfVf);
  color: var(--MJbCpEmIrxiP);
  padding: 2rem;
}

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

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

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

.dwmHICcSEJnM { width: 45px; height: auto; }
.pJxzwybPFSzr { width: 150px; height: auto; }

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

@media (max-width: 767px) {
  .CmfiDnwWJWcj { padding: 10px 20px; }
  .eQhXwKRxMEEE { padding: 0; justify-content: space-between; flex-wrap: wrap; }
  .NkYLCsudqlis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .OWayIJmDBauq { min-width: 108px; padding: 10px 18px; font-size: 14px; }
  .UzqTVPxUOwVI { padding: 20px; gap: 20px; font-size: 18px; }
  .KQJoAOMwyfIw { font-size: 18px; padding: 16px 28px; }
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }

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

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

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

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

  .hMjMrCaDDZFC:checked ~ #oPDwowUgryBh { transform: translateX(0); }

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

  #oPDwowUgryBh .RdErPmAhZUou { flex-direction: column; }
  #oPDwowUgryBh .RdErPmAhZUou a { min-width: 100%; }

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

  .JdTetEupdMzg { display: flex; }

  .jJBpznBMelra {
    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(--FGVlbqPxbAhP);
  }

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

  .GEJxgUcxasLJ { bottom: 75px; right: 20px; }
  .snjxTLmebxWo { padding: 20px; }
  .atJhzvooErSE { margin-bottom: 70px; }
  .KJtifxDxddDs { flex-direction: column; }
}

@media (max-width: 576px) {
  .jJBpznBMelra { gap: 12px; }
  .tqXMUokiwcDg { aspect-ratio: 4 / 3; max-height: none; }
  .UzqTVPxUOwVI { width: 90%; }
  .KQJoAOMwyfIw { font-size: 16px; padding: 14px 20px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .hvRchmxXfzeW,
  .ZIYyXrNeCheX {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

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

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

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

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

.ucTtALeQMnox { color: var(--CnBzlISprxxr) !important; }

.uvOCZmnGhbma { display: flex; }
.jnWNWvIhSMZC { display: none; }
.rTfZxOAgmcmB { max-width: 100%; }

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

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

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

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

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

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

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

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

.rTfZxOAgmcmB .tqXMUokiwcDg {
  margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

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