@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap");

.bb-theme {
  color-scheme: dark;
  --bg: #040b17;
  --bg-soft: #081224;
  --surface: rgba(8, 19, 38, 0.92);
  --surface-strong: rgba(12, 29, 56, 0.96);
  --surface-muted: rgba(16, 38, 71, 0.9);
  --border: rgba(255, 214, 108, 0.14);
  --text: #edf4ff;
  --text-dark: #edf4ff;
  --text-muted: rgba(221, 232, 251, 0.74);
  --accent: #ffc84d;
  --accent-strong: #ffe49a;
  --accent-contrast: #071220;
  --shadow: 0 26px 70px rgba(1, 7, 19, 0.42);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: 1180px;
  --header-height: 74px;
}

body.bb-theme {
  position: relative;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(70, 135, 255, 0.22), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 200, 77, 0.16), transparent 22%),
    radial-gradient(circle at 50% 18%, rgba(84, 113, 188, 0.12), transparent 28%),
    linear-gradient(180deg, #071224 0%, #08162d 20%, #091a31 54%, #050b14 100%);
  color: var(--text);
}

body.bb-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 92%);
  pointer-events: none;
}

.bb-theme a {
  color: #ffe39b;
}

.bb-theme a:hover,
.bb-theme a:focus-visible {
  color: #fff1c5;
}

.bb-theme .container {
  width: min(calc(100% - 24px), var(--container));
}

.bb-theme .site-shell {
  padding-bottom: 108px;
}

.bb-theme .site-header {
  top: 10px;
  width: min(calc(100% - 16px), calc(var(--container) + 24px));
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(10, 24, 48, 0.96), rgba(5, 14, 28, 0.94));
  box-shadow: 0 18px 40px rgba(3, 9, 19, 0.34);
}

.bb-theme .site-header__inner {
  min-height: 68px;
  gap: 12px;
  padding: 10px 0;
}

.bb-theme .brand {
  position: relative;
  min-width: 0;
  padding-right: 18px;
}

.bb-theme .brand::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateY(-50%);
}

.bb-theme .brand img {
  width: 176px;
  max-width: min(44vw, 176px);
  max-height: 48px;
  object-fit: contain;
}

.bb-theme .site-nav {
  margin-left: 0;
}

.bb-theme .site-nav__list {
  gap: 8px;
}

.bb-theme .site-nav__link {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid transparent;
  color: rgba(236, 244, 255, 0.82);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.bb-theme .site-nav__link:hover,
.bb-theme .site-nav__link:focus-visible,
.bb-theme .site-nav__link[aria-current="page"] {
  border-color: rgba(255, 200, 77, 0.28);
  background: rgba(255, 200, 77, 0.12);
  color: #ffffff;
}

.bb-theme .site-actions {
  gap: 8px;
}

.bb-theme .site-action,
.bb-theme .hero-action {
  box-shadow: 0 14px 28px rgba(4, 10, 20, 0.26);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.bb-theme .site-action:hover,
.bb-theme .site-action:focus-visible,
.bb-theme .hero-action:hover,
.bb-theme .hero-action:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(4, 10, 20, 0.34);
}

.bb-theme .site-action {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bb-theme .site-action--primary {
  background: linear-gradient(180deg, #ffd86d 0%, #ffbc2c 100%);
}

.bb-theme .site-action--secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #f5f9ff;
  border-color: rgba(255, 255, 255, 0.16);
}

.bb-theme .site-action--secondary:hover,
.bb-theme .site-action--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.bb-theme .menu-toggle {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.bb-theme .page-main {
  padding-top: 28px;
}

.bb-theme .article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(18, 37, 71, 0.97), rgba(7, 18, 35, 0.99));
  box-shadow: var(--shadow);
}

.bb-theme .article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 420px;
  background:
    radial-gradient(circle at 10% 12%, rgba(94, 167, 255, 0.18), transparent 22%),
    radial-gradient(circle at 82% 0%, rgba(255, 200, 77, 0.14), transparent 24%),
    radial-gradient(circle at 60% 24%, rgba(255, 255, 255, 0.05), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 62%);
  pointer-events: none;
}

