:root {
  --r86-ink: #101828;
  --r86-muted: #667085;
  --r86-soft: #f4f7fb;
  --r86-line: #dfe7f2;
  --r86-white: #ffffff;
  --r86-red: #e21d2f;
  --r86-red-dark: #a70f1d;
  --r86-gold: #f5bd48;
  --r86-teal: #15b8a6;
  --r86-navy: #111827;
  --r86-radius: 8px;
  --r86-shadow: 0 16px 36px rgba(16, 24, 40, .08);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.r86-page {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #f7f9fc;
  color: var(--r86-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.r86-page a {
  color: inherit;
  text-decoration: none;
}

.r86-page img {
  display: block;
  max-width: 100%;
}

.r86-shell {
  width: min(1120px, calc(100% - 32px));
  max-width: 100%;
  margin: 0 auto;
}

.r86-top {
  background: var(--r86-navy);
  color: #d7dfec;
  font-size: 13px;
  font-weight: 750;
}

.r86-top .r86-shell {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.r86-top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #ffd978;
}

.r86-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--r86-line);
  backdrop-filter: blur(12px);
}

.r86-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.r86-brand,
.r86-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.r86-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: var(--r86-radius);
  background: linear-gradient(145deg, #f32637, #a80f1c);
  color: #fff7e5;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(226, 29, 47, .24);
}

.r86-brand-title {
  display: block;
  font-size: 28px;
  line-height: .96;
  font-weight: 950;
}

.r86-brand-subtitle {
  display: block;
  margin-top: 5px;
  color: var(--r86-muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
}

.r86-nav {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #263244;
  font-size: 15px;
  font-weight: 850;
}

.r86-nav a {
  padding: 8px 0;
  white-space: nowrap;
}

.r86-nav a:hover,
.r86-nav a.is-active {
  color: var(--r86-red);
}

.r86-button,
.r86-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--r86-radius);
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.r86-button-primary,
.r86-header-cta {
  background: linear-gradient(180deg, #ffdc80, #f3ad31);
  color: #2a1900;
  box-shadow: 0 12px 24px rgba(245, 189, 72, .24);
}

.r86-button-secondary {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.r86-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(245, 189, 72, .3), transparent 28%),
    linear-gradient(135deg, #0b1220 0%, #151c2d 46%, #94101c 100%);
  color: #fff;
}

.r86-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 34px;
  align-items: center;
  min-height: 560px;
  padding: 56px 0;
}

.r86-hero-copy {
  min-width: 0;
}

.r86-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.03;
  font-weight: 950;
}

.r86-hero p {
  max-width: 650px;
  margin: 20px 0 0;
  color: #dfe7f2;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 650;
}

.r86-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.r86-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 30px;
}

.r86-proof div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r86-radius);
  background: rgba(255, 255, 255, .08);
}

.r86-proof strong {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.r86-proof span {
  display: block;
  margin-top: 7px;
  color: #c7d2e3;
  font-size: 13px;
  font-weight: 750;
}

.r86-hero-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--r86-radius);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.r86-hero-image {
  min-height: 330px;
  border-radius: var(--r86-radius);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, rgba(17, 24, 39, .35) 100%),
    url("86bet-hero.png") center / cover no-repeat;
}

.r86-rating {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  padding: 16px;
  border-radius: var(--r86-radius);
  background: #fff;
  color: var(--r86-ink);
}

.r86-rating h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 950;
}

