/* ============================================================
   PlayZoom Sitebuilder — Theme CSS
   Общий стиль для всех развёрнутых статичных сайтов.
   Темизация через CSS variables в :root — каждый сайт может
   переопределить их через свой <style> в head или site_theme.json
   ============================================================ */

:root {
  --a27g0c9: #18181b;
  --a1zkt37: #fafafa;
  --a2h8tx7: #dc2626;
  --ayreq9i: #18181b;
  --aq9idyr: #71717a;
  --axy5nvh: #ffffff;
  --a2e4qz8: #fafafa;
  --acquaz9: #e4e4e7;
  --a27ylxp: #16a34a;
  --a1pzpvp: #d97706;
  --av15lsu: #dc2626;

  --a207tv5: 6px;
  --a1n5bh6: 4px;
  --a26mn3u: 10px;
  --a150w3v: 4px;
  --a2klzc2: 8px;
  --a23km6x: 12px;
  --a2i59tl: 16px;
  --aja99vz: 24px;
  --a2p00fj: 32px;
  --a1ggemv: 48px;

  --a118d1n: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ay4xnbx: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  --a2mec6c: 1100px;
  --a2ol7kf: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--a118d1n);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ayreq9i);
  background: var(--axy5nvh);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--a27g0c9); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  margin: 0 0 var(--a2i59tl);
  line-height: 1.2;
  font-weight: 700;
}
h1 { font-size: clamp(28px, 4vw, 44px); }
h2 { font-size: clamp(22px, 3vw, 32px); margin-top: 0; }
h3 { font-size: 20px; }
p { margin: 0 0 var(--a23km6x); }

.a16md79 { max-width: var(--a2mec6c); margin: 0 auto; padding: 0 var(--a2i59tl); }
.a16md79.aw678cs { max-width: var(--a2ol7kf); }

/* Все блоки одной ширины (1100px) — визуальное единство. */

.askh623 { padding: var(--a1ggemv) 0; }

/* HEADER */
.a2cxyxt {
  border-bottom: 1px solid var(--acquaz9);
  background: var(--axy5nvh);
  padding: var(--a23km6x) 0;
}
.a2rm77n { display: flex; align-items: center; gap: var(--a2i59tl); }
.a2cxyxt .a151d6l {
  font-weight: 800;
  font-size: 18px;
  color: var(--ayreq9i);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-right: auto; /* логотип слева, действия — вправо */
}
.a1993p0 { height: 40px; width: auto; max-width: 220px; display: block; }
.a2f7uqh { display: flex; align-items: center; gap: var(--a23km6x); }
.a1di18c { display: flex; gap: var(--a2klzc2); }
.a2qi31r {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 16px; border-radius: 8px; font-weight: 600; font-size: 14px;
  text-decoration: none; white-space: nowrap; line-height: 1;
}
.az3sssy { background: var(--a27g0c9); color: var(--a1zkt37); }
.a7dwac7  { background: transparent; color: var(--ayreq9i); border: 1px solid var(--acquaz9); }
.a1ob3li {
  display: none; background: none; border: 0; cursor: pointer;
  width: 32px; height: 32px; flex-direction: column; justify-content: center; gap: 5px; padding: 0;
}
.a1ob3li span { display: block; height: 2px; background: var(--ayreq9i); border-radius: 2px; transition: .2s; }
@media (max-width: 720px) {
  .a2cxyxt { position: relative; }
  .a1ob3li { display: flex; }
  .a2f7uqh {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0; z-index: 50;
    flex-direction: column; align-items: stretch; gap: var(--a23km6x);
    background: var(--axy5nvh); border-bottom: 1px solid var(--acquaz9);
    padding: var(--a2i59tl); box-shadow: 0 8px 20px rgba(0,0,0,.12);
  }
  .a2cxyxt.open .a2f7uqh { display: flex; }
  .a1di18c { flex-direction: column; }
  .a2qi31r { width: 100%; padding: 12px; }
}

