:root {
  --haBNvKosxpbk: #FEFCFD;
  --bhZrTDxupuXP: #0E0B17;
  --CtDyDDIiErJW: #FF4040;
  --uSyuWpNQXBRM: #426260;
  --biHIEPMXyOwC: #353539;
  --BFaAMtBQIpIe: #060511;
  --LHdGWjAUEMJd: #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(--haBNvKosxpbk);
  color: var(--bhZrTDxupuXP);
}

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

.ANlIPCEOoydl a,
.ZJgfpmmZDmkx a {
  color: var(--haBNvKosxpbk);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.EthXVbgHhoUq { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.AzSxHefjFWlr { color: var(--CtDyDDIiErJW) !important; }

.XoIhckZNkWaG { display: flex; }
.QoPpXMrYFOsU { display: none; }
.YwSjxURKuSKO { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.fkMBRrpZDNjG {
  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(--haBNvKosxpbk);
  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);
}

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

.fFEjoVfwjFEf {
  background-color: var(--CtDyDDIiErJW);
  color: var(--haBNvKosxpbk);
  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); }
}

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

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

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

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

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

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

.XRpiqzfRldOo { margin: 40px 0; }

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

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

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

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

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

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

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

.aXtUvrhGbRax .GBOWYJhAOeLC:last-child {
  background-color: var(--LHdGWjAUEMJd);
}

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

.jcvgaKhBsKcW:hover .UnGACEiBjWHO::after,
.jcvgaKhBsKcW:focus-within .UnGACEiBjWHO::after { opacity: 1; }

.jcvgaKhBsKcW:hover .aXtUvrhGbRax,
.jcvgaKhBsKcW:focus-within .aXtUvrhGbRax {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.mxqXKnaXujcy p { margin: 0; color: var(--haBNvKosxpbk); }

.IIXcipZbmGVJ input:checked + label .PiwYygPQsPBr::after { content: "–"; }
.IIXcipZbmGVJ input:checked ~ .mxqXKnaXujcy { display: block; }

.nvFsyeOhlZmi { text-align: center; }

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

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

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

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

.FvpMCvUcYjxM { display: none; }
.cAEAYzgvGdzX { display: none; }
.OymmOQLGhOAA { display: none; }
.yUuRZzBIsjIs { display: flex; }
.CwIORofIVfWS { display: none; }

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

.ZJgfpmmZDmkx {
  background-color: var(--BFaAMtBQIpIe);
  color: var(--haBNvKosxpbk);
  padding: 2rem;
}

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

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

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

.LoEIzVVxdljj { width: 45px; height: auto; }
.AYeZxaogRYWz { width: 150px; height: auto; }

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

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

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

  .OymmOQLGhOAA {
    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(--CtDyDDIiErJW);
    color: var(--haBNvKosxpbk);
    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;
  }

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

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

  .JOmokqdYptEP:checked ~ #xeYOOuXUmfmZ { transform: translateX(0); }

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

  #xeYOOuXUmfmZ .SLKmyhjUDJfE { flex-direction: column; }
  #xeYOOuXUmfmZ .SLKmyhjUDJfE a { min-width: 100%; }

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

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

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

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

  .cAEAYzgvGdzX { display: flex; }

  .yUuRZzBIsjIs {
    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(--biHIEPMXyOwC);
  }

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

  .QmYieSigwcRH { bottom: 75px; right: 20px; }
  .emJixEQgRlhj { padding: 20px; }
  .ZJgfpmmZDmkx { margin-bottom: 70px; }
  .IOUgaGAibNKe { flex-direction: column; }
}

