:root {
  --t10bc-bg-start: #1a1008;
  --t10bc-bg-end: #2a1a0e;
  --t10bc-card: #2d1e12;
  --t10bc-card-soft: #3a2514;
  --t10bc-gold: #ffd700;
  --t10bc-gold-deep: #ffcc00;
  --t10bc-amber: #f59e0b;
  --t10bc-leather: #8b4513;
  --t10bc-text: #fdf0d5;
  --t10bc-text-soft: #edd7aa;
  --t10bc-muted: #d3b98d;
  --t10bc-line: rgba(255, 215, 0, 0.22);
  --t10bc-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  --t10bc-radius: 28px;
  --t10bc-radius-sm: 18px;
  --t10bc-font-head: "Lora", serif;
  --t10bc-font-body: "Nunito Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--t10bc-text);
  font-family: var(--t10bc-font-body);
  background:
    radial-gradient(circle at top left, rgba(255, 215, 0, 0.08), transparent 30%),
    linear-gradient(135deg, var(--t10bc-bg-start), var(--t10bc-bg-end));
  line-height: 1.65;
  min-height: 100vh;
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 15% 20%, rgba(255, 215, 0, 0.06), transparent 25%),
    radial-gradient(circle at 85% 12%, rgba(245, 158, 11, 0.08), transparent 22%),
    radial-gradient(circle at 70% 78%, rgba(255, 215, 0, 0.05), transparent 20%);
  opacity: 0.85;
}

body::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.2;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.t10bc-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.t10bc-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  background: rgba(26, 16, 8, 0.72);
  border-bottom: 1px solid transparent;
}

.t10bc-site-header.t10bc-is-scrolled {
  background: rgba(37, 22, 11, 0.96);
  border-color: rgba(255, 215, 0, 0.12);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.t10bc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.t10bc-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.t10bc-logo-icon {
  width: 3rem;
  height: 3rem;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, #9b5b1a 0%, #6b3810 100%);
  box-shadow:
    inset 0 -7px 0 rgba(0, 0, 0, 0.22),
    inset 0 0 0 2px rgba(255, 215, 0, 0.4),
    0 8px 20px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  flex-shrink: 0;
}

.t10bc-logo-icon::before,
.t10bc-logo-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.t10bc-logo-icon::before {
  top: 0.28rem;
  width: 2.15rem;
  height: 1.15rem;
  border-radius: 1rem 1rem 0.3rem 0.3rem;
  background: linear-gradient(180deg, #c47c2e, #7d4311);
  box-shadow: inset 0 0 0 2px rgba(255, 215, 0, 0.38);
}

.t10bc-logo-icon::after {
  top: 1.2rem;
  width: 0.45rem;
  height: 0.95rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd700, #f59e0b);
}

.t10bc-logo-text {
  display: flex;
  flex-direction: column;
  font-family: var(--t10bc-font-head);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.82rem;
  line-height: 1.15;
}

.t10bc-logo-text strong {
  font-size: 1rem;
  color: var(--t10bc-gold);
}

.t10bc-menu-button {
  display: none;
  border: 1px solid rgba(255, 215, 0, 0.28);
  background: rgba(255, 215, 0, 0.08);
  color: var(--t10bc-text);
  border-radius: 14px;
  width: 3rem;
  height: 3rem;
  padding: 0;
  cursor: pointer;
}

.t10bc-menu-button span {
  display: block;
  width: 1.35rem;
  height: 2px;
  margin: 0.26rem auto;
  border-radius: 999px;
  background: var(--t10bc-gold);
}

.t10bc-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.t10bc-nav a {
  color: var(--t10bc-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  position: relative;
}

.t10bc-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--t10bc-amber), var(--t10bc-gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.t10bc-nav a:hover::after,
.t10bc-nav a:focus-visible::after {
  transform: scaleX(1);
}

.t10bc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.9fr);
  gap: 2rem;
  padding: 5.6rem 0 3.4rem;
  align-items: center;
}

.t10bc-page-hero {
  padding: 5.1rem 0 2.8rem;
  text-align: left;
}

.t10bc-kicker {
  display: inline-block;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--t10bc-gold);
  margin-bottom: 1rem;
  font-weight: 800;
}

