:root {
  --LzvqcsVuocHj: #FEFCFD;
  --FghQpLZIrvia: #0E0B17;
  --qDEjRmiYBHHE: #FF4040;
  --oNxLYtSpElqI: #426260;
  --lQiCiVBgRHHb: #353539;
  --nKnlNhsMoGii: #060511;
  --TmRuyXeBmjpD: #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(--LzvqcsVuocHj);
  color: var(--FghQpLZIrvia);
}

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

.rDxFJwcCWysC a,
.WOMqYGkgksTd a {
  color: var(--LzvqcsVuocHj);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.zPFmqkdGNxRN { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.eEVYbzDNzYtt { color: var(--qDEjRmiYBHHE) !important; }

.OTFCeqJjLoQF { display: flex; }
.uqudCgImAjTS { display: none; }
.qoHwZdHxSnzf { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.wOOlfKbUtRfj {
  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(--LzvqcsVuocHj);
  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);
}

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

.XgQldwWaxycH {
  background-color: var(--qDEjRmiYBHHE);
  color: var(--LzvqcsVuocHj);
  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); }
}

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

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

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

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

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

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

.wmUBUcegiYSa { margin: 40px 0; }

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

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

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

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

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

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

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

.KvctxPKIgNPD .WQkMrhsfgPSY:last-child {
  background-color: var(--TmRuyXeBmjpD);
}

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

.jFmzHcDNTkgX:hover .OxJFRCmotoaN::after,
.jFmzHcDNTkgX:focus-within .OxJFRCmotoaN::after { opacity: 1; }

.jFmzHcDNTkgX:hover .KvctxPKIgNPD,
.jFmzHcDNTkgX:focus-within .KvctxPKIgNPD {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.GkJFUSfXGxgn p { margin: 0; color: var(--LzvqcsVuocHj); }

.iPfkLomQrTXe input:checked + label .kDVnJHZsEarw::after { content: "–"; }
.iPfkLomQrTXe input:checked ~ .GkJFUSfXGxgn { display: block; }

.oiMeCdDcuIbS { text-align: center; }

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

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

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

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

.vCPNMsrikWGi { display: none; }
.PjWSUnLwkasC { display: none; }
.iNkZvMZCBLsP { display: none; }
.QcwMaRICUQXi { display: flex; }
.hChIgccAvjwu { display: none; }

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

.WOMqYGkgksTd {
  background-color: var(--nKnlNhsMoGii);
  color: var(--LzvqcsVuocHj);
  padding: 2rem;
}

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

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

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

.UILuoQObRItx { width: 45px; height: auto; }
.mwTTuhUeTtsA { width: 150px; height: auto; }

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

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

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

  .iNkZvMZCBLsP {
    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(--qDEjRmiYBHHE);
    color: var(--LzvqcsVuocHj);
    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;
  }

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

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

  .KgiaDPkneUma:checked ~ #iUPfjBHknGfN { transform: translateX(0); }

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

  #iUPfjBHknGfN .dZrdQdCihVsr { flex-direction: column; }
  #iUPfjBHknGfN .dZrdQdCihVsr a { min-width: 100%; }

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

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

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

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

  .PjWSUnLwkasC { display: flex; }

  .QcwMaRICUQXi {
    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(--lQiCiVBgRHHb);
  }

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

  .ILabyqonxDlh { bottom: 75px; right: 20px; }
  .dOjDGmHJHuNB { padding: 20px; }
  .WOMqYGkgksTd { margin-bottom: 70px; }
  .qiLtznUVStlH { flex-direction: column; }
}