/* HEADER MENU BLOCK */
.a6q12wx {
  background: var(--a27g0c9);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 0;
}
.as783b1 {
  position: sticky;
  top: 0;
  z-index: 200;
}
.a6q12wx .a16md79 { padding: 0 var(--a2i59tl); }
.a25myl6 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.a1e4vsx {
  display: block;
  color: var(--a1zkt37);
  text-decoration: none;
  padding: 13px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.85;
  transition: opacity .15s, border-color .15s;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.a1e4vsx:hover {
  opacity: 1;
  border-bottom-color: var(--a2h8tx7);
  text-decoration: none;
}
@media (max-width: 600px) {
  .a25myl6 { gap: 0; }
  .a1e4vsx { padding: 10px 12px; font-size: 0.8rem; }
}

/* HERO */
.axk0x9l {
  padding: var(--a1ggemv) 0;
  background: var(--a2e4qz8);
  text-align: center;
}
.axk0x9l.a1kftrd { text-align: left; }
.axk0x9l.a237q41 { text-align: right; }
.axk0x9l.a1fz0pm {
  background-size: cover;
  background-position: center;
  color: var(--a1zkt37);
  position: relative;
  /* Не на всю ширину: контейнер-карточка ~16:9, скруглённая (как betfm.me) */
  width: calc(100% - var(--a2i59tl) * 2);
  max-width: 1100px;
  margin: var(--a2p00fj) auto;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  padding: var(--a2p00fj);
}
.axk0x9l.a1fz0pm::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.axk0x9l.a1fz0pm > .a16md79 { position: relative; width: 100%; }
@media (max-width: 640px) {
  .axk0x9l.a1fz0pm { aspect-ratio: auto; min-height: 260px; }
}
.a13dqd9 {
  font-size: 18px;
  color: var(--aq9idyr);
  max-width: 640px;
  margin: 0 auto var(--aja99vz);
}
.axk0x9l.a1fz0pm .a13dqd9 { color: rgba(255,255,255,0.9); }
.axk0x9l.a1kftrd .a13dqd9, .axk0x9l.a237q41 .a13dqd9 { margin-left: 0; margin-right: 0; }

/* HERO SPLIT LAYOUT (split-right = text left + image right; split-left = image left + text right) */
.axk0x9l.an0v7l8 { text-align: left; padding: var(--a1ggemv) 0; }
.axk0x9l.an0v7l8 .a16md79 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--a2p00fj);
  align-items: center;
}
.axk0x9l.an0v7l8.a1mmp5o .a16md79 { grid-template-areas: "image text"; }
.axk0x9l.an0v7l8.axer9z3 .a16md79 { grid-template-areas: "text image"; }
.axk0x9l.an0v7l8 .az8fy2m { grid-area: text; }
.axk0x9l.an0v7l8 .awy94ja { grid-area: image; }
.axk0x9l.an0v7l8 .a13dqd9 { margin-left: 0; margin-right: 0; }
.axk0x9l.an0v7l8 .awy94ja img {
  width: 100%;
  height: auto;
  border-radius: var(--a26mn3u);
  display: block;
}
.axk0x9l.an0v7l8 .awy94ja .a25mqr4 {
  width: 100%;
  aspect-ratio: 16/10;
  background: var(--a2e4qz8);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a26mn3u);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aq9idyr);
  font-size: 14px;
}
@media (max-width: 768px) {
  .axk0x9l.an0v7l8 .a16md79 {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text" !important;
    gap: var(--a2i59tl);
  }
  .axk0x9l.an0v7l8.a1mmp5o .a16md79,
  .axk0x9l.an0v7l8.axer9z3 .a16md79 {
    grid-template-areas: "image" "text" !important;
  }
}

/* BUTTONS */
.aoawkd5 {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--a1n5bh6);
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: opacity .15s, background .15s;
}
.aoawkd5:hover { text-decoration: none; opacity: 0.85; }
.a17ppx8 { background: var(--a27g0c9); color: var(--a1zkt37); }
.a1xmegm  { background: var(--a2h8tx7);  color: #fff; }
.a2cff9q { background: transparent; color: var(--a27g0c9); border-color: var(--a27g0c9); }
.a15gn0z { padding: 14px 28px; font-size: 15px; }
.a1lxcux { padding: 6px 14px; font-size: 13px; }

/* TEXT BLOCK / PROSE */
.aqwyl3m { font-size: 16px; }
.aqwyl3m p { margin: 0 0 var(--a23km6x); }
.aqwyl3m ul, .aqwyl3m ol { margin: 0 0 var(--a23km6x); padding-left: 22px; }
.aqwyl3m li { margin-bottom: 4px; }
.aqwyl3m strong { font-weight: 700; }
/* Таблицы в контенте (TextBlock / casino-review description) */
.aqwyl3m table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 var(--a2i59tl);
  font-size: 15px;
  border: 1px solid var(--acquaz9);
}
.aqwyl3m th, .aqwyl3m td {
  border: 1px solid var(--acquaz9);
  padding: var(--a2klzc2) var(--a23km6x);
  text-align: left;
  vertical-align: top;
}
.aqwyl3m thead th {
  background: var(--a2e4qz8);
  font-weight: 700;
  color: var(--ayreq9i);
}
.aqwyl3m tbody tr:nth-child(even) { background: var(--a2e4qz8); }
@media (max-width: 600px) {
  .aqwyl3m table { display: block; overflow-x: auto; }
}

/* IMAGE */
.a48o4cq figure { margin: 0; }
.a48o4cq figcaption {
  text-align: center;
  font-size: 13px;
  color: var(--aq9idyr);
  margin-top: var(--a2klzc2);
}

/* FAQ */
.a2l5pyr { margin-top: var(--a2i59tl); }
.a1xhldo {
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
  margin-bottom: var(--a2klzc2);
  background: var(--axy5nvh);
  overflow: hidden;
}
.a1xhldo summary {
  padding: var(--a23km6x) var(--a2i59tl);
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
  user-select: none;
}
.a1xhldo summary::-webkit-details-marker { display: none; }
.a1xhldo summary h3.a24pm7j {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  padding-right: 28px; /* место под +/− иконку */
}
.a1xhldo summary::after {
  content: '+';
  position: absolute;
  right: var(--a2i59tl);
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: var(--aq9idyr);
}
.a1xhldo[open] summary::after { content: '−'; }
.a2cvctw {
  padding: 0 var(--a2i59tl) var(--a23km6x);
  color: var(--aq9idyr);
  line-height: 1.6;
}