.t10bc-hero h1,
.t10bc-page-hero h1 {
  margin: 0 0 1rem;
  font-family: var(--t10bc-font-head);
  font-size: clamp(1.1rem, 4.9vw, 3.85rem);
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.t10bc-subline {
  color: var(--t10bc-text-soft);
  font-style: italic;
  font-size: 1.06rem;
  max-width: 60ch;
  margin-bottom: 1.4rem;
}

.t10bc-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}

.t10bc-reg-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.22);
  color: var(--t10bc-text);
  font-size: 0.82rem;
  font-weight: 700;
}

.t10bc-editorial-picks {
  margin: 0;
  padding: 1.35rem 1.35rem 1.35rem 1.65rem;
  border-radius: var(--t10bc-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    rgba(45, 30, 18, 0.88);
  border: 1px solid rgba(255, 215, 0, 0.22);
  box-shadow: var(--t10bc-shadow);
}

.t10bc-editorial-picks li + li {
  margin-top: 1rem;
}

.t10bc-editorial-picks strong {
  display: block;
  margin-bottom: 0.18rem;
  font-size: 1.02rem;
  color: var(--t10bc-gold);
}

.t10bc-editorial-picks span {
  color: var(--t10bc-muted);
}

.t10bc-hero-art {
  min-height: 420px;
  position: relative;
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 215, 0, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 244, 220, 0.05), rgba(0, 0, 0, 0)),
    rgba(64, 39, 21, 0.78);
  border: 1px solid rgba(255, 215, 0, 0.18);
  overflow: hidden;
}

.t10bc-hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 215, 0, 0.14), transparent 12%),
    radial-gradient(circle at 82% 20%, rgba(245, 158, 11, 0.16), transparent 18%),
    linear-gradient(135deg, rgba(253, 240, 213, 0.08) 0 20%, transparent 20% 40%, rgba(253, 240, 213, 0.05) 40% 60%, transparent 60% 100%);
  opacity: 0.7;
}

.t10bc-map-line {
  position: absolute;
  inset: 2rem;
  border: 1px dashed rgba(255, 215, 0, 0.25);
  border-radius: 28px;
}

.t10bc-map-line::before,
.t10bc-map-line::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--t10bc-gold), var(--t10bc-amber));
}

.t10bc-map-line::before {
  width: 0.8rem;
  height: 0.8rem;
  top: 22%;
  left: 14%;
}

.t10bc-map-line::after {
  width: 1rem;
  height: 1rem;
  bottom: 18%;
  right: 12%;
}

.t10bc-chest {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  width: 250px;
  height: 180px;
  transform: translateX(-50%);
}

.t10bc-chest-lid {
  position: absolute;
  top: 0;
  left: 30px;
  width: 190px;
  height: 82px;
  border-radius: 120px 120px 20px 20px;
  background: linear-gradient(180deg, #b26b27, #6e3810);
  box-shadow: inset 0 0 0 3px rgba(255, 215, 0, 0.35);
  transform: rotate(-8deg);
  transform-origin: left bottom;
}

.t10bc-chest-box {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 230px;
  height: 122px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 215, 0, 0.16), transparent 20%),
    linear-gradient(180deg, #a05e1f, #67340f);
  box-shadow:
    inset 0 0 0 3px rgba(255, 215, 0, 0.34),
    0 20px 34px rgba(0, 0, 0, 0.26);
}

.t10bc-chest-box::before,
.t10bc-chest-box::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  width: 12px;
  background: linear-gradient(180deg, #ffd700, #d89005);
  border-radius: 999px;
}

.t10bc-chest-box::before {
  left: 26px;
}

.t10bc-chest-box::after {
  right: 26px;
}

.t10bc-lock {
  position: absolute;
  left: 50%;
  top: 48px;
  width: 26px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffd700, #d99905);
  transform: translateX(-50%);
}

