@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/jost.woff2") format("woff2");
  font-weight: 200 600;
  font-style: normal;
  font-display: optional;
}

:root {
  --deep: #061511;
  --panel: #0d2620;
  --panel-2: #123128;
  --line: #1d4438;
  --ink: #eef6f2;
  --muted: #9db8ad;
  --amber: #f2b134;
  --amber-2: #e07f16;
  --jade: #23a37a;
  --jade-dark: #0d4f3c;
  --row-a: #f5f8f6;
  --row-b: #ffffff;
  --row-ink: #10241d;
  --cookie-h: 0px;
  --shell: 70%;
  --shell-max: 90%;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: var(--shell);
  max-width: var(--shell-max);
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--deep);
  background-image: url("/assets/img/hero/hero-bg.avif");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", "Manrope", "Segoe UI", sans-serif;
  font-weight: 300;
  letter-spacing: .2px;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.25;
  margin: 0 0 10px;
}

a { color: inherit; overflow-wrap: break-word; word-break: break-word; }

img, svg { max-width: 100%; }

button, a, .burger, .chat-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  margin: auto;
  padding-inline: 15px;
}

.ico { width: 1em; height: 1em; display: inline-block; vertical-align: -0.125em; fill: currentColor; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1002;
  width: var(--shell);
  max-width: var(--shell-max);
  margin: auto;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-inline: 15px;
  background: #04100d;
  border-bottom: 1px solid var(--line);
}

.site-header .brand { display: block; width: 178px; height: 50px; }
.site-header .brand img { width: 100%; height: 100%; object-fit: contain; }

.nav ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav a {
  display: block;
  padding: 14px 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .15s ease, color .15s ease;
}
.nav a:hover, .nav a.active { border-bottom-color: var(--amber); color: var(--amber); }

.burger {
  display: none;
  position: relative;
  z-index: 3;
  width: 40px; height: 30px;
  border: 0; padding: 0;
  background: none;
  cursor: pointer;
}
.burger span {
  position: absolute; left: 0;
  display: block; width: 100%; height: 3px;
  border-radius: 3px;
  background: var(--ink);
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.burger span:nth-child(1) { top: 3px; }
.burger span:nth-child(2) { top: 13px; }
.burger span:nth-child(3) { top: 23px; }
.burger.is-open span:nth-child(1) { top: 13px; transform: rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { top: 13px; transform: rotate(-45deg); }

.nav-mobile {
  position: fixed;
  top: 0; bottom: 0; right: -100%;
  width: 88%;
  max-width: 360px;
  z-index: 1001;
  padding: 110px 0 30px;
  background: #04100d;
  border-left: 1px solid var(--line);
  transition: right .35s ease;
  overflow-y: auto;
}
.nav-mobile.is-open { right: 0; }
.nav-mobile ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.nav-mobile li { border-bottom: 1px solid var(--line); }
.nav-mobile a { display: block; padding: 15px 25px; font-size: 18px; font-weight: 600; text-decoration: none; }
.nav-mobile a.active { color: var(--amber); }

.main-wrapper { flex: 1 0 auto; padding-top: 110px; }

.breadcrumbs { display: flex; gap: 6px; list-style: none; margin: 0 0 14px; padding: 0; font-size: 11px; color: var(--muted); }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--amber); }

/* Hero showcase */
.top-showcase { position: relative; }
.showcase-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; align-items: center; }
.top-showcase h1 { font-size: 36px; font-weight: 300; letter-spacing: .4px; }
.showcase-update { margin: 0 0 6px; font-size: 14px; color: var(--muted); }
.showcase-update .ico { color: var(--jade); margin-right: 6px; }
.showcase-month { color: var(--amber); font-weight: 700; }
.showcase-points { list-style: none; margin: 14px 0; padding: 0; }
.showcase-points li { padding: 3px 0 3px 4px; font-size: 16px; }
.showcase-points .suit { color: var(--amber); margin-right: 8px; }
.showcase-tags { display: flex; flex-wrap: wrap; gap: 14px; list-style: none; margin: 0 0 10px; padding: 0; font-size: 14px; }
.showcase-tags li { display: flex; align-items: center; gap: 6px; }
.showcase-tags img { width: 20px; height: 14px; }
.showcase-tags .ico { color: var(--jade); }
.showcase-tags .tag-emoji { font-size: 15px; line-height: 1; }
.showcase-mobile { display: none; }

