:root {
  --OTJJKNsfxxiX: #FEFCFD;
  --ZjiuGesWIYGO: #0E0B17;
  --qkSDgagvDZSQ: #FF4040;
  --mRRCWhKkYDTo: #426260;
  --CdmsARwxaAss: #353539;
  --UVHnurZvzHdc: #060511;
  --QGGiLgYjMusY: #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(--OTJJKNsfxxiX);
  color: var(--ZjiuGesWIYGO);
}

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

.fRWnJmgEqevj a,
.vvEMKijMzJSF a {
  color: var(--OTJJKNsfxxiX);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.ULsKxcDzjzZH { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.rTFfRoafxZFP { color: var(--qkSDgagvDZSQ) !important; }

.xxaIVftHffKQ { display: flex; }
.yfdLDvxCPvlO { display: none; }
.fGZgVDBHhYzF { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.SlOwQaOfBuUW {
  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(--OTJJKNsfxxiX);
  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);
}

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

.aaCUcgWDdSwU {
  background-color: var(--qkSDgagvDZSQ);
  color: var(--OTJJKNsfxxiX);
  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); }
}

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

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

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

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

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

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

.WVzdVmgryHwU { margin: 40px 0; }

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

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

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

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

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

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

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

.YrzrGknzVrLk .XsPZGERjdvfi:last-child {
  background-color: var(--QGGiLgYjMusY);
}

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

.DvBiZfIDKAQr:hover .LMneVHnffPpF::after,
.DvBiZfIDKAQr:focus-within .LMneVHnffPpF::after { opacity: 1; }

.DvBiZfIDKAQr:hover .YrzrGknzVrLk,
.DvBiZfIDKAQr:focus-within .YrzrGknzVrLk {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.itlwDfEQmQaX p { margin: 0; color: var(--OTJJKNsfxxiX); }

.OrjnhiqKfzgc input:checked + label .IjtMFziaqtXd::after { content: "–"; }
.OrjnhiqKfzgc input:checked ~ .itlwDfEQmQaX { display: block; }

.POyZySgRlAqV { text-align: center; }

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

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

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

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

.NRAQMufvMIEs { display: none; }
.bfRzMsLDVJDz { display: none; }
.mroJOcZehMka { display: none; }
.zEGBfxMAMnQz { display: flex; }
.jBANSZxyxBbl { display: none; }

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

.vvEMKijMzJSF {
  background-color: var(--UVHnurZvzHdc);
  color: var(--OTJJKNsfxxiX);
  padding: 2rem;
}

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

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

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

.hRDTBiNPPgXR { width: 45px; height: auto; }
.aAnqhGrnmyRU { width: 150px; height: auto; }

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

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

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

  .mroJOcZehMka {
    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(--qkSDgagvDZSQ);
    color: var(--OTJJKNsfxxiX);
    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;
  }

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

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

  .tJdKcoNZtWhW:checked ~ #qUTdEAZmFeSD { transform: translateX(0); }

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

  #qUTdEAZmFeSD .BAHYTcMnyYrC { flex-direction: column; }
  #qUTdEAZmFeSD .BAHYTcMnyYrC a { min-width: 100%; }

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

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

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

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

  .bfRzMsLDVJDz { display: flex; }

  .zEGBfxMAMnQz {
    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(--CdmsARwxaAss);
  }

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

  .LmbiGJXDYDIx { bottom: 75px; right: 20px; }
  .UIlnIyhKBKhA { padding: 20px; }
  .vvEMKijMzJSF { margin-bottom: 70px; }
  .qtwhLZQjfXHq { flex-direction: column; }
}