.t10bc-lock::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -13px;
  width: 16px;
  height: 18px;
  border: 4px solid rgba(255, 215, 0, 0.92);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.t10bc-coin {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fff4b3, #ffd700 48%, #cc8f00 100%);
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.34);
}

.t10bc-coin:nth-child(1) {
  width: 32px;
  height: 32px;
  top: 80px;
  left: 40px;
}

.t10bc-coin:nth-child(2) {
  width: 24px;
  height: 24px;
  top: 56px;
  right: 56px;
}

.t10bc-coin:nth-child(3) {
  width: 28px;
  height: 28px;
  top: 144px;
  left: 26px;
}

.t10bc-coin:nth-child(4) {
  width: 22px;
  height: 22px;
  top: 126px;
  right: 24px;
}

.t10bc-coin:nth-child(5) {
  width: 18px;
  height: 18px;
  top: 48px;
  left: 96px;
}

.t10bc-section {
  margin-bottom: 1.6rem;
  padding: 1.45rem;
  border-radius: var(--t10bc-radius);
  background:
    linear-gradient(180deg, rgba(253, 240, 213, 0.03), transparent 35%),
    rgba(45, 30, 18, 0.88);
  border: 1px solid rgba(255, 215, 0, 0.16);
  box-shadow: var(--t10bc-shadow);
}

.t10bc-section h2 {
  margin: 0 0 0.7rem;
  font-family: var(--t10bc-font-head);
  font-size: clamp(1.1rem, 3.6vw, 2.2rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.t10bc-section-intro {
  color: var(--t10bc-text-soft);
  max-width: 70ch;
  margin-bottom: 1.25rem;
}

.t10bc-casino-table {
  display: grid;
  gap: 0.85rem;
}

.t10bc-card-head,
.t10bc-card {
  display: grid;
  grid-template-columns: 70px minmax(240px, 1.3fr) minmax(180px, 1.2fr) 110px 150px 220px;
  gap: 0.8rem;
  align-items: center;
}

.t10bc-card-head {
  padding: 0 0.85rem 0.55rem;
  color: var(--t10bc-muted);
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.t10bc-card {
  padding: 1rem 0.85rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 215, 0, 0.03), rgba(255, 215, 0, 0)),
    var(--t10bc-card);
  border: 1px solid rgba(255, 215, 0, 0.22);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.t10bc-card:hover,
.t10bc-card[data-hover="active"] {
  transform: scale(1.01);
  border-color: rgba(255, 215, 0, 0.38);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
}

.t10bc-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  font-weight: 800;
  color: #2b190a;
  background: radial-gradient(circle at 30% 30%, #fff5c5, #ffd700 60%, #d89603 100%);
}

.t10bc-brand-cell {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.t10bc-logo-wrap {
  width: 140px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  flex-shrink: 0;
}

.t10bc-logo-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
}

.t10bc-brand-meta {
  min-width: 0;
}

.t10bc-brand-meta h3 {
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
}

.t10bc-brand-meta p,
.t10bc-bonus,
.t10bc-feature,
.t10bc-score,
.t10bc-card-note {
  margin: 0;
}

.t10bc-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.35rem;
}

.t10bc-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.18);
  font-size: 0.76rem;
  color: var(--t10bc-text-soft);
}

.t10bc-bonus {
  color: var(--t10bc-text);
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.14);
  font-weight: 700;
}

.t10bc-score {
  text-align: center;
}

.t10bc-score strong {
  display: block;
  font-size: 1.55rem;
  color: var(--t10bc-gold);
  line-height: 1;
}

.t10bc-score span,
.t10bc-feature,
.t10bc-card-note {
  color: var(--t10bc-text-soft);
}

.t10bc-cta-cell {
  width: 220px;
  min-width: 220px;
}

.t10bc-button,
.t10bc-link-button,
.t10bc-form button,
.t10bc-age-actions button,
.t10bc-cookie-banner button,
.t10bc-back-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.92rem 1.15rem;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.96rem;
  color: #341c09;
  background: linear-gradient(135deg, #ffe684, var(--t10bc-gold) 60%, #e4a90a);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
}

