:root {
  --BQBtmlhfpZyN: #FEFCFD;
  --oYwqZTMbWbvQ: #0E0B17;
  --AGHRyKujYipo: #FF4040;
  --sKQddXtbfQSb: #426260;
  --eGNCgLVEoLvY: #353539;
  --NyObsCiXYPcS: #060511;
  --SskfiKAntJwS: #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(--BQBtmlhfpZyN);
  color: var(--oYwqZTMbWbvQ);
}

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

.eaCeOSOnECci a,
.oGMqGzPtWcCu a {
  color: var(--BQBtmlhfpZyN);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.aYoybwtlMbKc { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.DrsgUcEQbmRL { color: var(--AGHRyKujYipo) !important; }

.sKRWroCowJcf { display: flex; }
.CPfYiyxKJgtI { display: none; }
.caDDxgKgSrvi { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.FOyyIbhnqpRO {
  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(--BQBtmlhfpZyN);
  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);
}

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

.dELRoHKvGxXD {
  background-color: var(--AGHRyKujYipo);
  color: var(--BQBtmlhfpZyN);
  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); }
}

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

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

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

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

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

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

.UyAIfAaizFMC { margin: 40px 0; }

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

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

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

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

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

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

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

.hQMkgCVOyHSL .lrJvuWNPlZJQ:last-child {
  background-color: var(--SskfiKAntJwS);
}

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

.kUzjKuHWXCrG:hover .WnfTTzBBhori::after,
.kUzjKuHWXCrG:focus-within .WnfTTzBBhori::after { opacity: 1; }

.kUzjKuHWXCrG:hover .hQMkgCVOyHSL,
.kUzjKuHWXCrG:focus-within .hQMkgCVOyHSL {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.zlvTklFoiocB p { margin: 0; color: var(--BQBtmlhfpZyN); }

.GvArwKHuBnyJ input:checked + label .UFyydOfRtEjd::after { content: "–"; }
.GvArwKHuBnyJ input:checked ~ .zlvTklFoiocB { display: block; }

.nBklIlsIaYUg { text-align: center; }

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

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

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

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

.wJPzirSJOwVB { display: none; }
.MjoKsDHCOFTi { display: none; }
.vQqtRfwqzJZV { display: none; }
.gSNVdlQKIyZt { display: flex; }
.cVhqSIaOeTVy { display: none; }

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

.oGMqGzPtWcCu {
  background-color: var(--NyObsCiXYPcS);
  color: var(--BQBtmlhfpZyN);
  padding: 2rem;
}

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

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

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

.VBvllXPGfzKA { width: 45px; height: auto; }
.CMWGDZcQbsMw { width: 150px; height: auto; }

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

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

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

  .vQqtRfwqzJZV {
    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(--AGHRyKujYipo);
    color: var(--BQBtmlhfpZyN);
    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;
  }

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

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

  .qcSNiRJSlFqY:checked ~ #fLtEamRGoqDJ { transform: translateX(0); }

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

  #fLtEamRGoqDJ .cRPQeJugCeQx { flex-direction: column; }
  #fLtEamRGoqDJ .cRPQeJugCeQx a { min-width: 100%; }

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

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

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

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

  .MjoKsDHCOFTi { display: flex; }

  .gSNVdlQKIyZt {
    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(--eGNCgLVEoLvY);
  }

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

  .sdfjPltetPlD { bottom: 75px; right: 20px; }
  .QZorXjEmDUrN { padding: 20px; }
  .oGMqGzPtWcCu { margin-bottom: 70px; }
  .YiQeOFmNDytn { flex-direction: column; }
}

