:root {
  --LzYRxVorbWlH: #FEFCFD;
  --npZKggqPaqhg: #0E0B17;
  --xzzIbgyoWhWm: #FF4040;
  --gUzVQTykctLb: #426260;
  --bTkPLdebKOQg: #353539;
  --HbMJuyGPrISr: #060511;
  --hHglOrhfrkWn: #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(--LzYRxVorbWlH);
  color: var(--npZKggqPaqhg);
}

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

.lXsEbPKQwlgh a,
.uAZASsJExaAJ a {
  color: var(--LzYRxVorbWlH);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.VGNeexEbEeqr { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.DKAJsSNkLGeA { color: var(--xzzIbgyoWhWm) !important; }

.vzNkFuwoRMjq { display: flex; }
.bnGZgBfGhmvv { display: none; }
.qEyywyFTkCYE { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.WqCCpjvxWqxw {
  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(--LzYRxVorbWlH);
  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);
}

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

.JEeoXyfrLnzC {
  background-color: var(--xzzIbgyoWhWm);
  color: var(--LzYRxVorbWlH);
  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); }
}

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

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

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

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

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

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

.WSTgHDmjHVrc { margin: 40px 0; }

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

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

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

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

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

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

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

.rzaGofpPFdkP .tWkNghKSDFaO:last-child {
  background-color: var(--hHglOrhfrkWn);
}

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

.MmRvnhXCdMIY:hover .JlgjFOOUbKZh::after,
.MmRvnhXCdMIY:focus-within .JlgjFOOUbKZh::after { opacity: 1; }