.showcase-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  margin: 0;
  min-height: 120px;
  text-decoration: none;
  transition: transform .18s ease;
}
.showcase-banner:hover { transform: translateY(-2px); }
.showcase-banner-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}
.showcase-banner-body img { display: block; width: 148px; height: auto; }
.showcase-banner-body strong {
  font-family: "Jost", "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: var(--amber);
}
.showcase-banner-body strong span {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #dcece5;
}
.showcase-banner-art { display: block; flex: none; width: 190px; height: auto; margin-left: -6px; }

/* Advertiser disclaimer */
.adv-disclaimer { padding: 8px 0 4px; }
.adv-disclaimer .adv-trigger {
  display: block;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  font: inherit;
  font-size: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.adv-popup {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, .72);
}
.adv-popup-body {
  position: relative;
  max-width: 520px;
  padding: 22px;
  border-radius: 10px;
  background: #fff;
  color: #16241f;
  font-size: 12.5px;
  line-height: 1.55;
}
.adv-popup-body h2 { font-size: 15px; margin-bottom: 10px; }
.adv-close {
  position: absolute;
  top: 10px; right: 10px;
  width: 28px; height: 28px;
  border: 0; border-radius: 50%;
  background: #eef2f0;
  color: #4a5a54;
  cursor: pointer;
}
.adv-close .ico { width: 14px; height: 14px; }

/* Ranking table */
.rank-table { padding-bottom: 10px; }
.rank-grid { width: 100%; margin-bottom: 28px; border-radius: 8px; overflow: hidden; }
.rank-head, .rank-row {
  display: grid;
  grid-template-columns: 52px 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}
