:root {
  --jYDrLmNlhOPn: #FEFCFD;
  --yuLtuQExrmpu: #0E0B17;
  --nimHeSpACAPP: #FF4040;
  --jwUUvrQVrhBg: #426260;
  --MEgJghqPcOuR: #353539;
  --SwBzFfRoZakS: #060511;
  --GkfGjjsTUMbq: #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(--jYDrLmNlhOPn);
  color: var(--yuLtuQExrmpu);
}

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

.akDZPrdLihqI a,
.fheXevCvZFMu a {
  color: var(--jYDrLmNlhOPn);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.MFjGIsQppIAg { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.pHlSsWeKgwvi { color: var(--nimHeSpACAPP) !important; }

.zyIAnisRYOIU { display: flex; }
.FSXfDLbTsHjK { display: none; }
.PoMaMBLWHagb { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.CYzIoccvkaXt {
  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(--jYDrLmNlhOPn);
  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);
}

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

.vfABfEnICbSI {
  background-color: var(--nimHeSpACAPP);
  color: var(--jYDrLmNlhOPn);
  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); }
}

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

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

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

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

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

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

.GdcXnsczakdp { margin: 40px 0; }

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

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

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

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

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

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

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

.TzIbgKnSwDEq .wecJkRLxpfEO:last-child {
  background-color: var(--GkfGjjsTUMbq);
}

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

.nAMORWEhSUwX:hover .AsmPmIUkosWo::after,
.nAMORWEhSUwX:focus-within .AsmPmIUkosWo::after { opacity: 1; }

.nAMORWEhSUwX:hover .TzIbgKnSwDEq,
.nAMORWEhSUwX:focus-within .TzIbgKnSwDEq {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.YUbbUVkOezkn p { margin: 0; color: var(--jYDrLmNlhOPn); }

.MSbvgAtbdiYR input:checked + label .NUCeDztkIYmT::after { content: "–"; }
.MSbvgAtbdiYR input:checked ~ .YUbbUVkOezkn { display: block; }

.klhMONxVaCOf { text-align: center; }

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

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

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

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

.DLIaxwlIdwzg { display: none; }
.doXYHxRdiHtt { display: none; }
.NUBAkNqwijmK { display: none; }
.MwAaPJUxVaVU { display: flex; }
.EzOxEGxejEOK { display: none; }

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

.fheXevCvZFMu {
  background-color: var(--SwBzFfRoZakS);
  color: var(--jYDrLmNlhOPn);
  padding: 2rem;
}

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

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

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

.NIyuJPNCldKN { width: 45px; height: auto; }
.SmgDBzkTPOwQ { width: 150px; height: auto; }

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

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

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

  .NUBAkNqwijmK {
    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(--nimHeSpACAPP);
    color: var(--jYDrLmNlhOPn);
    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;
  }

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

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

  .CVXFsERgRmIB:checked ~ #DZIgAZLxtFyQ { transform: translateX(0); }

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

  #DZIgAZLxtFyQ .nVqoCLwqvlIR { flex-direction: column; }
  #DZIgAZLxtFyQ .nVqoCLwqvlIR a { min-width: 100%; }

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

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

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

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

  .doXYHxRdiHtt { display: flex; }

  .MwAaPJUxVaVU {
    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(--MEgJghqPcOuR);
  }

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

  .UTwYcuIKysbl { bottom: 75px; right: 20px; }
  .CNpSUxIXhdEq { padding: 20px; }
  .fheXevCvZFMu { margin-bottom: 70px; }
  .gheYyRfCsExW { flex-direction: column; }
}