/* CTA */
.a1lgsnu { text-align: center; }
.a1lgsnu.a2fptc6 { background: var(--a2h8tx7); color: #fff; }
.a1lgsnu.a2fptc6 .a17ppx8 { background: #fff; color: var(--a2h8tx7); }
.a1lgsnu.a24h1oz { border-top: 1px solid var(--acquaz9); border-bottom: 1px solid var(--acquaz9); }

/* CTA-кнопка (отдельный блок): без своих цвета/размера — наследует .aoawkd5.a17ppx8 темы;
   с кастомом — inline-стиль в Renderer переопределяет. Здесь только отступы блока. */
.a2dhpbr { padding: var(--aja99vz) 0; }

/* Table of Contents — оглавление с якорными ссылками */
.a2mhpky { padding: var(--a2i59tl) 0; }
.a9fs425 {
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
  background: var(--a2e4qz8);
  padding: var(--a2i59tl) var(--aja99vz);
}
.ac8dshz { font-weight: 700; margin-bottom: var(--a2klzc2); }
.adg9ahp { margin: 0; padding-left: 20px; }
.adg9ahp li { margin-bottom: 6px; }
.adg9ahp li.a2p0hlq { margin-left: 16px; list-style: circle; }
.adg9ahp li.ayz0dn6 { margin-left: 32px; list-style: square; }
.adg9ahp a { color: var(--a27g0c9); text-decoration: none; }
.adg9ahp a:hover { text-decoration: underline; }
html { scroll-padding-top: 20px; }  /* чтобы якорь не прятался под верх */

/* TOP CASINOS */
.a4ohtcn .a1zrgj2 {
  color: var(--aq9idyr);
  margin-bottom: var(--aja99vz);
}
.a2ksajf { display: flex; flex-direction: column; gap: var(--a23km6x); }
.a1b7ju0 {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: var(--a2i59tl);
  padding: var(--a2i59tl);
  background: var(--axy5nvh);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
  align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  .a1b7ju0 { grid-template-columns: 50px 1fr; }
  .a1ckvgx { grid-column: 1 / -1; }
}
.a797o18 {
  position: absolute;
  top: -10px;
  left: var(--a2i59tl);
  background: var(--a2h8tx7);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: 0.05em;
}
.a2izysf {
  width: 60px; height: 60px;
  border-radius: var(--a207tv5);
  background: var(--a27g0c9);
  color: var(--a1zkt37);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 22px;
  overflow: hidden;
}
/* Единый стандарт лого/иконки казино: белая подложка + contain (лого целиком, без обрезки).
   object-fit:contain вписывает лого без искажений; фон img перекрывает цветной тайл-фолбэк,
   когда картинка есть. Нет картинки → показывается буква на цветном тайле (фон ниже). */
.a2izysf img { width: 100%; height: 100%; object-fit: contain; background: #fff; padding: 5px; border-radius: inherit; }
.a2gm26f { font-size: 22px; }
.a1u28t9 { color: var(--aq9idyr); margin-right: 6px; font-size: 14px; }
.a13bozb { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.a1rlsk4 {
  display: inline-block;
  margin-left: var(--a2klzc2);
  font-size: 13px;
  color: var(--a1pzpvp);
  font-weight: 600;
}
.a15yllv {
  color: var(--a27ylxp);
  font-weight: 600;
  margin: 4px 0;
}
.a2obd8x, .a1yrm72 { font-size: 13px; color: var(--aq9idyr); }

/* CASINO REVIEW */
.aar7rs4 {
  display: flex;
  gap: var(--a2i59tl);
  margin-bottom: var(--aja99vz);
  align-items: flex-start;
}
.a2mkoiz {
  width: 80px; height: 80px;
  border-radius: var(--a207tv5);
  background: var(--a27g0c9);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.a2mkoiz img { width: 100%; height: 100%; object-fit: contain; background: #fff; padding: 8px; border-radius: inherit; }
.a6vpujx { color: var(--aq9idyr); margin: 0 0 8px; }
.a8sk6f6 {
  display: inline-block;
  background: rgba(217, 119, 6, 0.15);
  color: var(--a1pzpvp);
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 700;
}
.a2g3oy0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--a23km6x);
  background: var(--a2e4qz8);
  padding: var(--a2i59tl);
  border-radius: var(--a207tv5);
  margin-bottom: var(--aja99vz);
}
.a1isikd {
  display: block;
  font-size: 11px;
  color: var(--aq9idyr);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.a2pkxhn { font-weight: 600; }
.a1chp16 { margin-top: var(--aja99vz); }

/* BONUS TABLE */
.a11x1xs { overflow-x: auto; }
.a2p7t0u {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.a2p7t0u th {
  text-align: left;
  padding: var(--a23km6x);
  background: var(--a2e4qz8);
  border-bottom: 1px solid var(--acquaz9);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--aq9idyr);
  font-weight: 600;
}
.a2p7t0u td {
  padding: var(--a23km6x);
  border-bottom: 1px solid var(--acquaz9);
}
.a2p7t0u .a1pg145 { font-weight: 700; color: var(--a27ylxp); }
.a2p7t0u .a2bjp9o { font-family: var(--ay4xnbx); }
.a2p7t0u .a160qpk { font-weight: 600; }

/* PROS / CONS */
.a2gxhpk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--a2i59tl);
}
@media (max-width: 640px) { .a2gxhpk { grid-template-columns: 1fr; } }
.a1venzh, .a2jz5zf {
  padding: var(--a2i59tl);
  border-radius: var(--a207tv5);
}
.a1venzh {
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.25);
}
.a1venzh h3 { color: var(--a27ylxp); margin: 0 0 var(--a23km6x); }
.a2jz5zf {
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.25);
}
.a2jz5zf h3 { color: var(--av15lsu); margin: 0 0 var(--a23km6x); }
.a1venzh ul, .a2jz5zf ul { margin: 0; padding-left: 18px; }
.a1venzh li { color: #166534; }
.a2jz5zf li { color: #991b1b; }

/* RATING STARS */
.ax63bqt {
  display: flex;
  align-items: center;
  gap: var(--a2i59tl);
  background: var(--axy5nvh);
  padding: var(--a2i59tl);
  border-radius: var(--a207tv5);
  margin-bottom: var(--a2i59tl);
  border: 1px solid var(--acquaz9);
}
.a2nhvdi {
  font-size: 42px;
  font-weight: 800;
  color: var(--ayreq9i);
  line-height: 1;
}
.a8exp5o { font-size: 12px; color: var(--aq9idyr); margin-top: 4px; }
.ao5py7c { display: flex; flex-direction: column; gap: var(--a2klzc2); }
.a2iw6c5 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: var(--a23km6x);
  padding: 10px 14px;
  background: var(--axy5nvh);
  border-radius: var(--a1n5bh6);
  border: 1px solid var(--acquaz9);
  align-items: center;
  font-size: 14px;
}
.a12yx9w { font-weight: 500; }
.a1633sw { font-size: 14px; }
.aa2gifu { font-weight: 700; min-width: 30px; text-align: right; }
.a1t5dq4 { color: var(--acquaz9); }
.a1t5dq4.ahoq2vy { color: var(--a1pzpvp); }

/* SITE FOOTER */
.a1ds0jf {
  border-top: 1px solid var(--acquaz9);
  background: var(--a2e4qz8);
  padding: var(--aja99vz) 0;
  margin-top: var(--a1ggemv);
  text-align: center;
  color: var(--aq9idyr);
  font-size: 13px;
}

/* RESPONSIVE TWEAKS */
@media (max-width: 640px) {
  .askh623 { padding: var(--aja99vz) 0; }
  .aar7rs4 { flex-direction: column; align-items: stretch; }
  /* Лого держим фиксированным квадратом и центрируем (не растягиваем на всю ширину — иначе обрезка/искажение иконки на мобилке). */
  .a2mkoiz { width: 96px; height: 96px; align-self: center; }
}

/* ============================================================
   EXTENDED BLOCKS (Phase 3.1)
   ============================================================ */

/* AUTHOR */
.avfyzid { padding: var(--a2p00fj) 0; }
.a1jtjok {
  display: flex;
  gap: var(--a2i59tl);
  align-items: flex-start;
  padding: var(--aja99vz);
  background: var(--a2e4qz8);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
}
.a19mqzv {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--a27g0c9);
}
.a19mqzv img { width: 100%; height: 100%; object-fit: cover; }
.aiie61d { width: 100%; height: 100%; background: var(--a27g0c9); }
.a2lxfnn { flex: 1; }
.aqr9jya {
  font-size: 17px;
  font-weight: 700;
  color: var(--a1pzpvp);
  margin-bottom: 4px;
}
.alcfrju {
  font-size: 13px;
  color: var(--aq9idyr);
  margin-bottom: var(--a2klzc2);
}
.a2o848w {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: var(--a2klzc2);
}
.a157vjv {
  font-size: 13px;
  color: var(--a1pzpvp);
  font-weight: 600;
  margin-top: var(--a2klzc2);
}
.a1h58jl {
  font-size: 12px;
  color: var(--aq9idyr);
  margin-top: 4px;
}
.aew6flk {
  display: flex;
  gap: var(--a150w3v);
  flex-shrink: 0;
}
.a21it46 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--a27g0c9);
  color: var(--a1zkt37);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.a21it46:hover { background: var(--a2h8tx7); text-decoration: none; }