@media (max-width: 576px) {
  .gSNVdlQKIyZt { gap: 12px; }
  .kxgDuyIfuPmz { padding: 24px 12px; min-height: 240px; }
  .FOyyIbhnqpRO { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .dELRoHKvGxXD { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .SiEdhZpoXHhA,
  .egYEJFLzFEuW {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.RAaMINtYFygk { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.DrsgUcEQbmRL { color: var(--AGHRyKujYipo) !important; }

.sKRWroCowJcf { display: flex; }
.CPfYiyxKJgtI { display: none; }
.caDDxgKgSrvi { max-width: 100%; }

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

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

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

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

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

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

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

.caDDxgKgSrvi .kxgDuyIfuPmz {
  margin-bottom: 28px;
}

/* bm-theme-greenspin — dark lobby + neon green (screenshot) */
:root {
  --BQBtmlhfpZyN: #0b1215;
  --oYwqZTMbWbvQ: #f2f7f4;
  --AGHRyKujYipo: #00e676;
  --sKQddXtbfQSb: #152025;
  --eGNCgLVEoLvY: #0e1619;
  --NyObsCiXYPcS: #080e10;
  --SskfiKAntJwS: #00e676;
}

body {
  background-color: var(--BQBtmlhfpZyN);
  color: var(--oYwqZTMbWbvQ);
  background-image:
    radial-gradient(ellipse 70% 45% at 50% -5%, rgba(0, 230, 118, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 30% at 90% 40%, rgba(0, 230, 118, 0.05), transparent 50%);
}

.eaCeOSOnECci a,
.oGMqGzPtWcCu a,
.FOyyIbhnqpRO p,
.GvArwKHuBnyJ,
.zlvTklFoiocB p,
.cRPQeJugCeQx a {
  color: #ffffff;
}

.eaCeOSOnECci {
  background: #0e1619;
  border-bottom: 1px solid rgba(0, 230, 118, 0.2);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

.fSJEtUpZYIFq a {
  color: rgba(242, 247, 244, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 700;
}

.fSJEtUpZYIFq a:hover {
  color: #00e676;
  text-decoration: none;
}

.DrsgUcEQbmRL {
  color: #00e676 !important;
  border-left: 3px solid #00e676;
  padding-left: 6px;
}

.cRPQeJugCeQx a {
  background-color: #1b282d;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  animation: none;
}

.cRPQeJugCeQx a:nth-child(2),
.vQqtRfwqzJZV {
  background: #00e676;
  border: none;
  color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 6px 22px rgba(0, 230, 118, 0.35);
  animation: none;
}

.dELRoHKvGxXD,
.mVntHgzwEpME,
.lrJvuWNPlZJQ {
  background: #00e676;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 230, 118, 0.3);
  animation: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.yzzJFPzjVcHt {
  color: #ffffff;
}

.kxgDuyIfuPmz {
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(0, 230, 118, 0.18),
    0 18px 48px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.WaqocSCOURWb::after {
  background: linear-gradient(
    90deg,
    rgba(11, 18, 21, 0.78) 0%,
    rgba(11, 18, 21, 0.4) 48%,
    rgba(11, 18, 21, 0.15) 100%
  );
}

.FOyyIbhnqpRO {
  background: rgba(14, 22, 25, 0.72);
  border: 1px solid rgba(0, 230, 118, 0.28);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
}

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

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

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

.WnfTTzBBhori {
  border-radius: 12px;
  background: #152025;
  box-shadow:
    0 0 0 1px rgba(0, 230, 118, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.4);
}

.kUzjKuHWXCrG:hover .WnfTTzBBhori {
  box-shadow:
    0 0 0 1px rgba(0, 230, 118, 0.55),
    0 0 22px rgba(0, 230, 118, 0.18);
}

.hQMkgCVOyHSL .lrJvuWNPlZJQ:last-child {
  background: #1b282d;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid rgba(0, 230, 118, 0.45);
}

.GvArwKHuBnyJ {
  background: var(--sKQddXtbfQSb);
  color: #ffffff;
  border: 1px solid rgba(0, 230, 118, 0.18);
  border-radius: 14px;
}

.zlvTklFoiocB p { color: rgba(242, 247, 244, 0.9); }

.UFyydOfRtEjd::after {
  color: #00e676;
}

table thead th {
  background: #1b282d;
  color: #00e676;
  border-bottom: 1px solid rgba(0, 230, 118, 0.35);
}

table tbody {
  outline: 1px solid rgba(0, 230, 118, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

table tbody tr { border-bottom: 1px solid rgba(255, 255, 255, 0.07); }

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

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

.oGMqGzPtWcCu {
  background-color: var(--NyObsCiXYPcS);
  border-top: 1px solid rgba(0, 230, 118, 0.16);
}

.oGMqGzPtWcCu a {
  color: rgba(242, 247, 244, 0.85);
}

.sdfjPltetPlD {
  background: #00e676;
  box-shadow: 0 0 16px rgba(0, 230, 118, 0.35);
}

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

#fLtEamRGoqDJ {
  background-color: #0e1619;
  border-right: 1px solid rgba(0, 230, 118, 0.14);
}

.CPfYiyxKJgtI a {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border-radius: 10px;
  border-left: 3px solid transparent;
}

.CPfYiyxKJgtI a:hover,
.CPfYiyxKJgtI .DrsgUcEQbmRL {
  background: rgba(0, 230, 118, 0.12);
  color: #00e676 !important;
  border-left-color: #00e676;
}

.gSNVdlQKIyZt {
  background-color: #0e1619;
  border-top: 1px solid rgba(0, 230, 118, 0.16);
}

.nTsmKgGQgVRK {
  box-shadow: none;
  border-radius: 8px;
  width: auto;
  max-height: 44px;
}

.QZorXjEmDUrN a {
  color: #00e676;
}

.QZorXjEmDUrN .dELRoHKvGxXD,
.QZorXjEmDUrN .yzzJFPzjVcHt,
.QZorXjEmDUrN .lrJvuWNPlZJQ,
.QZorXjEmDUrN .vQqtRfwqzJZV,
.dELRoHKvGxXD,
.yzzJFPzjVcHt,
.lrJvuWNPlZJQ,
.vQqtRfwqzJZV,
.cRPQeJugCeQx a:nth-child(2) {
  color: #ffffff !important;
}
