:root {
  --bg: #0b0410;
  --bg-2: #17021e;
  --panel: rgba(255, 255, 255, 0.065);
  --panel-strong: rgba(255, 255, 255, 0.095);
  --wine: #7c1830;
  --red: #d6252f;
  --gold: #ffd75c;
  --gold-2: #ffb51d;
  --green: #118b46;
  --text: #fff7da;
  --muted: #d9bfd0;
  --line: rgba(255, 215, 92, 0.22);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 12%, rgba(214, 37, 47, 0.2), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(255, 183, 29, 0.16), transparent 28rem),
    linear-gradient(125deg, transparent 0 18%, rgba(255, 255, 255, 0.035) 18% 24%, transparent 24% 42%, rgba(255, 255, 255, 0.025) 42% 50%, transparent 50%),
    var(--bg);
  letter-spacing: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 13px clamp(18px, 4vw, 58px);
  background: rgba(9, 2, 14, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: auto;
  height: 82px;
  filter: drop-shadow(0 0 16px rgba(255, 215, 92, 0.35));
}

.footer-brand .brand-logo {
  height: 132px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--muted);
}

.main-nav a,
.nav-cta,
.btn {
  border-radius: var(--radius);
}

.main-nav a {
  padding: 9px 10px;
}

.main-nav a:hover {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
  padding: 11px 15px;
  color: #2f0900;
  font-weight: 1000;
  text-transform: uppercase;
  background: linear-gradient(#fff59b, #ffbc18 56%, #df7300);
  box-shadow: 0 12px 24px rgba(255, 181, 29, 0.28);
}

.hero,
.content-band,
.responsible-strip,
.site-footer {
  padding-inline: clamp(18px, 4vw, 64px);
}

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: clamp(26px, 5vw, 76px);
  padding-top: 42px;
  padding-bottom: 42px;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 16px;
  color: #fff36c;
  font-size: clamp(2.7rem, 5vw, 5.25rem);
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #9b1734, 0 8px 0 #3c0c18, 0 18px 34px rgba(0, 0, 0, 0.55);
}

h2 {
  margin-bottom: 12px;
  color: #fff36c;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #9b1734, 0 12px 26px rgba(0, 0, 0, 0.42);
}

h3 {
  color: #fff8af;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.hero-lede,
.section-heading p,
.info-card p,
.check-list,
.faq-list p,
.site-footer p,
.related-grid span,
.responsible-strip span,
.rank-table td {
  color: var(--muted);
  line-height: 1.62;
}

.hero-lede {
  max-width: 720px;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 18px;
}

.article-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: #fff6cf;
  font-size: 0.92rem;
  font-weight: 900;
}

.article-hero-meta span,
.article-hero-meta time {
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 1000;
  text-transform: uppercase;
}

.btn-primary {
  color: #2f0900;
  background: linear-gradient(#fff59b, #ffbc18 56%, #df7300);
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow: 0 14px 30px rgba(255, 181, 29, 0.26);
}

.btn-secondary {
  color: #fff;
  background: linear-gradient(#e53c43, #930713);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 30px rgba(214, 37, 47, 0.22);
}

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stat-row span {
  padding: 8px 12px;
  color: #fff6cf;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.hero-visual,
.hero-image-frame {
  position: relative;
  min-height: 448px;
  transform: rotate(-1.4deg);
}

.hero-image-frame {
  min-height: auto;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-image-frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(74%, 620px);
  aspect-ratio: 1.35;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 190, 45, 0.2), transparent 38%),
    radial-gradient(circle at center, rgba(203, 24, 86, 0.16), transparent 62%);
  filter: blur(8px);
}

.hero-image-frame img {
  display: block;
  width: min(108%, 820px);
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.52)) drop-shadow(0 0 34px rgba(255, 190, 45, 0.16));
}