.bb-theme .article__hero,
.bb-theme .article__body {
  position: relative;
  z-index: 1;
}

.bb-theme .article__hero {
  display: grid;
  gap: 18px;
  padding: 28px 20px 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 200, 77, 0.05) 44%, rgba(57, 124, 255, 0.08));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bb-theme .article__hero::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -12px;
  width: min(42vw, 220px);
  height: min(42vw, 220px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 200, 77, 0.18), rgba(255, 200, 77, 0) 70%);
  filter: blur(10px);
  pointer-events: none;
}

.bb-theme .hero-kicker {
  display: none;
}

.bb-theme .article__title {
  max-width: 9.2ch;
  margin: 0;
  font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2.3rem, 10.5vw, 5rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}

.bb-theme .article__title span {
  display: block;
}

.bb-theme--bonos .article__title {
  max-width: 10.4ch;
  font-size: clamp(2rem, 9vw, 4.8rem);
}

.bb-theme .article__lead {
  max-width: 52ch;
  margin: 0;
  color: rgba(237, 244, 255, 0.86);
  font-size: 0.98rem;
  line-height: 1.65;
}

.bb-theme .hero-metrics {
  display: grid;
  gap: 10px;
}

.bb-theme .hero-metric {
  display: grid;
  gap: 4px;
  padding: 14px 14px 15px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: 0 14px 30px rgba(1, 8, 18, 0.18);
}

.bb-theme .hero-metric strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