.r86-rating p {
  margin: 5px 0 0;
  color: var(--r86-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.r86-score {
  color: #b8730f;
  font-size: 28px;
  font-weight: 950;
}

.r86-section {
  padding: 54px 0;
}

.r86-section-soft {
  background: #eef3fa;
}

.r86-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

.r86-section-head h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.1;
  font-weight: 950;
}

.r86-section-head p {
  margin: 0;
  color: var(--r86-muted);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 700;
}

.r86-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.r86-topic-card,
.r86-step-panel,
.r86-news-block,
.r86-news-card,
.r86-popular,
.r86-article-card,
.r86-side-card {
  border: 1px solid var(--r86-line);
  border-radius: var(--r86-radius);
  background: #fff;
  box-shadow: var(--r86-shadow);
}

.r86-topic-card {
  min-width: 0;
  min-height: 220px;
  padding: 24px;
}

.r86-topic-card.is-red {
  border-color: transparent;
  background: linear-gradient(145deg, var(--r86-red-dark), var(--r86-red));
  color: #fff;
}

.r86-topic-num {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: var(--r86-radius);
  background: #fff1f1;
  color: var(--r86-red);
  font-size: 13px;
  font-weight: 950;
}

.is-red .r86-topic-num {
  background: #fff;
}

.r86-topic-card h3,
.r86-step-panel h2,
.r86-guide-card h3,
.r86-news-card h3,
.r86-popular h3,
.r86-side-card h2,
.r86-side-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.24;
  font-weight: 950;
}

.r86-topic-card p,
.r86-guide-card p,
.r86-side-card p {
  margin: 12px 0 0;
  color: var(--r86-muted);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 650;
}

.is-red p {
  color: #ffe3e6;
}

.r86-guide {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 22px;
}

.r86-step-panel {
  padding: 28px;
  background: var(--r86-navy);
  color: #fff;
}

.r86-step-panel p {
  margin: 16px 0 0;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 650;
}

.r86-steps {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.r86-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r86-radius);
  background: rgba(255, 255, 255, .08);
}

.r86-step b,
.r86-step span span {
  display: block;
}

.r86-step b {
  font-size: 16px;
  font-weight: 950;
}

.r86-step span span {
  margin-top: 5px;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.r86-step-num,
.r86-guide-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: var(--r86-radius);
  background: var(--r86-gold);
  color: #291800;
  font-weight: 950;
}

.r86-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.r86-guide-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--r86-line);
  border-radius: var(--r86-radius);
  background: #fff;
}

.r86-guide-card:nth-child(2) .r86-guide-icon {
  background: var(--r86-teal);
  color: #fff;
}

.r86-guide-card:nth-child(3) .r86-guide-icon {
  background: var(--r86-red);
  color: #fff;
}

.r86-guide-card:nth-child(4) .r86-guide-icon {
  background: var(--r86-navy);
  color: #fff;
}

.r86-guide-card h3 {
  margin-top: 16px;
}

.r86-news-block {
  padding: clamp(20px, 3vw, 32px);
  background: #f3f6fb;
  overflow: hidden;
}

.r86-news-list {
  display: grid;
  gap: 14px;
}

.r86-news-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  overflow: hidden;
}