.a1nce4w { background: #0a66c2; }
.aq889j5 { background: #000; }
.a1x9jyl { background: #1877f2; }
.a22uuru {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
@media (max-width: 640px) {
  .a1jtjok { flex-direction: column; }
  .a19mqzv { margin: 0 auto; }
  .aew6flk { align-self: center; }
}

/* DATA TABLE */
.a1p4tlg {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: var(--axy5nvh);
}
.a1p4tlg thead {
  background: var(--a27g0c9);
  color: var(--a1zkt37);
}
.a1p4tlg th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.a1p4tlg td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--acquaz9);
}
.a1p4tlg tr:hover { background: var(--a2e4qz8); }
.a1p4tlg td.a15gojn {
  color: var(--a1pzpvp);
  font-weight: 700;
}

/* STEPS */
.a2mfq1l.aucxy7n {
  display: flex;
  flex-direction: column;
  gap: var(--a23km6x);
}
.a2mfq1l.a1sw1w4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--a23km6x);
}
.a15g8mq {
  display: flex;
  gap: var(--a23km6x);
  padding: var(--a2i59tl);
  background: var(--a2e4qz8);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
  align-items: flex-start;
}
.a12o63p {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--a1pzpvp);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.aqd5598 { flex: 1; }
.a2aod4f { font-weight: 700; margin-bottom: 4px; }
.a2hn4qk {
  font-size: 13px;
  color: var(--aq9idyr);
  line-height: 1.55;
}
.a1vqz0v {
  width: 70px;
  height: 70px;
  border-radius: var(--a207tv5);
  overflow: hidden;
  flex-shrink: 0;
}
.a1vqz0v img { width: 100%; height: 100%; object-fit: cover; }

