:root {
  --ZYRnwfKfLNaq: #FEFCFD;
  --UGNleFmXDjqJ: #0E0B17;
  --GPTrssfskGZN: #FF4040;
  --bSlFPoXYVPAe: #426260;
  --DjRjJWqYzDJr: #353539;
  --wmnzlWfLjXBO: #060511;
  --dDSDkwhpaWeO: #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(--ZYRnwfKfLNaq);
  color: var(--UGNleFmXDjqJ);
}

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

.kJSSSRpboMhk a,
.NBHPUhAmsudM a {
  color: var(--ZYRnwfKfLNaq);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.CvJoTXggqdGK { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.gPYagZgpJONG { color: var(--GPTrssfskGZN) !important; }

.XqzqqawbqqtV { display: flex; }
.lEUoZsCZzExD { display: none; }
.nrOzrSfKbVAQ { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.NchXHpezNUuj {
  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(--ZYRnwfKfLNaq);
  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);
}

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

.FKgHdFWGzwDy {
  background-color: var(--GPTrssfskGZN);
  color: var(--ZYRnwfKfLNaq);
  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); }
}

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

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

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

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

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

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

.PYQzJfglADTe { margin: 40px 0; }

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

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

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

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

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

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

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

.oNpErFAsGuyD .NuOWdtCuFbmB:last-child {
  background-color: var(--dDSDkwhpaWeO);
}

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

.ahvozFrlwZDT:hover .nyRNENbYQDxP::after,
.ahvozFrlwZDT:focus-within .nyRNENbYQDxP::after { opacity: 1; }

.ahvozFrlwZDT:hover .oNpErFAsGuyD,
.ahvozFrlwZDT:focus-within .oNpErFAsGuyD {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.GYKhYJpesvgk p { margin: 0; color: var(--ZYRnwfKfLNaq); }

.cUBZbxxVbGML input:checked + label .zNGfdIzJQgWg::after { content: "–"; }
.cUBZbxxVbGML input:checked ~ .GYKhYJpesvgk { display: block; }

.ZzKTIjzBJAON { text-align: center; }

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

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

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

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

.voOrNWBklUaY { display: none; }
.LUMDngsdfdzn { display: none; }
.ULYsQkxwZUjE { display: none; }
.lcHcvwKibuii { display: flex; }
.hKCiybuxItEH { display: none; }

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

.NBHPUhAmsudM {
  background-color: var(--wmnzlWfLjXBO);
  color: var(--ZYRnwfKfLNaq);
  padding: 2rem;
}

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

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

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

.GxzFILunTyTR { width: 45px; height: auto; }
.LqvhBBIwNgCO { width: 150px; height: auto; }

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

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

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

  .ULYsQkxwZUjE {
    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(--GPTrssfskGZN);
    color: var(--ZYRnwfKfLNaq);
    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;
  }

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

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

  .GFYApnctkkRU:checked ~ #XPNRePDavigN { transform: translateX(0); }

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

  #XPNRePDavigN .dLZgwIJxldDg { flex-direction: column; }
  #XPNRePDavigN .dLZgwIJxldDg a { min-width: 100%; }

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

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

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

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

  .LUMDngsdfdzn { display: flex; }

  .lcHcvwKibuii {
    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(--DjRjJWqYzDJr);
  }

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

  .AyhTxEIMIgPk { bottom: 75px; right: 20px; }
  .KdPloOMwkeYV { padding: 20px; }
  .NBHPUhAmsudM { margin-bottom: 70px; }
  .UzGgpJgNWFNK { flex-direction: column; }
}