.r86-news-thumb {
  width: 96px;
  height: 86px;
  border-radius: var(--r86-radius);
  background: linear-gradient(150deg, var(--r86-red), #111827);
}

.r86-news-card:nth-child(2) .r86-news-thumb,
.r86-thumb-wallet {
  background: linear-gradient(150deg, var(--r86-teal), #0f172a);
}

.r86-news-card:nth-child(3) .r86-news-thumb,
.r86-thumb-casino {
  background: linear-gradient(150deg, var(--r86-gold), #7f1d1d);
}

.r86-news-card:nth-child(4) .r86-news-thumb,
.r86-thumb-sport {
  background: linear-gradient(150deg, #ef233c, #111827);
}

.r86-news-card:nth-child(5) .r86-news-thumb,
.r86-thumb-promo {
  background: linear-gradient(150deg, var(--r86-teal), #123047);
}

.r86-news-card:nth-child(6) .r86-news-thumb,
.r86-thumb-safe {
  background: linear-gradient(150deg, var(--r86-gold), #172033);
}

.r86-news-meta {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: var(--r86-radius);
  background: #fff3d7;
  color: #9a650a;
  font-size: 12px;
  font-weight: 950;
}

.r86-news-card h3 {
  font-size: 18px;
}

.r86-news-card p {
  margin: 6px 0 0;
  color: var(--r86-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.r86-popular {
  margin-top: 16px;
  padding: 20px;
}

.r86-popular-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.r86-popular-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.r86-popular-list b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: var(--r86-radius);
  background: var(--r86-ink);
  color: #fff;
  font-size: 14px;
}

.r86-popular-list span {
  min-width: 0;
  color: #263244;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 850;
}

.r86-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 54px auto;
  padding: 28px;
  border-radius: var(--r86-radius);
  background: linear-gradient(110deg, #111827, #a80f1c 58%, #d79e2d);
  color: #fff;
}

.r86-cta h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 950;
}

.r86-cta p {
  margin: 0;
  color: #f3f7fb;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.r86-cta .r86-button {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

.r86-footer {
  background: var(--r86-navy);
  color: #dce3ef;
}

.r86-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 42px 0;
}

.r86-footer p,
.r86-footer li,
.r86-footer span {
  color: #b8c2d3;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 650;
}

.r86-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.r86-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.r86-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.r86-footer-bottom .r86-shell {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.r86-breadcrumb {
  padding: 14px 0;
  border-bottom: 1px solid var(--r86-line);
  background: #fff;
  color: var(--r86-muted);
  font-size: 14px;
  font-weight: 700;
}

.r86-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.r86-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
  padding: 42px 0 58px;
}

.r86-article-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
}

.r86-article-card h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 950;
}

.r86-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 24px;
  color: var(--r86-muted);
  font-size: 14px;
  font-weight: 700;
}

.r86-article-visual {
  min-height: 240px;
  margin: 0 0 26px;
  border-radius: var(--r86-radius);
  background:
    linear-gradient(135deg, rgba(226, 29, 47, .9), rgba(17, 24, 39, .92)),
    url("86bet-hero.png") center / cover no-repeat;
}

.r86-article-body {
  color: #263244;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 620;
}

.r86-article-body h2,
.r86-article-body h3 {
  margin: 30px 0 10px;
  color: var(--r86-ink);
  line-height: 1.25;
  font-weight: 950;
}

.r86-article-body a {
  color: var(--r86-red);
  font-weight: 900;
}

.r86-article-actions ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.r86-article-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border-radius: var(--r86-radius);
  background: #fff3d7;
  color: #8a5909;
  font-weight: 900;
}

.r86-sidebar {
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
}

.r86-side-card {
  overflow: hidden;
}

.r86-side-media {
  min-height: 150px;
  background:
    linear-gradient(135deg, rgba(226, 29, 47, .9), rgba(17, 24, 39, .95)),
    radial-gradient(circle at 70% 28%, rgba(245, 189, 72, .8), transparent 32%);
}

.r86-side-body {
  padding: 20px;
}

.r86-side-body ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--r86-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .r86-header-inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .r86-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .r86-hero-grid,
  .r86-guide,
  .r86-article-layout,
  .r86-footer-grid {
    grid-template-columns: 1fr;
  }

  .r86-section-head,
  .r86-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .r86-shell {
    width: min(100% - 24px, 1120px);
  }

  .r86-top .r86-shell {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }

  .r86-header-cta {
    width: 100%;
  }

  .r86-hero-grid {
    min-height: auto;
    padding: 40px 0;
  }

  .r86-hero-card {
    display: none;
  }

  .r86-proof,
  .r86-topic-grid,
  .r86-guide-grid {
    grid-template-columns: 1fr;
  }

  .r86-news-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .r86-news-thumb {
    width: 100%;
    height: 140px;
  }

  .r86-footer-bottom .r86-shell {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }
}

@media (max-width: 430px) {
  .r86-brand-title {
    font-size: 24px;
  }

  .r86-mark {
    width: 46px;
    height: 46px;
  }

  .r86-hero h1 {
    font-size: 36px;
  }

  .r86-cta,
  .r86-news-block,
  .r86-step-panel {
    padding: 20px;
  }
}