@media (max-width: 576px) {
  .MwAaPJUxVaVU { gap: 12px; }
  .HLiHIlwbLRgD { padding: 24px 12px; min-height: 240px; }
  .CYzIoccvkaXt { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .vfABfEnICbSI { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .pOuIjCbxIfqe,
  .wePpPyFJqMMv {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.euhdJikvWDNW { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.pHlSsWeKgwvi { color: var(--nimHeSpACAPP) !important; }

.zyIAnisRYOIU { display: flex; }
.FSXfDLbTsHjK { display: none; }
.PoMaMBLWHagb { max-width: 100%; }

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

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

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

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

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

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

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

.PoMaMBLWHagb .HLiHIlwbLRgD {
  margin-bottom: 28px;
}

/* bm-theme-britsino5 — dark neon: hard offset shadows, chip buttons, top accent bar */
:root {
  --jYDrLmNlhOPn: #0d1017;
  --yuLtuQExrmpu: #f4f6fc;
  --nimHeSpACAPP: #00e5ff;
  --jwUUvrQVrhBg: #161b28;
  --MEgJghqPcOuR: #0a0c12;
  --SwBzFfRoZakS: #07090e;
  --GkfGjjsTUMbq: #ff2e9a;
}

body {
  background-color: var(--jYDrLmNlhOPn);
  color: var(--yuLtuQExrmpu);
  background-image:
    linear-gradient(180deg, rgba(0, 229, 255, 0.05) 0%, transparent 18%),
    radial-gradient(ellipse 40% 30% at 90% 40%, rgba(255, 46, 154, 0.1), transparent 55%);
}

.akDZPrdLihqI a,
.fheXevCvZFMu a,
.CYzIoccvkaXt p,
.MSbvgAtbdiYR,
.YUbbUVkOezkn p,
.nVqoCLwqvlIR a {
  color: #f4f6fc;
}

.akDZPrdLihqI {
  background: #0a0c12;
  border-bottom: none;
  box-shadow:
    inset 0 3px 0 #00e5ff,
    inset 0 6px 0 #ff2e9a,
    0 10px 28px rgba(0, 0, 0, 0.45);
}

.FosExipNSXvd a {
  color: rgba(244, 246, 252, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: 700;
}

.FosExipNSXvd a:hover {
  color: #ff2e9a;
  text-decoration: none;
}

.pHlSsWeKgwvi {
  color: #0a0c12 !important;
  background: #00e5ff;
  border-radius: 4px;
  padding: 4px 10px;
  box-shadow: 3px 3px 0 #ff2e9a;
}

/* LOGIN — cyan with hard offset */
.nVqoCLwqvlIR a,
.MwAaPJUxVaVU a:first-child {
  background: #00e5ff !important;
  background-color: #00e5ff !important;
  color: #0a0c12 !important;
  border-radius: 4px;
  padding: 10px 18px;
  border: 2px solid #00e5ff !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  animation: none !important;
  box-shadow: 4px 4px 0 #ff2e9a;
}

/* SIGN UP — magenta hard offset */
.nVqoCLwqvlIR a:nth-child(2),
.MwAaPJUxVaVU a:nth-child(2),
.NUBAkNqwijmK {
  background: #ff2e9a !important;
  background-color: #ff2e9a !important;
  border: 2px solid #ff2e9a !important;
  color: #ffffff !important;
  border-radius: 4px;
  box-shadow: 4px 4px 0 #00e5ff;
  animation: none !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vfABfEnICbSI,
.HHubZjlrEnTj,
.wecJkRLxpfEO {
  background: #ff2e9a;
  color: #ffffff;
  border: 2px solid #ff2e9a;
  border-radius: 4px;
  box-shadow: 5px 5px 0 #00e5ff;
  animation: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.IZQViPWebEGb {
  color: #ffffff;
}

.HLiHIlwbLRgD {
  border-radius: 4px;
  box-shadow:
    6px 6px 0 #00e5ff,
    12px 12px 0 rgba(255, 46, 154, 0.55);
  overflow: hidden;
  border: 2px solid #ff2e9a;
}

.txMTGslyDeCn::after {
  background: linear-gradient(
    105deg,
    rgba(10, 12, 18, 0.88) 0%,
    rgba(10, 12, 18, 0.35) 50%,
    rgba(10, 12, 18, 0.05) 100%
  );
}

.CYzIoccvkaXt {
  background: #161b28;
  border: 2px solid #00e5ff;
  border-radius: 4px;
  box-shadow: 6px 6px 0 #ff2e9a;
  backdrop-filter: none;
}

.CYzIoccvkaXt p:first-child {
  color: #00e5ff;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.CYzIoccvkaXt p:nth-child(2) {
  color: #ffffff;
  font-weight: 800;
}

.vfABfEnICbSI {
  font-size: 15px;
  padding: 14px 26px;
  color: #ffffff;
}

.AsmPmIUkosWo {
  border-radius: 4px;
  background: #161b28;
  border: 1px solid rgba(0, 229, 255, 0.25);
  box-shadow: 4px 4px 0 rgba(255, 46, 154, 0.35);
}

.nAMORWEhSUwX:hover .AsmPmIUkosWo {
  box-shadow: 4px 4px 0 #00e5ff;
  border-color: #ff2e9a;
}

.TzIbgKnSwDEq .wecJkRLxpfEO:last-child {
  background: #0a0c12;
  color: #00e5ff;
  box-shadow: 3px 3px 0 #ff2e9a;
  border: 2px solid #00e5ff;
}

.MSbvgAtbdiYR {
  background: #161b28;
  color: #f4f6fc;
  border: 2px solid rgba(0, 229, 255, 0.25);
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(255, 46, 154, 0.25);
}

.YUbbUVkOezkn p { color: rgba(244, 246, 252, 0.88); }

.NUCeDztkIYmT::after {
  color: #ff2e9a;
}

table thead th {
  background: #00e5ff;
  color: #0a0c12;
  border-bottom: none;
  box-shadow: inset 0 -3px 0 #ff2e9a;
}

table tbody {
  outline: 2px solid rgba(255, 46, 154, 0.25);
  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: none;
  padding-left: 12px;
  border-left: 6px solid #00e5ff;
  box-shadow: inset 10px 0 0 #ff2e9a;
  margin-left: 0;
}

.fheXevCvZFMu {
  background-color: var(--SwBzFfRoZakS);
  border-top: none;
  box-shadow: inset 0 3px 0 #ff2e9a, inset 0 6px 0 #00e5ff;
}

.fheXevCvZFMu a {
  color: rgba(244, 246, 252, 0.85);
}

.UTwYcuIKysbl {
  background: #ff2e9a;
  border-radius: 4px;
  box-shadow: 4px 4px 0 #00e5ff;
}

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

#DZIgAZLxtFyQ {
  background-color: #0a0c12;
  border-right: 2px solid #00e5ff;
}

.FSXfDLbTsHjK a {
  background: #161b28;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: none;
}

.FSXfDLbTsHjK a:hover,
.FSXfDLbTsHjK .pHlSsWeKgwvi {
  background: #00e5ff;
  color: #0a0c12 !important;
  box-shadow: 3px 3px 0 #ff2e9a;
  border-color: #00e5ff;
}

.MwAaPJUxVaVU {
  background-color: #0a0c12;
  border-top: 2px solid #ff2e9a;
}

.GGwIvMRBPyfK {
  box-shadow: 3px 3px 0 #00e5ff;
  border-radius: 4px;
  width: auto;
  max-height: 44px;
  filter: none;
}

.CNpSUxIXhdEq a {
  color: #00e5ff;
}

.CNpSUxIXhdEq .vfABfEnICbSI,
.CNpSUxIXhdEq .IZQViPWebEGb,
.CNpSUxIXhdEq .wecJkRLxpfEO,
.CNpSUxIXhdEq .NUBAkNqwijmK,
.vfABfEnICbSI,
.IZQViPWebEGb,
.wecJkRLxpfEO,
.NUBAkNqwijmK,
.HHubZjlrEnTj,
.nVqoCLwqvlIR a:nth-child(2),
.MwAaPJUxVaVU a:nth-child(2) {
  color: #ffffff !important;
}

.nVqoCLwqvlIR a:first-child,
.MwAaPJUxVaVU a:first-child {
  color: #0a0c12 !important;
}

.xGUoLULcmpgl .HHubZjlrEnTj {
  border-radius: 4px;
  box-shadow: 6px 6px 0 #00e5ff;
}

.LXtmnBEEoGFd,
.zBqLryCGkfJD,
.YcnywoZKYmtr img {
  border-radius: 4px;
  box-shadow: 5px 5px 0 rgba(255, 46, 154, 0.45);
}
