:root {
  --UBmOLZlBsknK: #FEFCFD;
  --fmMjQmDsTnRm: #0E0B17;
  --udesFEGrQHvK: #FF4040;
  --kJCUGJJLTiCH: #426260;
  --XeOVvchFGaxW: #353539;
  --peMIlDumHrTa: #060511;
  --nljlBkzeofgV: #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(--UBmOLZlBsknK);
  color: var(--fmMjQmDsTnRm);
}

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

.VJzRzkTgWISF a,
.DAMSzktuLgAV a {
  color: var(--UBmOLZlBsknK);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.wKiZDoVBHJRk { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.uOweizUrZDFH { color: var(--udesFEGrQHvK) !important; }

.KpqbCIGKzqpM { display: flex; }
.imMNTZnXsAYL { display: none; }
.PZywQPZraQqD { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.kDJwElYeAXdP {
  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(--UBmOLZlBsknK);
  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);
}

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

.SPMGCIiJNoHw {
  background-color: var(--udesFEGrQHvK);
  color: var(--UBmOLZlBsknK);
  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); }
}

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

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

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

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

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

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

.YbaQJLhlHrSm { margin: 40px 0; }

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

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

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

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

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

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

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

.TkzwRcbISpRn .MeReGlAdVnIJ:last-child {
  background-color: var(--nljlBkzeofgV);
}

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

.SOACnZdfdXcR:hover .DBMwPfgHdSLB::after,
.SOACnZdfdXcR:focus-within .DBMwPfgHdSLB::after { opacity: 1; }

.SOACnZdfdXcR:hover .TkzwRcbISpRn,
.SOACnZdfdXcR:focus-within .TkzwRcbISpRn {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.CBLrYzxHqzpM p { margin: 0; color: var(--UBmOLZlBsknK); }

.XSPBbwxQXFxb input:checked + label .YxxadmuYsmYr::after { content: "–"; }
.XSPBbwxQXFxb input:checked ~ .CBLrYzxHqzpM { display: block; }

.RPiedoKufnbN { text-align: center; }

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

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

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

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

.lsEPhhQxAeSl { display: none; }
.jyTMhBBrQXQY { display: none; }
.hGbHmkvToepz { display: none; }
.UktYxVfmuwjY { display: flex; }
.MOJphwuwmVoK { display: none; }

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

.DAMSzktuLgAV {
  background-color: var(--peMIlDumHrTa);
  color: var(--UBmOLZlBsknK);
  padding: 2rem;
}

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

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

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

.vXOXlZAJqvSP { width: 45px; height: auto; }
.DbESTtrkYPTY { width: 150px; height: auto; }

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

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

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

  .hGbHmkvToepz {
    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(--udesFEGrQHvK);
    color: var(--UBmOLZlBsknK);
    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;
  }

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

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

  .VeVfPaZOwCRH:checked ~ #XCkrviNqOxHD { transform: translateX(0); }

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

  #XCkrviNqOxHD .JRrOnHRnxxnw { flex-direction: column; }
  #XCkrviNqOxHD .JRrOnHRnxxnw a { min-width: 100%; }

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

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

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

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

  .jyTMhBBrQXQY { display: flex; }

  .UktYxVfmuwjY {
    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(--XeOVvchFGaxW);
  }

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

  .sjOuxRZAUVRl { bottom: 75px; right: 20px; }
  .VYVPHhpKjmtc { padding: 20px; }
  .DAMSzktuLgAV { margin-bottom: 70px; }
  .BmNkbJSYxjlu { flex-direction: column; }
}