@media (max-width: 576px) {
  .yUuRZzBIsjIs { gap: 12px; }
  .wcFUZcZsseAH { padding: 24px 12px; min-height: 240px; }
  .fkMBRrpZDNjG { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .fFEjoVfwjFEf { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .aKMrXstFUHuj,
  .cHACvGdtJsuc {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.qGfuPgJlqcQJ { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.AzSxHefjFWlr { color: var(--CtDyDDIiErJW) !important; }

.XoIhckZNkWaG { display: flex; }
.QoPpXMrYFOsU { display: none; }
.YwSjxURKuSKO { max-width: 100%; }

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

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

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

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

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

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

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

.YwSjxURKuSKO .wcFUZcZsseAH {
  margin-bottom: 28px;
}

/* bm-theme-winrolla — dark neon lobby (screenshot) */
:root {
  --haBNvKosxpbk: #0a0c14;
  --bhZrTDxupuXP: #f4f6fb;
  --CtDyDDIiErJW: #ff6a00;
  --uSyuWpNQXBRM: #161b28;
  --biHIEPMXyOwC: #0d1018;
  --BFaAMtBQIpIe: #07090f;
  --LHdGWjAUEMJd: #2ecc71;
}

body {
  background-color: var(--haBNvKosxpbk);
  color: var(--bhZrTDxupuXP);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(47, 107, 255, 0.18), transparent 55%),
    radial-gradient(ellipse 40% 30% at 90% 20%, rgba(233, 30, 99, 0.08), transparent 50%);
}

.ANlIPCEOoydl a,
.ZJgfpmmZDmkx a,
.fkMBRrpZDNjG p,
.fFEjoVfwjFEf,
.qajhudrtTTSl,
.OymmOQLGhOAA,
.GBOWYJhAOeLC,
.IIXcipZbmGVJ,
.mxqXKnaXujcy p,
.SLKmyhjUDJfE a,
table thead th {
  color: #ffffff;
}

.ANlIPCEOoydl {
  background: linear-gradient(180deg, #0d1018 0%, #0a0c14 100%);
  border-bottom: 1px solid rgba(47, 107, 255, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.XSmTAjvteNut a {
  color: rgba(244, 246, 251, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 700;
}

.XSmTAjvteNut a:hover {
  color: #ff4d8d;
  text-decoration: none;
}

.AzSxHefjFWlr {
  color: #ff4d8d !important;
}

.SLKmyhjUDJfE a {
  background-color: transparent;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1.5px solid #2f6bff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  animation: none;
}

.SLKmyhjUDJfE a:nth-child(2),
.OymmOQLGhOAA {
  background: linear-gradient(135deg, #2f6bff 0%, #1a4fd6 100%);
  border: none;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.35);
  animation: none;
}

.fFEjoVfwjFEf,
.QRZEHzBdbNpf,
.GBOWYJhAOeLC {
  background: linear-gradient(135deg, #ff8a1a 0%, #ff6a00 55%, #e85d00 100%);
  color: #ffffff;
  border-radius: 10px;
  border: none;
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.35);
  animation: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.qajhudrtTTSl {
  color: #ffffff;
}

.wcFUZcZsseAH {
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(47, 107, 255, 0.25),
    0 18px 48px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.mhWrlzeDRfPk::after {
  background: linear-gradient(
    90deg,
    rgba(10, 12, 20, 0.75) 0%,
    rgba(10, 12, 20, 0.35) 45%,
    rgba(10, 12, 20, 0.15) 100%
  );
}

.fkMBRrpZDNjG {
  background: rgba(8, 10, 18, 0.72);
  border: 1px solid rgba(47, 107, 255, 0.28);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

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

.fFEjoVfwjFEf {
  font-size: 15px;
  padding: 14px 28px;
}

.OymmOQLGhOAA { animation: none; }

.UnGACEiBjWHO {
  border-radius: 12px;
  background: #121722;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 10px 28px rgba(0, 0, 0, 0.4);
}

.jcvgaKhBsKcW:hover .UnGACEiBjWHO {
  box-shadow:
    0 0 0 1px rgba(47, 107, 255, 0.55),
    0 12px 32px rgba(47, 107, 255, 0.2);
}

.aXtUvrhGbRax .GBOWYJhAOeLC:last-child {
  background: #2f6bff;
  box-shadow: none;
}

.IIXcipZbmGVJ {
  background: var(--uSyuWpNQXBRM);
  color: #ffffff;
  border: 1px solid rgba(47, 107, 255, 0.18);
  border-radius: 12px;
}

.mxqXKnaXujcy p { color: rgba(244, 246, 251, 0.9); }

.PiwYygPQsPBr::after {
  color: #ff4d8d;
}

table thead th {
  background: linear-gradient(135deg, #2f6bff 0%, #1a4fd6 100%);
  color: #ffffff;
}

table tbody {
  outline: 1px solid rgba(47, 107, 255, 0.2);
  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;
  letter-spacing: -0.01em;
}

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

.ZJgfpmmZDmkx {
  background-color: var(--BFaAMtBQIpIe);
  border-top: 1px solid rgba(47, 107, 255, 0.18);
}

.QmYieSigwcRH {
  background: linear-gradient(135deg, #2f6bff 0%, #1a4fd6 100%);
}

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

#xeYOOuXUmfmZ {
  background-color: #0d1018;
  border-right: 1px solid rgba(255, 77, 141, 0.15);
}

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

.QoPpXMrYFOsU a:hover,
.QoPpXMrYFOsU .AzSxHefjFWlr {
  background: rgba(233, 30, 99, 0.18);
  border-left-color: #ff4d8d;
  color: #ff4d8d !important;
}

.yUuRZzBIsjIs {
  background-color: #0d1018;
  border-top: 1px solid rgba(47, 107, 255, 0.2);
}

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

.emJixEQgRlhj a {
  color: #7eb0ff;
}