.rank-head div {
  background: var(--panel-2);
  color: var(--ink);
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
}
.rank-row {
  position: relative;
  min-height: 118px;
  color: var(--row-ink);
  background: var(--row-b);
  transition: background .2s ease;
}
.rank-item:nth-child(odd) .rank-row { background: var(--row-a); }
.rank-item:hover .rank-row { background: #e8f1ec; }
.rank-item:hover .visit-cell button { background: linear-gradient(180deg, var(--amber), var(--amber-2)); }
.rank-item:hover .visit-tooltip { visibility: visible; opacity: 1; }
.rank-item + .rank-item .rank-row { border-top: 1px solid #dfe7e3; }

.rank-row .cell { position: relative; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px 8px; }
.rank-row .cell-link { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; text-decoration: none; color: inherit; }
.pos-cell { font-size: 20px; font-weight: 800; color: #7d938a; background: #eaf1ee; }
.logo-cell .brand-image { display: flex; align-items: center; justify-content: center; width: 165px; height: 74px; }
.logo-cell .brand-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.age-badge { position: absolute; top: 6px; right: 6px; width: 20px; height: 20px; }
.bonus-cell { font-size: 15px; font-weight: 700; line-height: 1.35; }
.bonus-cell span { display: block; font-weight: 600; font-size: 14px; color: #3d564d; }
.score-cell .score-pie { position: relative; display: inline-block; width: 84px; height: 84px; }
.score-cell .cell-link > span { display: inline-block; }
.score-cell .score-pie svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.score-cell .score-pie circle { fill: none; stroke-width: 2.5; }
.score-cell .score-pie .track { stroke: #dde6e2; }
.score-cell .score-pie .bar { stroke: var(--jade); stroke-linecap: round; stroke-dasharray: 100 100; animation: pie-fill 1.6s ease forwards; }
.score-cell .score-num {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 27px; font-weight: 700; color: var(--jade-dark);
}
@keyframes pie-fill { from { stroke-dashoffset: 100; } }
.verdict { display: block; font-size: 12px; font-weight: 700; color: var(--amber-2); text-transform: uppercase; letter-spacing: .5px; }

.stars { position: relative; display: inline-block; width: max-content; margin: 0 auto 6px; line-height: 1; }
.stars .row { display: flex; gap: 3px; color: #cfdad5; }
.stars .row .ico { width: 20px; height: 20px; }
.stars .fill { position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; color: var(--amber); }
.stars .fill .row { width: max-content; }
.stars .fill .row { color: var(--amber); }
.votes { display: block; text-align: center; font-size: 11px; font-weight: 600; color: #597067; }
.stars-cell .cell-link > span { display: block; text-align: center; }

.visit-cell { padding: 10px; }
.visit-cell button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  padding: 11px 8px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--jade), var(--jade-dark));
  color: #fff;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .4px;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}
.visit-cell button:hover { transform: translateY(-1px); }
.visit-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  min-width: 232px;
  padding: 5px 8px;
  border-radius: 5px;
  background: #12332a;
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  transition: opacity .18s ease;
}
.visit-tooltip::after {
  content: "";
  position: absolute;
  left: 50%; bottom: -6px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #12332a;
  border-bottom: 0;
}

.ribbon {
  position: absolute;
  top: 6px; left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 10px 2px 8px;
  background: linear-gradient(90deg, var(--jade-dark), var(--jade));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.ribbon::after {
  content: "";
  position: absolute;
  right: -9px; top: 0;
  border: 11px solid transparent;
  border-left-color: var(--jade);
  border-right: 0;
}
.ribbon .ico { width: 18px; height: 18px; flex: none; }

/* Special ticket offer */
.ticket-offer { display: grid; grid-template-columns: 62px 1fr; margin: 6px 0 26px; border-radius: 10px; background: linear-gradient(90deg, #0c3b2c, #10614a); }
.ticket-offer .ticket-flag { position: relative; border-radius: 10px 0 0 10px; background: var(--amber); }
.ticket-offer .ticket-flag span {
  position: absolute;
  bottom: 50%; left: 50%;
  transform-origin: 0 0;
  transform: rotate(270deg) translate(-50%, -50%);
  margin-bottom: -34px;
  font-size: 22px;
  font-weight: 800;
  color: #08221a;
}
.ticket-offer a { display: block; height: 100%; text-decoration: none; color: #fff; }
.ticket-body { display: grid; grid-template-columns: 1fr 190px; align-items: center; gap: 16px; margin: 10px; padding: 26px 14px; border: 2px dashed rgba(255,255,255,.6); border-radius: 10px; text-align: center; }
.ticket-body img { display: block; width: 170px; height: auto; margin: 0 auto 8px; }
.ticket-body .ticket-text { font-size: 22px; font-weight: 700; }
.ticket-body .ticket-text span { display: block; font-size: 16px; font-weight: 600; color: var(--amber); }
.ticket-body button {
  width: 100%;
  max-width: 180px;
  padding: 13px;
  border: 0;
  border-radius: 6px;
  background: var(--amber);
  color: #08221a;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

/* Editorial content */
.poker-guide, .legal-content, .page-intro { padding-bottom: 20px; }
.poker-guide h2, .legal-content h2, .page-intro h2 { margin-top: 26px; font-size: 26px; font-weight: 300; color: var(--amber); }
.poker-guide h3, .legal-content h3 { margin-top: 20px; font-size: 19px; font-weight: 400; }
.poker-guide p, .legal-content p, .page-intro p { margin: 0 0 12px; color: #dcece5; }
.poker-guide ul, .legal-content ul { margin: 0 0 14px; padding-left: 20px; color: #dcece5; }
.poker-guide li, .legal-content li { margin-bottom: 6px; }
.poker-guide a, .legal-content a { color: var(--amber); }

.info-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 18px 0 26px; }
.info-card { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: rgba(9, 32, 26, .82); }
.info-card h3 { margin-bottom: 6px; font-size: 18px; font-weight: 400; color: var(--amber); }
.info-card p { margin: 0; font-size: 14.5px; color: #cfe3da; }

/* Contact form */
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 720px; margin-bottom: 26px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select {
  padding: 11px 13px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #08201a;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}
.contact-form textarea { min-height: 130px; resize: none; }
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23f2b134' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
  cursor: pointer;
}
.contact-form select option { background: #08201a; color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 2px solid var(--jade); outline-offset: 1px; }
.contact-form button {
  justify-self: start;
  padding: 12px 28px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--amber), var(--amber-2));
  color: #08221a;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.toast-backdrop { position: fixed; inset: 0; z-index: 1300; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,.6); }
.toast-box { max-width: 380px; padding: 22px 24px; border-radius: 12px; background: #0e2a22; border: 1px solid var(--line); text-align: center; }
.toast-box h2 { font-size: 18px; color: var(--amber); }
.toast-box p { margin: 0; font-size: 14.5px; color: #cfe3da; }

/* Footer */
.site-footer { flex: none; margin-top: auto; padding-top: 20px; }
.site-footer > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 15px calc(26px + var(--cookie-h));
  background: #04100d;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: #cadbd3;
}
.footer-nav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 16px; list-style: none; margin: 0 0 14px; padding: 0; }
.footer-nav a { text-decoration: none; font-weight: 600; }
.footer-nav a:hover { color: var(--amber); }
.site-footer p { text-align: center; margin: 0 0 8px; }
.footer-legal { max-width: 900px; font-size: 12px; color: #9fb7ad; }
.footer-icons .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.footer-icons a, .footer-icons figure { display: flex; align-items: center; justify-content: center; margin: 0; }
.footer-icons img { width: auto; height: 34px; opacity: .85; transition: opacity .2s ease; }
.footer-icons .rg-18 { height: 34px; }
.footer-icons .rg-ssl { height: 30px; }
.footer-icons .rg-bga { height: 21px; }
.footer-icons .rg-gc { height: 40px; }
.footer-icons .rg-anj { height: 42px; }
.footer-icons a:hover img { opacity: 1; }

/* Cookie bar */
.cookie-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 14px;
  background: #04100d;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: #b6cbc2;
}
.cookie-bar p { margin: 0; }
.cookie-bar a { color: var(--amber); }
.cookie-actions { display: flex; align-items: center; gap: 8px; flex: none; }
.cookie-bar button {
  padding: 8px 18px;
  border: 0;
  border-radius: 6px;
  background: var(--amber);
  color: #08221a;
  font: inherit;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.cookie-bar .cookie-decline {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-weight: 600;
}
.cookie-bar .cookie-decline:hover { border-color: var(--muted); color: var(--ink); }

/* Scroll to top */
.scroll-top {
  position: fixed;
  right: 24px;
  bottom: calc(82px + var(--cookie-h));
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #0e2a22;
  color: var(--ink);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease, bottom .25s ease;
}
.scroll-top.is-visible { opacity: .9; visibility: visible; }
.scroll-top:hover { background: var(--amber); color: #08221a; }
.scroll-top .ico { width: 20px; height: 20px; }

/* Support chat */
.chat-toggle {
  position: fixed;
  right: 24px;
  bottom: calc(24px + var(--cookie-h));
  will-change: transform;
  z-index: 1150;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--amber), var(--amber-2));
  color: #0b1f18;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .45);
  transition: transform .18s ease, box-shadow .18s ease, bottom .25s ease;
}
.chat-toggle:hover { transform: scale(1.06); box-shadow: 0 10px 26px rgba(0, 0, 0, .55); }
.chat-toggle .ico { width: 23px; height: 23px; }

.chat-panel {
  position: fixed;
  right: 24px;
  bottom: calc(84px + var(--cookie-h));
  z-index: 1160;
  display: flex;
  flex-direction: column;
  width: 360px;
  height: 460px;
  max-width: calc(100vw - 32px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0a1f19;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .5);
}
.chat-head { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: #0e2a22; border-bottom: 1px solid var(--line); }
.chat-head .avatar {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--jade), var(--jade-dark));
  font-weight: 800;
  color: #04100d;
}
.chat-head .who { font-family: "Jost", "Manrope", sans-serif; font-size: 15px; font-weight: 400; line-height: 1.2; }
.chat-head .who span { display: block; font-size: 11.5px; font-weight: 600; color: var(--jade); }
.chat-head button { margin-left: auto; border: 0; background: none; color: var(--muted); cursor: pointer; }
.chat-head button .ico { width: 16px; height: 16px; }
.chat-log { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.chat-msg { max-width: 80%; padding: 9px 12px; border-radius: 12px; font-size: 14px; line-height: 1.45; }
.chat-msg.bot { align-self: flex-start; background: #12332a; border-bottom-left-radius: 4px; }
.chat-msg.me { align-self: flex-end; background: var(--amber); color: #08221a; font-weight: 600; border-bottom-right-radius: 4px; }
.chat-quick { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 10px; }
.chat-quick button {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #0e2a22;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.chat-quick button:hover { border-color: var(--amber); color: var(--amber); }
.chat-form { display: flex; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--line); }
.chat-form input { flex: 1; min-width: 0; padding: 9px 12px; border: 1px solid var(--line); border-radius: 20px; background: #08201a; color: var(--ink); font: inherit; font-size: 14px; }
.chat-form input:focus { outline: 1px solid var(--jade); }
.chat-form button { width: 40px; border: 0; border-radius: 50%; background: var(--amber); color: #08221a; cursor: pointer; }
.chat-form button .ico { width: 18px; height: 18px; }

/* Responsive */
@media (max-width: 1399.98px) { :root { --shell: 100%; } }
@media (max-width: 991.98px) { :root { --shell-max: 100%; } }

@media (max-width: 1220px) {
  .nav { display: none; }
  .burger { display: block; }
  .site-header { height: 84px; }
  .main-wrapper { padding-top: 98px; }
  .top-showcase h1 { font-size: 28px; }
  .rank-head { display: none; }
  .rank-row {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
      "logo logo offer offer"
      "stars score visit visit";
    grid-template-rows: auto auto;
    min-height: 0;
  }
  .rank-row .pos-cell { display: none; }
  .logo-cell { grid-area: logo; border-right: 1px solid #dfe7e3; }
  .rank-row .logo-cell { padding: 44px 26px 10px 8px; }
  .logo-cell .brand-image { width: 128px; height: 52px; }
  .ribbon { font-size: 10px; padding: 1px 8px 1px 6px; }
  .ribbon .ico { width: 14px; height: 14px; }
  .ribbon::after { border-width: 9px; }
  .bonus-cell { grid-area: offer; font-size: 14px; }
  .stars-cell { grid-area: stars; }
  .score-cell { grid-area: score; border-right: 1px solid #dfe7e3; }
  .visit-cell { grid-area: visit; }
  .score-cell .score-pie { width: 56px; height: 56px; }
  .score-cell .score-num { font-size: 18px; }
  .verdict { font-size: 10px; white-space: nowrap; }
  .visit-tooltip { display: none; }
  .info-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .breadcrumbs, .showcase-update { display: none; }
  .stars .row { gap: 0; }
  .rank-row .cell { padding: 4px 4px; }
  .rank-row .logo-cell { padding: 22px 24px 6px 4px; }
  /* на мобиле картинка живёт в hero-секции, а не под всей страницей */
  body { background-image: none; }
  .top-showcase {
    background-image: url("/assets/img/hero/hero-bg.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .showcase-grid { display: none; }
  .showcase-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 14px;
    text-align: center;
  }
  .top-showcase h1 { margin-top: 10px; font-size: 22px; text-align: center; }
  .showcase-update { text-align: center; }
  .showcase-mobile .showcase-tags { justify-content: center; font-size: 12.5px; }
  .ticket-body { grid-template-columns: minmax(0, 1fr); justify-items: center; }
  .ticket-body button { justify-self: center; margin: 0 auto; }
  .contact-form { grid-template-columns: 1fr; }
  .info-cards { grid-template-columns: minmax(0, 1fr); }
  .poker-guide h2, .legal-content h2, .page-intro h2 { font-size: 21px; }
}

@media (max-width: 520px) {
  .site-header .brand { width: 150px; height: 42px; }
  .site-header { height: 74px; }
  .main-wrapper { padding-top: 88px; }
  .bonus-cell { font-size: 13px; }
  .bonus-cell span { font-size: 12.5px; }
  .logo-cell .brand-image { width: 104px; height: 44px; }
  .visit-cell button { font-size: 15px; padding: 9px 6px; }
  .ticket-offer { grid-template-columns: 44px 1fr; }
  .ticket-offer .ticket-flag span { font-size: 17px; margin-bottom: -26px; }
  .ticket-body { padding: 18px 10px; }
  .ticket-body .ticket-text { font-size: 18px; }
  .chat-panel { right: 12px; bottom: calc(74px + var(--cookie-h)); height: 420px; }
  .chat-toggle { right: 16px; width: 42px; height: 42px; }
  .scroll-top { right: 16px; width: 40px; height: 40px; }
}

@media (max-width: 430px) {
  .container { padding-inline: 12px; }
  .stars .row .ico { width: 17px; height: 17px; }
  .score-cell .score-pie { width: 48px; height: 48px; }
  .score-cell .score-num { font-size: 16px; }
  .cookie-bar { flex-direction: column; gap: 8px; text-align: center; }
}