/* ICON GRID */
.a1gurep {
  display: grid;
  gap: var(--a2klzc2);
}
.a1ni6hz .a1gurep { grid-template-columns: repeat(2, 1fr); }
.a1pnyg7 .a1gurep { grid-template-columns: repeat(3, 1fr); }
.a2e77mx .a1gurep { grid-template-columns: repeat(4, 1fr); }
.aw0jjpd .a1gurep { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 640px) {
  .a1pnyg7 .a1gurep,
  .a2e77mx .a1gurep,
  .aw0jjpd .a1gurep {
    grid-template-columns: repeat(2, 1fr);
  }
}
.a2mntrx {
  padding: var(--a23km6x);
  background: var(--axy5nvh);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
  text-align: center;
}
.a26vvle { font-size: 24px; margin-bottom: 6px; }
.akz1r1x {
  font-size: 11px;
  color: var(--aq9idyr);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  font-weight: 600;
}
.a2ilusg {
  font-size: 14px;
  font-weight: 700;
}

/* CARDS GRID */
.aifjdi8 { display: grid; gap: var(--a23km6x); }
.a1qmqri .aifjdi8 { grid-template-columns: repeat(2, 1fr); }
.a1d3xwd .aifjdi8 { grid-template-columns: repeat(3, 1fr); }
.a1cqu8u .aifjdi8 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 640px) {
  .a1d3xwd .aifjdi8,
  .a1cqu8u .aifjdi8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .aifjdi8 { grid-template-columns: 1fr !important; }
}
.a1p7kd4 {
  padding: var(--a2i59tl);
  background: var(--axy5nvh);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
}
.a1jg1ro {
  font-size: 28px;
  margin-bottom: var(--a2klzc2);
}
.a1h6py0 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ayreq9i);
}
.a2gujpp {
  font-size: 13px;
  color: var(--aq9idyr);
  line-height: 1.55;
}

