:root {
  --osTieNpYxUlD: #FEFCFD;
  --pmYqMsXFBJVs: #0E0B17;
  --hiWNEjZhySRY: #FF4040;
  --ZNuNmzJGhgaI: #426260;
  --YjMGWyRDukmB: #353539;
  --evbwlkgPLdLo: #060511;
  --UXYwQopqEySz: #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(--osTieNpYxUlD);
  color: var(--pmYqMsXFBJVs);
}

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

.DEnZKzIKmzJz a,
.zSWYgPPEnGRb a {
  color: var(--osTieNpYxUlD);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.lCEVNZVrmjsC { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.DhnntvwHlmip { color: var(--hiWNEjZhySRY) !important; }

.JHuaRxIcqLAU { display: flex; }
.WluNdBvvWOqM { display: none; }
.iMHsZeijSxMH { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.kzBYUFDuxvoj {
  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(--osTieNpYxUlD);
  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);
}

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

.SuSXRXeTjGjc {
  background-color: var(--hiWNEjZhySRY);
  color: var(--osTieNpYxUlD);
  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); }
}

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

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

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

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

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

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

.NhSUKXNNMFyQ { margin: 40px 0; }

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

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

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

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

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

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

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

.hYonyTMpGLEP .oJhBEAgDfFHD:last-child {
  background-color: var(--UXYwQopqEySz);
}

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

.VarWuSLHeQsO:hover .UPwnLdfnvKlI::after,
.VarWuSLHeQsO:focus-within .UPwnLdfnvKlI::after { opacity: 1; }