.visual-ribbon {
  position: relative;
  z-index: 2;
  margin: 0 auto -24px;
  padding: 20px 24px;
  width: min(100%, 740px);
  color: #fff36c;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 1000;
  line-height: 0.9;
  text-transform: uppercase;
  background: linear-gradient(100deg, #4d1120, #8e2438 52%, #5a1424);
  border-top: 3px solid #f04b22;
  border-bottom: 3px solid #2d0710;
  box-shadow: var(--shadow);
  text-shadow: 0 3px 0 #b91443, 0 8px 0 #390914, 0 0 18px rgba(255, 250, 180, 0.78);
}

.table-oval {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: 48px;
  border-radius: 26px;
  background:
    radial-gradient(ellipse at center, rgba(255, 215, 92, 0.25), transparent 36%),
    radial-gradient(ellipse at center, #12361f 0 47%, #071d11 48% 68%, #020704 69%);
  border: 1px solid rgba(255, 215, 92, 0.2);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.table-oval::before {
  content: "";
  position: absolute;
  inset: 86px 52px 96px;
  border-radius: 50% / 42%;
  background: linear-gradient(#f7c941, #b76c05);
  border: 10px solid #5b2a00;
  box-shadow: inset 0 0 0 10px #ffd457, inset 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 42px rgba(255, 215, 92, 0.4);
}

.table-oval strong {
  position: absolute;
  bottom: 28px;
  z-index: 3;
  color: #fffbd2;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.dealer-chip,
.pot-chip {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.dealer-chip {
  top: 92px;
  width: 68px;
  height: 68px;
  color: #2d0500;
  font-weight: 1000;
  background: linear-gradient(#fff, #e8dce1);
  border: 5px solid var(--gold);
}

.pot-chip {
  top: 188px;
  width: 42px;
  height: 42px;
  background: repeating-conic-gradient(#fff 0 10deg, #e51d3f 10deg 28deg);
  border: 5px solid #fff;
  box-shadow: 0 0 0 3px #d50d2a, 0 0 24px rgba(255, 255, 255, 0.68);
}

.mini-cards {
  position: relative;
  z-index: 4;
  display: flex;
  margin-top: 90px;
}

.mini-cards span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 98px;
  margin-left: -10px;
  color: #d30b19;
  font-size: 2.25rem;
  font-weight: 1000;
  border-radius: 7px;
  background: linear-gradient(135deg, #fff, #d8d8d8);
  border: 1px solid #b8b8b8;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.36);
}

.mini-cards span:nth-child(2) {
  color: #151515;
  transform: translateY(-9px);
}

.responsible-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: linear-gradient(90deg, rgba(18, 139, 70, 0.28), rgba(255, 215, 92, 0.08), rgba(214, 37, 47, 0.18));
  border-block: 1px solid var(--line);
}

.responsible-strip strong {
  color: #fff36c;
}

.responsible-strip a {
  color: #2f0900;
  font-weight: 1000;
  padding: 8px 11px;
  background: linear-gradient(#fff59b, #ffbc18);
  border-radius: var(--radius);
}

.content-band {
  padding-top: 72px;
  padding-bottom: 72px;
}

.content-band:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.1);
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

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

.info-card,
.faq-list details,
.related-grid a {
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--panel-strong), rgba(255, 255, 255, 0.028));
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.info-card {
  min-height: 205px;
  padding: 22px;
}

.info-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--gold);
  font-weight: 1000;
}

.blog-preview-band,
.blog-index-band {
  background:
    linear-gradient(180deg, rgba(255, 215, 92, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.12);
}

.blog-preview-grid,
.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.blog-card,
.featured-post {
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--panel-strong), rgba(255, 255, 255, 0.028));
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.blog-card-link,
.featured-post-link {
  display: grid;
  height: 100%;
  color: inherit;
}

.blog-card-link {
  gap: 10px;
  padding: 18px;
}

.blog-card.compact .blog-card-link {
  min-height: 235px;
}

.blog-category {
  width: max-content;
  padding: 6px 9px;
  color: #2f0900;
  font-size: 0.74rem;
  font-weight: 1000;
  text-transform: uppercase;
  background: linear-gradient(#fff59b, #ffbc18);
  border-radius: var(--radius);
}

.blog-card h3,
.featured-post h3,
.article-content h3 {
  margin-bottom: 4px;
}

.blog-card p,
.featured-post p,
.article-content p,
.article-aside {
  color: var(--muted);
  line-height: 1.62;
}

.blog-meta {
  align-self: end;
  color: #fff6cf;
  font-size: 0.86rem;
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 1000;
}

.topic-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.topic-tabs button {
  padding: 8px 11px;
  color: var(--muted);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.topic-tabs button:hover,
.topic-tabs button:focus-visible {
  color: var(--gold);
  border-color: rgba(255, 215, 92, 0.38);
}

.topic-tabs .active {
  color: #2f0900;
  background: linear-gradient(#fff59b, #ffbc18);
  border-color: rgba(255, 255, 255, 0.45);
}

.blog-card[hidden],
.featured-post[hidden],
.blog-empty[hidden] {
  display: none;
}

.blog-empty {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 900;
}

.featured-post {
  margin-bottom: 16px;
}

.featured-post-link {
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
}

.featured-post h3 {
  color: #fff36c;
  font-size: clamp(1.55rem, 2.6vw, 2.7rem);
  line-height: 1;
}

.post-art {
  min-height: 280px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 215, 92, 0.24), transparent 38%),
    radial-gradient(circle at 74% 22%, rgba(214, 37, 47, 0.44), transparent 34%),
    linear-gradient(145deg, #12361f, #4d1120 58%, #07030a);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.post-art span {
  padding: 12px 16px;
  color: #fff36c;
  font-weight: 1000;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(255, 215, 92, 0.28);
  border-radius: var(--radius);
}

.post-art.with-image {
  background: #120815;
}

.post-art img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.post-art.small {
  min-height: 132px;
  margin-bottom: 4px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 760px) minmax(0, 0.2fr);
  gap: 28px;
  align-items: start;
}

.article-aside {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 10px;
  padding: 16px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.045);
  border-radius: var(--radius);
}

.article-content {
  max-width: 760px;
}

.article-content h2 {
  font-size: clamp(2rem, 3.8vw, 3.6rem);
}

.article-intro {
  font-size: 1.12rem;
}

.article-block {
  padding-top: 14px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 215, 92, 0.18);
}

.article-content > h2:not(:first-of-type),
.article-content > h3,
.article-content > ul,
.article-content > blockquote {
  margin-top: 24px;
}

.article-content > ul {
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.article-content > li + li,
.article-content li + li {
  margin-top: 8px;
}

.article-content a {
  color: var(--gold);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-content blockquote {
  margin-left: 0;
  padding: 16px 18px;
  color: #fff6cf;
  line-height: 1.65;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.055);
  border-radius: var(--radius);
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.rank-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.rank-table th,
.rank-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rank-table th {
  color: #2f0900;
  background: linear-gradient(#fff59b, #ffbc18);
  font-weight: 1000;
}

.rank-table td {
  background: rgba(255, 255, 255, 0.045);
}

.tool-band {
  background:
    linear-gradient(115deg, rgba(214, 37, 47, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 215, 92, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.14);
}

.tool-index-band {
  background:
    linear-gradient(180deg, rgba(255, 215, 92, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.12);
}

.tool-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tool-card-link {
  position: relative;
  min-height: 245px;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 215, 92, 0.13), transparent 36%),
    linear-gradient(145deg, var(--panel-strong), rgba(255, 255, 255, 0.028));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.tool-card-link::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff59b 0 20%, transparent 21%),
    repeating-conic-gradient(#fff 0 9deg, #e51d3f 9deg 24deg);
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px #d50d2a, 0 0 22px rgba(255, 215, 92, 0.32);
}

.tool-card-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 215, 92, 0.48);
}

.tool-card-category,
.tool-card-status {
  width: fit-content;
  padding: 6px 9px;
  font-size: 0.74rem;
  font-weight: 1000;
  text-transform: uppercase;
  border-radius: var(--radius);
}

.tool-card-category {
  color: #2f0900;
  background: linear-gradient(#fff59b, #ffbc18);
}

.tool-card-status {
  align-self: end;
  margin-top: auto;
  color: #fff6cf;
  border: 1px solid rgba(255, 215, 92, 0.22);
  background: rgba(0, 0, 0, 0.18);
}

.tool-card-link p {
  max-width: calc(100% - 34px);
  color: var(--muted);
  line-height: 1.62;
}

.tool-shell {
  position: relative;
  max-width: 1080px;
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 215, 92, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.tool-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0 18%, rgba(255, 255, 255, 0.055) 18% 22%, transparent 22% 100%);
}

.tool-grid,
.tool-form-grid,
.tool-check-grid,
.tool-actions,
.tool-result,
.tool-note {
  position: relative;
}

.tool-grid,
.tool-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tool-form-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blackjack-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.compact-form-grid {
  grid-template-columns: minmax(260px, 420px);
}

.tool-card-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 215, 92, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(11, 4, 16, 0.62), rgba(11, 4, 16, 0.28)),
    rgba(255, 255, 255, 0.045);
}

.tool-card-index,
.tool-field span,
.tool-result-label {
  font-size: 0.76rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.tool-card-index {
  color: var(--gold);
}

.tool-field {
  display: grid;
  gap: 6px;
}

.tool-field span {
  color: #fff6cf;
}

.tool-field select,
.tool-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  color: #fff7da;
  font: inherit;
  font-weight: 900;
  border: 1px solid rgba(255, 215, 92, 0.28);
  border-radius: var(--radius);
  background: #16071d;
}

.tool-field select:focus,
.tool-field input:focus {
  outline: 2px solid rgba(255, 215, 92, 0.48);
  outline-offset: 2px;
}

.tool-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tool-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 14px;
  color: var(--muted);
  line-height: 1.55;
  border: 1px solid rgba(255, 215, 92, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.052);
}

.tool-check input {
  width: 20px;
  height: 20px;
  accent-color: var(--gold-2);
  margin-top: 2px;
}

.tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tool-actions .btn {
  cursor: pointer;
}

.tool-result {
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(255, 215, 92, 0.3);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(18, 139, 70, 0.22), rgba(255, 215, 92, 0.08)),
    rgba(0, 0, 0, 0.22);
}

