:root {
  --igFMjEPPYdNV: #FEFCFD;
  --wzAizhlTBfZG: #0E0B17;
  --JMEEoROTnyQb: #FF4040;
  --GauXXwJAJlYW: #426260;
  --hUBwwZFeYINz: #353539;
  --AokdeIoLHZoY: #060511;
  --awfcdITcxnIH: #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(--igFMjEPPYdNV);
  color: var(--wzAizhlTBfZG);
}

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

.EjYpgzIpEAqQ a,
.bGcokpFqhtyS a {
  color: var(--igFMjEPPYdNV);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

a:hover { text-decoration: underline; }

.zPnUEUnGBIQp { padding-inline: 24px; }

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

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

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

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

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

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

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

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

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

.pGUoUVkEPpSz { color: var(--JMEEoROTnyQb) !important; }

.wmrYRdBaeIPy { display: flex; }
.oDwFpNZNYuTZ { display: none; }
.qKqPvHfmQjTs { max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.wbPDgifvUQzu {
  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(--igFMjEPPYdNV);
  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);
}

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

.QbuiSexjaaST {
  background-color: var(--JMEEoROTnyQb);
  color: var(--igFMjEPPYdNV);
  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); }
}

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

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

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

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

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

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

.gLkzNXtQYAbH { margin: 40px 0; }

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

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

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

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

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

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

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

.DkwSEQtMBjqV .iUNJHjLwEEFl:last-child {
  background-color: var(--awfcdITcxnIH);
}

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

.HYZIUoJvTDcd:hover .MhUZOgOehGCc::after,
.HYZIUoJvTDcd:focus-within .MhUZOgOehGCc::after { opacity: 1; }

.HYZIUoJvTDcd:hover .DkwSEQtMBjqV,
.HYZIUoJvTDcd:focus-within .DkwSEQtMBjqV {
  opacity: 1;
  visibility: visible;
}

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

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

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

td, th { padding: 10px; }

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

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

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

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

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

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

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

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

.gvJSdzXEVYMz p { margin: 0; color: var(--igFMjEPPYdNV); }

.nCZbgeIqNOuQ input:checked + label .nVwKQIGttAwc::after { content: "–"; }
.nCZbgeIqNOuQ input:checked ~ .gvJSdzXEVYMz { display: block; }

.xkOLQvTJichX { text-align: center; }

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

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

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

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

.PsZkWhEwnGXt { display: none; }
.ZHmNdAPRfiwy { display: none; }
.SDoiLYBYDlUl { display: none; }
.cQOofyxLSqZe { display: flex; }
.SnGaTsgkejZa { display: none; }

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

.bGcokpFqhtyS {
  background-color: var(--AokdeIoLHZoY);
  color: var(--igFMjEPPYdNV);
  padding: 2rem;
}

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

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

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

.VyTFZDnGwqBS { width: 45px; height: auto; }
.mgAsQBiJfScr { width: 150px; height: auto; }

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

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

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

  .SDoiLYBYDlUl {
    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(--JMEEoROTnyQb);
    color: var(--igFMjEPPYdNV);
    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;
  }

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

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

  .KFVYDcRsXfTo:checked ~ #osNKNGVZUmNY { transform: translateX(0); }

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

  #osNKNGVZUmNY .DhmjfyMrlOjy { flex-direction: column; }
  #osNKNGVZUmNY .DhmjfyMrlOjy a { min-width: 100%; }

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

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

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

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

  .ZHmNdAPRfiwy { display: flex; }

  .cQOofyxLSqZe {
    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(--hUBwwZFeYINz);
  }

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

  .RitxHbjQMsMF { bottom: 75px; right: 20px; }
  .YUedAIsffujn { padding: 20px; }
  .bGcokpFqhtyS { margin-bottom: 70px; }
  .SHvVUCNKNWKm { flex-direction: column; }
}