.VarWuSLHeQsO:hover .hYonyTMpGLEP,
.VarWuSLHeQsO:focus-within .hYonyTMpGLEP {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.AyCcaeRKVuAu p { margin: 0; color: var(--osTieNpYxUlD); }

.MrjbXzKHmDJg input:checked + label .SwhjxhoEbGiS::after { content: "–"; }
.MrjbXzKHmDJg input:checked ~ .AyCcaeRKVuAu { display: block; }

.bCJLyvBJoJab { text-align: center; }

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

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

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

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

.SCNwBeShKhEl { display: none; }
.IQaKiGqwKdYz { display: none; }
.uonHuJEvlQEX { display: none; }
.SwUFBRMHSemx { display: flex; }
.rLCIYudyFqfF { display: none; }

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

.zSWYgPPEnGRb {
  background-color: var(--evbwlkgPLdLo);
  color: var(--osTieNpYxUlD);
  padding: 2rem;
}

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

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

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

.foVdtEXHdTca { width: 45px; height: auto; }
.PxgjzpKRRrJV { width: 150px; height: auto; }

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

@media (max-width: 767px) {
  .DEnZKzIKmzJz { padding: 10px 12px; }
  .hKAuXBlscTGo { padding: 0; justify-content: space-between; flex-wrap: nowrap; gap: 8px; }
  .SXNLxGTIeedz { max-height: 40px; max-width: 110px; }
  .GxUYBuBZUeAW { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .oJhBEAgDfFHD { min-width: 108px; padding: 10px 18px; font-size: 14px; }
  .ZsgbrShYMuMH {
    aspect-ratio: auto;
    max-height: none;
    min-height: 260px;
    height: auto;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 14px;
  }
  .Qvjrdzkmebgu {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    overflow: hidden;
  }
  .kzBYUFDuxvoj {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 440px;
    padding: 16px 14px;
    gap: 12px;
    font-size: 15px;
    border-radius: 18px;
  }
  .SuSXRXeTjGjc {
    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; }

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

  .uonHuJEvlQEX {
    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(--hiWNEjZhySRY);
    color: var(--osTieNpYxUlD);
    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;
  }

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

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

  .VJzbhgLvRqIH:checked ~ #BiseTlZGVlnw { transform: translateX(0); }

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

  #BiseTlZGVlnw .cyGHCGQsgvSv { flex-direction: column; }
  #BiseTlZGVlnw .cyGHCGQsgvSv a { min-width: 100%; }

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

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

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

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

  .IQaKiGqwKdYz { display: flex; }

  .SwUFBRMHSemx {
    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(--YjMGWyRDukmB);
  }

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

  .kILeokmCXPfV { bottom: 75px; right: 20px; }
  .PQkzOpvWQire { padding: 20px; }
  .zSWYgPPEnGRb { margin-bottom: 70px; }
  .btIQbZEbwuRL { flex-direction: column; }
}

@media (max-width: 576px) {
  .SwUFBRMHSemx { gap: 12px; }
  .ZsgbrShYMuMH { padding: 24px 12px; min-height: 240px; }
  .kzBYUFDuxvoj { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .SuSXRXeTjGjc { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .EAgcaFnCYCTA,
  .cWtKtpZqHHMX {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.OHzPWxhJKVzz { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.DhnntvwHlmip { color: var(--hiWNEjZhySRY) !important; }

.JHuaRxIcqLAU { display: flex; }
.WluNdBvvWOqM { display: none; }
.iMHsZeijSxMH { max-width: 100%; }

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

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

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

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

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

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

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

.iMHsZeijSxMH .ZsgbrShYMuMH {
  margin-bottom: 28px;
}

/* bm-theme-lanista — dark Roman / bronze + green CTA (screenshot) */
:root {
  --osTieNpYxUlD: #140e0a;
  --pmYqMsXFBJVs: #f3ebe0;
  --hiWNEjZhySRY: #3ecf5a;
  --ZNuNmzJGhgaI: #1c1410;
  --YjMGWyRDukmB: #1a120e;
  --evbwlkgPLdLo: #0c0806;
  --UXYwQopqEySz: #3ecf5a;
}

body {
  background-color: var(--osTieNpYxUlD);
  color: var(--pmYqMsXFBJVs);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -8%, rgba(196, 154, 78, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 30% at 90% 35%, rgba(120, 60, 30, 0.18), transparent 50%),
    radial-gradient(ellipse 35% 25% at 10% 70%, rgba(40, 25, 15, 0.4), transparent 50%);
}

.DEnZKzIKmzJz a,
.zSWYgPPEnGRb a,
.kzBYUFDuxvoj p,
.MrjbXzKHmDJg,
.AyCcaeRKVuAu p,
.cyGHCGQsgvSv a {
  color: #f3ebe0;
}

.DEnZKzIKmzJz {
  background: linear-gradient(180deg, #241812 0%, #1a120e 100%);
  border-bottom: 1px solid rgba(196, 154, 78, 0.35);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
}

.yVMmwPyFlrLF a {
  color: rgba(243, 235, 224, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 700;
}

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

.DhnntvwHlmip {
  color: #d4af37 !important;
}

.cyGHCGQsgvSv a {
  background-color: #2a1c14;
  color: #d4af37;
  border-radius: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(196, 154, 78, 0.55);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
  animation: none;
}

.cyGHCGQsgvSv a:nth-child(2),
.uonHuJEvlQEX {
  background-color: #2a1c14;
  border: 1px solid rgba(212, 175, 55, 0.7);
  color: #f3ebe0;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(196, 154, 78, 0.12);
  animation: none;
}

.SuSXRXeTjGjc,
.DBUCLodetvin,
.oJhBEAgDfFHD {
  background: linear-gradient(180deg, #5ae06a 0%, #3ecf5a 45%, #2aad42 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 18px rgba(62, 207, 90, 0.35),
    0 8px 22px rgba(42, 173, 66, 0.3);
  animation: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.xTJSPepevyff {
  color: #ffffff;
}

.ZsgbrShYMuMH {
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(196, 154, 78, 0.3),
    0 18px 48px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

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

.kzBYUFDuxvoj {
  background: rgba(26, 18, 14, 0.75);
  border: 1px solid rgba(196, 154, 78, 0.35);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

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

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

.SuSXRXeTjGjc {
  font-size: 15px;
  padding: 14px 28px;
  color: #ffffff;
}

.uonHuJEvlQEX {
  animation: none;
  color: #f3ebe0;
}

.UPwnLdfnvKlI {
  border-radius: 12px;
  background: #1c1410;
  box-shadow:
    0 0 0 1px rgba(196, 154, 78, 0.35),
    0 10px 28px rgba(0, 0, 0, 0.45);
}

.VarWuSLHeQsO:hover .UPwnLdfnvKlI {
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.65),
    0 0 22px rgba(196, 154, 78, 0.2);
}

.hYonyTMpGLEP .oJhBEAgDfFHD:last-child {
  background: #2a1c14;
  color: #d4af37;
  box-shadow: none;
  border: 1px solid rgba(196, 154, 78, 0.55);
}

.MrjbXzKHmDJg {
  background: var(--ZNuNmzJGhgaI);
  color: #f3ebe0;
  border: 1px solid rgba(196, 154, 78, 0.25);
  border-radius: 14px;
}

.AyCcaeRKVuAu p { color: rgba(243, 235, 224, 0.9); }

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

table thead th {
  background: linear-gradient(135deg, #2a1c14 0%, #1a120e 100%);
  color: #d4af37;
  border-bottom: 1px solid rgba(196, 154, 78, 0.35);
}

table tbody {
  outline: 1px solid rgba(196, 154, 78, 0.2);
  background: rgba(255, 255, 255, 0.02);
}

table tbody tr { border-bottom: 1px solid rgba(243, 235, 224, 0.08); }

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

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

.zSWYgPPEnGRb {
  background-color: var(--evbwlkgPLdLo);
  border-top: 1px solid rgba(196, 154, 78, 0.25);
}

.zSWYgPPEnGRb a {
  color: rgba(243, 235, 224, 0.85);
}

.kILeokmCXPfV {
  background: linear-gradient(135deg, #5ae06a 0%, #3ecf5a 100%);
}

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

#BiseTlZGVlnw {
  background-color: #1a120e;
  border-right: 1px solid rgba(196, 154, 78, 0.22);
}

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

.WluNdBvvWOqM a:hover,
.WluNdBvvWOqM .DhnntvwHlmip {
  background: rgba(196, 154, 78, 0.14);
  color: #d4af37 !important;
}

.SwUFBRMHSemx {
  background-color: #1a120e;
  border-top: 1px solid rgba(196, 154, 78, 0.22);
}

.SXNLxGTIeedz {
  box-shadow: none;
  border-radius: 8px;
  width: auto;
  max-height: 48px;
  filter: drop-shadow(0 2px 8px rgba(196, 154, 78, 0.25));
}

.PQkzOpvWQire a {
  color: #d4af37;
}

.PQkzOpvWQire .SuSXRXeTjGjc,
.PQkzOpvWQire .xTJSPepevyff,
.PQkzOpvWQire .oJhBEAgDfFHD,
.SuSXRXeTjGjc,
.xTJSPepevyff,
.oJhBEAgDfFHD,
.DBUCLodetvin {
  color: #ffffff !important;
}

.PQkzOpvWQire .uonHuJEvlQEX,
.uonHuJEvlQEX,
.cyGHCGQsgvSv a:nth-child(2) {
  color: #f3ebe0 !important;
}