@media (max-width: 576px) {
  .UktYxVfmuwjY { gap: 12px; }
  .hxPLzqpGHeGs { padding: 24px 12px; min-height: 240px; }
  .kDJwElYeAXdP { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .SPMGCIiJNoHw { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .FefINzhQjuDS,
  .vErPQEqxBrkQ {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.auadyvcHHeqC { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.uOweizUrZDFH { color: var(--udesFEGrQHvK) !important; }

.KpqbCIGKzqpM { display: flex; }
.imMNTZnXsAYL { display: none; }
.PZywQPZraQqD { max-width: 100%; }

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

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

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

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

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

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

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

.PZywQPZraQqD .hxPLzqpGHeGs {
  margin-bottom: 28px;
}

/* bm-theme-britsino3 — dark neon variant: dual-tone glow cards, squared CTAs, magenta login */
:root {
  --UBmOLZlBsknK: #0f1118;
  --fmMjQmDsTnRm: #f5f7fb;
  --udesFEGrQHvK: #00c8e0;
  --kJCUGJJLTiCH: #171a24;
  --XeOVvchFGaxW: #0c0e14;
  --peMIlDumHrTa: #090b10;
  --nljlBkzeofgV: #ff1493;
}

body {
  background-color: var(--UBmOLZlBsknK);
  color: var(--fmMjQmDsTnRm);
  background-image:
    radial-gradient(circle at 20% 15%, rgba(0, 200, 224, 0.1), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(255, 20, 147, 0.12), transparent 30%),
    radial-gradient(circle at 70% 80%, rgba(0, 200, 224, 0.06), transparent 35%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 22px,
      rgba(255, 255, 255, 0.012) 22px,
      rgba(255, 255, 255, 0.012) 23px
    );
}

.VJzRzkTgWISF a,
.DAMSzktuLgAV a,
.kDJwElYeAXdP p,
.XSPBbwxQXFxb,
.CBLrYzxHqzpM p,
.JRrOnHRnxxnw a {
  color: #f5f7fb;
}

.VJzRzkTgWISF {
  background: #0c0e14;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #00c8e0, #ff1493, #00c8e0) 1;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}

.qxIdiQPCIiBf a {
  color: rgba(245, 247, 251, 0.88);
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 13px;
  font-weight: 600;
}

.qxIdiQPCIiBf a:hover {
  color: #ff1493;
  text-decoration: none;
}

.uOweizUrZDFH {
  color: #00c8e0 !important;
  border-bottom: 2px solid #00c8e0;
  border-radius: 0;
  padding: 2px 0;
  background: none;
}

/* LOGIN — solid magenta (swapped vs site 1 cyan) */
.JRrOnHRnxxnw a,
.UktYxVfmuwjY a:first-child {
  background: #ff1493 !important;
  background-color: #ff1493 !important;
  color: #ffffff !important;
  border-radius: 6px;
  padding: 10px 18px;
  border: 1px solid #ff1493 !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
  animation: none !important;
  box-shadow: 0 4px 16px rgba(255, 20, 147, 0.4);
}

/* SIGN UP — cyan fill, squared corners */
.JRrOnHRnxxnw a:nth-child(2),
.UktYxVfmuwjY a:nth-child(2),
.hGbHmkvToepz {
  background: #00c8e0 !important;
  background-color: #00c8e0 !important;
  border: 1px solid #00c8e0 !important;
  color: #0c0e14 !important;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 200, 224, 0.4);
  animation: none !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.SPMGCIiJNoHw,
.nTHSIlJfEaWa,
.MeReGlAdVnIJ {
  background: linear-gradient(90deg, #ff1493 0%, #ff4db8 50%, #00c8e0 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 8px 24px rgba(255, 20, 147, 0.35);
  animation: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.ulWAMHeSOazl {
  color: #ffffff;
}

.hxPLzqpGHeGs {
  border-radius: 12px;
  box-shadow:
    0 0 0 2px #00c8e0,
    0 0 0 4px rgba(255, 20, 147, 0.45),
    0 18px 48px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.LcmFVarssEqr::after {
  background: linear-gradient(
    90deg,
    rgba(12, 14, 20, 0.85) 0%,
    rgba(12, 14, 20, 0.35) 50%,
    rgba(12, 14, 20, 0.08) 100%
  );
}

.kDJwElYeAXdP {
  background: rgba(12, 14, 20, 0.85);
  border: 1px solid rgba(0, 200, 224, 0.35);
  border-radius: 10px;
  backdrop-filter: blur(6px);
  box-shadow:
    -4px 0 0 #ff1493,
    0 16px 40px rgba(0, 0, 0, 0.5);
}

.kDJwElYeAXdP p:first-child {
  color: #00c8e0;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

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

.SPMGCIiJNoHw {
  font-size: 15px;
  padding: 13px 26px;
  color: #ffffff;
}

.DBMwPfgHdSLB {
  border-radius: 8px;
  background: #171a24;
  box-shadow:
    0 0 0 1px rgba(0, 200, 224, 0.15),
    0 10px 26px rgba(0, 0, 0, 0.4);
}

.SOACnZdfdXcR:hover .DBMwPfgHdSLB {
  box-shadow:
    0 0 0 2px #ff1493,
    0 0 20px rgba(0, 200, 224, 0.25);
}

.TkzwRcbISpRn .MeReGlAdVnIJ:last-child {
  background: #171a24;
  color: #00c8e0;
  box-shadow: none;
  border: 1px solid #00c8e0;
}

.XSPBbwxQXFxb {
  background: var(--kJCUGJJLTiCH);
  color: #f5f7fb;
  border: 1px solid rgba(0, 200, 224, 0.18);
  border-radius: 8px;
  border-left: 3px solid #ff1493;
}

.CBLrYzxHqzpM p { color: rgba(245, 247, 251, 0.88); }

.YxxadmuYsmYr::after {
  color: #00c8e0;
}

table thead th {
  background: #ff1493;
  color: #ffffff;
  border-bottom: 2px solid #00c8e0;
}

table tbody {
  outline: 1px solid rgba(0, 200, 224, 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: 4px solid #00c8e0;
  padding-left: 14px;
  box-shadow: -8px 0 0 #ff1493;
}

.DAMSzktuLgAV {
  background-color: var(--peMIlDumHrTa);
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, #ff1493, #00c8e0) 1;
}

.DAMSzktuLgAV a {
  color: rgba(245, 247, 251, 0.85);
}

.sjOuxRZAUVRl {
  background: #00c8e0;
  border-radius: 6px;
  box-shadow: 0 0 14px rgba(0, 200, 224, 0.4);
}

.sjOuxRZAUVRl::after {
  border-bottom-color: #0c0e14;
}

#XCkrviNqOxHD {
  background-color: #0c0e14;
  border-right: 1px solid rgba(0, 200, 224, 0.14);
}

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

.imMNTZnXsAYL a:hover,
.imMNTZnXsAYL .uOweizUrZDFH {
  background: rgba(255, 20, 147, 0.15);
  color: #00c8e0 !important;
  border-left-color: #ff1493;
}

.UktYxVfmuwjY {
  background-color: #0c0e14;
  border-top: 1px solid rgba(255, 20, 147, 0.18);
}

.eQQlxasuSqES {
  box-shadow: none;
  border-radius: 6px;
  width: auto;
  max-height: 44px;
  filter: drop-shadow(0 0 8px rgba(0, 200, 224, 0.45));
}

.VYVPHhpKjmtc a {
  color: #00c8e0;
}

.VYVPHhpKjmtc .SPMGCIiJNoHw,
.VYVPHhpKjmtc .ulWAMHeSOazl,
.VYVPHhpKjmtc .MeReGlAdVnIJ,
.SPMGCIiJNoHw,
.ulWAMHeSOazl,
.MeReGlAdVnIJ,
.nTHSIlJfEaWa,
.JRrOnHRnxxnw a:first-child,
.UktYxVfmuwjY a:first-child {
  color: #ffffff !important;
}

.VYVPHhpKjmtc .hGbHmkvToepz,
.hGbHmkvToepz,
.JRrOnHRnxxnw a:nth-child(2),
.UktYxVfmuwjY a:nth-child(2) {
  color: #0c0e14 !important;
}

.wrZLIRKHLURb,
.EcnXBOmfaJgi,
.KoKmMxCIZyBI img {
  border-radius: 10px;
}