@media (max-width: 576px) {
  .cQOofyxLSqZe { gap: 12px; }
  .RpoapVHIcQuK { padding: 24px 12px; min-height: 240px; }
  .wbPDgifvUQzu { font-size: 14px; gap: 10px; padding: 14px 12px; }
  .QbuiSexjaaST { font-size: 13px; padding: 12px 14px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .FGNaynlCymnL,
  .GFqNgwtcUUIr {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
/* bm-nav */
.ExHtGINJWnLO { display: inline-flex; align-items: center; text-decoration: none; }

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

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

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

.pGUoUVkEPpSz { color: var(--JMEEoROTnyQb) !important; }

.wmrYRdBaeIPy { display: flex; }
.oDwFpNZNYuTZ { display: none; }
.qKqPvHfmQjTs { max-width: 100%; }

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

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

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

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

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

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

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

.qKqPvHfmQjTs .RpoapVHIcQuK {
  margin-bottom: 28px;
}

/* bm-theme-fieryplay — dark black + crimson / yellow CTA (screenshot) */
:root {
  --igFMjEPPYdNV: #050505;
  --wzAizhlTBfZG: #f5f5f5;
  --JMEEoROTnyQb: #ffdd00;
  --GauXXwJAJlYW: #141014;
  --hUBwwZFeYINz: #0c0a0a;
  --AokdeIoLHZoY: #030303;
  --awfcdITcxnIH: #e12222;
}

body {
  background-color: var(--igFMjEPPYdNV);
  color: var(--wzAizhlTBfZG);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -8%, rgba(225, 34, 34, 0.16), transparent 55%),
    radial-gradient(ellipse 40% 30% at 90% 35%, rgba(120, 10, 20, 0.25), transparent 50%),
    radial-gradient(ellipse 35% 25% at 10% 70%, rgba(40, 10, 15, 0.4), transparent 50%);
}

.EjYpgzIpEAqQ a,
.bGcokpFqhtyS a,
.wbPDgifvUQzu p,
.nCZbgeIqNOuQ,
.gvJSdzXEVYMz p,
.DhmjfyMrlOjy a {
  color: #f5f5f5;
}

.EjYpgzIpEAqQ {
  background: linear-gradient(180deg, #1a1010 0%, #0c0a0a 100%);
  border-bottom: 1px solid rgba(225, 34, 34, 0.28);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
}

.jdSeiuWGBPNe a {
  color: rgba(245, 245, 245, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 700;
}

.jdSeiuWGBPNe a:hover {
  color: #e12222;
  text-decoration: none;
}

.pGUoUVkEPpSz {
  color: #e12222 !important;
  box-shadow: inset 0 -2px 0 #e12222;
}

.DhmjfyMrlOjy a {
  background-color: transparent;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 13px;
  animation: none;
}

.DhmjfyMrlOjy a:nth-child(2),
.SDoiLYBYDlUl {
  background: #ffdd00;
  border: 1px solid #ffdd00;
  color: #121212;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(255, 221, 0, 0.28);
  animation: none;
  font-weight: 800;
}

.QbuiSexjaaST,
.qwbLOEUtNUxW,
.iUNJHjLwEEFl {
  background: #ffdd00;
  color: #121212;
  border: none;
  border-radius: 8px;
  box-shadow:
    0 0 18px rgba(255, 221, 0, 0.3),
    0 8px 22px rgba(0, 0, 0, 0.4);
  animation: none;
  text-transform: none;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.UJEdUJdiTLhp {
  color: #121212;
}

.RpoapVHIcQuK {
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(225, 34, 34, 0.28),
    0 18px 48px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.fiMMEDFlrXjV::after {
  background: linear-gradient(
    100deg,
    rgba(5, 5, 5, 0.82) 0%,
    rgba(60, 10, 15, 0.4) 48%,
    rgba(5, 5, 5, 0.15) 100%
  );
}

.wbPDgifvUQzu {
  background: rgba(12, 8, 8, 0.78);
  border: 1px solid rgba(225, 34, 34, 0.3);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.wbPDgifvUQzu p:first-child {
  color: #e12222;
  text-transform: none;
  font-size: 0.85em;
  letter-spacing: 0.02em;
  font-weight: 700;
}

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

.QbuiSexjaaST {
  font-size: 15px;
  padding: 14px 28px;
  color: #121212;
}

.SDoiLYBYDlUl {
  animation: none;
  color: #121212;
}

.MhUZOgOehGCc {
  border-radius: 10px;
  background: #141014;
  box-shadow:
    0 0 0 1px rgba(225, 34, 34, 0.18),
    0 10px 28px rgba(0, 0, 0, 0.45);
}

.HYZIUoJvTDcd:hover .MhUZOgOehGCc {
  box-shadow:
    0 0 0 1px rgba(225, 34, 34, 0.55),
    0 0 22px rgba(225, 34, 34, 0.2);
}

.DkwSEQtMBjqV .iUNJHjLwEEFl:last-child {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.nCZbgeIqNOuQ {
  background: var(--GauXXwJAJlYW);
  color: #f5f5f5;
  border: 1px solid rgba(225, 34, 34, 0.2);
  border-radius: 12px;
}

.gvJSdzXEVYMz p { color: rgba(245, 245, 245, 0.9); }

.nVwKQIGttAwc::after {
  color: #e12222;
}

table thead th {
  background: linear-gradient(135deg, #3a1010 0%, #0c0a0a 100%);
  color: #ffdd00;
  border-bottom: 1px solid rgba(225, 34, 34, 0.3);
}

table tbody {
  outline: 1px solid rgba(225, 34, 34, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

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

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

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

.bGcokpFqhtyS {
  background-color: var(--AokdeIoLHZoY);
  border-top: 1px solid rgba(225, 34, 34, 0.2);
}

.bGcokpFqhtyS a {
  color: rgba(245, 245, 245, 0.85);
}

.RitxHbjQMsMF {
  background: #ffdd00;
}

.RitxHbjQMsMF::after {
  border-bottom-color: #121212;
}

#osNKNGVZUmNY {
  background-color: #0c0a0a;
  border-right: 1px solid rgba(225, 34, 34, 0.18);
}

.oDwFpNZNYuTZ a {
  background: rgba(255, 255, 255, 0.03);
  color: #f5f5f5;
  border-radius: 10px;
}

.oDwFpNZNYuTZ a:hover,
.oDwFpNZNYuTZ .pGUoUVkEPpSz {
  background: rgba(225, 34, 34, 0.18);
  color: #ffdd00 !important;
  box-shadow: 0 0 12px rgba(225, 34, 34, 0.25);
}

.cQOofyxLSqZe {
  background-color: #0c0a0a;
  border-top: 1px solid rgba(225, 34, 34, 0.18);
}

.PESEgnDKoiTc {
  box-shadow: none;
  border-radius: 0;
  width: auto;
  max-height: 44px;
  filter: drop-shadow(0 2px 10px rgba(225, 34, 34, 0.3));
}

.YUedAIsffujn a {
  color: #e12222;
}

.YUedAIsffujn .QbuiSexjaaST,
.YUedAIsffujn .UJEdUJdiTLhp,
.YUedAIsffujn .iUNJHjLwEEFl,
.YUedAIsffujn .SDoiLYBYDlUl,
.QbuiSexjaaST,
.UJEdUJdiTLhp,
.iUNJHjLwEEFl,
.SDoiLYBYDlUl,
.qwbLOEUtNUxW,
.DhmjfyMrlOjy a:nth-child(2) {
  color: #121212 !important;
}

.DhmjfyMrlOjy a:first-child {
  color: #ffffff !important;
}