.t10bc-button::after,
.t10bc-link-button::after,
.t10bc-age-actions button::after,
.t10bc-cookie-banner button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fff8d9, #f5b316 70%);
  transition: transform 0.45s ease;
}

.t10bc-button:hover::after,
.t10bc-link-button:hover::after,
.t10bc-age-actions button:hover::after,
.t10bc-cookie-banner button:hover::after {
  animation: t10bc-coin-flip 0.55s ease;
}

@keyframes t10bc-coin-flip {
  0% { transform: rotateY(0deg) translateY(0); }
  50% { transform: rotateY(180deg) translateY(-2px); }
  100% { transform: rotateY(360deg) translateY(0); }
}

.t10bc-button.t10bc-button-ghost,
.t10bc-cookie-banner button.t10bc-cookie-decline,
.t10bc-age-actions button.t10bc-age-decline {
  background: rgba(255, 215, 0, 0.08);
  color: var(--t10bc-text);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.t10bc-button.t10bc-button-ghost::after,
.t10bc-cookie-banner button.t10bc-cookie-decline::after,
.t10bc-age-actions button.t10bc-age-decline::after {
  background: radial-gradient(circle at 30% 30%, #fff7ca, #d38706 70%);
}

.t10bc-card-note {
  grid-column: 2 / -1;
  font-size: 0.82rem;
  padding-top: 0.25rem;
}

.t10bc-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.18);
}

.t10bc-data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: rgba(35, 22, 12, 0.88);
}

.t10bc-data-table th,
.t10bc-data-table td,
.t10bc-methodology-table th,
.t10bc-methodology-table td,
table th,
table td {
  padding: 0.9rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 215, 0, 0.12);
}

.t10bc-data-table thead th {
  background: rgba(255, 215, 0, 0.08);
  color: var(--t10bc-gold);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.t10bc-sort-button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font: inherit;
  color: inherit;
  background: rgba(255, 215, 0, 0.01);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.t10bc-sort-button::after {
  content: "↕";
  font-size: 0.9rem;
}

.t10bc-methodology-grid {
  display: grid;
  gap: 1rem;
  position: relative;
  padding-left: 1rem;
}

.t10bc-methodology-grid::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: linear-gradient(180deg, var(--t10bc-gold), rgba(255, 215, 0, 0));
}

.t10bc-method-step {
  position: relative;
  padding-left: 2.3rem;
}

.t10bc-method-step::before {
  content: attr(data-step);
  position: absolute;
  left: -0.2rem;
  top: 0.05rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #341c09;
  background: linear-gradient(180deg, #ffe684, var(--t10bc-gold));
}

.t10bc-method-step h3 {
  margin: 0 0 0.3rem;
  color: var(--t10bc-gold);
  font-size: 1.05rem;
}

.t10bc-top3-grid,
.t10bc-about-grid,
.t10bc-rg-grid,
.t10bc-footer-grid,
.t10bc-contact-grid,
.t10bc-values-grid {
  display: grid;
  gap: 1rem;
}

.t10bc-top3-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t10bc-top3-card,
.t10bc-about-panel,
.t10bc-rg-item,
.t10bc-footer-box,
.t10bc-contact-card,
.t10bc-value-card {
  padding: 1.2rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 215, 0, 0.04), transparent),
    rgba(58, 37, 20, 0.9);
  border: 1px solid rgba(255, 215, 0, 0.16);
}

.t10bc-top3-card h3,
.t10bc-about-panel h3,
.t10bc-rg-item h3,
.t10bc-footer-box h3,
.t10bc-contact-card h3,
.t10bc-value-card h3 {
  margin-top: 0;
  color: var(--t10bc-gold);
}

.t10bc-top3-card p,
.t10bc-about-panel p,
.t10bc-rg-item p,
.t10bc-contact-card p,
.t10bc-value-card p {
  color: var(--t10bc-text-soft);
}

.t10bc-top3-card .t10bc-link-button {
  margin-top: 0.9rem;
}

.t10bc-about-grid {
  grid-template-columns: 1.1fr 1fr;
}

.t10bc-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.t10bc-stat-card {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.16);
}