/* TOP CASINOS — pros + payment methods */
.a17aieh {
  list-style: none;
  padding: 0;
  margin: var(--a2klzc2) 0 0;
  font-size: 12px;
  color: var(--ayreq9i);
}
.a17aieh li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 3px;
}
.a17aieh li::before {
  content: '✓';
  color: var(--a27ylxp);
  font-weight: 700;
}
.a1t1olt {
  margin-top: var(--a23km6x);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.a1t1olt img {
  height: 40px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  padding: 4px 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
@media (max-width: 640px) {
  .a1t1olt { gap: 5px; }
  .a1t1olt img { height: 32px; max-width: 56px; padding: 3px 5px; }
}

/* CUSTOM FOOTER */
.a248846 {
  background: var(--a27g0c9);
  color: var(--a1zkt37);
  padding: var(--a2p00fj) 0;
  margin-top: var(--a1ggemv);
}
.a9col62 {
  margin-bottom: var(--a2i59tl);
  text-align: center;
}
.aomfdtr { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.awsrha2 { font-size: 13px; opacity: 0.7; }
.a3h5ikr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--aja99vz);
  margin-bottom: var(--a2i59tl);
}
.a142prb h4 {
  font-size: 14px;
  margin: 0 0 var(--a2klzc2);
  color: var(--a1zkt37);
}
.a142prb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.a142prb li { margin-bottom: 4px; }
.a142prb a {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
.a142prb a:hover { color: #fff; text-decoration: underline; }
.a2ibfmx {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--a2i59tl);
  flex-wrap: wrap;
  font-size: 13px;
  padding: var(--a23km6x) 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: var(--a23km6x);
}
.a2ibfmx a {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
}
.a2ibfmx a:hover { color: #fff; }
.a1o5pvi { color: rgba(255,255,255,0.7); }
.a1o5pvi a { color: #60a5fa; }
.arf1h2h {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  padding-top: var(--a23km6x);
}

/* ============================================================
 * Legal logos block (Phase 3.6)
 * ============================================================ */
.avbr3rw {
  padding: var(--a2i59tl) 0;
  background: var(--a1ovkyf, transparent);
}
.a16cqpd {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: var(--a23km6x);
  color: var(--ax7qzhd, currentColor);
  opacity: 0.85;
}
.a1ycfzq {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
}
.as5e45y,
.aryqg3l {
  display: inline-flex;
  align-items: center;
  transition: opacity .15s;
}
.as5e45y {
  cursor: pointer;
  opacity: 0.85;
}
.as5e45y:hover { opacity: 1; }
.as5e45y img,
.aryqg3l img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
@media (max-width: 640px) {
  .a1ycfzq { gap: 12px; }
  .as5e45y img,
  .aryqg3l img { height: 36px; max-width: 140px; }
}

/* ============================================================
 * Payment logos block — платёжные системы казино.
 * SVG-бейджи самодостаточны (собственный фон), видны на любой теме.
 * ============================================================ */
.a1eam1g {
  padding: var(--a2i59tl) 0;
  background: var(--a1ovkyf, transparent);
}
.azhaiae {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: var(--a23km6x);
  color: var(--ax7qzhd, currentColor);
  opacity: 0.85;
}
.a298j7z {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.a1pzw8u {
  display: inline-flex;
  align-items: center;
  transition: opacity .15s, transform .15s;
}
.a1pzw8u:hover { transform: translateY(-1px); }
.a1pzw8u img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  border-radius: 4px;
}
@media (max-width: 640px) {
  .a298j7z { gap: 10px; }
  .a1pzw8u img { height: 32px; max-width: 100px; }
}

/* ============================================================
 * PROVIDERS GRID (031)
 * ============================================================ */
.apmnw2a {
  color: var(--aq9idyr);
  font-size: 15px;
  margin-bottom: var(--a2i59tl);
}
.a2m035a {
  display: grid;
  gap: var(--a23km6x);
  grid-template-columns: repeat(5, 1fr);
}
.a1izkzj .a2m035a { grid-template-columns: repeat(3, 1fr); }
.a6uqcho .a2m035a { grid-template-columns: repeat(4, 1fr); }
.a18fi1k .a2m035a { grid-template-columns: repeat(5, 1fr); }
.a2bcfl2 .a2m035a { grid-template-columns: repeat(6, 1fr); }
@media (max-width: 768px) {
  .a18fi1k .a2m035a,
  .a2bcfl2 .a2m035a { grid-template-columns: repeat(3, 1fr); }
  .a6uqcho .a2m035a { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .a2m035a { grid-template-columns: repeat(2, 1fr) !important; }
}
.a1a04ll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--a2klzc2);
  padding: var(--a23km6x) var(--a2klzc2);
  background: var(--axy5nvh);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
  min-height: 80px;
  transition: border-color .15s, box-shadow .15s;
}
.a1a04ll:hover {
  border-color: var(--a27g0c9);
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.a1a04ll img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
}
.a2gcmvp {
  font-size: 12px;
  font-weight: 700;
  color: var(--ayreq9i);
  text-align: center;
  line-height: 1.3;
}
.a1s0w1h {
  font-size: 11px;
  color: var(--aq9idyr);
  text-align: center;
  line-height: 1.2;
}

/* ============================================================
 * GAME CARDS (031)
 * ============================================================ */
.a23yn2v {
  display: grid;
  gap: var(--a2i59tl);
  grid-template-columns: repeat(3, 1fr);
}
.am8bqji .a23yn2v { grid-template-columns: repeat(2, 1fr); }
.atxpvk2 .a23yn2v { grid-template-columns: repeat(3, 1fr); }
.a1cb4gh .a23yn2v { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 768px) {
  .atxpvk2 .a23yn2v,
  .a1cb4gh .a23yn2v { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .a23yn2v { grid-template-columns: 1fr !important; }
}
.a2fe7s3 {
  background: var(--axy5nvh);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a26mn3u);
  overflow: hidden;
  transition: box-shadow .15s, transform .15s;
}
.a2fe7s3:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.a171dbn {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--a27g0c9), #52525b);
  overflow: hidden;
}
.a171dbn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.atc878c {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.4);
  font-size: 14px;
  text-align: center;
  padding: var(--a2klzc2);
}
/* Иконочный thumb — жанровая иконка на тематическом градиенте (вместо превью-скриншота) */
.a1yjdnz {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--a27g0c9), var(--a2h8tx7, #52525b));
}
.a1yjdnz .a13gxg3 {
  font-size: 46px;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
}
/* Лёгкая вариация фона по жанру, чтобы карты не сливались */
.a1yjdnz[data-a1gofhz="crash"]   { background: linear-gradient(135deg, #7c3aed, #db2777); }
.a1yjdnz[data-a1gofhz="plinko"]  { background: linear-gradient(135deg, #0ea5e9, #6366f1); }
.a1yjdnz[data-a1gofhz="fish"]    { background: linear-gradient(135deg, #0891b2, #14b8a6); }
.a1yjdnz[data-a1gofhz="chicken"] { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.a1yjdnz[data-a1gofhz="table"]   { background: linear-gradient(135deg, #166534, #065f46); }
.a1yjdnz[data-a1gofhz="roulette"],
.a1yjdnz[data-a1gofhz="wheel"]   { background: linear-gradient(135deg, #b91c1c, #7c2d12); }
.a1yjdnz[data-a1gofhz="jackpot"] { background: linear-gradient(135deg, #ca8a04, #b45309); }
.a1yjdnz[data-a1gofhz="live"]    { background: linear-gradient(135deg, #4338ca, #1e293b); }
.a1sss16 {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--a1pzpvp);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: var(--a1n5bh6);
  letter-spacing: .04em;
}
.aokpx8g {
  padding: var(--a23km6x);
}
.a12slwi {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: var(--a150w3v);
  color: var(--ayreq9i);
}
.a2k7e7d {
  display: flex;
  gap: var(--a2i59tl);
  font-size: 12px;
  color: var(--aq9idyr);
  margin-bottom: var(--a23km6x);
}
.a2k7e7d strong { color: var(--a27ylxp); }
.a1yibkj {
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  border-radius: var(--a1n5bh6);
}

/* ============================================================
 * REVIEWS BLOCK (031)
 * ============================================================ */
.a1hq2t7 {
  display: flex;
  align-items: center;
  gap: var(--aja99vz);
  flex-wrap: wrap;
  margin-bottom: var(--aja99vz);
}
.a1hq2t7 h2 { margin-bottom: 0; }
.a1uv7u2 {
  display: flex;
  align-items: center;
  gap: var(--a23km6x);
}
.axcq1am {
  display: inline-block;
  background: #00b67a;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 4px 10px;
  border-radius: var(--a1n5bh6);
}
.ae2yok1 {
  font-size: 13px;
  color: var(--aq9idyr);
}
.aj9g08r {
  display: flex;
  flex-direction: column;
  gap: var(--a23km6x);
}
.a20x412 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--a23km6x);
}
.a1i9949 {
  padding: var(--a2i59tl);
  background: var(--axy5nvh);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
}
.a1pveu5 {
  display: flex;
  align-items: center;
  gap: var(--a23km6x);
  margin-bottom: var(--a23km6x);
}
.a1vlhx1 {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--a27g0c9);
  color: var(--a1zkt37);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.ak17np4 { flex: 1; }
.a26shjq {
  font-weight: 600;
  font-size: 14px;
  color: var(--ayreq9i);
}
.avcekfx {
  font-size: 11px;
  color: var(--aq9idyr);
  margin-top: 2px;
}
.arh1id3 { margin-left: auto; white-space: nowrap; }
.arh1id3 .a1t5dq4 { color: #ddd; font-size: 14px; }
.arh1id3 .a1t5dq4.ahoq2vy { color: #00b67a; }
.a1fbaax {
  font-size: 14px;
  color: var(--ayreq9i);
  line-height: 1.6;
}
.ah1iozj {
  padding: 0;
  object-fit: cover;
}

/* ============================================================
 * REVIEWS CARDS-PHOTO LAYOUT (фото реальных людей, chicken-plinko стиль)
 * ============================================================ */
.a106abi { justify-content: center; text-align: center; }
.a19fjky {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--a2i59tl);
}
.a24yut1 {
  padding: var(--aja99vz) var(--a2i59tl);
  background: var(--axy5nvh);
  border: 1px solid var(--acquaz9);
  border-radius: var(--a207tv5);
  display: flex;
  flex-direction: column;
  gap: var(--a23km6x);
}
.a24yut1 .a1qr8r8 {
  max-height: 40px;
  width: auto;
  object-fit: contain;
  align-self: flex-start;
}
.a24yut1 .a1fbaax {
  font-style: italic;
  flex: 1;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ayreq9i);
}
.a24yut1 .a2mng8y {
  display: flex;
  align-items: center;
  gap: var(--a23km6x);
  margin-top: var(--a2klzc2);
}
.a24yut1 .a14g90t {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--a2m8k40, #f4f4f5);
}
.a24yut1 .a2dwpyc {
  background: var(--a27g0c9);
  color: var(--a1zkt37);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}
.a24yut1 .a1o61ej { min-width: 0; }
.a24yut1 .a26shjq {
  font-weight: 600;
  font-size: 14.5px;
  margin: 0;
  color: var(--ayreq9i);
}
.a24yut1 .arh1id3 {
  margin: 4px 0 0;
  display: flex;
  gap: 1px;
}

/* ============================================================
 * CALLOUT BOX (031)
 * ============================================================ */
.a15erqj {
  margin: var(--a2i59tl) 0;
  border-radius: 0 var(--a207tv5) var(--a207tv5) 0;
}
.azx930b     { background: #f0fdf4; border-left: 4px solid #22c55e; }
.a2afhld    { background: #eff6ff; border-left: 4px solid #3b82f6; }
.a1k5nu2 { background: #fffbeb; border-left: 4px solid #f59e0b; }
.acg2tmt  { background: #fef2f2; border-left: 4px solid #ef4444; }
.a2ql8he {
  display: flex;
  gap: var(--a23km6x);
  align-items: flex-start;
  padding: var(--a23km6x) var(--a2i59tl);
}
.ahwb9a4 { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.a103bvb { flex: 1; }
.aomgsu6 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}
.azx930b     .aomgsu6 { color: #15803d; }
.a2afhld    .aomgsu6 { color: #1d4ed8; }
.a1k5nu2 .aomgsu6 { color: #b45309; }
.acg2tmt  .aomgsu6 { color: #b91c1c; }
.aojimfq {
  font-size: 14px;
  line-height: 1.6;
}
.azx930b     .aojimfq { color: #166534; }
.a2afhld    .aojimfq { color: #1e40af; }
.a1k5nu2 .aojimfq { color: #92400e; }
.acg2tmt  .aojimfq { color: #991b1b; }

/* CONTACT FORM (тема-независимо через var(--c-*) — работает во всех палитрах) */
.a19chhc .a16md79 { max-width: 640px; }
.afs9b0g { color: var(--aq9idyr); margin-bottom: var(--a2i59tl); }
.a6kpeb4 { display: grid; gap: var(--a23km6x); }
.a1xkrvt { display: flex; flex-direction: column; }
.ayawgow { font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--ayreq9i); }
.a2jl8za {
  width: 100%; box-sizing: border-box;
  padding: 11px 14px; font-size: 15px; font-family: inherit;
  border: 1px solid var(--acquaz9); border-radius: var(--a207tv5);
  background: var(--axy5nvh); color: var(--ayreq9i);
  transition: border-color .15s ease;
}
.a2jl8za::placeholder { color: var(--aq9idyr); }
.a2jl8za:focus { outline: none; border-color: var(--a27g0c9); }
.amwi3ux { resize: vertical; min-height: 120px; }
.a4owwz5 { justify-self: start; margin-top: var(--a23km6x); cursor: pointer; }
.a1rb76l {
  margin-top: var(--a2i59tl); padding: 14px 16px;
  border: 1px solid #86efac; background: #f0fdf4; color: #166534;
  border-radius: var(--a207tv5); font-weight: 500;
}


/* ============================================================
   Theme: dark-neon
   Vibe: typical online casino, neon green + dark green-black
   Hero default: full-bg with overlay
   For: WinBeatz, BetMGM, generic casino sites
   ============================================================ */

:root {
  --a27g0c9: #19d869;
  --a1zkt37: #06170d;
  --a2h8tx7: #ffd700;
  --ayreq9i: #f4f4f5;
  --aq9idyr: #a1a1aa;
  --axy5nvh: #0a1410;
  --a2e4qz8: #122019;
  --acquaz9: #1f3027;
  --a27ylxp: #19d869;
  --a1pzpvp: #ffd700;
  --av15lsu: #ef4444;

  --a207tv5: 24px;
  --a1n5bh6: 8px;
  --a26mn3u: 32px;

  --a118d1n: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --a2nka33: "Poppins", var(--a118d1n);

  --ajxbjzf: full-bg;
  --a26uooj: 0 0 30px rgba(25, 216, 105, 0.2);
}

body { background: var(--axy5nvh); }

/* Headings get Poppins */
h1, h2, h3, h4 {
  font-family: var(--a2nka33);
  letter-spacing: -0.02em;
}

/* Buttons are pill-shaped with glow */
.aoawkd5 {
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.a17ppx8 {
  background: var(--a27g0c9);
  color: var(--a1zkt37);
  box-shadow: 0 0 20px rgba(25, 216, 105, 0.45);
}
.a17ppx8:hover {
  box-shadow: 0 0 30px rgba(25, 216, 105, 0.65);
  opacity: 1;
}
.a1xmegm {
  background: var(--a2h8tx7);
  color: #06170d;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.35);
}

/* Cards have softer dark feel */
.a1b7ju0,
.a2g3oy0,
.a1xhldo,
.a2mntrx,
.a1p7kd4,
.a15g8mq {
  background: var(--a2e4qz8);
  border: 1px solid var(--acquaz9);
}

.a1b7ju0 {
  border-radius: var(--a207tv5);
}

.a15yllv { color: var(--a27g0c9); }
.a1rlsk4 { color: var(--a2h8tx7); }

/* Hero full-bg dark overlay */
.axk0x9l.a1fz0pm::before {
  background: linear-gradient(180deg, rgba(10,20,16,0.4) 0%, rgba(10,20,16,0.85) 100%);
}
.axk0x9l h1 { color: var(--ayreq9i); }

/* Author block with green accent */
.aqr9jya { color: var(--a27g0c9); }
.a157vjv { color: var(--a27g0c9); }

/* Star ratings warmer gold */
.a1t5dq4.ahoq2vy { color: var(--a2h8tx7); }
.a2nhvdi { color: var(--a2h8tx7); }

/* Site footer matches bg */
.a1ds0jf {
  background: #06170d;
  border-top-color: var(--acquaz9);
  color: var(--aq9idyr);
}

/* Data table */
.a1p4tlg {
  background: var(--a2e4qz8);
}
.a1p4tlg thead {
  background: linear-gradient(90deg, #0a1410 0%, var(--a2e4qz8) 100%);
  color: var(--a27g0c9);
}
.a1p4tlg td.a15gojn { color: var(--a27g0c9); }

/* Step nums green-glow */
.a12o63p {
  background: var(--a27g0c9);
  color: var(--a1zkt37);
  box-shadow: 0 0 15px rgba(25, 216, 105, 0.45);
}

/* Custom footer */
.a248846 {
  background: #06170d;
}

/* Header menu: bright neon-green primary bg — dark separator is visible, white is not */
.a6q12wx { border-bottom-color: rgba(0,0,0,0.2); }