@media (max-width: 576px) {
  .lcHcvwKibuii { gap: 12px; }
  .FowvdPUiScCX { padding: 24px 12px; min-height: 240px; }
  .NchXHpezNUuj { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .FKgHdFWGzwDy { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .zisIKOFvDXyN,
  .mYwVPTCuOtGD {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.SjtYgbuHaxCm { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.gPYagZgpJONG { color: var(--GPTrssfskGZN) !important; }

.XqzqqawbqqtV { display: flex; }
.lEUoZsCZzExD { display: none; }
.nrOzrSfKbVAQ { max-width: 100%; }

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

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

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

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

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

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

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

.nrOzrSfKbVAQ .FowvdPUiScCX {
  margin-bottom: 28px;
}

/* bm-theme-britsino4 — dark neon: soft panels, glass header, cyan→magenta underlines */
:root {
  --ZYRnwfKfLNaq: #10131c;
  --UGNleFmXDjqJ: #f0f3fa;
  --GPTrssfskGZN: #ff3aad;
  --bSlFPoXYVPAe: #1b2030;
  --DjRjJWqYzDJr: #121621;
  --wmnzlWfLjXBO: #0b0d14;
  --dDSDkwhpaWeO: #2aefff;
}

body {
  background-color: var(--ZYRnwfKfLNaq);
  color: var(--UGNleFmXDjqJ);
  background-image:
    radial-gradient(ellipse 90% 55% at 50% -20%, rgba(42, 239, 255, 0.09), transparent 50%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(255, 58, 173, 0.1), transparent 45%);
}

.kJSSSRpboMhk a,
.NBHPUhAmsudM a,
.NchXHpezNUuj p,
.cUBZbxxVbGML,
.GYKhYJpesvgk p,
.dLZgwIJxldDg a {
  color: #f0f3fa;
}

.kJSSSRpboMhk {
  background: rgba(18, 22, 33, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(42, 239, 255, 0.14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.zsUDPWZFYXsb a {
  color: rgba(240, 243, 250, 0.85);
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.zsUDPWZFYXsb a:hover {
  color: #2aefff;
  text-decoration: none;
}

.gPYagZgpJONG {
  color: #ffffff !important;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding-bottom: 4px;
  background-image: linear-gradient(90deg, #2aefff, #ff3aad);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

/* LOGIN — soft cyan glass */
.dLZgwIJxldDg a,
.lcHcvwKibuii a:first-child {
  background: rgba(42, 239, 255, 0.12) !important;
  background-color: rgba(42, 239, 255, 0.12) !important;
  color: #2aefff !important;
  border-radius: 14px;
  padding: 10px 20px;
  border: 1px solid rgba(42, 239, 255, 0.55) !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  animation: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* SIGN UP — solid magenta soft radius */
.dLZgwIJxldDg a:nth-child(2),
.lcHcvwKibuii a:nth-child(2),
.ULYsQkxwZUjE {
  background: #ff3aad !important;
  background-color: #ff3aad !important;
  border: 1px solid #ff3aad !important;
  color: #ffffff !important;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(255, 58, 173, 0.35);
  animation: none !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.FKgHdFWGzwDy,
.eFzoVAMMNriO,
.NuOWdtCuFbmB {
  background: #ff3aad;
  color: #ffffff;
  border: none;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(255, 58, 173, 0.4);
  animation: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.WhfCvGQYqzSs {
  color: #ffffff;
}

.FowvdPUiScCX {
  border-radius: 28px;
  box-shadow:
    0 0 0 1px rgba(42, 239, 255, 0.18),
    0 24px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.bEUHjEMGxMwJ::after {
  background: linear-gradient(
    160deg,
    rgba(11, 13, 20, 0.75) 0%,
    rgba(11, 13, 20, 0.25) 55%,
    rgba(11, 13, 20, 0.05) 100%
  );
}

.NchXHpezNUuj {
  background: rgba(27, 32, 48, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow:
    0 0 30px rgba(42, 239, 255, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.4);
}

.NchXHpezNUuj p:first-child {
  color: #2aefff;
  text-transform: none;
  font-size: 0.82em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

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

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

.nyRNENbYQDxP {
  border-radius: 20px;
  background: #1b2030;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 12px 28px rgba(0, 0, 0, 0.4);
}

.ahvozFrlwZDT:hover .nyRNENbYQDxP {
  box-shadow:
    0 0 0 1px rgba(42, 239, 255, 0.5),
    0 0 28px rgba(255, 58, 173, 0.2);
  transform: translateY(-3px);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.oNpErFAsGuyD .NuOWdtCuFbmB:last-child {
  background: rgba(42, 239, 255, 0.12);
  color: #2aefff;
  box-shadow: none;
  border: 1px solid rgba(42, 239, 255, 0.55);
}

.cUBZbxxVbGML {
  background: rgba(27, 32, 48, 0.9);
  color: #f0f3fa;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.GYKhYJpesvgk p { color: rgba(240, 243, 250, 0.86); }

.zNGfdIzJQgWg::after {
  color: #ff3aad;
}

table thead th {
  background: #1b2030;
  color: #2aefff;
  border-bottom: 2px solid #ff3aad;
}

table tbody {
  outline: 1px solid rgba(42, 239, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 0 12px 12px;
}

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

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

h2 {
  border-left: none;
  padding-left: 0;
  display: inline-block;
  background-image: linear-gradient(90deg, #2aefff, #ff3aad);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 8px;
}

.NBHPUhAmsudM {
  background-color: var(--wmnzlWfLjXBO);
  border-top: 1px solid rgba(42, 239, 255, 0.12);
}

.NBHPUhAmsudM a {
  color: rgba(240, 243, 250, 0.82);
}

.AyhTxEIMIgPk {
  background: linear-gradient(135deg, #2aefff 0%, #ff3aad 100%);
  border-radius: 16px;
  box-shadow: 0 0 18px rgba(42, 239, 255, 0.3);
}

.AyhTxEIMIgPk::after {
  border-bottom-color: #0b0d14;
}

#XPNRePDavigN {
  background: rgba(18, 22, 33, 0.95);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(42, 239, 255, 0.1);
}

.lEUoZsCZzExD a {
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  border-radius: 14px;
  border: 1px solid transparent;
}

.lEUoZsCZzExD a:hover,
.lEUoZsCZzExD .gPYagZgpJONG {
  background: rgba(42, 239, 255, 0.1);
  color: #2aefff !important;
  border-color: rgba(42, 239, 255, 0.25);
}

.lcHcvwKibuii {
  background-color: #121621;
  border-top: 1px solid rgba(255, 58, 173, 0.14);
}

.QbnzBKZTaXvL {
  box-shadow: none;
  border-radius: 12px;
  width: auto;
  max-height: 46px;
  filter: drop-shadow(0 0 14px rgba(42, 239, 255, 0.3));
}

.KdPloOMwkeYV a {
  color: #2aefff;
}

.KdPloOMwkeYV .FKgHdFWGzwDy,
.KdPloOMwkeYV .WhfCvGQYqzSs,
.KdPloOMwkeYV .NuOWdtCuFbmB,
.KdPloOMwkeYV .ULYsQkxwZUjE,
.FKgHdFWGzwDy,
.WhfCvGQYqzSs,
.NuOWdtCuFbmB,
.ULYsQkxwZUjE,
.eFzoVAMMNriO,
.dLZgwIJxldDg a:nth-child(2),
.lcHcvwKibuii a:nth-child(2) {
  color: #ffffff !important;
}

.dLZgwIJxldDg a:first-child,
.lcHcvwKibuii a:first-child {
  color: #2aefff !important;
}

.buneNtrWppGK .eFzoVAMMNriO {
  border-radius: 20px;
  box-shadow:
    0 0 0 1px rgba(42, 239, 255, 0.2),
    0 16px 40px rgba(255, 58, 173, 0.25);
}

.XTVqdHPMRMEY,
.ippSotNotYyb,
.qXFFlNLosWOq img {
  border-radius: 22px;
}