.t10bc-counter {
  display: block;
  font-family: var(--t10bc-font-head);
  font-size: 2.15rem;
  font-weight: 700;
  color: var(--t10bc-gold);
  line-height: 1;
}

.t10bc-counter-label {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t10bc-muted);
}

.t10bc-rg-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.t10bc-rg-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.t10bc-rg-checklist li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.t10bc-rg-check {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #341c09;
  background: linear-gradient(180deg, #ffe684, var(--t10bc-gold));
  font-weight: 800;
}

.t10bc-resource-links {
  display: grid;
  gap: 0.7rem;
}

.t10bc-resource-links a {
  color: var(--t10bc-gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18rem;
}

.t10bc-faq-list {
  display: grid;
  gap: 0.75rem;
}

.t10bc-faq-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.16);
  background: rgba(58, 37, 20, 0.82);
  overflow: hidden;
}

.t10bc-faq-question {
  width: 100%;
  padding: 1rem 1.1rem;
  border: 0;
  background: rgba(255, 215, 0, 0.01);
  color: var(--t10bc-text);
  text-align: left;
  font: inherit;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}

.t10bc-faq-question span:last-child {
  color: var(--t10bc-gold);
  font-size: 1.2rem;
  line-height: 1;
}

.t10bc-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.t10bc-faq-answer-inner {
  padding: 0 1.1rem 1rem;
  color: var(--t10bc-text-soft);
}

.t10bc-footer {
  padding: 0.4rem 0 2rem;
}

.t10bc-footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
}

.t10bc-footer-box p,
.t10bc-footer-box li {
  color: var(--t10bc-text-soft);
}

.t10bc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.t10bc-footer-links a {
  color: var(--t10bc-text-soft);
}

.t10bc-footer-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 215, 0, 0.16);
  color: var(--t10bc-muted);
}

.t10bc-footer-note a {
  color: var(--t10bc-gold);
}

.t10bc-page-shell {
  padding-bottom: 2.2rem;
}

.t10bc-article {
  display: grid;
  gap: 1rem;
}

.t10bc-article-section {
  padding: 1.25rem;
  border-radius: 22px;
  background: rgba(58, 37, 20, 0.84);
  border: 1px solid rgba(255, 215, 0, 0.16);
}

.t10bc-article-section h2 {
  margin-bottom: 0.4rem;
}

.t10bc-article-section p,
.t10bc-article-section li {
  color: var(--t10bc-text-soft);
}

.t10bc-article-section ul {
  padding-left: 1.1rem;
}

.t10bc-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t10bc-contact-card a {
  color: var(--t10bc-gold);
}

.t10bc-form {
  display: grid;
  gap: 0.9rem;
}

.t10bc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.t10bc-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
}

.t10bc-form input,
.t10bc-form textarea,
.t10bc-form select {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(26, 16, 8, 0.7);
  color: var(--t10bc-text);
  padding: 0.85rem 0.9rem;
  font: inherit;
}

.t10bc-form textarea {
  min-height: 160px;
  resize: vertical;
}

.t10bc-form-note {
  color: var(--t10bc-muted);
  font-size: 0.9rem;
}

.t10bc-values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t10bc-cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2147483645;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(37, 22, 11, 0.96);
  border: 1px solid rgba(255, 215, 0, 0.18);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}

.t10bc-cookie-banner[data-t10bc-cookie-state="done"] {
  display: none;
}

.t10bc-cookie-banner p {
  margin: 0;
  color: var(--t10bc-text-soft);
}

.t10bc-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.t10bc-cookie-banner button {
  width: auto;
  min-width: 135px;
}

.t10bc-age-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  z-index: 2147483646 !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  background: rgba(0, 0, 0, 0.85) !important;
  margin: 0 !important;
  padding: 0.65rem !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
}

.t10bc-age-overlay[data-t10bc-age-state="confirmed"],
.t10bc-age-overlay[data-t10bc-age-state="hidden"] {
  display: none !important;
}