.bb-theme .hero-metric span {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.bb-theme .hero-actions {
  display: grid;
  gap: 10px;
}

.bb-theme .hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.bb-theme .hero-action--primary {
  background: linear-gradient(180deg, #ffd86d 0%, #ffbc2c 100%);
  color: #08111f;
}

.bb-theme .hero-action--secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f2f7ff;
}

.bb-theme .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bb-theme .hero-trust li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(237, 244, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

.bb-theme .article__body {
  padding: 24px 20px 36px;
  color: rgba(237, 244, 255, 0.84);
  font-size: 1rem;
  line-height: 1.72;
}

.bb-theme .article__body > p:first-of-type {
  max-width: 68ch;
  font-size: 1.03rem;
  color: rgba(246, 250, 255, 0.9);
}

.bb-theme .article__body h2,
.bb-theme .article__body h3 {
  font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.bb-theme .article__body h2 {
  margin-top: 2.2em;
  font-size: clamp(1.55rem, 7vw, 2.42rem);
}

.bb-theme .article__body h3 {
  margin-top: 1.8em;
  font-size: clamp(1.16rem, 5vw, 1.72rem);
}

.bb-theme .article__body h4 {
  margin: 1.5em 0 0.8em;
  font-size: 1.02rem;
  color: #fff3cb;
}

.bb-theme .article__body ul,
.bb-theme .article__body ol {
  padding-left: 1.2em;
}

.bb-theme .article__body [id] {
  scroll-margin-top: calc(var(--header-height) + 38px);
}

.bb-theme .article__body li::marker {
  color: #ffcf5f;
}

.bb-theme .article__body strong,
.bb-theme .article__body b {
  color: #ffffff;
}

.bb-theme .article__body img {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(1, 7, 17, 0.34);
}

.bb-theme .toc {
  margin: 1.5em 0 2em;
  background: linear-gradient(180deg, rgba(12, 24, 46, 0.95), rgba(10, 20, 39, 0.98));
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(2, 8, 18, 0.3);
}

.bb-theme .toc__header {
  padding: 18px 20px;
}

.bb-theme .toc__title {
  color: #ffffff;
  font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 1.04rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.bb-theme .toc__switch {
  color: rgba(237, 244, 255, 0.72);
}

.bb-theme .toc__switch-box {
  background: rgba(255, 255, 255, 0.08);
}

.bb-theme .toc__switch-box::after {
  background: linear-gradient(180deg, #ffffff 0%, #dce9ff 100%);
}

.bb-theme .toc__body {
  padding: 0 20px 20px;
}

.bb-theme .toc__body a {
  color: #f3f7ff;
}

.bb-theme .toc__body a:hover,
.bb-theme .toc__body a:focus-visible {
  color: #ffe39b;
}

.bb-theme .table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(1, 8, 18, 0.3);
  overflow: hidden;
}

.bb-theme .content-table {
  background: rgba(8, 18, 34, 0.98);
  color: #eef4ff;
}

.bb-theme .content-table th,
.bb-theme .content-table td {
  border-color: rgba(255, 255, 255, 0.08);
}

.bb-theme .content-table th {
  background: linear-gradient(180deg, #1d3764 0%, #132645 100%);
  color: #fff1c5;
  font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bb-theme .content-table tbody tr:nth-child(odd) td {
  background: rgba(12, 24, 46, 0.94);
}

.bb-theme .content-table tbody tr:nth-child(even) td {
  background: rgba(16, 31, 57, 0.96);
}

.bb-theme .review-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(13, 27, 50, 0.96), rgba(11, 22, 42, 0.98));
  color: #edf4ff;
  box-shadow: 0 18px 40px rgba(1, 8, 17, 0.24);
}

.bb-theme .review-card--positive {
  background: linear-gradient(180deg, rgba(12, 37, 52, 0.96), rgba(10, 30, 42, 0.98));
}

.bb-theme .review-card--negative {
  background: linear-gradient(180deg, rgba(40, 22, 32, 0.96), rgba(27, 17, 25, 0.98));
}

.bb-theme .review-card__title {
  color: #fff1c5;
  font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
}

.bb-theme .review-item::before {
  top: 0.02em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
}

.bb-theme .review-item--positive::before {
  color: #67f0b0;
}

.bb-theme .review-item--negative::before {
  color: #ff8f87;
}

.bb-theme .faq {
  margin-top: 2.8em;
  padding: 22px 18px;
  background: linear-gradient(180deg, rgba(12, 24, 46, 0.96), rgba(8, 18, 34, 0.98));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(1, 7, 16, 0.3);
}

.bb-theme .faq__title {
  font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.bb-theme .faq-item {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
}

.bb-theme .faq-item.active {
  background: rgba(255, 200, 77, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 200, 77, 0.1);
}

.bb-theme .faq-question {
  padding: 18px 0;
  font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 0.96rem;
  letter-spacing: -0.01em;
  color: #f6f9ff;
}

.bb-theme .faq-question::after {
  color: #ffd86d;
}

.bb-theme .faq-answer {
  color: rgba(237, 244, 255, 0.78);
}

.bb-theme .author-card {
  gap: 20px;
  padding: 20px 18px;
  background: linear-gradient(180deg, rgba(12, 24, 46, 0.96), rgba(9, 19, 35, 0.98));
  color: #edf4ff;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(1, 8, 18, 0.28);
}

.bb-theme .author-card__name {
  color: #ffffff;
  font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.bb-theme .author-card__role,
.bb-theme .author-card__dates {
  color: rgba(217, 230, 251, 0.72);
}

.bb-theme .author-card__socials a {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #ffe39b;
}

.bb-theme .author-card__socials a:hover,
.bb-theme .author-card__socials a:focus-visible {
  background: rgba(255, 200, 77, 0.16);
  color: #fff7df;
}

.bb-theme .site-footer {
  margin-top: 22px;
}

.bb-theme .site-footer__nav,
.bb-theme .site-footer__bottom {
  background: linear-gradient(180deg, rgba(12, 24, 46, 0.9), rgba(8, 18, 34, 0.96));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(2, 8, 18, 0.22);
}

.bb-theme .site-footer__nav {
  padding: 12px;
}

.bb-theme .site-footer__bottom {
  color: rgba(217, 230, 251, 0.72);
}

.bb-theme .scrolltop {
  background: linear-gradient(180deg, #ffd86d 0%, #ffbc2c 100%);
  color: #08111f;
}

.bb-theme .casino-popup {
  background:
    radial-gradient(circle at top, rgba(255, 200, 77, 0.12), transparent 30%),
    radial-gradient(circle at center, rgba(63, 132, 255, 0.12), transparent 36%),
    rgba(4, 10, 21, 0.94);
}

.bb-theme .wheel-inner {
  box-shadow: 0 0 38px rgba(255, 200, 77, 0.2);
}

.bb-theme .notice-title {
  max-width: 20ch;
  margin: 0 auto;
}

.bb-theme .wb-banner {
  background: linear-gradient(135deg, rgba(15, 33, 61, 0.98) 0%, rgba(12, 24, 46, 0.99) 55%, rgba(8, 18, 34, 0.99) 100%);
  border-top-color: rgba(255, 200, 77, 0.18);
}

.bb-theme .wb-banner::before {
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 200, 77, 0.2), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(57, 124, 255, 0.14), transparent 24%);
}

.bb-theme .wb-icon {
  background: rgba(255, 255, 255, 0.05);
}

.bb-theme .wb-label {
  color: #ffe39b;
}

.bb-theme .wb-title {
  font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
}

.bb-theme .wb-subtitle {
  color: rgba(237, 244, 255, 0.76);
}

@media (min-width: 721px) {
  .bb-theme .article__hero {
    padding: 42px 34px 26px;
  }

  .bb-theme .article__title {
    max-width: 10ch;
    font-size: clamp(3rem, 7vw, 5.2rem);
  }

  .bb-theme .hero-actions {
    width: fit-content;
    grid-template-columns: repeat(2, minmax(180px, auto));
  }

  .bb-theme .article__body {
    padding: 30px 34px 44px;
    font-size: 1.02rem;
  }
}

@media (min-width: 992px) {
  .bb-theme .article__hero {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px 16px;
    padding: 30px 40px 22px;
  }

  .bb-theme .article__hero::after {
    display: none;
  }

  .bb-theme .article__title {
    grid-column: 1 / -1;
    max-width: none;
    font-size: clamp(2.75rem, 3.9vw, 4.45rem);
    line-height: 1;
  }

  .bb-theme .article__title span {
    display: inline;
  }

  .bb-theme .article__title span + span {
    margin-left: 0.22em;
  }

  .bb-theme .article__lead {
    grid-column: 1 / -1;
    max-width: 78ch;
  }

  .bb-theme .hero-metrics {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: none;
  }

  .bb-theme .hero-actions {
    grid-column: 1 / 8;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-theme .hero-trust {
    grid-column: 8 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .bb-theme .hero-trust li {
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    text-align: center;
  }

  .bb-theme .article__body {
    padding: 32px 40px 48px;
  }

  .bb-theme--bonos .article__title {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .bb-theme .site-header {
    width: min(calc(100% - 12px), calc(var(--container) + 12px));
    top: 8px;
  }

  .bb-theme .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 14px;
  }

  .bb-theme .brand {
    grid-column: 1 / 2;
    padding-right: 0;
  }

  .bb-theme .brand::after {
    display: none;
  }

  .bb-theme .site-actions {
    grid-column: 1 / -1;
    order: 3;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    width: 100%;
    margin-left: 0;
    justify-content: stretch;
  }

  .bb-theme .site-action {
    width: 100%;
    min-height: 44px;
    font-size: 0.8rem;
  }

  .bb-theme .menu-toggle {
    grid-column: 2 / 3;
    order: 2;
    justify-self: end;
  }

  .bb-theme .site-nav {
    grid-column: 1 / -1;
    order: 4;
    width: 100%;
  }

  .bb-theme .site-nav[hidden] {
    display: none !important;
  }

  .bb-theme .site-nav__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    padding-top: 10px;
  }

  .bb-theme .site-nav__link {
    justify-content: center;
    text-transform: none;
    min-height: 44px;
  }
}

@media (max-width: 720px) {
  .bb-theme .container {
    width: min(calc(100% - 14px), var(--container));
  }

  .bb-theme .site-header {
    border-radius: 22px;
  }

  .bb-theme .site-header__inner {
    gap: 10px;
    padding: 10px 0 12px;
  }

  .bb-theme .brand img {
    width: 154px;
    max-width: min(56vw, 154px);
    max-height: 42px;
  }

  .bb-theme .site-action {
    min-height: 42px;
    font-size: 0.74rem;
  }

  .bb-theme .site-actions,
  .bb-theme .site-nav__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .bb-theme .page-main {
    padding-top: 20px;
  }

  .bb-theme .article {
    border-radius: 28px;
  }

  .bb-theme .article__hero::after {
    width: 130px;
    height: 130px;
    right: -10px;
    top: 10px;
  }

  .bb-theme .article__title {
    max-width: 8.4ch;
    font-size: clamp(2.25rem, 10vw, 3.4rem);
  }

  .bb-theme .article__body {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .bb-theme .toc,
  .bb-theme .faq,
  .bb-theme .author-card {
    border-radius: 22px;
  }

  .bb-theme .toc__header {
    gap: 12px;
  }

  .bb-theme .toc__switch {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .bb-theme .content-table {
    min-width: 0;
    background: transparent;
  }

  .bb-theme .content-table thead {
    display: none;
  }

  .bb-theme .content-table tbody {
    display: grid;
    gap: 12px;
    padding: 12px;
  }

  .bb-theme .content-table tr {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(12, 24, 46, 0.96), rgba(10, 20, 38, 0.98));
    box-shadow: 0 14px 28px rgba(1, 8, 18, 0.2);
  }

  .bb-theme .content-table td {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border: 0;
    background: transparent !important;
  }

  .bb-theme .content-table td + td {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .bb-theme .content-table td::before {
    content: attr(data-label);
    color: #ffe39b;
    font-family: "Archivo", "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
}

@media (max-width: 560px) {
  .bb-theme .article__hero,
  .bb-theme .article__body,
  .bb-theme .faq,
  .bb-theme .author-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-theme .article__body > p:first-of-type {
    font-size: 1rem;
  }

  .bb-theme .faq {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .bb-theme .faq-question {
    font-size: 0.93rem;
  }
}

@media (max-width: 380px) {
  .bb-theme .site-header {
    width: min(calc(100% - 12px), calc(var(--container) + 12px));
    border-radius: 18px;
  }

  .bb-theme .brand img {
    max-width: 50vw;
  }

  .bb-theme .site-action {
    padding: 0 10px;
    font-size: 0.71rem;
    letter-spacing: 0.03em;
  }

  .bb-theme .article {
    border-radius: 24px;
  }

  .bb-theme .article__title {
    max-width: 8.1ch;
    font-size: 2.06rem;
  }

  .bb-theme .article__body h2 {
    font-size: 1.45rem;
  }

  .bb-theme .article__body h3 {
    font-size: 1.16rem;
  }
}

@media (max-width: 480px) {
  .bb-theme .article__title {
    max-width: 8.8ch;
    font-size: 2.1rem;
  }

  .bb-theme--bonos .article__title {
    max-width: 10.4ch;
    font-size: 1.82rem;
  }
}

@media (max-width: 300px) {
  .bb-theme .container {
    width: min(calc(100% - 10px), var(--container));
  }

  .bb-theme .site-header {
    width: min(calc(100% - 10px), calc(var(--container) + 10px));
    top: 6px;
    border-radius: 16px;
  }

  .bb-theme .site-header__inner {
    gap: 8px;
    padding: 8px 0 10px;
  }

  .bb-theme .brand img {
    width: 138px;
    max-width: min(52vw, 138px);
    max-height: 38px;
  }

  .bb-theme .menu-toggle {
    width: 46px;
    height: 46px;
  }

  .bb-theme .site-actions,
  .bb-theme .site-nav__list {
    gap: 8px;
  }

  .bb-theme .site-action,
  .bb-theme .site-nav__link {
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.68rem;
  }

  body {
    min-width: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb-theme *,
  .bb-theme *::before,
  .bb-theme *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