.MmRvnhXCdMIY:hover .rzaGofpPFdkP,
.MmRvnhXCdMIY:focus-within .rzaGofpPFdkP {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.vVEZTwuUAorl p { margin: 0; color: var(--LzYRxVorbWlH); }

.TrrbUldGDfkF input:checked + label .WnxiHmtjXlhI::after { content: "–"; }
.TrrbUldGDfkF input:checked ~ .vVEZTwuUAorl { display: block; }

.OZmlmARTpYcf { text-align: center; }

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

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

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

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

.hLwsdnmIqiBY { display: none; }
.aiGKQkidTRuT { display: none; }
.UKFsUJvfTpBM { display: none; }
.pzCNVGiIEoLh { display: flex; }
.iczKPIdfuCzz { display: none; }

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

.uAZASsJExaAJ {
  background-color: var(--HbMJuyGPrISr);
  color: var(--LzYRxVorbWlH);
  padding: 2rem;
}

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

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

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

.HFUMDqqjTnSK { width: 45px; height: auto; }
.WhRdKZnhTGxs { width: 150px; height: auto; }

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

@media (max-width: 767px) {
  .lXsEbPKQwlgh { padding: 10px 12px; }
  .pvbMYzOHiRWU { padding: 0; justify-content: space-between; flex-wrap: nowrap; gap: 8px; }
  .lahkHKLMlyHE { max-height: 40px; max-width: 110px; }
  .WizbwzeiFYjy { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .tWkNghKSDFaO { min-width: 108px; padding: 10px 18px; font-size: 14px; }
  .RmPnOMVjbHZM {
    aspect-ratio: auto;
    max-height: none;
    min-height: 260px;
    height: auto;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 14px;
  }
  .AmCASnOMKHmX {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    overflow: hidden;
  }
  .WqCCpjvxWqxw {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 440px;
    padding: 16px 14px;
    gap: 12px;
    font-size: 15px;
    border-radius: 18px;
  }
  .JEeoXyfrLnzC {
    font-size: 14px;
    padding: 14px 16px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }

  .KPgUZyjDxrvQ {
    display: block;
    order: 2;
    position: relative;
    z-index: 1002;
    color: var(--LzYRxVorbWlH);
    flex: 0 0 auto;
  }

  .UKFsUJvfTpBM {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 1;
    padding: 12px 14px;
    min-width: 0;
    max-width: 46vw;
    border-radius: 16px;
    background-color: var(--xzzIbgyoWhWm);
    color: var(--LzYRxVorbWlH);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    animation: bmPulse 2s infinite;
    flex: 0 1 auto;
  }

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

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

  .cHaRTiVKiKqv:checked ~ #JEPfUSdoXMqp { transform: translateX(0); }

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

  #JEPfUSdoXMqp .yUIILsigzzOO { flex-direction: column; }
  #JEPfUSdoXMqp .yUIILsigzzOO a { min-width: 100%; }

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

  .bnGZgBfGhmvv {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

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

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

  .aiGKQkidTRuT { display: flex; }

  .pzCNVGiIEoLh {
    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(--bTkPLdebKOQg);
  }

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

  .eclcrBfwFlgF { bottom: 75px; right: 20px; }
  .rvyqiRlirmdU { padding: 20px; }
  .uAZASsJExaAJ { margin-bottom: 70px; }
  .jUEyhEQqsjnL { flex-direction: column; }
}

@media (max-width: 576px) {
  .pzCNVGiIEoLh { gap: 12px; }
  .RmPnOMVjbHZM { padding: 24px 12px; min-height: 240px; }
  .WqCCpjvxWqxw { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .JEeoXyfrLnzC { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .xhJTcHThZPHn,
  .hnOhgWByoqRR {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.CqKFKlChBvEt { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.DKAJsSNkLGeA { color: var(--xzzIbgyoWhWm) !important; }

.vzNkFuwoRMjq { display: flex; }
.bnGZgBfGhmvv { display: none; }
.qEyywyFTkCYE { max-width: 100%; }

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

@media (min-width: 768px) {
  .pvbMYzOHiRWU { gap: 16px; }
  .vzNkFuwoRMjq { flex: 1 1 auto; justify-content: center; max-width: 640px; }
  #JEPfUSdoXMqp { display: none !important; }
}

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

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

  .bnGZgBfGhmvv a {
    display: block;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
  }
}
/* bm-landing-banners */
.YygtaZWieSrL {
  margin: 0 0 28px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
}

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

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

.qEyywyFTkCYE .RmPnOMVjbHZM {
  margin-bottom: 28px;
}

/* bm-theme-atefia — dark charcoal + gold / purple (screenshot) */
:root {
  --LzYRxVorbWlH: #0a0a0c;
  --npZKggqPaqhg: #f2f0f5;
  --xzzIbgyoWhWm: #9b5cff;
  --gUzVQTykctLb: #141418;
  --bTkPLdebKOQg: #101014;
  --HbMJuyGPrISr: #070709;
  --hHglOrhfrkWn: #c9a227;
}

body {
  background-color: var(--LzYRxVorbWlH);
  color: var(--npZKggqPaqhg);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -8%, rgba(155, 92, 255, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 30% at 90% 35%, rgba(201, 162, 39, 0.08), transparent 50%),
    radial-gradient(ellipse 35% 25% at 10% 70%, rgba(40, 20, 60, 0.35), transparent 50%);
}

.lXsEbPKQwlgh a,
.uAZASsJExaAJ a,
.WqCCpjvxWqxw p,
.TrrbUldGDfkF,
.vVEZTwuUAorl p,
.yUIILsigzzOO a {
  color: #f2f0f5;
}

.lXsEbPKQwlgh {
  background: linear-gradient(180deg, #16161c 0%, #101014 100%);
  border-bottom: 1px solid rgba(201, 162, 39, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
}

.uyvPGvRGNfqd a {
  color: rgba(242, 240, 245, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
}

.uyvPGvRGNfqd a:hover {
  color: #d4af37;
  text-decoration: none;
}

.DKAJsSNkLGeA {
  color: #d4af37 !important;
}

.yUIILsigzzOO a {
  background: transparent;
  color: #f2f0f5;
  border-radius: 8px;
  padding: 10px 18px;
  border: 1px solid #9b5cff;
  background-image: linear-gradient(135deg, rgba(155, 92, 255, 0.15), rgba(155, 92, 255, 0.05));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
  animation: none;
}

.yUIILsigzzOO a:nth-child(2),
.UKFsUJvfTpBM {
  background: linear-gradient(135deg, #b07aff 0%, #9b5cff 50%, #7a3fe0 100%);
  border: 1px solid rgba(180, 140, 255, 0.5);
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(155, 92, 255, 0.3);
  animation: none;
}

.JEeoXyfrLnzC,
.laccTOdGxVzB,
.tWkNghKSDFaO {
  background: linear-gradient(180deg, #e0c35a 0%, #c9a227 45%, #a8861a 100%);
  color: #1a1408;
  border: 1px solid rgba(255, 230, 160, 0.45);
  border-radius: 8px;
  box-shadow:
    0 0 18px rgba(201, 162, 39, 0.35),
    0 8px 22px rgba(0, 0, 0, 0.4);
  animation: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.rodswRrIMuhx {
  color: #1a1408;
}

.RmPnOMVjbHZM {
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(201, 162, 39, 0.22),
    0 18px 48px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.AmCASnOMKHmX::after {
  background: linear-gradient(
    100deg,
    rgba(10, 10, 12, 0.8) 0%,
    rgba(30, 20, 50, 0.4) 48%,
    rgba(10, 10, 12, 0.15) 100%
  );
}

.WqCCpjvxWqxw {
  background: rgba(16, 16, 20, 0.78);
  border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.WqCCpjvxWqxw p:first-child {
  color: #d4af37;
  text-transform: uppercase;
  font-size: 0.72em;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.WqCCpjvxWqxw p:nth-child(2) {
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.JEeoXyfrLnzC {
  font-size: 15px;
  padding: 14px 28px;
  color: #1a1408;
}

.UKFsUJvfTpBM {
  animation: none;
  color: #ffffff;
}

.JlgjFOOUbKZh {
  border-radius: 10px;
  background: #141418;
  box-shadow:
    0 0 0 1px rgba(201, 162, 39, 0.18),
    0 10px 28px rgba(0, 0, 0, 0.45);
}

.MmRvnhXCdMIY:hover .JlgjFOOUbKZh {
  box-shadow:
    0 0 0 1px rgba(155, 92, 255, 0.45),
    0 0 22px rgba(155, 92, 255, 0.18);
}

.rzaGofpPFdkP .tWkNghKSDFaO:last-child {
  background: transparent;
  color: #f2f0f5;
  box-shadow: none;
  border: 1px solid #9b5cff;
}

.TrrbUldGDfkF {
  background: var(--gUzVQTykctLb);
  color: #f2f0f5;
  border: 1px solid rgba(155, 92, 255, 0.2);
  border-radius: 12px;
}

.vVEZTwuUAorl p { color: rgba(242, 240, 245, 0.9); }

.WnxiHmtjXlhI::after {
  color: #d4af37;
}

table thead th {
  background: linear-gradient(135deg, #2a1a40 0%, #101014 100%);
  color: #d4af37;
  border-bottom: 1px solid rgba(201, 162, 39, 0.3);
}

table tbody {
  outline: 1px solid rgba(155, 92, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

table tbody tr { border-bottom: 1px solid rgba(242, 240, 245, 0.06); }

h1, h2, h3 {
  color: #f2f0f5;
}

h2 {
  border-left: 3px solid #d4af37;
  padding-left: 12px;
}

.uAZASsJExaAJ {
  background-color: var(--HbMJuyGPrISr);
  border-top: 1px solid rgba(201, 162, 39, 0.18);
}

.uAZASsJExaAJ a {
  color: rgba(242, 240, 245, 0.85);
}

.eclcrBfwFlgF {
  background: linear-gradient(135deg, #b07aff 0%, #9b5cff 100%);
}

.eclcrBfwFlgF::after {
  border-bottom-color: #ffffff;
}

#JEPfUSdoXMqp {
  background-color: #101014;
  border-right: 1px solid rgba(201, 162, 39, 0.16);
}

.bnGZgBfGhmvv a {
  background: rgba(255, 255, 255, 0.03);
  color: #f2f0f5;
  border-radius: 10px;
}

.bnGZgBfGhmvv a:hover,
.bnGZgBfGhmvv .DKAJsSNkLGeA {
  background: rgba(155, 92, 255, 0.16);
  color: #d4af37 !important;
}

.pzCNVGiIEoLh {
  background-color: #101014;
  border-top: 1px solid rgba(201, 162, 39, 0.16);
}

.lahkHKLMlyHE {
  box-shadow: none;
  border-radius: 0;
  width: auto;
  max-height: 48px;
  filter: drop-shadow(0 2px 10px rgba(201, 162, 39, 0.3));
}

.rvyqiRlirmdU a {
  color: #d4af37;
}

.rvyqiRlirmdU .JEeoXyfrLnzC,
.rvyqiRlirmdU .rodswRrIMuhx,
.rvyqiRlirmdU .tWkNghKSDFaO,
.JEeoXyfrLnzC,
.rodswRrIMuhx,
.tWkNghKSDFaO,
.laccTOdGxVzB {
  color: #1a1408 !important;
}

.rvyqiRlirmdU .UKFsUJvfTpBM,
.UKFsUJvfTpBM,
.yUIILsigzzOO a:nth-child(2) {
  color: #ffffff !important;
}