@media (max-width: 576px) {
  .QcwMaRICUQXi { gap: 12px; }
  .SRPOCnUoBQKF { padding: 24px 12px; min-height: 240px; }
  .wOOlfKbUtRfj { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .XgQldwWaxycH { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .hTqEcQhMSrYi,
  .aDcaUknGerCG {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.xfLmTVqCOLaD { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.eEVYbzDNzYtt { color: var(--qDEjRmiYBHHE) !important; }

.OTFCeqJjLoQF { display: flex; }
.uqudCgImAjTS { display: none; }
.qoHwZdHxSnzf { max-width: 100%; }

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

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

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

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

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

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

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

.qoHwZdHxSnzf .SRPOCnUoBQKF {
  margin-bottom: 28px;
}

/* bm-theme-godz — dark Norse / ice cyan (screenshot) */
:root {
  --LzvqcsVuocHj: #0a0c10;
  --FghQpLZIrvia: #eef2f8;
  --qDEjRmiYBHHE: #2ec8f0;
  --oNxLYtSpElqI: #14181f;
  --lQiCiVBgRHHb: #10141a;
  --nKnlNhsMoGii: #07090c;
  --TmRuyXeBmjpD: #2ec8f0;
}

body {
  background-color: var(--LzvqcsVuocHj);
  color: var(--FghQpLZIrvia);
  background-image:
    radial-gradient(ellipse 75% 45% at 50% -8%, rgba(46, 200, 240, 0.1), transparent 55%),
    radial-gradient(ellipse 40% 30% at 90% 40%, rgba(80, 120, 180, 0.08), transparent 50%),
    radial-gradient(ellipse 35% 25% at 10% 70%, rgba(40, 50, 70, 0.35), transparent 50%);
}

.rDxFJwcCWysC a,
.WOMqYGkgksTd a,
.wOOlfKbUtRfj p,
.iPfkLomQrTXe,
.GkJFUSfXGxgn p,
.dZrdQdCihVsr a {
  color: #eef2f8;
}

.rDxFJwcCWysC {
  background: linear-gradient(180deg, #161b24 0%, #10141a 100%);
  border-bottom: 1px solid rgba(180, 200, 220, 0.16);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
}

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

.wWdxOUJCRjKu a:hover {
  color: #2ec8f0;
  text-decoration: none;
}

.eEVYbzDNzYtt {
  color: #2ec8f0 !important;
}

.dZrdQdCihVsr a {
  background-color: #1a2029;
  color: #eef2f8;
  border-radius: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(180, 200, 220, 0.28);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
  animation: none;
}

.dZrdQdCihVsr a:nth-child(2),
.iNkZvMZCBLsP {
  background-color: #1a2029;
  border: 1px solid rgba(46, 200, 240, 0.45);
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(46, 200, 240, 0.12);
  animation: none;
}

.XgQldwWaxycH,
.zCYHyQGUPTJE,
.WQkMrhsfgPSY {
  background: linear-gradient(180deg, #5ad8f8 0%, #2ec8f0 45%, #1aa8d0 100%);
  color: #061018;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 22px rgba(46, 200, 240, 0.45),
    0 8px 24px rgba(26, 168, 208, 0.35);
  animation: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.nEEuzHgQaIdv {
  color: #061018;
}

.SRPOCnUoBQKF {
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(46, 200, 240, 0.18),
    0 18px 48px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.bfZoIrFyZPIK::after {
  background: linear-gradient(
    100deg,
    rgba(10, 12, 16, 0.82) 0%,
    rgba(20, 30, 45, 0.4) 48%,
    rgba(10, 12, 16, 0.15) 100%
  );
}

.wOOlfKbUtRfj {
  background: rgba(16, 20, 26, 0.75);
  border: 1px solid rgba(46, 200, 240, 0.28);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

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

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

.XgQldwWaxycH {
  font-size: 15px;
  padding: 14px 28px;
  color: #061018;
}

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

.OxJFRCmotoaN {
  border-radius: 12px;
  background: #14181f;
  box-shadow:
    0 0 0 1px rgba(180, 200, 220, 0.14),
    0 10px 28px rgba(0, 0, 0, 0.45);
}

.jFmzHcDNTkgX:hover .OxJFRCmotoaN {
  box-shadow:
    0 0 0 1px rgba(46, 200, 240, 0.45),
    0 0 22px rgba(46, 200, 240, 0.18);
}

.KvctxPKIgNPD .WQkMrhsfgPSY:last-child {
  background: #1a2029;
  color: #eef2f8;
  box-shadow: none;
  border: 1px solid rgba(180, 200, 220, 0.28);
}

.iPfkLomQrTXe {
  background: var(--oNxLYtSpElqI);
  color: #eef2f8;
  border: 1px solid rgba(180, 200, 220, 0.14);
  border-radius: 14px;
}

.GkJFUSfXGxgn p { color: rgba(238, 242, 248, 0.9); }

.kDVnJHZsEarw::after {
  color: #2ec8f0;
}

table thead th {
  background: linear-gradient(135deg, #1a2430 0%, #10141a 100%);
  color: #7ad8f5;
  border-bottom: 1px solid rgba(46, 200, 240, 0.28);
}

table tbody {
  outline: 1px solid rgba(180, 200, 220, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

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

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

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

.WOMqYGkgksTd {
  background-color: var(--nKnlNhsMoGii);
  border-top: 1px solid rgba(180, 200, 220, 0.12);
}

.WOMqYGkgksTd a {
  color: rgba(238, 242, 248, 0.85);
}

.ILabyqonxDlh {
  background: linear-gradient(135deg, #5ad8f8 0%, #2ec8f0 100%);
}

.ILabyqonxDlh::after {
  border-bottom-color: #061018;
}

#iUPfjBHknGfN {
  background-color: #10141a;
  border-right: 1px solid rgba(180, 200, 220, 0.12);
}

.uqudCgImAjTS a {
  background: rgba(255, 255, 255, 0.03);
  color: #eef2f8;
  border-radius: 10px;
  border-left: 3px solid transparent;
}

.uqudCgImAjTS a:hover,
.uqudCgImAjTS .eEVYbzDNzYtt {
  background: rgba(46, 200, 240, 0.1);
  color: #2ec8f0 !important;
  border-left-color: #2ec8f0;
}

.QcwMaRICUQXi {
  background-color: #10141a;
  border-top: 1px solid rgba(180, 200, 220, 0.12);
}

.bIsdpOsSyful {
  box-shadow: none;
  border-radius: 8px;
  width: auto;
  max-height: 48px;
  filter: drop-shadow(0 2px 10px rgba(46, 200, 240, 0.2));
}

.dOjDGmHJHuNB a {
  color: #2ec8f0;
}

.dOjDGmHJHuNB .XgQldwWaxycH,
.dOjDGmHJHuNB .nEEuzHgQaIdv,
.dOjDGmHJHuNB .WQkMrhsfgPSY,
.XgQldwWaxycH,
.nEEuzHgQaIdv,
.WQkMrhsfgPSY,
.zCYHyQGUPTJE {
  color: #061018 !important;
}

.dOjDGmHJHuNB .iNkZvMZCBLsP,
.iNkZvMZCBLsP,
.dZrdQdCihVsr a:nth-child(2) {
  color: #ffffff !important;
}