.tool-result-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 8px;
  color: #2f0900;
  background: linear-gradient(#fff59b, #ffbc18);
  border-radius: var(--radius);
}

.tool-result strong {
  display: block;
  margin-bottom: 6px;
  color: #fff36c;
  font-size: clamp(1.45rem, 2.6vw, 2.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.tool-result p,
.tool-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.tool-note {
  max-width: 820px;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: 26px;
  align-items: start;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding: 15px 18px 15px 48px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 19px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(#fff59b, #ffbc18);
  box-shadow: 0 0 16px rgba(255, 215, 92, 0.4);
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 19px 22px;
}

.faq-list summary {
  cursor: pointer;
  color: #fff36c;
  font-weight: 1000;
}

.faq-list p {
  margin: 12px 0 0;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.related-grid a {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 18px;
}

.related-grid strong {
  color: #fff36c;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding-top: 36px;
  padding-bottom: 38px;
  background: #060209;
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 780px;
  margin-bottom: 8px;
}

.footer-links {
  display: grid;
  gap: 9px;
  align-content: center;
  font-weight: 900;
}

.footer-links a:hover {
  color: var(--gold);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    height: 76px;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero,
  .split-band {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .blog-preview-grid,
  .blog-card-grid,
  .tool-card-grid,
  .tool-grid,
  .tool-form-grid,
  .tool-check-grid,
  .blackjack-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-post-link,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .hero-visual,
  .hero-image-frame {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .brand-logo {
    height: 68px;
  }

  .footer-brand .brand-logo {
    height: 104px;
  }

  h1 {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.6rem);
  }

  .hero-visual,
  .hero-image-frame {
    min-height: 330px;
    transform: none;
  }

  .hero-image-frame {
    min-height: auto;
  }

  .visual-ribbon {
    padding: 16px;
  }

  .table-oval {
    min-height: 290px;
    padding: 24px;
  }

  .table-oval::before {
    inset: 74px 20px 78px;
  }

  .dealer-chip {
    top: 66px;
    width: 54px;
    height: 54px;
  }

  .pot-chip {
    top: 140px;
  }

  .mini-cards span {
    width: 52px;
    height: 76px;
    font-size: 1.7rem;
  }

  .responsible-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-grid,
  .blog-preview-grid,
  .blog-card-grid,
  .tool-card-grid,
  .tool-grid,
  .tool-form-grid,
  .tool-check-grid,
  .blackjack-grid,
  .related-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .featured-post-link {
    gap: 16px;
  }

  .post-art {
    min-height: 210px;
  }

  .content-band {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .pot-chip {
    animation: chip-pulse 1.8s ease-in-out infinite;
  }
}

@keyframes chip-pulse {
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 3px #d50d2a, 0 0 34px rgba(255, 255, 255, 0.82);
  }
}
