:root {
  --red: #e32636;
  --red-dark: #c91928;
  --red-text: #bd1828;
  --blue: #0e5fbf;
  --ink: #11161d;
  --muted: #66707d;
  --line: #e7ebef;
  --surface: #f4f6f8;
  --surface-blue: #f0f5fb;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(26, 36, 47, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, picture { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }

.header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(231, 235, 239, .9);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}
.header__inner { position: relative; height: 76px; display: grid; grid-template-columns: auto minmax(0, 1fr) 40px 40px; align-items: center; gap: 12px; }
.header__main { display: contents; }
.brand { grid-row: 1; grid-column: 1; display: inline-flex; align-items: center; gap: 8px; font-size: 21px; font-weight: 900; letter-spacing: -.7px; white-space: nowrap; }
.brand b { color: var(--red); }
.brand__mark { color: var(--red); font-size: 32px; line-height: 1; transform: translateY(-1px); }
.nav { grid-row: 1; grid-column: 2; display: flex; align-items: center; justify-content: center; gap: 32px; margin-left: auto; }
.nav a { position: relative; padding: 29px 0 25px; font-size: 14px; font-weight: 700; }
.nav a::after { position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; background: var(--red); content: ""; transition: left .2s, right .2s; }
.nav a:hover::after { right: 0; left: 0; }
.search { grid-row: 1; grid-column: 4; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 10px; background: var(--surface); cursor: pointer; }
.search svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.site-search { width: min(720px, calc(100% - 24px)); max-height: min(760px, calc(100vh - 32px)); overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 24px 80px rgba(6, 14, 22, .28); }
.site-search::backdrop { background: rgba(7, 13, 19, .58); backdrop-filter: blur(5px); }
.site-search__panel { max-height: min(760px, calc(100vh - 32px)); overflow-y: auto; padding: 28px; }
.site-search__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.site-search__eyebrow { color: var(--red-text); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.site-search h2 { margin: 6px 0 0; font-size: 30px; line-height: 1.1; letter-spacing: -1px; }
.site-search__close { width: 40px; height: 40px; flex: 0 0 40px; border: 0; border-radius: 10px; background: var(--surface); font-size: 26px; line-height: 1; cursor: pointer; }
.site-search__field { min-height: 56px; display: flex; align-items: center; gap: 12px; margin-top: 24px; padding: 0 17px; border: 2px solid #dfe4e8; border-radius: 12px; transition: border-color .18s, box-shadow .18s; }
.site-search__field:focus-within { border-color: var(--red); box-shadow: 0 0 0 4px rgba(227, 38, 54, .1); }
.site-search__field svg { width: 21px; flex: 0 0 21px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.site-search__field input { min-width: 0; flex: 1; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 17px; }
.site-search__field input::-webkit-search-cancel-button { cursor: pointer; }
.site-search__status { margin: 12px 2px 0; color: var(--muted); font-size: 12px; }
.site-search__results { display: grid; gap: 8px; margin-top: 18px; }
.site-search__result { display: grid; gap: 5px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 11px; transition: border-color .18s, background .18s, transform .18s; }
.site-search__result:hover, .site-search__result:focus-visible { border-color: rgba(227, 38, 54, .45); background: #fff8f9; outline: 0; transform: translateY(-1px); }
.site-search__result > span { color: var(--red-text); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.site-search__result b { font-size: 16px; }
.site-search__result small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.gift-button { grid-row: 1; grid-column: 3; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: flex-start; gap: 9px; overflow: hidden; padding: 0 11px; border-radius: 10px; background: var(--red); color: #fff; white-space: nowrap; box-shadow: 0 5px 14px rgba(227, 38, 54, .2); transition: width .24s ease, padding-right .24s ease, background .18s ease, transform .18s ease; }
.gift-button:hover, .gift-button:focus-visible { width: 166px; padding-right: 13px; background: var(--red-dark); transform: translateY(-1px); }
.gift-button svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gift-button span { opacity: 0; font-size: 13px; font-weight: 800; transition: opacity .14s ease .05s; }
.gift-button:hover span, .gift-button:focus-visible span { opacity: 1; }

main { padding: 18px 0 48px; }
main > section:not(.hero) { content-visibility: auto; contain-intrinsic-size: auto 700px; }
.hero { position: relative; min-height: 300px; overflow: hidden; border-radius: var(--radius); color: #fff; }
.hero > img, .hero > picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img, .hero > picture img { width: 100%; height: 100%; object-fit: cover; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,18,16,.91) 0%, rgba(7,18,16,.76) 42%, rgba(7,18,16,.08) 76%); }
.hero__content { position: relative; z-index: 2; width: 64%; padding: 42px 40px; }
.eyebrow { display: inline-flex; margin-bottom: 14px; color: #d9e4df; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(34px, 4.2vw, 54px); line-height: .98; letter-spacing: -2px; }
.hero p { max-width: 610px; margin: 18px 0 0; color: #e5ebe8; font-size: 17px; line-height: 1.48; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero__note { position: absolute; z-index: 2; right: 38px; bottom: 40px; rotate: -5deg; font-family: Georgia, serif; font-size: 24px; font-style: italic; line-height: 1.03; text-align: center; }
.hero__note span { display: block; width: 64px; height: 3px; margin: 9px 0 0 28px; rotate: -9deg; border-radius: 3px; background: var(--red); }

.button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 10px 18px; border: 0; border-radius: 8px; font-size: 13px; font-weight: 800; transition: transform .18s, background .18s; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--red); color: #fff; }
.button--primary:hover { background: var(--red-dark); }
.button--light { background: #fff; color: var(--ink); }
.button--muted { background: #e9ecef; }
.button--compact { min-width: 126px; }
.button:disabled { background: #eef1f4; color: #78838f; cursor: not-allowed; }
.button:disabled:hover { transform: none; }
.panel { border-radius: var(--radius); background: var(--surface); }

.rating { margin-top: 14px; padding: 18px; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.section-head h2 { margin: 0; font-size: 24px; line-height: 1.1; letter-spacing: -.7px; }
.section-head--tabs { display: grid; grid-template-columns: auto 1fr auto; }
.section-head__link { justify-self: end; }
.tabs { display: flex; gap: 6px; }
.tabs button { padding: 8px 16px; border: 0; border-radius: 7px; background: #e8ebef; color: #596371; font-size: 12px; font-weight: 700; cursor: pointer; }
.tabs button.is-active { background: var(--red); color: #fff; }
.text-link { color: var(--blue); font-size: 13px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 4px; transition: transform .18s; }
.text-link:hover span { transform: translateX(3px); }
.rating-list { display: grid; gap: 7px; }
.rating-row { display: grid; grid-template-columns: 34px 46px minmax(135px, 1.1fr) minmax(130px, 1fr) minmax(120px, .9fr) 110px; align-items: center; gap: 12px; min-height: 66px; padding: 7px 10px; border: 1px solid #edf0f2; border-radius: 12px; background: #fff; box-shadow: 0 4px 15px rgba(25,35,45,.035); transition: opacity .2s, transform .2s; }
.rating-row.is-hidden { display: none; }
.rank { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #dfe4e8; border-radius: 50%; font-size: 12px; font-weight: 800; }
.operator-logo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; background: #101319; font-size: 23px; font-weight: 900; }
.logo-spade { color: var(--red); }.logo-crown { color: #e6b729; }.logo-wave { color: #20bfc4; }.logo-diamond { color: var(--red); }
.operator { display: flex; align-items: flex-start; flex-direction: column; gap: 4px; }
.operator b { font-size: 14px; }
.operator small { padding: 4px 7px; border-radius: 4px; background: #fee8eb; color: var(--red); font-size: 9px; font-weight: 800; }
.benefit { width: fit-content; padding: 6px 8px; border-radius: 5px; background: var(--surface); color: #66707d; font-size: 10px; }
.games { color: #596471; font-size: 11px; }
.score { display: flex; flex-direction: column; }
.score b { color: var(--ink); font-size: 16px; }
.score small { color: #687480; font-size: 10px; }

.promotions, .games-section, .articles-section, .comparisons, .beginner { padding-top: 24px; }
.section-title { display: flex; align-items: center; gap: 11px; }
.section-title__icon { width: 29px; height: 29px; flex: 0 0 29px; display: inline-grid; place-items: center; border-radius: 50% 50% 50% 12px; background: var(--red); color: #fff; rotate: -7deg; box-shadow: 0 4px 10px rgba(227, 38, 54, .16); }
.section-title__icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; rotate: 7deg; }
.promo-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: 16px 0; }
.promo-filters button { min-height: 42px; padding: 0 18px; border: 1px solid #e1e5e9; border-radius: 10px; background: #fff; font-weight: 600; cursor: pointer; }
.promo-filters button:hover, .promo-filters button.is-active { border-color: var(--red); color: var(--red); }
.promo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.promo-card { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.promo-card.is-hidden { display: none; }
.promo-card__visual { position: relative; height: 175px; overflow: hidden; }
.promo-card__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, rgba(8,12,16,.15), rgba(8,12,16,.76)); }
.promo-card__visual--red::after { background: linear-gradient(135deg, rgba(227,38,54,.12), rgba(112,8,18,.82)); }
.promo-card__visual--blue::after { background: linear-gradient(135deg, rgba(35,115,222,.1), rgba(10,41,88,.84)); }
.promo-card__visual--violet::after { background: linear-gradient(135deg, rgba(111,61,171,.08), rgba(48,24,81,.84)); }
.promo-card__visual > picture { width: 100%; height: 100%; }
.promo-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.promo-card__visual > span { position: absolute; z-index: 2; right: 16px; bottom: 15px; color: #fff; font-size: 18px; font-weight: 500; line-height: .9; text-align: right; }
.promo-card__visual > span b { font-size: 27px; letter-spacing: -.8px; }
.promo-card__body { min-height: 205px; display: flex; align-items: center; flex-direction: column; padding: 18px 16px 15px; text-align: center; }
.promo-card__body strong { color: var(--red-text); font-size: 14px; }
.promo-card__body h3 { flex: 1; margin: 20px 0; font-size: 17px; line-height: 1.35; }
.promo-card__body a { width: 100%; min-height: 42px; display: grid; place-items: center; border: 1px solid rgba(189, 24, 40, .48); border-radius: 9px; color: var(--red-text); font-size: 13px; font-weight: 800; transition: border-color .18s, background .18s, color .18s; }
.promo-card__body a:hover { border-color: var(--red); background: var(--red); color: #fff; }
.game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.game-card { position: relative; min-height: 235px; overflow: hidden; border-radius: var(--radius); color: #fff; }
.game-card > picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.game-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.game-card:hover img { transform: scale(1.025); }
.game-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,9,9,.84), rgba(5,9,9,.03) 72%); }
.game-card__content { position: absolute; right: 0; bottom: 0; left: 0; padding: 22px; }
.game-card h3 { margin: 0; font-size: 30px; line-height: 1; letter-spacing: -1px; }
.game-card p { margin: 7px 0 14px; color: #eef3f1; font-size: 14px; }
.game-card__content div { display: flex; gap: 38px; }
.game-card a { border-bottom: 1px solid rgba(255,255,255,.8); font-size: 12px; font-weight: 800; }

.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 46px; padding: 18px 0 8px; }
.article-card { min-width: 0; display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 16px; }
.article-card > img, .article-card > picture { width: 112px; height: 86px; overflow: hidden; border-radius: 9px; }
.article-card > img, .article-card > picture img { width: 112px; height: 86px; object-fit: cover; transition: transform .3s; }
.article-card:nth-child(3n + 2) > img, .article-card:nth-child(3n + 2) > picture img { object-position: 64% center; }
.article-card:hover > img, .article-card:hover > picture img { transform: scale(1.025); }
.article-card h3 { margin: 0; font-size: 17px; line-height: 1.38; letter-spacing: -.2px; }

.comparisons__inner { padding: 26px; border: 1px solid #e3e7ec; border-radius: 20px; background: #f4f6f8; box-shadow: 0 12px 28px rgba(17,26,36,.055); }
.comparisons__note { align-self: center; color: #818c98; font-size: 12px; font-weight: 700; }
.comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.comparison-card { display: flex; min-height: 332px; overflow: hidden; flex-direction: column; border: 1px solid #e1e5ea; border-radius: 15px; background: #fff; box-shadow: 0 7px 18px rgba(18,28,38,.06); transition: transform .2s, box-shadow .2s; }
.comparison-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(18,28,38,.12); }
.comparison-card > picture { width: 100%; height: 142px; display: block; }
.comparison-card img { width: 100%; height: 100%; object-fit: cover; }
.comparison-card div { display: flex; flex: 1; align-items: flex-start; flex-direction: column; padding: 18px 18px 16px; }
.comparison-card__eyebrow { margin-bottom: 9px; color: var(--red-text); font-size: 10px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }
.comparison-card h3 { margin: 0; font-size: 19px; line-height: 1.15; }
.comparison-card p { min-height: 36px; margin: 9px 0 16px; color: #66707c; font-size: 13px; line-height: 1.4; }
.comparison-card__cta { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 13px; border-radius: 8px; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; transition: background .18s, transform .18s; }
.comparison-card__cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.comparison-card__cta span { font-size: 18px; }

.beginner-layout { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(360px, 1fr); gap: 14px; }
.beginner-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.beginner-card { position: relative; min-height: 215px; overflow: hidden; border-radius: 12px; color: #fff; }
.beginner-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,8,10,.88), rgba(5,8,10,.05) 70%); }
.beginner-card > picture { width: 100%; height: 100%; }
.beginner-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.beginner-card:hover img { transform: scale(1.025); }
.beginner-card > span { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 7px; padding: 18px; }
.beginner-card time { font-size: 15px; font-weight: 800; }
.beginner-card b { font-size: 16px; font-weight: 600; line-height: 1.35; }
.beginner-list { display: grid; align-content: stretch; gap: 8px; }
.beginner-list a { min-height: 50px; display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 10px; padding: 9px 15px; border-radius: 11px; background: var(--surface); transition: background .2s, transform .2s; }
.beginner-list a:hover { background: #e9edf1; transform: translateX(2px); }
.beginner-list time { color: #716d78; font-size: 17px; font-weight: 800; }
.beginner-list span { color: #494d55; font-size: 13px; line-height: 1.3; }

.methodology { margin-top: 32px; padding: 32px 30px 34px; }
.methodology__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.methodology__head .button { min-height: 44px; padding-inline: 22px; }
.methodology h2 { margin: 0; font-size: 26px; letter-spacing: -.8px; }
.methodology-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.methodology-grid > div { min-height: 100px; display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid #e8ecef; border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(27, 37, 48, .045); }
.method-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(227, 38, 54, .07); color: var(--red); }
.method-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.methodology-grid p { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.methodology-grid b { font-size: 15px; }
.methodology-grid small { color: #66707c; font-size: 12px; line-height: 1.4; }

.footer { margin-top: 34px; overflow: hidden; background: #111820; color: #fff; }
.footer__inner { padding-block: 42px 24px; }
.footer__top { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.45fr); gap: 72px; }
.footer__about { max-width: 360px; }
.footer__brand { display: inline-flex; align-items: center; gap: 9px; font-size: 22px; font-weight: 900; letter-spacing: -.8px; }
.footer__brand b { color: #ff3d4d; }
.footer__mark { color: #ff3d4d; font-size: 34px; line-height: 1; }
.footer__about > p { margin: 18px 0 20px; color: #aeb8c3; font-size: 14px; line-height: 1.6; }
.footer__trust { display: flex; align-items: center; gap: 12px; color: #8f9aa7; font-size: 11px; line-height: 1.4; }
.footer__age { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border: 1px solid rgba(255, 61, 77, .42); border-radius: 50%; color: #ff5260; font-size: 14px; font-weight: 900; }
.footer__nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.footer__nav div { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }
.footer__nav h2 { margin: 0 0 5px; color: #fff; font-size: 14px; letter-spacing: -.2px; }
.footer__nav a { color: #aeb8c3; font-size: 13px; line-height: 1.35; transition: color .18s, transform .18s; }
.footer__nav a:hover { color: #fff; transform: translateX(2px); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #778391; font-size: 11px; }
.footer__bottom div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.footer__bottom a { transition: color .18s; }
.footer__bottom a:hover { color: #fff; }

.error-body { min-height: 100vh; display: flex; flex-direction: column; background: linear-gradient(180deg, #fff 0%, #f5f7f9 100%); }
.error-main { flex: 1; display: grid; place-items: center; padding-block: 52px; }
.error-card { width: min(720px, 100%); padding: 54px 42px 48px; text-align: center; }
.error-card__code { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 32px; color: var(--ink); font-size: clamp(76px, 13vw, 128px); font-weight: 900; line-height: .78; letter-spacing: -8px; }
.error-card__code i { display: grid; place-items: center; color: var(--red); font-size: .64em; font-style: normal; line-height: 1; letter-spacing: 0; filter: drop-shadow(0 10px 14px rgba(227, 38, 54, .18)); }
.error-card h1 { margin: 0; font-size: clamp(32px, 5vw, 48px); line-height: 1; letter-spacing: -1.8px; }
.error-card__copy { max-width: 540px; margin: 18px auto 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.error-card__actions { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.error-card__actions .button { min-width: 180px; }

.ranking-page { padding-top: 26px; padding-bottom: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 22px; color: #81909e; font-size: 12px; font-weight: 600; }
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs [aria-current] { color: var(--ink); }
.ranking-intro { min-height: 218px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; padding: 34px 40px; border-radius: 18px; background: linear-gradient(110deg, #10191d 0%, #162a2d 63%, #183a34 100%); color: #fff; }
.ranking-intro--blackjack { background: linear-gradient(110deg, #15171c 0%, #222832 63%, #3a2027 100%); }
.ranking-intro > div:first-child { position: relative; z-index: 1; max-width: 700px; }
.ranking-intro__eyebrow { margin: 0 0 11px; color: #ff6573; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.ranking-intro h1 { margin: 0; font-size: clamp(35px, 4vw, 50px); line-height: 1.04; letter-spacing: -1.8px; }
.ranking-intro p:last-child { max-width: 650px; margin: 14px 0 0; color: #d5dce0; font-size: 15px; line-height: 1.55; }
.ranking-intro__mark { padding-right: 15px; color: rgba(255,255,255,.14); font-size: 184px; font-weight: 900; line-height: .8; rotate: -10deg; }
.ranking-intro--blackjack .ranking-intro__mark { width: 150px; height: 166px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 15px; border: 2px solid rgba(255,255,255,.12); border-radius: 13px; font-family: Georgia, serif; font-size: 57px; line-height: 1; rotate: 10deg; }
.ranking-intro--blackjack .ranking-intro__mark span { align-self: center; font-size: 82px; }
.ranking-notice { margin-top: 14px; padding: 14px 18px; border: 1px solid #f5d7d9; border-radius: 11px; background: #fff7f7; color: #574e52; font-size: 13px; line-height: 1.5; }
.ranking-notice b { color: #b21c2a; }
.ranking-section { margin-top: 40px; }
.ranking-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 19px; }
.ranking-kicker { display: block; margin-bottom: 7px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.ranking-section h2, .ranking-bottom h2 { margin: 0; font-size: 28px; line-height: 1.15; letter-spacing: -.8px; }
.ranking-switch { flex: 0 0 auto; color: var(--red); font-size: 13px; font-weight: 800; }
.ranking-switch:hover, .ranking-detail-link:hover, .ranking-method a:hover, .ranking-next a:hover { text-decoration: underline; text-underline-offset: 4px; }
.ranking-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.ranking-table { width: 100%; border-collapse: collapse; text-align: left; }
.ranking-table th { padding: 15px 18px; background: #f3f5f7; color: #66717e; font-size: 11px; font-weight: 800; white-space: nowrap; }
.ranking-table td { padding: 14px 18px; border-top: 1px solid var(--line); color: #4d5864; font-size: 13px; }
.ranking-table tr:first-child td { border-top: 0; }
.ranking-table tbody tr:hover { background: #fcfcfd; }
.ranking-table th:first-child, .ranking-table td:first-child { width: 230px; }
.ranking-table th:last-child, .ranking-table td:last-child { text-align: right; }
.ranking-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.ranking-brand > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.ranking-brand b { font-size: 14px; }
.ranking-brand small { color: #84909b; font-size: 10px; }
.ranking-score { color: var(--red); font-size: 16px; white-space: nowrap; }
.ranking-pending { color: #78838f; font-size: 12px; font-weight: 700; white-space: nowrap; }
.ranking-detail-link { color: var(--red); font-size: 12px; font-weight: 800; white-space: nowrap; }
.ranking-footnote { margin: 10px 0 0; color: #7d8792; font-size: 11px; line-height: 1.5; }
.ranking-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ranking-card { min-width: 0; display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); scroll-margin-top: 100px; }
.ranking-card__top, .ranking-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ranking-card__top .operator-logo { width: 47px; height: 47px; }
.ranking-card__top .ranking-brand b { font-size: 17px; }
.ranking-position { color: #e7ebee; font-size: 40px; font-weight: 900; line-height: 1; }
.ranking-card > p { margin: 19px 0 16px; color: #596572; font-size: 14px; line-height: 1.55; }
.ranking-card__facts { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.ranking-card__facts span { padding: 7px 9px; border-radius: 6px; background: #f3f5f7; color: #5c6873; font-size: 11px; }
.ranking-card__bottom { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); }
.ranking-card__bottom > span { color: #89939d; font-size: 11px; }
.ranking-card__bottom button { flex: 0 0 auto; }
.ranking-card__bottom button:disabled { opacity: .62; cursor: not-allowed; }
.ranking-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.ranking-method, .ranking-faq { padding: 27px; border-radius: 14px; background: var(--surface); }
.ranking-method p { margin: 16px 0; color: #5b6772; font-size: 14px; line-height: 1.6; }
.ranking-method a { color: var(--red); font-size: 13px; font-weight: 800; }
.ranking-faq details { margin-top: 12px; padding: 12px 0; border-bottom: 1px solid #dfe5e9; }
.ranking-faq summary { cursor: pointer; font-size: 14px; font-weight: 750; }
.ranking-faq details p { margin: 9px 0 0; color: #65717d; font-size: 13px; line-height: 1.5; }
.ranking-next { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; color: var(--red); font-size: 13px; font-weight: 800; }
.ranking-criteria { margin-top: 40px; padding: 28px; border-radius: 14px; background: var(--surface); }
.ranking-criteria__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.ranking-criteria__head h2 { margin: 0; font-size: 28px; line-height: 1.15; letter-spacing: -.8px; }
.ranking-criteria__head p { max-width: 720px; margin: 10px 0 0; color: #65717d; font-size: 14px; line-height: 1.5; }
.ranking-criteria__head a { flex: 0 0 auto; color: var(--red); font-size: 13px; font-weight: 800; }
.ranking-criteria__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ranking-criteria__grid > div { min-height: 104px; display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid #e6eaed; border-radius: 12px; background: #fff; }
.ranking-criteria__grid p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.ranking-criteria__grid b { font-size: 14px; }
.ranking-criteria__grid small { color: #6d7883; font-size: 11px; line-height: 1.35; }
.ranking-footer .footer__inner { padding-block: 14px; }
.ranking-footer .footer__bottom { margin: 0; padding: 0; border: 0; }

/* Game hubs */
.hub-page { padding-top: 14px; }
.hub-hero { position: relative; min-height: 300px; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--radius); color: #fff; }
.hub-hero > img, .hub-hero > picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.hub-hero > img, .hub-hero > picture img { width: 100%; height: 100%; object-fit: cover; }
.hub-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,13,17,.92), rgba(7,13,17,.58) 58%, rgba(7,13,17,.12)); }
.hub-hero__content { position: relative; z-index: 1; max-width: 720px; padding: 42px; }
.hub-hero__content .eyebrow { color: #fff; }
.hub-hero h1 { margin: 0; font-size: clamp(42px, 6vw, 68px); line-height: .95; letter-spacing: -2.5px; }
.hub-hero p { max-width: 650px; margin: 17px 0 0; color: #edf1f3; font-size: 17px; line-height: 1.5; }
.hub-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr); gap: 18px; margin-top: 18px; }
.hub-panel { padding: 28px; border-radius: var(--radius); background: var(--surface); }
.hub-panel h2, .hub-rating h2 { margin: 0; font-size: 28px; line-height: 1.15; letter-spacing: -.8px; }
.hub-panel__intro { margin: 10px 0 22px; color: var(--muted); line-height: 1.55; }
.hub-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.hub-topic { min-height: 112px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.hub-topic b { display: block; margin-bottom: 7px; font-size: 17px; }
.hub-topic p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.hub-rating { display: flex; align-items: flex-start; flex-direction: column; padding: 28px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.hub-rating__mark { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 13px; background: var(--red); font-size: 27px; }
.hub-rating p { margin: 14px 0 24px; color: #cbd2d9; line-height: 1.55; }
.hub-rating .button { width: 100%; margin-top: auto; }
.hub-cluster { margin-top: 18px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.hub-cluster__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.hub-cluster h2 { margin: 0; font-size: 28px; letter-spacing: -.8px; }
.hub-cluster__head p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.5; }
.hub-link-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.hub-link-list span { min-height: 56px; display: flex; align-items: center; padding: 13px 15px; border-radius: 9px; background: var(--surface); font-size: 13px; font-weight: 750; }

.service-page { padding-top: 24px; padding-bottom: 54px; }
.service-page .breadcrumbs { margin-bottom: 18px; }
.service-hero { position: relative; overflow: hidden; padding: 46px; border-radius: 20px; background: var(--ink); color: #fff; }
.service-hero::after { position: absolute; right: -70px; bottom: -110px; width: 300px; height: 300px; border: 48px solid rgba(227,38,54,.22); border-radius: 50%; content: ""; }
.service-hero--warning { background: #171418; }
.service-hero__eyebrow { display: block; margin-bottom: 13px; color: #ff5361; font-size: 12px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase; }
.service-hero h1 { position: relative; z-index: 1; max-width: 760px; margin: 0; font-size: clamp(38px, 5vw, 68px); letter-spacing: -2.5px; line-height: 1; }
.service-hero p { position: relative; z-index: 1; max-width: 760px; margin: 22px 0 0; color: #cbd2d9; font-size: 17px; line-height: 1.65; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 22px; margin-top: 22px; }
.service-content { padding: 36px 40px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.service-content--wide { max-width: 920px; margin: 22px auto 0; }
.service-content section + section { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--line); }
.service-content h2 { margin: 0 0 13px; font-size: 25px; letter-spacing: -.6px; }
.service-content p, .service-content li { color: #56616d; font-size: 15px; line-height: 1.7; }
.service-content p { margin: 0; }
.service-content ul, .service-content ol { display: grid; gap: 9px; margin: 0; padding-left: 22px; }
.service-aside { position: sticky; top: 112px; padding: 28px; border-radius: 18px; background: var(--surface); }
.service-aside--warning { border: 1px solid #ffdadd; background: #fff7f8; }
.service-aside h2 { margin: 0 0 16px; font-size: 24px; }
.service-aside p, .service-aside li { color: #5e6975; font-size: 14px; line-height: 1.55; }
.service-aside ul { display: grid; gap: 10px; margin: 0 0 24px; padding-left: 19px; }
.service-aside .button { width: 100%; }
.service-aside strong { display: block; padding-top: 18px; border-top: 1px solid #f1c8cd; color: var(--red-text); line-height: 1.5; }
.service-notice { margin-top: 34px; padding: 22px; border: 1px solid #ffdadd; border-radius: 13px; background: #fff7f8; }
.service-notice strong { display: block; margin-bottom: 7px; color: var(--red-text); }

@media (max-width: 1020px) {
  .header__inner { gap: 18px; }
  .nav { gap: 17px; }
  .rating-row { grid-template-columns: 30px 42px minmax(120px, 1.3fr) 1fr 110px; }
  .games { display: none; }
  .promo-grid { grid-template-columns: repeat(2, 1fr); }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-card { min-height: 300px; }
  .beginner-layout { grid-template-columns: 1fr; }
  .methodology-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__top { gap: 40px; }
  .footer__nav { gap: 22px; }
}

@media (max-width: 900px) {
  .header__inner { width: 100%; height: auto; display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  .header__main { width: calc(100% - 24px); min-height: 64px; display: grid; grid-template-columns: minmax(0, 1fr) 40px 40px; align-items: center; gap: 10px; margin-inline: auto; }
  .brand { min-width: 0; }
  .gift-button { position: static; grid-column: 2; width: 40px; }
  .gift-button:hover, .gift-button:focus-visible { width: 40px; padding-right: 11px; transform: none; }
  .gift-button span { display: none; }
  .search { grid-column: 3; }
  .nav { grid-row: auto; grid-column: auto; justify-content: flex-start; gap: 30px; width: calc(100% - 24px); margin: 0 auto; overflow-x: auto; overscroll-behavior-inline: contain; border-top: 1px solid var(--line); scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { flex: 0 0 auto; padding: 13px 0 15px; font-size: 15px; }
  .nav a::after { bottom: 8px; }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 24px, 680px); }
  main { padding-top: 12px; }
  .hero { min-height: 430px; }
  .hero__shade { background: linear-gradient(0deg, rgba(6,15,14,.93), rgba(6,15,14,.34)); }
  .hero__content { position: absolute; right: 0; bottom: 0; left: 0; width: auto; padding: 28px 24px; }
  .hero h1 { font-size: 37px; letter-spacing: -1.4px; }
  .hero p { font-size: 14px; }
  .hero__note { display: none; }
  .section-head--tabs { grid-template-columns: 1fr auto; }
  .section-head--tabs h2 { grid-column: 1 / -1; }
  .section-head__link { align-self: center; }
  .rating { padding: 14px; }
  .rating-row { grid-template-columns: 28px 42px minmax(100px, 1fr) 110px; gap: 8px; }
  .benefit, .games { display: none; }
  .operator small { display: none; }
  .button--compact { min-width: 105px; }
  .game-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: 1fr; gap: 18px; }
  .methodology-grid { gap: 18px; }
  .footer__top { grid-template-columns: 1fr; gap: 34px; }
  .footer__about { max-width: 480px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .footer__bottom div { justify-content: flex-start; }
  .ranking-intro { min-height: 200px; padding: 28px; }
  .ranking-intro__mark { font-size: 130px; }
  .ranking-table th, .ranking-table td { padding-inline: 12px; }
  .ranking-cards, .ranking-bottom { grid-template-columns: 1fr; }
  .ranking-criteria__grid { grid-template-columns: repeat(2, 1fr); }
  .hub-layout { grid-template-columns: 1fr; }
  .hub-link-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-layout { grid-template-columns: 1fr; }
  .service-aside { position: static; }
}

@media (max-width: 540px) {
  .brand { font-size: 18px; }
  .brand__mark { font-size: 28px; }
  .header__main { min-height: 58px; grid-template-columns: minmax(0, 1fr) 38px 38px; gap: 8px; }
  .gift-button, .search { width: 38px; height: 38px; }
  .site-search { width: calc(100% - 16px); max-height: calc(100vh - 16px); border-radius: 15px; }
  .site-search__panel { max-height: calc(100vh - 16px); padding: 21px 17px; }
  .site-search h2 { font-size: 24px; }
  .site-search__field { margin-top: 19px; }
  .gift-button:hover, .gift-button:focus-visible { width: 38px; padding-right: 11px; }
  .nav { gap: 24px; }
  .nav a { padding-block: 11px 13px; font-size: 14px; }
  .hero { min-height: 460px; }
  .hero__content { padding: 24px 20px; }
  .hero h1 { font-size: 34px; }
  .hero h1 br { display: none; }
  .hero__actions .button { width: 100%; }
  .section-head { align-items: center; }
  .section-head h2 { font-size: 21px; }
  .section-head--tabs { display: flex; align-items: stretch; flex-direction: column; }
  .section-head__link { align-self: flex-start; }
  .rating-row { grid-template-columns: 26px 38px 1fr 100px; min-height: 62px; }
  .operator-logo { width: 38px; height: 38px; }
  .game-card { min-height: 245px; }
  .article-card { grid-template-columns: 100px 1fr; gap: 13px; }
  .article-card > img, .article-card > picture, .article-card > picture img { width: 100px; height: 76px; }
  .article-card h3 { font-size: 15px; }
  .promo-grid { grid-template-columns: 1fr; }
  .service-page { padding-top: 12px; padding-bottom: 36px; }
  .service-hero { padding: 30px 24px; border-radius: 15px; }
  .service-hero h1 { font-size: 38px; letter-spacing: -1.4px; }
  .service-hero p { margin-top: 17px; font-size: 14px; }
  .service-content { padding: 26px 22px; border-radius: 14px; }
  .service-content section + section { margin-top: 27px; padding-top: 27px; }
  .service-content h2 { font-size: 22px; }
  .service-content p, .service-content li { font-size: 14px; }
  .service-aside { padding: 24px 22px; border-radius: 14px; }
  .promo-card { display: grid; grid-template-columns: 128px 1fr; }
  .promo-card__visual { height: 100%; min-height: 190px; }
  .promo-card__body { min-height: 190px; }
  .beginner-features { grid-template-columns: 1fr; }
  .beginner-card { min-height: 230px; }
  .beginner-list a { grid-template-columns: 58px 1fr; }
  .comparisons__inner { padding: 18px 12px; border-radius: 15px; }
  .comparisons__note { display: none; }
  .comparison-card { min-height: 300px; }
  .comparison-card > picture { height: 132px; }
  .methodology { display: flex; flex-direction: column; }
  .methodology__head { display: contents; }
  .methodology__head h2 { order: 1; }
  .methodology-grid { order: 2; grid-template-columns: 1fr; margin-top: 18px; }
  .methodology__head .button { order: 3; width: 100%; margin-top: 20px; }
  .footer { margin-top: 24px; }
  .footer__inner { padding-block: 32px 20px; }
  .footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .footer__nav div:last-child { grid-column: 1 / -1; }
  .footer__bottom { gap: 16px; }
  .footer__bottom div { flex-direction: column; gap: 10px; }
  .footer__bottom div a { min-height: 44px; display: flex; align-items: center; padding-block: 8px; }
  .error-main { padding-block: 24px; }
  .error-card { padding: 38px 20px 32px; }
  .error-card__code { gap: 10px; margin-bottom: 26px; letter-spacing: -5px; }
  .error-card h1 { font-size: 34px; }
  .error-card__copy { font-size: 14px; }
  .error-card__actions { flex-direction: column; }
  .error-card__actions .button { width: 100%; }
  .ranking-page { padding-top: 17px; }
  .breadcrumbs { gap: 7px; margin-bottom: 15px; }
  .ranking-intro { min-height: 0; padding: 25px 21px; }
  .ranking-intro h1 { font-size: 34px; }
  .hub-hero { min-height: 390px; }
  .hub-hero::after { background: linear-gradient(0deg, rgba(7,13,17,.94), rgba(7,13,17,.25)); }
  .hub-hero__content { padding: 26px 21px; }
  .hub-hero h1 { font-size: 43px; }
  .hub-hero p { font-size: 14px; }
  .hub-panel, .hub-rating, .hub-cluster { padding: 21px; }
  .hub-topic-grid, .hub-link-list { grid-template-columns: 1fr; }
  .hub-cluster__head { align-items: flex-start; flex-direction: column; }
  .ranking-intro p:last-child { font-size: 14px; }
  .ranking-intro__mark { display: none; }
  .ranking-intro--blackjack .ranking-intro__mark { display: none; }
  .ranking-section { margin-top: 34px; }
  .ranking-section__head { align-items: flex-start; flex-direction: column; }
  .ranking-section h2, .ranking-bottom h2 { font-size: 24px; }
  .ranking-table-wrap { overflow: visible; border: 0; background: transparent; }
  .ranking-table, .ranking-table tbody { display: block; }
  .ranking-table thead { display: none; }
  .ranking-table tr { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; margin-bottom: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
  .ranking-table td { padding: 0; border: 0; font-size: 12px; }
  .ranking-table td:first-child { grid-column: 1 / -1; width: auto; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
  .ranking-table td:nth-child(2), .ranking-table td:nth-child(3) { color: #68737e; }
  .ranking-table td:nth-child(4) { align-self: end; }
  .ranking-table td:last-child { align-self: end; text-align: right; }
  .ranking-table td:nth-child(2)::before, .ranking-table td:nth-child(3)::before { display: block; margin-bottom: 4px; color: #98a2ab; content: attr(data-label); font-size: 10px; font-weight: 700; }
  .ranking-card { padding: 18px; }
  .ranking-card__bottom { align-items: flex-start; flex-direction: column; }
  .ranking-card__bottom button { width: 100%; }
  .ranking-method, .ranking-faq { padding: 22px; }
  .ranking-criteria { padding: 22px; }
  .ranking-criteria__head { align-items: flex-start; flex-direction: column; }
  .ranking-criteria__head h2 { font-size: 24px; }
  .ranking-criteria__head a { margin-top: 2px; }
  .ranking-criteria__grid { grid-template-columns: 1fr; }
  .ranking-next { flex-wrap: wrap; }
}

@media (min-width: 541px) and (max-width: 900px) {
  .header__main { grid-template-columns: minmax(0, 1fr) 166px 40px; }
  .gift-button, .gift-button:hover, .gift-button:focus-visible { width: 166px; height: 40px; padding-right: 13px; transform: none; }
  .gift-button span { display: inline; opacity: 1; }
}