@media (max-width: 576px) {
  .zEGBfxMAMnQz { gap: 12px; }
  .SynykUbbMzyh { padding: 24px 12px; min-height: 240px; }
  .SlOwQaOfBuUW { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .aaCUcgWDdSwU { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .MtcDgXswuZZY,
  .TCpbJCXPLucD {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.pIoNuLxChdAK { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.rTFfRoafxZFP { color: var(--qkSDgagvDZSQ) !important; }

.xxaIVftHffKQ { display: flex; }
.yfdLDvxCPvlO { display: none; }
.fGZgVDBHhYzF { max-width: 100%; }

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

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

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

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

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

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

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

.fGZgVDBHhYzF .SynykUbbMzyh {
  margin-bottom: 28px;
}

/* bm-theme-casinia — royal dark green + gold (screenshot) */
:root {
  --OTJJKNsfxxiX: #001a10;
  --ZjiuGesWIYGO: #f5f0e6;
  --qkSDgagvDZSQ: #f07a1a;
  --mRRCWhKkYDTo: #0a2a1c;
  --CdmsARwxaAss: #002818;
  --UVHnurZvzHdc: #00140c;
  --QGGiLgYjMusY: #2ecc71;
}

body {
  background-color: var(--OTJJKNsfxxiX);
  color: var(--ZjiuGesWIYGO);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -8%, rgba(212, 175, 55, 0.14), transparent 55%),
    radial-gradient(ellipse 40% 30% at 90% 30%, rgba(0, 80, 40, 0.35), transparent 50%);
}

.fRWnJmgEqevj a,
.vvEMKijMzJSF a,
.SlOwQaOfBuUW p,
.OrjnhiqKfzgc,
.itlwDfEQmQaX p,
.BAHYTcMnyYrC a {
  color: #f5f0e6;
}

.fRWnJmgEqevj {
  background: linear-gradient(180deg, #003020 0%, #002818 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.DGGfZGnkvTAE a {
  color: rgba(245, 240, 230, 0.9);
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 13px;
  font-weight: 600;
}

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

.rTFfRoafxZFP {
  color: #d4af37 !important;
}

.BAHYTcMnyYrC a {
  background-color: #3a2f28;
  color: #f5f0e6;
  border-radius: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
  animation: none;
}

.BAHYTcMnyYrC a:nth-child(2),
.mroJOcZehMka {
  background: linear-gradient(135deg, #ff8a2b 0%, #f07a1a 55%, #d96510 100%);
  border: none;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(240, 122, 26, 0.35);
  animation: none;
}

.aaCUcgWDdSwU,
.hHSNxeKDKDEO,
.XsPZGERjdvfi {
  background: linear-gradient(180deg, #3fd46a 0%, #22b84f 55%, #189a3f 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.25),
    0 8px 22px rgba(34, 184, 79, 0.35);
  animation: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.AObXyfeeyyIG {
  color: #ffffff;
}

.SynykUbbMzyh {
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.28),
    0 18px 48px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.lJUMJXdaAKhl::after {
  background: linear-gradient(
    90deg,
    rgba(0, 26, 16, 0.75) 0%,
    rgba(80, 10, 20, 0.35) 50%,
    rgba(0, 26, 16, 0.2) 100%
  );
}

.SlOwQaOfBuUW {
  background: rgba(0, 30, 20, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
}

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

.SlOwQaOfBuUW p:nth-child(2) {
  color: #f0d78c;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

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

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

.LMneVHnffPpF {
  border-radius: 12px;
  background: #0a2a1c;
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.2),
    0 10px 28px rgba(0, 0, 0, 0.4);
}

.DvBiZfIDKAQr:hover .LMneVHnffPpF {
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.55),
    0 0 22px rgba(212, 175, 55, 0.18);
}

.YrzrGknzVrLk .XsPZGERjdvfi:last-child {
  background: #3a2f28;
  color: #f5f0e6;
  box-shadow: none;
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.OrjnhiqKfzgc {
  background: var(--mRRCWhKkYDTo);
  color: #f5f0e6;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 14px;
}

.itlwDfEQmQaX p { color: rgba(245, 240, 230, 0.9); }

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

table thead th {
  background: linear-gradient(135deg, #003820 0%, #002818 100%);
  color: #d4af37;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
}

table tbody {
  outline: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(255, 255, 255, 0.02);
}

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

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

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

.vvEMKijMzJSF {
  background-color: var(--UVHnurZvzHdc);
  border-top: 1px solid rgba(212, 175, 55, 0.25);
}

.vvEMKijMzJSF a {
  color: rgba(245, 240, 230, 0.85);
}

.LmbiGJXDYDIx {
  background: linear-gradient(135deg, #ff8a2b 0%, #f07a1a 100%);
}

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

#qUTdEAZmFeSD {
  background-color: #002818;
  border-right: 1px solid rgba(212, 175, 55, 0.22);
}

.yfdLDvxCPvlO a {
  background: rgba(255, 255, 255, 0.04);
  color: #f5f0e6;
  border-radius: 10px;
}

.yfdLDvxCPvlO a:hover,
.yfdLDvxCPvlO .rTFfRoafxZFP {
  background: rgba(212, 175, 55, 0.14);
  color: #d4af37 !important;
}

.zEGBfxMAMnQz {
  background-color: #002818;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.NGLUSbzEoFEV {
  box-shadow: none;
  border-radius: 8px;
  width: auto;
  max-height: 48px;
  filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.25));
}

.UIlnIyhKBKhA a {
  color: #d4af37;
}

.UIlnIyhKBKhA .aaCUcgWDdSwU,
.UIlnIyhKBKhA .AObXyfeeyyIG,
.UIlnIyhKBKhA .XsPZGERjdvfi,
.UIlnIyhKBKhA .mroJOcZehMka,
.aaCUcgWDdSwU,
.AObXyfeeyyIG,
.XsPZGERjdvfi,
.mroJOcZehMka,
.BAHYTcMnyYrC a:nth-child(2) {
  color: #ffffff !important;
}
