:root {
  color-scheme: dark;
  --ink: #090d0a;
  --ink-raised: #111913;
  --ink-card: #172019;
  --ink-soft: #1b261e;
  --paper: #eee8d9;
  --paper-muted: #b9b7a8;
  --paper-dim: #8e948a;
  --brass: #c6ad78;
  --brass-light: #e2ce9e;
  --green: #91aa91;
  --line: rgba(218, 204, 166, .18);
  --line-strong: rgba(218, 204, 166, .35);
  --serif: 'Iowan Old Style', 'Baskerville', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  --sans: 'Aptos', 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: #cfb275; color: #0a0d0a; }
:focus-visible { outline: 2px solid var(--brass-light); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  transform: translateY(-160%);
  border: 1px solid var(--brass);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: #0c120ddc;
  backdrop-filter: blur(10px);
}
.header-inner,
.footer-inner,
.hero,
.guide-shelf,
.content-layout,
.related {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}
.header-inner { min-height: 70px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; text-decoration: none; }
.insignia { width: 38px; height: 38px; flex: none; color: var(--brass); }
.brand-text { display: grid; gap: 0; min-width: 0; }
.brand-text strong { font: 500 1.14rem/1.08 var(--serif); letter-spacing: .025em; }
.brand-text small { color: var(--paper-dim); font-size: .59rem; letter-spacing: .21em; text-transform: uppercase; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.main-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 15px; border: 1px solid transparent; color: var(--paper-muted); font-size: .77rem; font-weight: 650; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: color .2s, border-color .2s, background .2s; }
.main-nav a:hover, .main-nav a[aria-current] { border-color: var(--line); background: #1b261d; color: var(--brass-light); }
.edition-mark { display: none; }

main { background: radial-gradient(circle at 80% 170px, rgba(31, 54, 40, .35), transparent 430px); }
.hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 212px;
  align-items: center;
  gap: 24px;
  padding-block: 22px 24px;
}
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0 auto 0 -3%; width: 1px; background: linear-gradient(transparent, var(--line-strong), transparent); }
.hero-copy { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 12px; color: var(--paper-dim); font-size: .72rem; }
.breadcrumbs a { text-decoration-color: var(--line-strong); text-underline-offset: 4px; }
.breadcrumbs a:hover { color: var(--brass-light); }
.breadcrumbs span[aria-current] { color: var(--paper-muted); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 8px; color: var(--brass); font-size: .67rem; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border: 1px solid var(--brass); transform: rotate(45deg); }
.hero h1 { max-width: 24ch; margin: 0; font: 400 clamp(2.45rem, 3.9vw, 4.1rem)/1.02 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.hero h1::first-letter { color: var(--brass-light); }
.hero-lead { max-width: 76ch; margin: 12px 0 0; color: var(--paper-muted); font-size: 1rem; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 16px; }
.hero-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 40px; padding: 8px 12px 8px 16px; border: 1px solid var(--brass); background: var(--brass); color: #0b110d; font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .2s, transform .2s; }
.hero-action:hover { background: var(--brass-light); transform: translateY(-2px); }
.hero-action span { font-size: 1.3rem; font-weight: 400; line-height: 1; }
.guide-shelf { padding-block: 22px 26px; border-top: 1px solid var(--line-strong); }
.guide-shelf-intro > span { color: var(--brass); font-size: .64rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.guide-shelf h2 { margin: 5px 0 0; font: 400 clamp(1.75rem, 2.4vw, 2.45rem)/1.1 var(--serif); letter-spacing: -.035em; }
.guide-shelf .link-card-grid { margin-top: 13px; }
.guide-shelf .link-card { flex-basis: calc((100% - 24px) / 3); min-height: 0; padding: 12px 15px; }
.guide-shelf .link-card-kicker { margin-bottom: 3px; }
.guide-shelf .link-card h3 { margin-bottom: 3px; font-size: 1.3rem; }
.guide-shelf .link-card p { margin-bottom: 8px; }
.guide-shelf .link-card-action { padding-top: 8px; }
.signal-dial { position: relative; display: grid; place-items: center; width: 206px; aspect-ratio: 1; margin-left: auto; border-radius: 50%; background: radial-gradient(circle, rgba(75, 104, 70, .23), rgba(32, 48, 34, .09) 45%, transparent 69%); }
.signal-dial::before, .signal-dial::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; }
.signal-dial::before { inset: 11%; border: 1px solid rgba(197, 179, 133, .1); box-shadow: 0 0 70px 15px rgba(88, 116, 77, .08); }
.signal-dial::after { inset: 33%; border: 1px solid rgba(197, 179, 133, .17); }
.signal-dial svg { width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .4)); }
.dial-orbit { fill: none; stroke: url(#dial-metal); stroke-width: 1; opacity: .5; }
.dial-orbit--inner { stroke-width: .55; opacity: .35; }
.dial-orbit--dashed { stroke-width: .8; stroke-dasharray: 2 11; opacity: .45; transform-origin: 50% 50%; animation: dial-turn 100s linear infinite; }
.dial-axis { fill: none; stroke: var(--brass); stroke-width: .5; opacity: .18; }
.dial-arc { fill: none; stroke: var(--brass-light); stroke-width: 2; opacity: .55; }
.dial-needle { fill: url(#dial-metal); opacity: .52; transform-origin: 50% 50%; animation: needle-breathe 9s ease-in-out infinite; }
.dial-hub { fill: #18251b; stroke: var(--brass); stroke-width: 1.4; }
.dial-hub-dot { fill: var(--brass-light); }
.dial-ticks { fill: none; stroke: var(--brass-light); stroke-width: 1.5; opacity: .8; }
.signal-dial text { fill: var(--brass); font: 15px var(--serif); letter-spacing: .12em; }
.dial-caption { display: none; }

.content-layout { min-width: 0; border-top: 1px solid var(--line-strong); }
.toc { display: flex; align-items: flex-start; gap: 18px; min-width: 0; padding-block: 8px; border-bottom: 1px solid var(--line); }
.toc-heading { display: flex; flex: none; gap: 7px; align-items: center; color: var(--brass); font-size: .65rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.toc-star { font-size: 1rem; line-height: 1; }
.toc ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); align-items: stretch; gap: 6px; width: 100%; min-width: 0; margin: 0; padding: 0; list-style: none; }
.toc li { min-width: 0; margin: 0; }
.toc button { display: flex; align-items: center; width: 100%; min-height: 38px; padding: 5px 11px; border: 1px solid transparent; background: transparent; color: var(--paper-muted); text-align: left; font-size: .75rem; line-height: 1.25; white-space: normal; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.toc button span { display: none; }
.toc button:hover, .toc button:focus-visible { border-color: var(--line-strong); background: rgba(197, 173, 120, .06); color: var(--paper); }
.article-flow { min-width: 0; }
.editorial-section, .faq-section { scroll-margin-top: 24px; padding: 56px clamp(16px, 2.1vw, 32px); border-bottom: 1px solid var(--line); }
.editorial-section--lead { padding-top: 20px; }
.editorial-section--tone-0 { background: radial-gradient(circle at 97% 8%, rgba(64, 88, 59, .12), transparent 34%); }
.editorial-section--tone-1 { background: linear-gradient(105deg, rgba(32, 49, 35, .55), rgba(15, 23, 17, .35) 75%); }
.editorial-section--tone-2 { border-top: 2px solid rgba(198, 173, 120, .33); background: radial-gradient(circle at 8% 95%, rgba(198, 173, 120, .06), transparent 42%); }
.page-type-hub .editorial-section--tone-1 { background: linear-gradient(110deg, rgba(34, 46, 37, .5), rgba(18, 30, 32, .42)); }
.page-type-detail .editorial-section--tone-1 { background: linear-gradient(110deg, rgba(42, 43, 28, .38), rgba(20, 27, 21, .5)); }
.page-type-static .editorial-section--tone-1 { background: rgba(35, 43, 34, .28); }
.section-label { display: flex; align-items: center; gap: 18px; margin: 0 0 12px; color: var(--brass); font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-label span:first-child { white-space: nowrap; }
.section-label span + span::before { content: ''; display: inline-block; width: 28px; height: 1px; margin-right: 18px; vertical-align: middle; background: var(--line-strong); }
.section-body h2 { margin: 0 0 16px; font: 400 clamp(2rem, 3.1vw, 3.25rem)/1.08 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.prose { color: var(--paper-muted); font-size: 1.05rem; line-height: 1.68; }
.promo-intro { margin: 0 0 14px; color: var(--paper-muted); font-size: 1.02rem; line-height: 1.58; }
.promo-intro p { margin: 0 0 10px; }
.promo-intro p:last-child { margin-bottom: 0; }
.promo-intro a { color: var(--brass-light); text-underline-offset: 4px; }
.editorial-section--lead .casino-grid + .prose, .editorial-section--lead .link-card-grid + .prose { margin-top: 26px; }
.prose p { margin: 0 0 18px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong, .key-points strong { color: var(--paper); font-weight: 650; }
.prose a, .key-points a, .faq-answer a { color: var(--brass-light); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.prose a:hover, .key-points a:hover, .faq-answer a:hover { color: #f8e5af; }
.subsection { margin: 40px 0 0; }
.subsection h3 { max-width: 28ch; margin: 0 0 18px; color: var(--paper); font: 400 clamp(1.75rem, 2.7vw, 2.45rem)/1.2 var(--serif); letter-spacing: -.02em; }
.key-points { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--paper-muted); font-size: 1.03rem; }
.key-points li { position: relative; padding-left: 24px; }
.key-points li::before { content: '✧'; position: absolute; left: 0; top: 0; color: var(--brass); }

.comparison-table { max-width: 100%; margin: 26px 0 14px; overflow-x: auto; border: 1px solid var(--line-strong); background: #111b14; scrollbar-color: var(--brass) #17231a; }
.comparison-table table { width: 100%; min-width: 620px; border-collapse: collapse; text-align: left; }
.comparison-table caption { padding: 12px 16px; color: var(--brass-light); font: 400 1.16rem var(--serif); text-align: left; }
.comparison-table th, .comparison-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: .86rem; line-height: 1.42; }
.comparison-table thead th { background: #203024; color: var(--brass-light); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.comparison-table tbody tr:last-child td, .comparison-table tbody tr:last-child th { border-bottom: 0; }
.comparison-table tbody tr:hover { background: rgba(198, 173, 120, .06); }
.comparison-table a { color: var(--brass-light); text-underline-offset: 3px; }

.casino-grid { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 12px; margin-top: 18px; }
.casino-card { position: relative; display: flex; flex: 0 0 calc((100% - 24px) / 3); flex-direction: column; min-width: 0; min-height: 395px; padding: 16px; overflow: hidden; border: 1px solid var(--line-strong); background: linear-gradient(155deg, rgba(36, 53, 39, .85), rgba(17, 25, 19, .96) 75%); transition: transform .22s, border-color .22s, box-shadow .22s; }
.casino-card::before { content: ''; position: absolute; z-index: 0; top: -68px; right: -56px; width: 180px; aspect-ratio: 1; border: 1px solid rgba(217, 193, 140, .1); border-radius: 50%; box-shadow: 0 0 0 31px rgba(217, 193, 140, .025), 0 0 0 62px rgba(217, 193, 140, .025); pointer-events: none; }
.casino-card > * { position: relative; z-index: 1; }
.casino-card:hover { transform: translateY(-3px); border-color: rgba(218, 204, 166, .56); box-shadow: 0 20px 36px rgba(0, 0, 0, .17); }
.casino-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--brass); font-size: .62rem; font-weight: 650; letter-spacing: .12em; }
.card-number, .link-card-index { display: none; }
.card-flourish { font-size: 1rem; line-height: 1; }
.casino-logo { display: flex; align-items: center; justify-content: center; width: 100%; height: 62px; margin-top: 7px; padding: 5px; overflow: hidden; border: 1px solid var(--line); background: rgba(11, 19, 14, .52); color: var(--brass-light); font: 400 1.4rem var(--serif); }
.casino-logo img { display: block; width: auto; max-width: min(100%, 168px); height: auto; max-height: 100%; object-fit: contain; }
.casino-card-main { display: block; min-width: 0; margin-top: 10px; }
.casino-card-main > div:last-child { min-width: 0; }
.casino-emblem { display: grid; flex: none; place-items: center; width: 58px; height: 52px; padding: 4px; border: 1px solid var(--line-strong); background: #16231a; color: var(--brass-light); font: 1.35rem var(--serif); letter-spacing: -.08em; }
.casino-emblem img { width: 100%; height: 100%; object-fit: contain; }
.casino-card h3 { min-width: 0; margin: 0; overflow-wrap: anywhere; font: 400 1.38rem/1.13 var(--serif); letter-spacing: -.02em; }
.casino-rating { display: flex; align-items: center; gap: 4px; margin-top: 5px; color: var(--brass-light); font-size: .76rem; line-height: 1; }
.casino-rating strong { color: var(--paper); font-size: .83rem; }
.casino-rating small { color: var(--paper-dim); font-size: .65rem; }
.casino-stars { position: relative; display: inline-block; margin-right: 3px; color: #655b43; font-size: .95rem; letter-spacing: .02em; white-space: nowrap; }
.casino-stars-fill { position: absolute; top: 0; left: 0; overflow: hidden; color: var(--brass-light); white-space: nowrap; }
.casino-offer { display: grid; gap: 2px; min-width: 0; margin-top: 10px; padding: 9px 10px; border-left: 2px solid var(--brass); background: rgba(198, 173, 120, .08); }
.casino-offer > span { color: var(--brass); font-size: .58rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.casino-offer strong { color: var(--paper); font: 500 1.08rem/1.13 var(--serif); overflow-wrap: normal; }
.casino-offer small { color: var(--paper-muted); font-size: .67rem; line-height: 1.2; }
.casino-offer small a { color: var(--brass-light); text-decoration: underline; text-underline-offset: 2px; }
.casino-note { margin: 4px 0 0; color: var(--brass); font-size: .67rem; line-height: 1.3; letter-spacing: .04em; }
.casino-card-copy { position: relative; z-index: 1; margin: 10px 0 12px; color: var(--paper-muted); font-size: .85rem; line-height: 1.42; overflow-wrap: anywhere; }
.casino-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; min-width: 0; margin: 10px 0 0; padding: 0; color: var(--paper-muted); font-size: .7rem; line-height: 1.25; }
.casino-facts > * { display: grid; align-content: start; min-width: 0; margin: 0; padding: 5px 7px; border: 1px solid var(--line); background: rgba(8, 14, 10, .35); overflow-wrap: normal; }
.casino-facts strong { margin-top: 2px; color: var(--paper); font-size: .72rem; font-weight: 650; }
.casino-payments { z-index: 2; display: grid; align-content: start; gap: 5px; min-height: 45px; margin-top: 10px; color: var(--paper-muted); font-size: .62rem; }
.casino-payments > span { color: var(--brass); font-size: .56rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.casino-payment-tags { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: center; gap: 4px; width: 100%; }
.payment-badge { display: inline-grid; place-items: center; width: 100%; min-width: 0; height: 23px; padding: 1px 3px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 3px; background: #e7e4dc; color: #18283b; font: italic 800 .56rem/1 var(--sans); letter-spacing: -.035em; }
.payment-badge--mastercard { display: inline-flex; justify-content: center; gap: 0; background: #181c23; }
.payment-badge--mastercard i { display: block; width: 13px; height: 13px; border-radius: 50%; background: #eb5c3b; }
.payment-badge--mastercard i + i { margin-left: -4px; background: rgba(247, 176, 64, .88); }
.payment-badge--apple-pay { color: #111; font-style: normal; font-size: .68rem; letter-spacing: -.06em; }
.payment-badge--btc, .payment-badge--eth, .payment-badge--usdt, .payment-badge--ltc, .payment-badge--crypto { background: #243b2c; color: #f2d69a; font: 800 .91rem/1 var(--sans); }
.payment-badge--eth { color: #b5c3dc; }
.payment-badge--usdt { color: #9cd8b2; }
.payment-badge--ltc { color: #cbd5e1; }
.payment-badge img { display: block; width: 100%; max-width: 32px; height: 18px; object-fit: contain; }
.casino-facts dt { color: var(--brass); font-size: .61rem; text-transform: uppercase; letter-spacing: .06em; }
.casino-facts dd { margin: 2px 0 0; color: var(--paper); }
.casino-card-bottom { margin-top: auto; padding-top: 12px; }
.casino-cta { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; min-height: 46px; padding: 9px 12px; border: 1px solid #eed8a3; background: linear-gradient(110deg, #eed8a3, #c5a66e); box-shadow: inset 0 1px rgba(255, 255, 255, .25), 0 7px 18px rgba(0, 0, 0, .2); color: #11170e; font-size: .72rem; font-weight: 800; line-height: 1.2; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; overflow-wrap: anywhere; transition: background .2s, box-shadow .2s, transform .2s; }
.casino-cta span { flex: none; font-size: 1.22rem; font-weight: 600; line-height: 1; transition: transform .2s; }
.casino-cta:hover { background: linear-gradient(110deg, #fff0c8, #e6c583); box-shadow: inset 0 1px rgba(255, 255, 255, .35), 0 10px 22px rgba(0, 0, 0, .28); color: #11170e; transform: translateY(-2px); }
.casino-cta:hover span { transform: translate(2px, -2px); }
.casino-cta:focus-visible { outline: 3px solid var(--paper); outline-offset: 3px; }
.casino-cta--pending { border-color: var(--line); background: #273024; box-shadow: none; color: var(--paper-dim); cursor: default; }
.casino-cta--pending:hover { background: #273024; box-shadow: none; color: var(--paper-dim); transform: none; }

.link-card-grid { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 12px; margin-top: 18px; }
.link-card { display: flex; flex: 0 0 calc((100% - 24px) / 3); flex-direction: column; min-width: 0; min-height: 160px; padding: 18px; border: 1px solid var(--line-strong); background: var(--ink-card); text-decoration: none; transition: background .2s, border-color .2s, transform .2s; }
.link-card:hover { transform: translateY(-3px); border-color: var(--brass); background: var(--ink-soft); }
.link-card-index { color: var(--brass); font-size: .65rem; font-weight: 650; letter-spacing: .18em; }
.link-card-kicker { display: block; margin-bottom: 9px; color: var(--brass); font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.link-card h3 { margin: 0 0 7px; font: 400 1.4rem/1.2 var(--serif); letter-spacing: -.03em; }
.link-card p { margin: 0 0 14px; color: var(--paper-muted); font-size: .83rem; line-height: 1.48; }
.link-card-action { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--brass-light); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.link-card-action span { font-size: 1rem; }

.faq-list { border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; padding: 15px 3px; color: var(--paper); font: 400 1.2rem/1.35 var(--serif); cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { flex: none; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--brass); font: 1.3rem var(--sans); transition: transform .2s; }
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-answer { padding: 0 32px 24px 3px; color: var(--paper-muted); font-size: 1rem; line-height: 1.7; }
.faq-answer p { margin: 0; }
.author-box { display: grid; grid-template-columns: 80px minmax(0, 1fr) auto; gap: 24px; align-items: center; margin: 48px 0 88px; padding: 24px; border: 1px solid var(--line-strong); background: linear-gradient(105deg, rgba(31, 44, 33, .98), rgba(20, 28, 22, .98)); }
.author-avatar { width: 80px; height: 80px; }
.author-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.author-kicker { color: var(--brass); font-size: .62rem; font-weight: 700; letter-spacing: .2em; }
.author-info h2 { margin: 4px 0 2px; font: 400 1.55rem/1.2 var(--serif); }
.author-role { margin: 0; color: var(--paper-muted); font-size: .82rem; }
.author-bio { max-width: 55ch; margin: 8px 0 0; color: var(--paper-muted); font-size: .85rem; line-height: 1.55; }
.author-link { display: inline-flex; align-items: center; gap: 9px; min-height: 38px; padding: 0 12px; border: 1px solid var(--line-strong); color: var(--brass-light); font-size: .79rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.author-link > span { font-size: .69rem; font-weight: 600; letter-spacing: .02em; }
.author-link:hover { border-color: var(--brass); }
.author-link--pending { color: var(--paper-dim); cursor: default; }

.related { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 48px; padding-block: 64px 96px; border-top: 1px solid var(--line-strong); }
.related-intro .eyebrow { margin-bottom: 12px; }
.related-intro h2 { margin: 0; font: 400 clamp(2.35rem, 3.7vw, 3.6rem)/1.08 var(--serif); letter-spacing: -.045em; }
.related-links { border-top: 1px solid var(--line); }
.related-links a { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 92px; padding: 18px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.related-links a:hover strong, .related-links a:hover .related-arrow { color: var(--brass-light); }
.related-links a span:first-child { display: grid; gap: 5px; }
.related-links strong { font: 400 1.35rem var(--serif); transition: color .2s; }
.related-links small { color: var(--paper-muted); font-size: .81rem; }
.related-arrow { color: var(--brass); font-size: 1.25rem; transition: color .2s; }

.site-footer { border-top: 1px solid var(--line-strong); background: #101711; }
.footer-inner { padding-block: 40px 32px; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-top { padding-bottom: 42px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; font: 400 1.38rem var(--serif); }
.footer-brand .insignia { width: 38px; height: 38px; }
.footer-top p { max-width: 38ch; margin: 0; color: var(--paper-muted); font: italic 1rem/1.5 var(--serif); }
.footer-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding: 24px 0 30px; border-top: 1px solid var(--line); }
.footer-groups > * { min-width: 0; }
.footer-groups h2, .footer-groups h3 { margin: 0 0 10px; color: var(--brass); font-size: .66rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.footer-groups nav, .footer-groups ul { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.footer-groups a { display: inline-flex; align-items: center; min-height: 34px; color: var(--paper-muted); font-size: .84rem; text-decoration: none; }
.footer-groups a:hover { color: var(--brass-light); }
.footer-groups p { max-width: 42ch; margin: 0; color: var(--paper-muted); font-size: .84rem; }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--line); color: var(--paper-dim); font-size: .71rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-nav a { min-height: 48px; display: inline-flex; align-items: center; color: var(--paper-muted); text-decoration: none; }
.footer-nav a:hover { color: var(--brass-light); }

@keyframes dial-turn { to { transform: rotate(360deg); } }
@keyframes needle-breathe { 50% { transform: rotate(4deg); } }

@media (max-width: 1100px) {
  .header-inner { gap: 24px; }
  .hero { grid-template-columns: minmax(0, 1fr) 168px; }
  .signal-dial { width: 164px; }
}
@media (max-width: 850px) {
  .header-inner, .footer-inner, .hero, .guide-shelf, .content-layout, .related { width: calc(100% - 32px); }
  .hero { grid-template-columns: minmax(0, 1fr) 126px; gap: 12px; }
  .hero h1 { font-size: clamp(2.3rem, 5vw, 3.2rem); }
  .signal-dial { width: 126px; opacity: .48; }
  .casino-card { flex-basis: calc((100% - 12px) / 2); }
  .link-card { flex-basis: calc((100% - 12px) / 2); }
  .footer-groups { gap: 20px; }
}
@media (max-width: 620px) {
  .site-header { backdrop-filter: none; }
  .header-inner { display: grid; grid-template-columns: 1fr; gap: 0; min-height: 0; padding-block: 8px 4px; }
  .brand { justify-self: start; }
  .brand-text strong { font-size: 1rem; }
  .brand-text small { font-size: .53rem; }
  .insignia { width: 34px; height: 34px; }
  .main-nav { width: 100%; gap: 0; margin: 5px 0 0; overflow-x: auto; border-top: 1px solid var(--line); scrollbar-width: none; }
  .main-nav::-webkit-scrollbar { display: none; }
  .main-nav a { min-height: 37px; padding: 0 12px; font-size: .65rem; }
  .main-nav a:first-child { padding-left: 0; }
  .hero { display: block; min-height: 0; padding-block: 14px 16px; }
  .hero::before { display: none; }
  .hero-copy { z-index: 2; }
  .breadcrumbs { display: none; }
  .hero .eyebrow { margin-bottom: 6px; font-size: .58rem; }
  .hero h1 { max-width: 19ch; font-size: clamp(2.05rem, 8.2vw, 2.65rem); line-height: 1.02; }
  .hero-lead { max-width: 54ch; margin-top: 9px; font-size: .84rem; line-height: 1.37; }
  .hero-actions { display: none; }
  .guide-shelf { padding-block: 18px 20px; }
  .guide-shelf h2 { font-size: 1.65rem; }
  .guide-shelf .link-card { flex-basis: 100%; padding: 11px 13px; }
  .guide-shelf .link-card h3 { font-size: 1.16rem; }
  .guide-shelf .link-card p { font-size: .76rem; }
  .signal-dial { position: absolute; z-index: -1; top: 14px; right: 0; width: 130px; opacity: .13; transform: none; }
  .toc { display: none; }
  .section-label { gap: 8px; flex-wrap: wrap; margin-bottom: 9px; font-size: .59rem; }
  .section-label span + span::before { width: 16px; margin-right: 8px; }
  .editorial-section, .faq-section { padding: 38px 0; }
  .editorial-section--lead { padding-top: 12px; }
  .editorial-section--lead .section-label { display: none; }
  .section-body h2 { max-width: none; margin-bottom: 10px; font-size: clamp(1.7rem, 6.5vw, 2.2rem); }
  .prose { font-size: .94rem; line-height: 1.6; }
  .promo-intro { margin-bottom: 10px; font-size: .83rem; line-height: 1.42; }
  .subsection { margin-top: 32px; }
  .casino-grid { gap: 8px; margin-top: 12px; }
  .casino-card { flex-basis: calc((100% - 8px) / 2); height: 382px; min-height: 0; padding: 8px; }
  .casino-card-top { display: none; }
  .casino-logo { flex: 0 0 37px; height: 37px; margin-top: 0; padding: 3px; }
  .casino-card-main { flex: 0 0 36px; margin-top: 5px; }
  .casino-emblem { width: 40px; height: 38px; padding: 2px; }
  .casino-card h3 { font-size: .97rem; line-height: 1.07; }
  .casino-rating { margin-top: 2px; font-size: .64rem; }
  .casino-rating strong { font-size: .73rem; }
  .casino-stars { font-size: .78rem; letter-spacing: 0; }
  .casino-offer { flex: 0 0 84px; gap: 1px; margin-top: 5px; padding: 5px 6px; }
  .casino-offer > span { font-size: .54rem; }
  .casino-offer strong { font-size: .81rem; line-height: 1.1; }
  .casino-offer small { font-size: .54rem; line-height: 1.12; }
  .casino-note { font-size: .68rem; }
  .casino-card-copy { margin: 9px 0; font-size: .77rem; line-height: 1.34; }
  .casino-facts { flex: 0 0 66px; gap: 3px; margin-top: 6px; font-size: .6rem; }
  .casino-facts > * { padding: 2px 4px; }
  .casino-facts strong { font-size: .62rem; }
  .casino-payments { flex: 0 0 59px; gap: 4px; margin-top: 6px; font-size: .58rem; }
  .casino-payment-tags { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
  .payment-badge { height: 18px; font-size: .52rem; }
  .payment-badge--mastercard i { width: 12px; height: 12px; }
  .payment-badge--btc, .payment-badge--eth, .payment-badge--usdt, .payment-badge--ltc, .payment-badge--crypto { font-size: .75rem; }
  .casino-facts dt { font-size: .55rem; }
  .casino-card-bottom { margin-top: auto; padding-top: 6px; }
  .casino-cta { min-height: 34px; gap: 4px; padding: 6px 8px; font-size: .66rem; line-height: 1.15; letter-spacing: .02em; }
  .casino-cta span { font-size: .98rem; }
  .link-card-grid { margin-top: 12px; }
  .link-card { flex-basis: 100%; min-height: 0; padding: 16px; }
  .author-box { grid-template-columns: 54px minmax(0, 1fr); gap: 12px; margin: 34px 0 48px; padding: 16px; }
  .author-avatar { width: 54px; height: 54px; }
  .author-link { grid-column: 1 / -1; justify-self: start; }
  .related { display: block; padding-block: 48px 72px; }
  .related-links { margin-top: 30px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-top { padding-bottom: 22px; }
  .footer-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
  .footer-nav { gap: 12px 22px; }
}
@media (max-width: 350px) {
  .header-inner, .footer-inner, .hero, .guide-shelf, .content-layout, .related { width: calc(100% - 24px); }
  .casino-card { padding: 8px; }
  .casino-logo { height: 40px; }
  .casino-emblem { width: 36px; height: 36px; }
  .casino-card h3 { font-size: .94rem; }
  .casino-card-copy { font-size: .73rem; }
  .casino-cta { font-size: .64rem; padding-inline: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.section-media { max-width: 900px; margin: 26px 0 28px; overflow: hidden; border: 1px solid var(--line-strong); background: var(--ink-soft); }
.section-media img { display: block; width: 100%; height: auto; max-height: 390px; object-fit: cover; }
.section-media figcaption { padding: 8px 14px; color: var(--paper-muted); font-size: .76rem; }
@media (max-width: 700px) { .section-media { margin-block: 18px 22px; } .section-media img { max-height: 260px; } }

.privacy-form-section { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 26px; margin: 22px 0 54px; padding: 28px; border: 1px solid var(--line-strong); background: linear-gradient(120deg,#15231a,#111a15); }
.privacy-form-section .section-body { max-width: 820px; }
.privacy-form-section h2 { margin: 0 0 10px; font-family: var(--serif); font-weight: 500; }
.privacy-form-section p { color: var(--paper-muted); }
.privacy-form-section form { display: grid; gap: 9px; margin-top: 24px; }
.privacy-form-section label { color: var(--brass-light); font-size: .76rem; font-weight: 700; letter-spacing: .03em; }
.privacy-form-section input,.privacy-form-section textarea { width: 100%; min-width: 0; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: 3px; background: #0b130e; color: var(--paper); font: inherit; }
.privacy-form-section textarea { resize: vertical; }
.privacy-form-section input:focus-visible,.privacy-form-section textarea:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; }
.privacy-form-section button { display: inline-flex; justify-content: space-between; align-items: center; justify-self: start; min-width: 190px; margin-top: 8px; padding: 11px 16px; border: 1px solid #eed8a3; background: linear-gradient(110deg,#eed8a3,#c5a66e); color: #11170e; font: 800 .72rem var(--sans); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.privacy-form-section button:hover { filter: brightness(1.1); }
.privacy-form-section button:disabled { opacity: .65; cursor: wait; }
.privacy-form-status { min-height: 1.5em; margin: 2px 0 0; font-size: .78rem; }
.privacy-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 800px) { .privacy-form-section { grid-template-columns: 1fr; gap: 12px; padding: 19px; } }