.t10bc-age-box {
  width: min(540px, 100%);
  padding: 1.6rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 215, 0, 0.08), transparent),
    rgba(45, 30, 18, 0.98);
  border: 1px solid rgba(255, 215, 0, 0.24);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.t10bc-age-box h2 {
  margin-top: 0;
  font-family: var(--t10bc-font-head);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.t10bc-age-box p {
  color: var(--t10bc-text-soft);
}

.t10bc-age-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.t10bc-age-actions button {
  width: 100%;
}

.t10bc-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

@media (max-width: 1080px) {
  .t10bc-hero {
    grid-template-columns: 1fr;
  }

  .t10bc-top3-grid,
  .t10bc-footer-grid,
  .t10bc-contact-grid,
  .t10bc-values-grid,
  .t10bc-rg-grid,
  .t10bc-about-grid {
    grid-template-columns: 1fr;
  }

  .t10bc-card-head,
  .t10bc-card {
    grid-template-columns: 60px minmax(200px, 1fr) minmax(160px, 1fr) 100px 120px 220px;
  }
}

@media (max-width: 900px) {
  .t10bc-header-inner {
    position: relative;
  }

  .t10bc-menu-button {
    display: inline-block;
  }

  .t10bc-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    padding: 14px;
    border-radius: 22px;
    background: rgba(45, 30, 18, 0.98);
    border: 1px solid rgba(255, 215, 0, 0.18);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
    display: grid;
    gap: 0.7rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .t10bc-nav[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .t10bc-nav a {
    display: block;
    padding: 0.25rem 0;
  }

  .t10bc-card-head {
    display: none;
  }

  .t10bc-card {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .t10bc-card-note {
    grid-column: auto;
  }

  .t10bc-cta-cell {
    width: 220px;
    max-width: 100%;
  }
}

@media (min-width: 901px) {
  .t10bc-nav {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    position: static;
  }
}

@media (max-width: 700px) {
  .t10bc-form-grid,
  .t10bc-stat-row {
    grid-template-columns: 1fr;
  }

  .t10bc-hero {
    padding-top: 4.9rem;
  }
}

@media (max-width: 550px) {
  html, body { overflow-x: hidden; max-width: 100%; }
  body { overflow-x: hidden; }
  .t10bc-page, .t10bc-page * { max-width: 100%; }
  .t10bc-page { width: min(1180px, calc(100% - 12px)); }
  .t10bc-header-inner { padding: 0.65rem 0.75rem; gap: 0.5rem; position: relative; }
  .t10bc-logo { min-width: 0; align-items: center; }
  .t10bc-logo-text { font-size: clamp(0.58rem, 2.9vw, 0.78rem); letter-spacing: 0.05em; line-height: 1.2; word-break: break-word; overflow-wrap: anywhere; }
  .t10bc-logo-icon { width: 2.25rem; height: 2.25rem; flex-shrink: 0; }
  .t10bc-nav { left: 8px; right: 8px; padding: 12px; }
  .t10bc-nav a { font-size: 0.72rem; letter-spacing: 0.1em; padding-block: 0.2rem; }
  .t10bc-hero, .t10bc-page-hero { padding: 4.75rem 0.6rem 2.5rem; }
  .t10bc-hero h1, .t10bc-page-hero h1 { font-size: clamp(1.05rem, 5.8vw, 2rem); letter-spacing: 0.055em; word-break: break-word; overflow-wrap: anywhere; }
  .t10bc-kicker { font-size: 0.65rem; letter-spacing: 0.12em; max-width: 100%; }
  .t10bc-cta-row { gap: 0.65rem; margin-top: 1.35rem; }
  .t10bc-button, .t10bc-link-button, .t10bc-form button, .t10bc-age-actions button, .t10bc-cookie-banner button, .t10bc-back-top { padding: 0.72rem 1rem; font-size: 0.88rem; max-width: 100%; white-space: normal; word-break: break-word; overflow-wrap: anywhere; min-width: 0; }
  .t10bc-hero p, .t10bc-hero .t10bc-subline, .t10bc-page-hero p, .t10bc-page-hero .t10bc-subline { white-space: normal; word-break: break-word; overflow-wrap: anywhere; max-width: 100%; }
  .t10bc-section { padding: 0.95rem 0.75rem; border-radius: 18px; margin-bottom: 1.25rem; }
  .t10bc-section h2 { font-size: clamp(1.02rem, 4.8vw, 1.55rem); letter-spacing: 0.06em; word-break: break-word; overflow-wrap: anywhere; }
  .t10bc-methodology-table, table { font-size: 0.78rem; table-layout: auto; width: max-content; min-width: 100%; }
  .t10bc-methodology-table thead th, table thead th { white-space: nowrap; }
  .t10bc-methodology-table th, .t10bc-methodology-table td, table th, table td { padding: 0.5rem 0.4rem; word-break: normal; overflow-wrap: break-word; hyphens: none; }
  .t10bc-table-wrap { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .t10bc-card { padding: 0.95rem 0.75rem; border-radius: 18px; }
  .t10bc-card:hover, .t10bc-card[data-hover="active"] { transform: none; }
  .t10bc-card-top { flex-wrap: wrap; align-items: flex-start; gap: 0.55rem; }
  .t10bc-score { text-align: left; flex: 1 1 auto; min-width: 0; max-width: 100%; flex-shrink: 1; word-break: break-word; overflow-wrap: anywhere; }
  .t10bc-badge { font-size: 0.65rem; padding: 0.32rem 0.55rem; max-width: 100%; white-space: normal; text-align: left; }
  .t10bc-score strong { font-size: 1.35rem; word-break: break-word; overflow-wrap: anywhere; }
  .t10bc-card, .t10bc-card * { min-width: 0; max-width: 100%; }
  .t10bc-card h3, .t10bc-card p, .t10bc-card a, .t10bc-card .t10bc-bonus, .t10bc-card .t10bc-offer { word-break: break-word; overflow-wrap: anywhere; }
  .t10bc-logo-wrap { width: min(140px, 100%); max-width: 100%; height: auto; min-height: 4.25rem; }
  .t10bc-brand-meta { min-width: 0; width: 100%; }
  .t10bc-bonus { padding: 0.65rem 0.7rem; font-size: 0.88rem; }
  .t10bc-cookie-banner { padding: 10px 10px; gap: 10px; font-size: 0.84rem; }
  .t10bc-cookie-banner p { margin: 0; flex: 1 1 100%; text-align: center; }
  .t10bc-footer-box { padding: 1.15rem 0.75rem; border-radius: 20px; }
  .t10bc-age-overlay { padding: 0.65rem; }
  .t10bc-age-box { padding: 1.1rem 0.75rem; }
  .t10bc-age-box h2 { font-size: clamp(1rem, 4.5vw, 1.35rem); letter-spacing: 0.06em; word-break: break-word; }
  .t10bc-rg-item { min-width: 0; word-break: break-word; overflow-wrap: anywhere; }
  .t10bc-rg-checklist { gap: 0.55rem; padding-inline: 0; }
  .t10bc-rg-checklist li, .t10bc-rg-checklist p { word-break: break-word; overflow-wrap: anywhere; hyphens: auto; min-width: 0; }
  .t10bc-reg-badge { white-space: normal; text-align: center; padding: 0.28rem 0.5rem; font-size: 0.72rem; max-width: 100%; flex-shrink: 1; }
}

@media (max-width: 380px) {
  .t10bc-page { width: min(1180px, calc(100% - 8px)); }
  .t10bc-logo-text { font-size: 0.52rem; letter-spacing: 0.02em; }
  .t10bc-hero h1, .t10bc-page-hero h1 { font-size: clamp(1rem, 5.2vw, 1.75rem); }
  .t10bc-header-inner { padding: 0.55rem 0.55rem; }
  .t10bc-section, .t10bc-card, .t10bc-footer-box { padding-inline: 0.65rem; }
  .t10bc-methodology-table th, .t10bc-methodology-table td, table th, table td { padding: 0.42rem 0.32rem; font-size: 0.72rem; }
}

@media (max-width: 900px) {
  .t10bc-header-inner { position: relative; }
}
