:root {
  --ckra-primary: #6757e8;
  --ckra-secondary: #8b5cf6;
  --ckra-accent: #00b8d9;
  --ckra-header: #fff;
  --ckra-header_text: #182033;
  --ckra-page: #f5f7fb;
  --ckra-content: #fff;
  --ckra-heading: #172033;
  --ckra-text: #495269;
  --ckra-muted: #778198;
  --ckra-border: #e2e7f0;
  --ckra-card: #fff;
  --ckra-button: #6757e8;
  --ckra-button_text: #fff;
  --ckra-button_hover: #5043c9;
  --ckra-footer: #111827;
  --ckra-footer_text: #e7ebf3;
  --ckra-link: #5c4ed3;
  --ckra-warning: #b45309;
  --ckra-information: #182033;
  --ckra-sticky_button: #249bd8;
  --ckra-width: 1320px;
  --ckra-radius: 18px;
  --ckra-base-size: 16px;
  --ckra-shadow-sm: 0 6px 22px rgba(23, 32, 51, .07);
  --ckra-shadow: 0 22px 60px rgba(37, 31, 87, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { background: var(--ckra-page); color: var(--ckra-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: var(--ckra-base-size); line-height: 1.7; margin: 0; overflow-wrap: break-word; }
body.admin-bar .ckra-header { top: 32px; }
img { height: auto; max-width: 100%; }
a { color: var(--ckra-link); text-decoration: none; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--ckra-accent) 70%, #fff); outline-offset: 3px; }
h1, h2, h3, h4, h5, h6 { color: var(--ckra-heading); letter-spacing: -.025em; line-height: 1.18; margin: 0 0 .65em; }
h1 { font-size: clamp(2.35rem, 5vw, 4.8rem); letter-spacing: -.052em; }
h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1.1em; }
.ckra-shell { margin-inline: auto; max-width: var(--ckra-width); padding-inline: 24px; width: 100%; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: #fff; border-radius: 8px; box-shadow: var(--ckra-shadow-sm); clip: auto !important; clip-path: none; color: #111; display: block; font-weight: 800; height: auto; left: 12px; padding: 14px 20px; top: 12px; width: auto; z-index: 100000; }

/* Header */
.ckra-header { backdrop-filter: blur(18px); background: color-mix(in srgb, var(--ckra-header) 94%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--ckra-border) 80%, transparent); color: var(--ckra-header_text); position: sticky; top: 0; z-index: 100; }
.ckra-static-header .ckra-header { position: relative; }
.ckra-header__inner { align-items: center; display: flex; gap: 26px; min-height: 80px; }
.ckra-brand { align-items: center; color: inherit; display: inline-flex; flex: 0 0 auto; gap: 11px; line-height: 1.1; }
.ckra-brand:hover { text-decoration: none; }
.ckra-brand > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.ckra-brand strong { color: inherit; font-size: 1.1rem; letter-spacing: -.03em; }
.ckra-brand small { color: var(--ckra-muted); font-size: .64rem; letter-spacing: .02em; }
.ckra-brand__mark { align-items: center; background: linear-gradient(135deg, var(--ckra-primary), var(--ckra-accent)); border-radius: 13px; box-shadow: 0 8px 20px color-mix(in srgb, var(--ckra-primary) 25%, transparent); color: #fff; display: inline-flex; font-size: 1.25rem; font-weight: 900; height: 44px; justify-content: center; width: 44px; }
.ckra-brand__logo img, .ckra-brand .custom-logo { border-radius: 12px; display: block; height: 44px; object-fit: contain; width: 44px; }
.ckra-brand__logo > a { display: block; }
.ckra-nav { flex: 1; }
.ckra-nav .menu { align-items: center; display: flex; gap: 3px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.ckra-nav .menu > li { position: relative; }
.ckra-nav a { border-radius: 9px; color: var(--ckra-header_text); display: block; font-size: .86rem; font-weight: 700; padding: 10px 11px; white-space: nowrap; }
.ckra-nav a:hover, .ckra-nav .current-menu-item > a, .ckra-nav .current-menu-ancestor > a { background: #f0efff; color: var(--ckra-primary); text-decoration: none; }
.ckra-nav .sub-menu { background: #fff; border: 1px solid var(--ckra-border); border-radius: 13px; box-shadow: var(--ckra-shadow); display: none; left: 0; list-style: none; margin: 0; min-width: 210px; padding: 8px; position: absolute; top: calc(100% + 7px); }
.ckra-nav li:hover > .sub-menu, .ckra-nav li:focus-within > .sub-menu { display: block; }
.ckra-header__actions { align-items: center; display: flex; flex: 0 0 auto; gap: 8px; }
.ckra-icon-button, .ckra-menu-toggle { align-items: center; background: #f3f5f9; border: 1px solid var(--ckra-border); border-radius: 10px; color: var(--ckra-heading); cursor: pointer; display: inline-flex; height: 44px; justify-content: center; width: 44px; }
.ckra-icon-button { font-size: 1.45rem; }
.ckra-menu-toggle { display: none; font-size: 1.35rem; }
.ckra-header-search { background: #fff; border-top: 1px solid var(--ckra-border); padding-block: 14px; }
.ckra-header-search[hidden] { display: none; }
.ckra-header-search .ckra-search-form { margin-inline: auto; max-width: 720px; }

/* Buttons and shared elements */
.ckra-button { align-items: center; appearance: none; background: var(--ckra-button); border: 1px solid var(--ckra-button); border-radius: 11px; color: var(--ckra-button_text); cursor: pointer; display: inline-flex; font-weight: 800; gap: 10px; justify-content: center; line-height: 1.2; min-height: 50px; padding: 13px 21px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.ckra-button:hover { background: var(--ckra-button_hover); border-color: var(--ckra-button_hover); box-shadow: 0 9px 24px color-mix(in srgb, var(--ckra-primary) 22%, transparent); color: #fff; text-decoration: none; transform: translateY(-1px); }
.ckra-button--small { border-radius: 9px; font-size: .82rem; min-height: 42px; padding: 10px 15px; }
.ckra-button--outline { background: #fff; border-color: color-mix(in srgb, var(--ckra-primary) 35%, var(--ckra-border)); color: var(--ckra-primary); }
.ckra-button--telegram { background: #249bd8; border-color: #249bd8; color: #fff; }
.ckra-button--disabled, .ckra-button.is-disabled { cursor: not-allowed; filter: grayscale(.25); opacity: .6; pointer-events: none; }
.ckra-eyebrow, .ckra-section-kicker { color: var(--ckra-primary); display: block; font-size: .72rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 13px; text-transform: uppercase; }
.ckra-badge { align-items: center; background: #f0efff; border-radius: 999px; color: var(--ckra-primary); display: inline-flex; font-size: .67rem; font-weight: 850; line-height: 1; min-height: 25px; padding: 6px 9px; }
.ckra-badge--verified { background: #e8f8ef; color: #147d45; }
.ckra-badge--fresh { background: #e8f8ff; color: #087aa0; }
.ckra-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.ckra-text-link { font-size: .85rem; font-weight: 850; white-space: nowrap; }

/* Homepage */
.ckra-home-hero { background: radial-gradient(circle at 85% 15%, #e9e6ff 0, transparent 34%), linear-gradient(180deg, #fff 0%, #f9faff 100%); border-bottom: 1px solid var(--ckra-border); overflow: hidden; padding: 54px 0 70px; }
.ckra-home-hero__grid { align-items: center; display: grid; gap: clamp(35px, 6vw, 90px); grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); }
.ckra-home-hero__copy { max-width: 720px; }
.ckra-home-hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.95rem); }
.ckra-home-hero__copy > p { font-size: clamp(1rem, 1.45vw, 1.16rem); max-width: 660px; }
.ckra-home-hero__art { isolation: isolate; position: relative; }
.ckra-home-hero__art::before { background: linear-gradient(135deg, var(--ckra-primary), var(--ckra-accent)); border-radius: 38% 62% 54% 46%; content: ""; inset: 12% 6% 4% 9%; opacity: .08; position: absolute; transform: rotate(-6deg); z-index: -1; }
.ckra-home-hero__art img { display: block; max-height: 410px; margin-inline: auto; object-fit: contain; }
.ckra-hero-orbit span { align-items: center; background: #fff; border: 1px solid var(--ckra-border); border-radius: 50%; box-shadow: var(--ckra-shadow-sm); color: var(--ckra-primary); display: flex; font-weight: 900; height: 43px; justify-content: center; position: absolute; width: 43px; z-index: 2; }
.ckra-hero-orbit span:nth-child(1) { left: 6%; top: 17%; }
.ckra-hero-orbit span:nth-child(2) { right: 4%; top: 24%; }
.ckra-hero-orbit span:nth-child(3) { bottom: 16%; right: 15%; }
.ckra-hero-note { align-items: center; color: var(--ckra-muted); display: flex; font-size: .78rem !important; gap: 8px; margin-top: 17px !important; }
.ckra-hero-note span { align-items: center; background: #e8f8ef; border-radius: 50%; color: #147d45; display: flex; font-size: .65rem; height: 21px; justify-content: center; width: 21px; }
.ckra-trust-strip { background: #fff; border-bottom: 1px solid var(--ckra-border); }
.ckra-trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ckra-trust-strip article { align-items: center; border-right: 1px solid var(--ckra-border); display: flex; gap: 13px; min-height: 90px; padding: 16px 25px; }
.ckra-trust-strip article:last-child { border-right: 0; }
.ckra-trust-strip article > span { align-items: center; background: #f0efff; border-radius: 11px; color: var(--ckra-primary); display: flex; font-size: 1.2rem; height: 43px; justify-content: center; width: 43px; }
.ckra-trust-strip article div { display: flex; flex-direction: column; }
.ckra-trust-strip strong { color: var(--ckra-heading); font-size: .86rem; }
.ckra-trust-strip small { color: var(--ckra-muted); font-size: .7rem; }
.ckra-section { padding: clamp(65px, 7vw, 100px) 0; }
.ckra-section--tint { background: #eef1f8; border-block: 1px solid var(--ckra-border); }
.ckra-section-heading { align-items: end; display: flex; gap: 25px; justify-content: space-between; margin-bottom: 30px; }
.ckra-section-heading h2 { margin-bottom: 8px; }
.ckra-section-heading p { color: var(--ckra-muted); margin: 0; max-width: 720px; }
.ckra-list-tools { align-items: center; background: #fff; border: 1px solid var(--ckra-border); border-radius: 13px; display: flex; gap: 9px; margin-bottom: 16px; padding: 10px; }
.ckra-list-tools > input { border: 0; flex: 1; min-height: 42px; min-width: 160px; padding: 8px 12px; }
.ckra-filter-pills { align-items: center; display: flex; gap: 5px; margin-left: auto; }
.ckra-filter-pills a { border-radius: 8px; color: var(--ckra-muted); font-size: .76rem; font-weight: 800; padding: 8px 12px; }
.ckra-filter-pills a:hover, .ckra-filter-pills .is-active { background: #f0efff; color: var(--ckra-primary); text-decoration: none; }

/* Game collections: always one vertical list, never a multi-column game grid. */
.ckra-game-list { display: flex; flex-direction: column; gap: 8px; }
.ckra-list-head { color: var(--ckra-muted); display: grid; font-size: .66rem; font-weight: 850; gap: 12px; grid-template-columns: 38px 76px minmax(235px, 1.5fr) minmax(120px, .72fr) minmax(120px, .72fr) minmax(105px, .65fr) 116px; letter-spacing: .045em; padding: 0 14px 9px; text-transform: uppercase; }
.ckra-list-head span:nth-child(2) { grid-column: 2 / 4; }
.ckra-game-row { align-items: center; background: var(--ckra-card); border: 1px solid var(--ckra-border); border-radius: 14px; box-shadow: 0 3px 12px rgba(23,32,51,.03); display: grid; gap: 12px; grid-template-columns: 38px 76px minmax(235px, 1.5fr) minmax(120px, .72fr) minmax(120px, .72fr) minmax(105px, .65fr) 116px; min-height: 90px; padding: 10px 14px; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ckra-game-row:hover { border-color: color-mix(in srgb, var(--ckra-primary) 30%, var(--ckra-border)); box-shadow: var(--ckra-shadow-sm); transform: translateY(-1px); }
.ckra-game-row__number { color: #a1a8b8; font-size: .74rem; font-weight: 800; text-align: center; }
.ckra-game-row__icon { background: linear-gradient(135deg, #eeecff, #f8f9fd); border: 1px solid var(--ckra-border); border-radius: 14px; display: block; height: 66px; object-fit: cover; width: 66px; }
.ckra-game-row__icon--empty { align-items: center; color: var(--ckra-primary); display: flex; justify-content: center; }
.ckra-game-row__main { min-width: 0; }
.ckra-game-row__main h3 { font-size: 1rem; margin: 0 0 7px; }
.ckra-game-row__main h3 a { color: var(--ckra-heading); }
.ckra-game-row__main h3 a:hover { color: var(--ckra-primary); text-decoration: none; }
.ckra-game-row__meta { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; }
.ckra-game-row__meta > a, .ckra-game-row__meta > span:not(.ckra-badge) { color: var(--ckra-muted); font-size: .7rem; }
.ckra-game-row__fact { display: flex; flex-direction: column; min-width: 0; }
.ckra-game-row__fact small { color: var(--ckra-muted); font-size: .62rem; margin-bottom: 2px; }
.ckra-game-row__fact strong { color: var(--ckra-heading); font-size: .77rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ckra-game-row > .ckra-button { justify-self: end; width: 108px; }
.ckra-game-list--compact .ckra-game-row { min-height: 82px; }
.ckra-section-end { display: flex; justify-content: center; margin-top: 28px; }
.ckra-empty { background: #fff; border: 1px dashed #bfc6d6; border-radius: var(--ckra-radius); padding: 45px 24px; text-align: center; }

.ckra-promo-list { display: flex; flex-direction: column; gap: 9px; }
.ckra-promo-row { align-items: center; background: #fff; border: 1px solid var(--ckra-border); border-radius: 14px; display: grid; gap: 14px; grid-template-columns: 72px minmax(220px,1fr) minmax(150px,.45fr) minmax(220px,.65fr); padding: 12px 14px; }
.ckra-promo-row.is-expired { filter: grayscale(.65); opacity: .72; }
.ckra-promo-row__body h3 { margin: 0 0 3px; }
.ckra-promo-row__body p, .ckra-promo-row__body small { color: var(--ckra-muted); font-size: .72rem; margin: 0; }
.ckra-promo-row__code { background: #f7f6ff; border: 1px dashed #c9c3fa; border-radius: 9px; display: flex; flex-direction: column; padding: 8px 11px; }
.ckra-promo-row__code span { color: var(--ckra-muted); font-size: .6rem; }
.ckra-promo-row__code code { color: var(--ckra-primary); font-size: .88rem; font-weight: 900; }
.ckra-promo-row__actions { display: flex; gap: 7px; justify-content: end; }
.ckra-split-section { align-items: center; display: grid; gap: clamp(35px,7vw,90px); grid-template-columns: 1.05fr .95fr; }
.ckra-check-list { display: grid; gap: 11px; list-style: none; margin: 28px 0 0; padding: 0; }
.ckra-check-list li { align-items: center; display: flex; gap: 10px; }
.ckra-check-list li::before { align-items: center; background: #e8f8ef; border-radius: 50%; color: #147d45; content: "✓"; display: flex; font-size: .7rem; font-weight: 900; height: 23px; justify-content: center; width: 23px; }
.ckra-safety-card { background: linear-gradient(145deg, #1a2440, #111827); border-radius: 24px; box-shadow: var(--ckra-shadow); color: #d6dceb; padding: clamp(28px,5vw,54px); }
.ckra-safety-card h2 { color: #fff; }
.ckra-safety-card .ckra-button--outline { background: transparent; border-color: rgba(255,255,255,.28); color: #fff; }
.ckra-safety-card__icon { align-items: center; background: rgba(255,255,255,.12); border-radius: 15px; color: #75e6b0; display: flex; font-size: 1.25rem; height: 52px; justify-content: center; margin-bottom: 22px; width: 52px; }
.ckra-activity-list { background: #fff; border: 1px solid var(--ckra-border); border-radius: var(--ckra-radius); list-style: none; margin: 0; padding: 0 22px; }
.ckra-activity-list li { align-items: center; border-bottom: 1px solid var(--ckra-border); display: flex; gap: 14px; min-height: 76px; padding: 12px 0; }
.ckra-activity-list li:last-child { border-bottom: 0; }
.ckra-activity-list img { border-radius: 10px; object-fit: cover; }
.ckra-activity-list span { display: flex; flex: 1; flex-direction: column; }
.ckra-activity-list strong { color: var(--ckra-heading); font-size: .86rem; }
.ckra-activity-list small, .ckra-activity-list time { color: var(--ckra-muted); font-size: .7rem; }
.ckra-section--faq { background: #fff; border-top: 1px solid var(--ckra-border); }
.ckra-faq-layout { align-items: start; display: grid; gap: clamp(35px,7vw,90px); grid-template-columns: .7fr 1.3fr; }
.ckra-faq-list { display: flex; flex-direction: column; gap: 9px; }
.ckra-faq-list details { background: #fff; border: 1px solid var(--ckra-border); border-radius: 13px; overflow: clip; }
.ckra-faq-list summary { color: var(--ckra-heading); cursor: pointer; font-weight: 800; list-style: none; padding: 17px 48px 17px 18px; position: relative; }
.ckra-faq-list summary::-webkit-details-marker { display: none; }
.ckra-faq-list summary::after { color: var(--ckra-primary); content: "+"; font-size: 1.25rem; position: absolute; right: 18px; top: 11px; }
.ckra-faq-list details[open] summary::after { content: "−"; }
.ckra-faq-list details > div, .ckra-faq-list details > p { border-top: 1px solid var(--ckra-border); color: var(--ckra-muted); margin: 0; padding: 15px 18px; }
.ckra-long-content { background: #f7f8fc; }

/* Breadcrumbs, archives, search */
.ckra-breadcrumb { align-items: center; color: var(--ckra-muted); display: flex; flex-wrap: wrap; font-size: .74rem; gap: 8px; min-height: 54px; }
.ckra-breadcrumb a { color: var(--ckra-muted); }
.ckra-archive-page { padding-bottom: 90px; }
.ckra-archive-hero { background: linear-gradient(120deg, #fff, #f4f2ff); border: 1px solid var(--ckra-border); border-radius: 22px; margin: 20px 0 25px; padding: clamp(28px,5vw,58px); }
.ckra-archive-hero h1 { font-size: clamp(2.25rem,5vw,4.2rem); }
.ckra-archive-hero p, .ckra-term-description { color: var(--ckra-muted); max-width: 780px; }
.ckra-directory-filters { align-items: end; background: #fff; border: 1px solid var(--ckra-border); border-radius: 14px; display: grid; gap: 10px; grid-template-columns: 1.35fr .85fr .85fr auto; margin-bottom: 20px; padding: 13px; }
.ckra-directory-filters label { display: flex; flex-direction: column; gap: 4px; }
.ckra-directory-filters label > span { color: var(--ckra-muted); font-size: .64rem; font-weight: 800; }
.ckra-directory-filters input, .ckra-directory-filters select, .ckra-search-form input { background: #fff; border: 1px solid var(--ckra-border); border-radius: 9px; min-height: 44px; padding: 9px 12px; width: 100%; }
.ckra-search-form { display: flex; gap: 8px; }
.ckra-search-form label { flex: 1; }
.ckra-search-row { align-items: center; background: #fff; border: 1px solid var(--ckra-border); border-radius: 14px; display: flex; gap: 20px; justify-content: space-between; padding: 22px; }
.ckra-search-row h2 { font-size: 1.35rem; margin: 7px 0 5px; }
.ckra-search-row p { color: var(--ckra-muted); font-size: .86rem; margin: 0; }
.ckra-pagination { margin-top: 28px; }
.ckra-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.ckra-pagination .page-numbers { align-items: center; background: #fff; border: 1px solid var(--ckra-border); border-radius: 8px; color: var(--ckra-heading); display: flex; font-size: .8rem; min-height: 42px; padding: 8px 13px; }
.ckra-pagination .current { background: var(--ckra-primary); border-color: var(--ckra-primary); color: #fff; }

/* Single game */
.ckra-game-hero { background: radial-gradient(circle at 82% 15%, color-mix(in srgb, var(--ckra-primary) 12%, transparent), transparent 34%), #fff; border-block: 1px solid var(--ckra-border); padding: 48px 0 62px; }
.ckra-game-hero__grid { align-items: center; display: grid; gap: clamp(35px,6vw,75px); grid-template-columns: 225px minmax(0,1fr); }
.ckra-game-hero__icon { position: relative; }
.ckra-game-hero__icon > img { background: #f4f2ff; border: 1px solid var(--ckra-border); border-radius: 42px; box-shadow: var(--ckra-shadow); display: block; height: 220px; object-fit: cover; width: 220px; }
.ckra-game-hero__status { background: #fff7e7; border: 1px solid #f2d49a; border-radius: 999px; bottom: -15px; color: #8b5a00; font-size: .68rem; font-weight: 850; left: 50%; padding: 8px 13px; position: absolute; transform: translateX(-50%); white-space: nowrap; }
.ckra-game-hero__status.is-verified { background: #e8f8ef; border-color: #b9e8cd; color: #147d45; }
.ckra-game-hero__badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.ckra-game-hero h1 { font-size: clamp(2.8rem,6vw,5.6rem); }
.ckra-game-hero__copy > p { color: var(--ckra-muted); font-size: 1.06rem; max-width: 780px; }
.ckra-hero-facts { display: flex; flex-wrap: wrap; gap: 8px; }
.ckra-hero-facts > span { background: #f6f7fb; border: 1px solid var(--ckra-border); border-radius: 9px; display: flex; flex-direction: column; min-width: 110px; padding: 7px 10px; }
.ckra-hero-facts small { color: var(--ckra-muted); font-size: .59rem; }
.ckra-hero-facts strong { color: var(--ckra-heading); font-size: .75rem; }
.ckra-verification-line { align-items: flex-start; color: #28704b; display: flex; font-size: .7rem; gap: 7px; margin-top: 13px; }
.ckra-verification-line span { font-weight: 900; }
.ckra-verification-line.is-warning { color: #8b5a00; }
.ckra-game-statbar { background: var(--ckra-information); color: #fff; }
.ckra-game-statbar__grid { display: grid; grid-template-columns: repeat(6,1fr); }
.ckra-game-statbar__grid > div { border-right: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; min-height: 82px; min-width: 0; padding: 18px; }
.ckra-game-statbar__grid > div:last-child { border: 0; }
.ckra-game-statbar small { color: #aeb7c9; font-size: .62rem; }
.ckra-game-statbar strong { display: block; font-size: .76rem; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ckra-content-layout { align-items: start; display: grid; gap: 32px; grid-template-columns: minmax(0,1fr) 310px; padding-bottom: 95px; padding-top: 38px; }
.ckra-game-content { min-width: 0; }
.ckra-section-nav { background: #fff; border: 1px solid var(--ckra-border); border-radius: 12px; display: flex; gap: 4px; margin-bottom: 16px; overflow-x: auto; padding: 7px; position: sticky; top: 92px; z-index: 20; }
.admin-bar .ckra-section-nav { top: 124px; }
.ckra-section-nav a { border-radius: 8px; color: var(--ckra-muted); flex: 0 0 auto; font-size: .7rem; font-weight: 800; padding: 8px 11px; }
.ckra-section-nav a:hover { background: #f0efff; color: var(--ckra-primary); text-decoration: none; }
.ckra-section-nav a[hreflang] { background: #f6f2ff; color: var(--ckra-primary); }
.ckra-content-section { background: #fff; border: 1px solid var(--ckra-border); border-radius: var(--ckra-radius); box-shadow: 0 4px 18px rgba(23,32,51,.035); margin-bottom: 16px; padding: clamp(24px,4vw,44px); scroll-margin-top: 150px; }
.ckra-prose { color: var(--ckra-text); }
.ckra-prose > *:first-child { margin-top: 0; }
.ckra-prose h2 { border-top: 1px solid var(--ckra-border); font-size: clamp(1.45rem,2.4vw,2rem); margin-top: 1.7em; padding-top: 1.4em; }
.ckra-prose h2:first-of-type { border-top: 0; margin-top: .6em; padding-top: 0; }
.ckra-prose h3 { margin-top: 1.5em; }
.ckra-prose p, .ckra-prose li { max-width: 850px; }
.ckra-prose table { border-collapse: collapse; display: block; overflow-x: auto; width: 100%; }
.ckra-prose th, .ckra-prose td { border: 1px solid var(--ckra-border); padding: 10px; text-align: left; }
.ckra-hindi-guide { font-family: "Noto Sans Devanagari", "Nirmala UI", "Mangal", ui-sans-serif, system-ui, sans-serif; line-height: 1.9; }
.ckra-hindi-guide h2, .ckra-hindi-guide h3 { line-height: 1.38; }
.ckra-language-intro { background: #f6f2ff; border-inline-start: 4px solid var(--ckra-primary); border-radius: 10px; padding: 16px 18px; }
.ckra-feature-list { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.ckra-feature-list article { align-items: flex-start; background: #f8f9fd; border: 1px solid var(--ckra-border); border-radius: 12px; display: flex; gap: 12px; padding: 16px; }
.ckra-feature-list article > span { align-items: center; background: #e8f8ef; border-radius: 8px; color: #147d45; display: flex; flex: 0 0 auto; height: 30px; justify-content: center; width: 30px; }
.ckra-feature-list h3 { font-size: .92rem; margin: 2px 0 4px; }
.ckra-feature-list p { color: var(--ckra-muted); font-size: .76rem; margin: 0; }
.ckra-step-list { counter-reset: steps; display: flex; flex-direction: column; gap: 10px; list-style: none; margin: 20px 0 0; padding: 0; }
.ckra-step-list li { align-items: center; background: #f8f9fd; border: 1px solid var(--ckra-border); border-radius: 11px; counter-increment: steps; display: flex; gap: 14px; min-height: 60px; padding: 12px 15px; }
.ckra-step-list li::before { align-items: center; background: var(--ckra-primary); border-radius: 50%; color: #fff; content: counter(steps); display: flex; flex: 0 0 auto; font-size: .72rem; font-weight: 900; height: 32px; justify-content: center; width: 32px; }
.ckra-step-list span { font-size: .85rem; }
.ckra-notice { background: #fff8e9; border: 1px solid #f1d89f; border-left: 5px solid var(--ckra-warning); border-radius: 11px; color: #714a00; padding: 18px 20px; }
.ckra-notice p:last-child { margin-bottom: 0; }
.ckra-carousel { outline: none; overflow: hidden; padding-inline: 45px; position: relative; }
.ckra-carousel__track { display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.ckra-carousel figure { flex: 0 0 min(270px,80%); margin: 0; scroll-snap-align: start; }
.ckra-carousel figure button { background: transparent; border: 0; cursor: zoom-in; padding: 0; width: 100%; }
.ckra-carousel figure img { aspect-ratio: 9/16; background: #eef1f6; border: 1px solid var(--ckra-border); border-radius: 14px; display: block; object-fit: contain; width: 100%; }
.ckra-carousel figcaption { color: var(--ckra-muted); font-size: .7rem; padding: 7px 2px; }
.ckra-carousel__prev, .ckra-carousel__next { background: #fff; border: 1px solid var(--ckra-border); border-radius: 50%; box-shadow: var(--ckra-shadow-sm); cursor: pointer; height: 38px; position: absolute; top: 42%; width: 38px; z-index: 2; }
.ckra-carousel__prev { left: 0; }
.ckra-carousel__next { right: 0; }
.ckra-lightbox { background: rgba(8,12,23,.94); border: 0; height: 100%; inset: 0; max-height: 100%; max-width: 100%; padding: 45px; width: 100%; }
.ckra-lightbox::backdrop { background: rgba(8,12,23,.94); }
.ckra-lightbox img { display: block; height: 100%; margin: auto; object-fit: contain; width: 100%; }
.ckra-lightbox button { background: #fff; border: 0; border-radius: 50%; cursor: pointer; font-size: 1.4rem; height: 44px; position: absolute; right: 20px; top: 20px; width: 44px; z-index: 2; }
.ckra-disclaimer { background: #f8f9fd; }
.ckra-disclaimer p { color: var(--ckra-muted); font-size: .82rem; }
.ckra-sidebar { display: flex; flex-direction: column; gap: 15px; position: sticky; top: 105px; }
.admin-bar .ckra-sidebar { top: 137px; }
.ckra-sidebar__card { background: #fff; border: 1px solid var(--ckra-border); border-radius: 16px; padding: 22px; }
.ckra-sidebar__card h2 { font-size: 1.05rem; }
.ckra-sidebar dl, .ckra-sidebar dd { margin: 0; }
.ckra-sidebar dl > div { border-top: 1px solid var(--ckra-border); padding: 10px 0; }
.ckra-sidebar dt { color: var(--ckra-muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.ckra-sidebar dd { color: var(--ckra-heading); font-size: .78rem; font-weight: 750; overflow-wrap: anywhere; }
.ckra-sidebar__why ul { color: var(--ckra-muted); font-size: .78rem; margin: 0; padding-left: 18px; }
.ckra-sidebar__support { background: linear-gradient(145deg,#eef9ff,#f7fbff); text-align: center; }
.ckra-sidebar__support > span { color: #249bd8; font-size: 2rem; }
.ckra-sidebar__support p { color: var(--ckra-muted); font-size: .75rem; }
.ckra-sidebar__support .ckra-button { width: 100%; }

/* Ads and sticky actions */
.ckra-ad { align-items: center; display: flex; justify-content: center; margin: 20px auto; min-height: min(var(--ad-height), 250px); max-width: var(--ad-width); overflow: hidden; position: relative; width: 100%; }
.ckra-ad__label { background: rgba(255,255,255,.9); color: var(--ckra-muted); font-size: .55rem; left: 4px; padding: 2px 5px; position: absolute; top: 4px; z-index: 1; }
.ckra-ad img { display: block; height: auto; width: 100%; }
.ckra-ad--sticky_bottom { background: #fff; bottom: max(8px, env(safe-area-inset-bottom)); box-shadow: var(--ckra-shadow); left: 50%; margin: 0; max-width: min(var(--ad-width), calc(100% - 24px)); position: fixed; transform: translateX(-50%); z-index: 75; }
.ckra-ad--popup { background: #fff; border: 1px solid var(--ckra-border); border-radius: 16px; box-shadow: var(--ckra-shadow); bottom: max(18px, env(safe-area-inset-bottom)); margin: 0; max-width: min(var(--ad-width), calc(100% - 32px)); position: fixed; right: max(18px, env(safe-area-inset-right)); z-index: 74; }
.ckra-sticky-telegram { align-items: center; background: var(--ckra-sticky_button); border-radius: 999px 0 0 999px; bottom: 115px; box-shadow: 0 14px 35px rgba(13,107,158,.28); color: #fff; display: flex; gap: 8px; min-height: 48px; padding: 10px 15px; position: fixed; right: 0; z-index: 80; }
.ckra-sticky-telegram:hover { color: #fff; text-decoration: none; transform: translateX(-2px); }
.ckra-sticky-telegram span { font-size: 1.05rem; }
.ckra-sticky-telegram strong { font-size: .75rem; }
.ckra-sticky-download { align-items: center; background: rgba(17,24,39,.96); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; bottom: max(15px,env(safe-area-inset-bottom)); box-shadow: 0 15px 45px rgba(0,0,0,.25); color: #fff; display: flex; gap: 14px; left: 50%; max-width: 720px; padding: 8px 10px 8px 17px; position: fixed; transform: translateX(-50%); width: calc(100% - 30px); z-index: 90; }
.ckra-sticky-download > span { flex: 1; font-size: .8rem; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ckra-sticky-download > button { background: transparent; border: 0; color: #fff; cursor: pointer; font-size: 1.15rem; height: 40px; width: 34px; }

/* Pages and footer */
.ckra-page-prose { background: #fff; border: 1px solid var(--ckra-border); border-radius: var(--ckra-radius); box-shadow: var(--ckra-shadow-sm); margin-block: 40px 80px; max-width: 940px; padding: clamp(25px,5vw,60px); }
.ckra-page-header { margin-bottom: 35px; }
.ckra-page-header h1, .ckra-empty-page h1 { font-size: clamp(2.4rem,5vw,4.2rem); }
.ckra-empty-page { padding-block: 100px; text-align: center; }
.ckra-empty-page .ckra-search-form { margin: 25px auto; max-width: 620px; }
.ckra-post-list { display: flex; flex-direction: column; gap: 12px; }
.ckra-post-list article { background: #fff; border: 1px solid var(--ckra-border); border-radius: 14px; padding: 24px; }
.ckra-footer { background: var(--ckra-footer); color: var(--ckra-footer_text); padding: 65px 0 22px; }
.ckra-footer__grid { display: grid; gap: 45px; grid-template-columns: 1.4fr .75fr .75fr .85fr; }
.ckra-brand--footer { color: #fff; margin-bottom: 18px; }
.ckra-footer__about p { color: #aeb7c9; font-size: .8rem; max-width: 420px; }
.ckra-footer h2 { color: #fff; font-size: .88rem; letter-spacing: .02em; margin-bottom: 17px; }
.ckra-footer ul { display: flex; flex-direction: column; gap: 7px; list-style: none; margin: 0; padding: 0; }
.ckra-footer a { color: #bdc5d5; font-size: .77rem; }
.ckra-footer a:hover { color: #fff; }
.ckra-footer__social { display: flex; gap: 7px; }
.ckra-footer__social a { border: 1px solid rgba(255,255,255,.15); border-radius: 8px; padding: 7px 10px; }
.ckra-footer__legal { align-items: center; border-top: 1px solid rgba(255,255,255,.1); color: #8f99ae; display: flex; font-size: .67rem; gap: 20px; justify-content: space-between; margin-top: 45px; padding-top: 20px; }
.ckra-footer__legal p { margin: 0; }

@media (max-width: 1120px) {
  .ckra-nav a { padding-inline: 7px; }
  .ckra-header__actions .ckra-button { display: none; }
  .ckra-list-head { display: none; }
  .ckra-game-row { grid-template-columns: 32px 66px minmax(180px,1fr) minmax(105px,.65fr) minmax(105px,.65fr) 108px; }
  .ckra-game-row__updated { display: none; }
  .ckra-game-row__icon { height: 58px; width: 58px; }
  .ckra-footer__grid { grid-template-columns: 1.4fr repeat(3,1fr); }
}

@media (max-width: 920px) {
  body.admin-bar .ckra-header { top: 46px; }
  .ckra-menu-toggle { display: inline-flex; margin-left: auto; }
  .ckra-nav { background: #fff; border-bottom: 1px solid var(--ckra-border); box-shadow: var(--ckra-shadow); display: none; left: 0; max-height: calc(100vh - 80px); overflow: auto; padding: 12px 24px 22px; position: absolute; right: 0; top: 80px; }
  .ckra-nav.is-open { display: block; }
  .ckra-nav .menu { align-items: stretch; flex-direction: column; }
  .ckra-nav a { padding: 12px; }
  .ckra-nav .sub-menu { border: 0; box-shadow: none; display: block; margin-left: 18px; padding: 0; position: static; }
  .ckra-home-hero__grid { grid-template-columns: 1fr .72fr; }
  .ckra-trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .ckra-trust-strip article:nth-child(2) { border-right: 0; }
  .ckra-trust-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--ckra-border); }
  .ckra-game-row { grid-template-columns: 30px 62px minmax(170px,1fr) minmax(100px,.55fr) 106px; }
  .ckra-game-row__fact:nth-of-type(2) { display: none; }
  .ckra-promo-row { grid-template-columns: 64px 1fr 155px; }
  .ckra-promo-row__actions { grid-column: 2 / -1; justify-content: start; }
  .ckra-game-statbar__grid { grid-template-columns: repeat(3,1fr); }
  .ckra-game-statbar__grid > div:nth-child(3) { border-right: 0; }
  .ckra-game-statbar__grid > div:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .ckra-content-layout { grid-template-columns: 1fr; }
  .ckra-sidebar { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); position: static; }
  .ckra-sidebar__card:first-child { grid-column: 1 / -1; }
  .ckra-directory-filters { grid-template-columns: repeat(2,1fr); }
  .ckra-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .ckra-shell { padding-inline: 16px; }
  .ckra-header__inner { min-height: 70px; }
  .ckra-nav { top: 70px; }
  .ckra-brand small { display: none; }
  .ckra-header__actions { display: none; }
  .ckra-home-hero { padding: 40px 0 48px; }
  .ckra-home-hero__grid { gap: 25px; grid-template-columns: 1fr; }
  .ckra-home-hero__copy { text-align: center; }
  .ckra-home-hero__copy p { margin-inline: auto; }
  .ckra-home-hero .ckra-actions { justify-content: center; }
  .ckra-home-hero__art img { max-height: 260px; }
  .ckra-hero-orbit { display: none; }
  .ckra-trust-strip article { padding: 13px 15px; }
  .ckra-section { padding-block: 60px; }
  .ckra-section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .ckra-list-tools { align-items: stretch; flex-wrap: wrap; }
  .ckra-list-tools > input { flex-basis: calc(100% - 90px); }
  .ckra-filter-pills { border-top: 1px solid var(--ckra-border); flex-basis: 100%; justify-content: center; margin: 4px 0 0; padding-top: 8px; }
  .ckra-game-list { gap: 9px; }
  .ckra-game-row { align-items: center; grid-template-columns: 54px minmax(0,1fr) auto; min-height: 94px; padding: 11px; }
  .ckra-game-row__number { display: none; }
  .ckra-game-row__icon { border-radius: 12px; grid-column: 1; grid-row: 1 / span 2; height: 54px; width: 54px; }
  .ckra-game-row__main { grid-column: 2; grid-row: 1; }
  .ckra-game-row__main h3 { font-size: .92rem; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .ckra-game-row__meta .ckra-badge { font-size: .58rem; min-height: 21px; padding: 4px 7px; }
  .ckra-game-row__meta > a { display: none; }
  .ckra-game-row__fact { grid-column: 2; grid-row: 2; }
  .ckra-game-row__fact small { display: none; }
  .ckra-game-row__fact strong { color: var(--ckra-muted); font-size: .66rem; }
  .ckra-game-row__fact strong::before { content: "Bonus: "; }
  .ckra-game-row__fact:nth-of-type(2), .ckra-game-row__updated { display: none; }
  .ckra-game-row > .ckra-button { font-size: 0; grid-column: 3; grid-row: 1 / span 2; height: 42px; min-height: 42px; padding: 0; width: 42px; }
  .ckra-game-row > .ckra-button span { font-size: 1.1rem; }
  .ckra-promo-row { align-items: center; grid-template-columns: 54px 1fr; padding: 11px; }
  .ckra-promo-row .ckra-game-row__icon { grid-row: 1; }
  .ckra-promo-row__body { grid-column: 2; }
  .ckra-promo-row__code { grid-column: 2; }
  .ckra-promo-row__actions { grid-column: 2; }
  .ckra-split-section, .ckra-faq-layout { grid-template-columns: 1fr; }
  .ckra-game-hero { padding: 30px 0 44px; }
  .ckra-game-hero__grid { gap: 30px; grid-template-columns: 1fr; text-align: center; }
  .ckra-game-hero__icon { margin-inline: auto; }
  .ckra-game-hero__icon > img { border-radius: 28px; height: 150px; width: 150px; }
  .ckra-game-hero__badges, .ckra-game-hero .ckra-actions, .ckra-hero-facts { justify-content: center; }
  .ckra-game-hero h1 { font-size: 2.7rem; }
  .ckra-game-hero__copy > p { font-size: .95rem; }
  .ckra-verification-line { justify-content: center; }
  .ckra-game-statbar { overflow: hidden; }
  .ckra-game-statbar__grid { display: flex; overflow-x: auto; padding-inline: 8px; }
  .ckra-game-statbar__grid > div { border-bottom: 0 !important; flex: 0 0 130px; min-height: 70px; padding: 14px; }
  .ckra-content-layout { padding-inline: 0; padding-top: 20px; }
  .ckra-game-content { width: 100%; }
  .ckra-section-nav { border-radius: 0; border-left: 0; border-right: 0; top: 70px; }
  .admin-bar .ckra-section-nav { top: 116px; }
  .ckra-content-section { border-left: 0; border-radius: 0; border-right: 0; margin-bottom: 10px; padding: 26px 16px; }
  .ckra-feature-list { grid-template-columns: 1fr; }
  .ckra-sidebar { display: flex; padding-inline: 16px; }
  .ckra-directory-filters { grid-template-columns: 1fr; }
  .ckra-archive-hero { border-radius: 16px; padding: 25px; }
  .ckra-search-row { align-items: flex-start; flex-direction: column; }
  .ckra-footer__grid { grid-template-columns: 1fr; }
  .ckra-footer__legal { align-items: flex-start; flex-direction: column; }
  .ckra-sticky-telegram { bottom: max(86px, calc(70px + env(safe-area-inset-bottom))); border-radius: 50%; height: 50px; padding: 0; right: max(12px, env(safe-area-inset-right)); width: 50px; justify-content: center; }
  .ckra-sticky-telegram strong { display: none; }
}

@media (max-width: 430px) {
	.ckra-home-hero__art { display: none; }
	.ckra-home-hero { padding: 30px 0 34px; }
  .ckra-brand strong { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .ckra-home-hero h1 { font-size: 2.35rem; }
  .ckra-home-hero .ckra-actions { align-items: stretch; flex-direction: column; }
  .ckra-home-hero .ckra-button { width: 100%; }
  .ckra-trust-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ckra-trust-strip article { border-bottom: 1px solid var(--ckra-border); border-right: 1px solid var(--ckra-border); min-height: 68px; padding: 9px 10px; }
  .ckra-trust-strip article:nth-child(2n) { border-right: 0; }
  .ckra-trust-strip article > span { flex: 0 0 36px; height: 36px; width: 36px; }
  .ckra-trust-strip small { display: none; }
  .ckra-trust-strip article:nth-last-child(-n+2) { border-bottom: 0; }
  .ckra-directory-section { padding-top: 36px; }
  .ckra-directory-section .ckra-section-heading { margin-bottom: 16px; }
  .ckra-promo-row__actions { align-items: stretch; flex-direction: column; }
  .ckra-promo-row__actions .ckra-button { width: 100%; }
  .ckra-game-hero h1 { font-size: 2.35rem; }
  .ckra-game-hero .ckra-actions { align-items: stretch; flex-direction: column; }
  .ckra-game-hero .ckra-actions > * { width: 100%; }
  .ckra-download-card { border-radius: 0; border-inline: 0; }
  .ckra-search-form { flex-direction: column; }
  .ckra-sticky-download > span { display: none; }
  .ckra-sticky-download { justify-content: center; }
  .ckra-sticky-download .ckra-button { flex: 1; }
}

@media (min-width: 921px) {
  .ckra-ad--mobile-only { display: none; }
}
@media (max-width: 920px) {
  .ckra-ad--desktop-only { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Supplied homepage reference: purple brand header, spacious hero, vertical game directory. */
.ckra-header {
  backdrop-filter: none;
  background: #6d28d9;
  border: 0;
  color: #fff;
  position: relative;
}
.ckra-header__inner {
  gap: 34px;
  min-height: 110px;
  max-width: 1120px;
  padding-inline: 0;
}
.ckra-brand { gap: 16px; }
.ckra-brand__image {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 7px 18px rgba(32, 8, 78, .25);
  display: block;
  height: 80px;
  object-fit: cover;
  width: 80px;
}
.ckra-brand strong {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.035em;
}
.ckra-nav { margin-left: auto; flex: 0 1 auto; }
.ckra-nav .menu { gap: 14px; justify-content: flex-end; }
.ckra-nav a {
  background: transparent;
  border-radius: 0;
  color: rgba(255,255,255,.82);
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 7px;
}
.ckra-nav a:hover,
.ckra-nav .current-menu-item > a,
.ckra-nav .current-menu-ancestor > a {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.ckra-menu-toggle {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.25);
  color: #fff;
}
.ckra-reference-home { background: #fff; color: #48505f; font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif; }
.ckra-reference-home h1,
.ckra-reference-home h2,
.ckra-reference-home h3 { color: #151c2d; font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif; }
.ckra-reference-shell {
  margin-inline: auto;
  max-width: 1120px;
  padding-inline: 0;
  width: calc(100% - 40px);
}
.ckra-mobile-quick-nav { display: none; }

.ckra-reference-hero { background: #fff; padding: 64px 20px 78px; }
.ckra-reference-hero__inner {
  align-items: center;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  max-width: 956px;
}
.ckra-reference-hero__content { flex: 1; max-width: 600px; }
.ckra-reference-hero h1 {
  font-size: clamp(4rem, 5.7vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 0;
}
.ckra-reference-hero h1 span { color: #1f2937; }
.ckra-reference-hero h1 { color: #6d28d9; }
.ckra-reference-hero__content > p {
  color: #555;
  font-size: 1.19rem;
  line-height: 1.8;
  margin: 26px 0 34px;
  max-width: 500px;
}
.ckra-reference-hero__buttons { display: flex; gap: 18px; margin-bottom: 49px; }
.ckra-reference-button {
  align-items: center;
  background: #6d28d9;
  border: 2px solid #6d28d9;
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  min-height: 61px;
  padding: 14px 37px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.ckra-reference-button:hover { background: #5820b8; border-color: #5820b8; box-shadow: 0 10px 24px rgba(109,40,217,.22); color: #fff; text-decoration: none; transform: translateY(-2px); }
.ckra-reference-button--outline { background: #fff; color: #6d28d9; }
.ckra-reference-button--outline:hover { background: #6d28d9; border-color: #6d28d9; color: #fff; }
.ckra-reference-stats { align-items: flex-start; display: flex; gap: 42px; }
.ckra-reference-stats > div { align-items: center; display: grid; gap: 0 7px; grid-template-columns: auto auto; }
.ckra-reference-stats > div > span { color: #6d28d9; font-size: 1.35rem; grid-row: 1 / span 2; }
.ckra-reference-stats strong { color: #333; font-size: 1.3rem; line-height: 1.2; }
.ckra-reference-stats small { color: #777; font-size: .71rem; line-height: 1.4; }
.ckra-reference-hero__art { color: #8b5cf6; display: flex; flex: 1; justify-content: center; }
.ckra-reference-hero__art svg { filter: drop-shadow(0 0 18px rgba(139,92,246,.35)); max-width: 360px; width: 100%; }

.ckra-reference-directory { background: #fff; padding: 0 0 38px; }
.ckra-reference-directory__panel { background: #f6f6f6; border-radius: 12px; padding: 30px; }
.ckra-reference-tabs { display: flex; gap: 12px; justify-content: center; margin: 0 0 22px; }
.ckra-reference-tabs a {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #6d28d9;
  display: flex;
  font-size: .86rem;
  font-weight: 600;
  gap: 9px;
  height: 54px;
  justify-content: center;
  min-width: 140px;
  padding: 0 20px;
  position: relative;
}
.ckra-reference-tabs a:hover { background: #6d28d9; color: #fff; text-decoration: none; }
.ckra-reference-tabs .is-active { border-color: #6d28d9; }
.ckra-reference-tabs .is-active::after { background: #8b5cf6; border-radius: 5px; bottom: -1px; content: ""; height: 4px; left: 10%; position: absolute; width: 80%; }
.ckra-reference-directory__heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; }
.ckra-reference-directory__heading h2 { font-size: 1.25rem; font-weight: 700; margin: 0; }
.ckra-reference-directory__heading > a { background: #6d28d9; border-radius: 8px; color: #fff; font-size: .75rem; padding: 8px 15px; }
.ckra-reference-directory__heading > a:hover { background: #5820b8; text-decoration: none; }
.ckra-reference-game-list { display: flex; flex-direction: column; gap: 16px; }
.ckra-reference-game-card {
  align-items: center;
  animation: ckra-reference-rise .45s ease both;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 7px rgba(15,23,42,.025);
  display: flex;
  min-height: 108px;
  overflow: hidden;
  padding: 13px 23px;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.ckra-reference-game-card:hover { border-color: #6d28d9; box-shadow: 0 10px 22px rgba(109,40,217,.09); transform: translateY(-2px); }
@keyframes ckra-reference-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.ckra-reference-game-card__icon { border-radius: 12px; display: block; flex: 0 0 80px; height: 80px; overflow: hidden; }
.ckra-reference-game-card__icon img { display: block; height: 80px; object-fit: cover; transition: transform .35s ease; width: 80px; }
.ckra-reference-game-card:hover .ckra-reference-game-card__icon img { transform: scale(1.05); }
.ckra-reference-game-card__content { flex: 1; min-width: 0; padding: 0 24px; }
.ckra-reference-game-card__content h3 { font-size: 1.08rem; font-weight: 650; margin: 0 0 4px; }
.ckra-reference-game-card__content h3 a { color: #1e293b; }
.ckra-reference-game-card__content h3 a:hover { color: #6d28d9; text-decoration: none; }
.ckra-reference-game-card__content p { align-items: center; color: #64748b; display: flex; font-size: .75rem; gap: 6px; line-height: 1.4; margin: 0 0 3px; }
.ckra-reference-game-card__content p > span { color: #6d28d9; }
.ckra-reference-game-card__content .ckra-reference-game-card__bonus { color: #10b981; font-size: .68rem; font-weight: 600; }
.ckra-reference-game-card__content .ckra-reference-game-card__bonus > span { color: #10b981; }
.ckra-reference-download {
  align-items: center;
  background: #6d28d9;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .82rem;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  min-height: 43px;
  padding: 10px 20px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ckra-reference-download:hover { background: #6d28d9; box-shadow: 0 8px 20px rgba(109,40,217,.35); color: #fff; text-decoration: none; transform: translateY(-2px) scale(1.03); }
.ckra-reference-empty { padding: 45px 20px; text-align: center; }

.ckra-reference-features { background: #fff; padding: 0 0 38px; }
.ckra-reference-features__grid { background: #f6f6f6; border-radius: 12px; display: grid; gap: 28px 40px; grid-template-columns: repeat(3,1fr); padding: 34px 42px; }
.ckra-reference-features article { align-items: flex-start; display: flex; gap: 17px; }
.ckra-reference-features article > span { color: #8b5cf6; flex: 0 0 34px; font-size: 2rem; line-height: 1; }
.ckra-reference-features h3 { font-size: 1rem; margin: 0 0 5px; }
.ckra-reference-features p { color: #8a8f9c; font-size: .78rem; line-height: 1.5; margin: 0; }
.ckra-reference-features article:last-child { grid-column: 1; }

.ckra-reference-section { background: #fff; padding: 36px 0; }
.ckra-reference-box,
.ckra-reference-guide-box { background: #f8f8f9; border: 1px solid #e3e3e8; border-radius: 20px; max-width: 820px; padding: 30px 26px; }
.ckra-reference-section__heading { margin: 0 auto 28px; max-width: 690px; text-align: center; }
.ckra-reference-section__heading > span { border: 1px solid #d8c7f8; border-radius: 999px; color: #6d28d9; display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 9px; padding: 5px 12px; text-transform: uppercase; }
.ckra-reference-section__heading h2 { font-size: 1.8rem; margin-bottom: 6px; }
.ckra-reference-section__heading p { color: #747b89; font-size: .88rem; line-height: 1.55; margin: 0; }
.ckra-reference-featured-list { display: flex; flex-direction: column; gap: 12px; }
.ckra-reference-featured-list article { align-items: center; background: #fff; border: 1px solid #e2e3e9; border-radius: 14px; display: flex; gap: 16px; padding: 13px 16px; }
.ckra-reference-featured-list img { border-radius: 12px; flex: 0 0 64px; height: 64px; object-fit: cover; width: 64px; }
.ckra-reference-featured-list article > div { flex: 1; min-width: 0; }
.ckra-reference-featured-list h3 { font-size: 1rem; margin: 0 0 3px; }
.ckra-reference-featured-list h3 span { color: #6d28d9; font-size: .62rem; margin-left: 9px; text-transform: uppercase; }
.ckra-reference-featured-list p { color: #626a79; font-size: .77rem; line-height: 1.5; margin: 0; }
.ckra-reference-featured-list article > a,
.ckra-reference-community a { background: #fff; border: 1px solid #dddfe7; border-radius: 10px; color: #6d28d9; flex: 0 0 auto; font-size: .78rem; font-weight: 750; padding: 10px 15px; }
.ckra-reference-featured-list article > a:hover,
.ckra-reference-community a:hover { border-color: #6d28d9; text-decoration: none; }
.ckra-reference-collection { margin-top: 27px; text-align: center; }
.ckra-reference-collection h3 { font-size: 1rem; margin-bottom: 5px; }
.ckra-reference-collection > p { color: #687080; font-size: .77rem; line-height: 1.55; margin: 0 auto 15px; max-width: 690px; }
.ckra-reference-collection > div { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
.ckra-reference-collection > div a { background: #fff; border: 1px solid #e2e3e9; border-radius: 999px; color: #5c6472; font-size: .7rem; font-weight: 650; padding: 6px 10px; }
.ckra-reference-collection > div a:hover { border-color: #6d28d9; color: #6d28d9; text-decoration: none; }
.ckra-reference-collection > div .is-more { background: transparent; border-color: transparent; }

.ckra-reference-guide-tabs { display: grid; gap: 8px; grid-template-columns: repeat(4,1fr); margin-bottom: 18px; }
.ckra-reference-guide-tabs span { background: #fff; border: 1px solid #dedfe6; border-radius: 9px; color: #616978; font-size: .72rem; font-weight: 750; padding: 9px 8px; text-align: center; }
.ckra-reference-guide-tabs .is-active { background: #6d28d9; border-color: #6d28d9; color: #fff; }
.ckra-reference-guide-copy { background: #fff; border: 1px solid #e2e3e8; border-radius: 13px; color: #555e6e; font-size: .82rem; line-height: 1.65; margin: 0; padding: 18px; }
.ckra-reference-community { margin: 20px 0; padding: 25px; text-align: center; }
.ckra-reference-community h3 { font-size: 1rem; margin-bottom: 4px; }
.ckra-reference-community p { color: #6d7481; font-size: .78rem; margin: 0 0 15px; }
.ckra-reference-alert { background: #fff5f5; border: 1px solid #f2bbbb; border-radius: 12px; color: #943d3d; padding: 15px; }
.ckra-reference-alert strong { font-size: .82rem; }
.ckra-reference-alert p { font-size: .76rem; line-height: 1.55; margin: 5px 0 0; }

.ckra-reference-long-copy .ckra-reference-box { background: #fff; }
.ckra-reference-story { border-left: 4px solid #6d28d9; margin: 4px 0 26px; padding: 5px 14px; }
.ckra-reference-story p { color: #555e6c; font-size: .85rem; line-height: 1.7; margin: 0 0 10px; }
.ckra-reference-story p:last-child { margin-bottom: 0; }
.ckra-reference-story strong { color: #6d28d9; }
.ckra-reference-copy-grid { display: grid; gap: 12px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.ckra-reference-copy-grid article { background: #fff; border: 1px solid #e3e4e9; border-radius: 13px; padding: 17px; }
.ckra-reference-copy-grid h3 { color: #6d28d9; font-size: .95rem; margin: 0 0 6px; }
.ckra-reference-copy-grid p { color: #596170; font-size: .79rem; line-height: 1.7; margin: 0; }
.ckra-reference-summary { background: #f8f6ff; border: 1px solid #dfd5f5; border-radius: 14px; margin-top: 16px; padding: 18px; }
.ckra-reference-summary h3 { font-size: 1rem; margin-bottom: 5px; }
.ckra-reference-summary p { color: #58606e; font-size: .82rem; line-height: 1.7; margin: 0; }
.ckra-reference-faq__list { display: flex; flex-direction: column; gap: 9px; }
.ckra-reference-faq__list details { background: #fff; border: 1px solid #e1e2e7; border-radius: 12px; overflow: hidden; }
.ckra-reference-faq__list summary { color: #1d2535; cursor: pointer; font-size: .84rem; font-weight: 750; list-style: none; padding: 15px 44px 15px 16px; position: relative; }
.ckra-reference-faq__list summary::-webkit-details-marker { display: none; }
.ckra-reference-faq__list summary::after { color: #6d28d9; content: "+"; font-size: 1.25rem; position: absolute; right: 16px; top: 9px; }
.ckra-reference-faq__list details[open] summary::after { content: "−"; }
.ckra-reference-faq__list details p { border-top: 1px solid #e7e8ec; color: #5d6573; font-size: .8rem; line-height: 1.65; margin: 0; padding: 14px 16px; }

.ckra-reference-footer { background: #fff; border-top: 1px solid #eadcaa; color: #778092; padding: 25px 0; }
.ckra-reference-footer .ckra-reference-shell { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.ckra-reference-footer p { font-size: .82rem; margin: 0; }
.ckra-reference-footer nav { display: flex; gap: 16px; }
.ckra-reference-footer a { color: #6d28d9; font-size: .75rem; }

@media (max-width: 1160px) {
  .ckra-header__inner { padding-inline: 20px; }
  .ckra-reference-shell { width: calc(100% - 48px); }
}

@media (max-width: 920px) {
  .ckra-header__inner { min-height: 78px; padding-inline: 16px; }
  .ckra-brand { gap: 10px; }
  .ckra-brand__image { border-radius: 12px; height: 56px; width: 56px; }
  .ckra-brand strong { font-size: 1.45rem; }
  .ckra-menu-toggle { display: inline-flex; margin-left: auto; }
  .ckra-nav {
    background: #fff;
    border: 1px solid #e2e3e8;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 12px 30px rgba(31,25,55,.16);
    display: none;
    left: 0;
    margin: 0;
    max-height: calc(100vh - 78px);
    overflow: auto;
    padding: 10px 16px 17px;
    position: absolute;
    right: 0;
    top: 78px;
    z-index: 30;
  }
  .ckra-nav.is-open { display: block; }
  .ckra-nav .menu { align-items: stretch; flex-direction: column; gap: 2px; }
  .ckra-nav a { border-radius: 8px; color: #2f3542; font-weight: 650; padding: 11px 12px; }
  .ckra-nav a:hover,
  .ckra-nav .current-menu-item > a { background: #f2ecff; color: #6d28d9; }
  .ckra-mobile-quick-nav { align-items: center; background: #fff; display: flex; gap: 8px; justify-content: center; overflow-x: auto; padding: 10px 8px; }
  .ckra-mobile-quick-nav a { align-items: center; color: #6d28d9; display: inline-flex; flex: 0 0 auto; font-size: .62rem; font-weight: 650; gap: 4px; }
  .ckra-mobile-quick-nav a span { font-size: .72rem; }
  .ckra-reference-hero { padding: 28px 16px 38px; }
  .ckra-reference-hero__inner { flex-direction: column; gap: 20px; text-align: center; }
  .ckra-reference-hero__content { max-width: 680px; }
  .ckra-reference-hero h1 { font-size: clamp(2.2rem, 8vw, 3.2rem); white-space: nowrap; }
  .ckra-reference-hero h1 br { display: none; }
  .ckra-reference-hero__content > p { font-size: 1rem; line-height: 1.65; margin: 16px auto 21px; }
  .ckra-reference-hero__buttons { flex-direction: column; gap: 11px; margin: 0 auto 24px; max-width: 430px; }
  .ckra-reference-button { min-height: 52px; width: 100%; }
  .ckra-reference-stats { gap: 22px; justify-content: center; }
  .ckra-reference-stats > div { text-align: left; }
  .ckra-reference-hero__art { display: none; }
  .ckra-reference-features__grid { grid-template-columns: repeat(2,1fr); }
  .ckra-reference-features article:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .ckra-reference-shell { width: calc(100% - 24px); }
  .ckra-reference-directory__panel { padding: 20px 12px; }
  .ckra-reference-tabs { gap: 8px; }
  .ckra-reference-tabs a { border-radius: 8px; font-size: .72rem; height: 42px; min-width: 0; padding: 0 14px; }
  .ckra-reference-directory__heading h2 { font-size: 1rem; }
  .ckra-reference-directory__heading > a { font-size: .66rem; padding: 7px 10px; }
  .ckra-reference-game-list { gap: 11px; }
  .ckra-reference-game-card { min-height: 82px; padding: 10px; }
  .ckra-reference-game-card__icon { border-radius: 8px; flex-basis: 60px; height: 60px; }
  .ckra-reference-game-card__icon img { height: 60px; width: 60px; }
  .ckra-reference-game-card__content { padding: 0 9px; }
  .ckra-reference-game-card__content h3 { font-size: .86rem; margin-bottom: 2px; }
  .ckra-reference-game-card__content p { font-size: .61rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .ckra-reference-game-card__content .ckra-reference-game-card__bonus { font-size: .58rem; }
  .ckra-reference-download { font-size: .66rem; min-height: 36px; padding: 7px 10px; }
  .ckra-reference-features { padding-bottom: 20px; }
  .ckra-reference-features__grid { gap: 19px 12px; grid-template-columns: 1fr; padding: 23px 18px; }
  .ckra-reference-features article > span { font-size: 1.55rem; }
  .ckra-reference-section { padding: 22px 0; }
  .ckra-reference-box,
  .ckra-reference-guide-box { border-radius: 15px; padding: 22px 14px; }
  .ckra-reference-section__heading { margin-bottom: 20px; }
  .ckra-reference-section__heading h2 { font-size: 1.45rem; }
  .ckra-reference-featured-list article { align-items: flex-start; gap: 10px; padding: 11px; }
  .ckra-reference-featured-list img { flex-basis: 52px; height: 52px; width: 52px; }
  .ckra-reference-featured-list h3 { font-size: .85rem; }
  .ckra-reference-featured-list h3 span { display: block; margin: 3px 0 0; }
  .ckra-reference-featured-list p { display: -webkit-box; font-size: .68rem; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .ckra-reference-featured-list article > a { font-size: 0; padding: 8px; }
  .ckra-reference-featured-list article > a::after { content: "→"; font-size: .9rem; }
  .ckra-reference-guide-tabs { display: flex; overflow-x: auto; }
  .ckra-reference-guide-tabs span { flex: 0 0 auto; min-width: 128px; }
  .ckra-reference-copy-grid { grid-template-columns: 1fr; }
  .ckra-reference-copy-grid p { font-size: .78rem; }
  .ckra-reference-footer .ckra-reference-shell { align-items: center; flex-direction: column; text-align: center; }
  .ckra-reference-footer nav { flex-wrap: wrap; justify-content: center; }
  .ckra-sticky-telegram { bottom: 20px; right: 8px; }
}

@media (max-width: 380px) {
  .ckra-brand strong { font-size: 1.22rem; }
  .ckra-reference-game-card__content p:first-of-type { display: none; }
  .ckra-reference-download { padding-inline: 8px; }
}

/* Premium game page: reference-matched layout shared by every canonical game. */
.single-game .ckra-premium-game { background: #fff; color: #4b5563; overflow: clip; }
.ckra-game-reference-shell { margin-inline: auto; max-width: 1050px; width: calc(100% - 40px); }
.ckra-game-reference-breadcrumb { min-height: 48px; }
.ckra-game-reference-breadcrumb .ckra-breadcrumb { margin: 0; padding: 16px 0 8px; }

.ckra-game-reference-hero { background: #fff; padding: 20px 0 54px; position: relative; }
.ckra-game-reference-hero__grid { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0,1fr) 350px; min-height: 430px; }
.ckra-game-reference-hero__copy { animation: ckra-game-copy-in .55s ease both; max-width: 650px; position: relative; z-index: 2; }
.ckra-game-reference-hero__badges { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.ckra-game-reference-hero__badges > * { background: #f4efff; border: 1px solid #e0d4fa; border-radius: 999px; color: #6d28d9; font-size: .68rem; font-weight: 800; letter-spacing: .04em; padding: 6px 11px; text-transform: uppercase; }
.ckra-game-reference-hero__badges a:hover { background: #6d28d9; border-color: #6d28d9; color: #fff; text-decoration: none; }
.ckra-game-reference-hero h1 { color: #101828; font-size: clamp(3.6rem,6vw,5.4rem); font-weight: 850; letter-spacing: -.055em; line-height: .98; margin: 0 0 23px; }
.ckra-game-reference-hero h1 > span { display: block; }
.ckra-game-reference-hero h1 .ckra-game-reference-hero__accent { color: #6d28d9; }
.ckra-game-reference-hero__intro { color: #656d7b; font-size: .98rem; line-height: 1.7; margin: 0 0 25px; max-width: 610px; }
.ckra-game-reference-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; }
.ckra-game-reference-button { align-items: center; appearance: none; border: 1px solid transparent; border-radius: 9px; cursor: pointer; display: inline-flex; font: inherit; font-size: .78rem; font-weight: 800; gap: 8px; justify-content: center; min-height: 46px; padding: 10px 18px; text-align: center; text-decoration: none; transition: background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease; }
.ckra-game-reference-button:hover { text-decoration: none; transform: translateY(-2px); }
.ckra-game-reference-button--primary { background: #6d28d9; box-shadow: 0 9px 22px rgba(109,40,217,.22); color: #fff; }
.ckra-game-reference-button--primary:hover { background: #5b21b6; box-shadow: 0 13px 28px rgba(109,40,217,.3); color: #fff; }
.ckra-game-reference-button--telegram { background: #fff; border-color: #7c3aed; color: #6d28d9; }
.ckra-game-reference-button--telegram:hover { background: #f4efff; color: #5b21b6; }
.ckra-game-reference-button--code { background: #faf8ff; border-color: #dfd5f5; color: #5b21b6; }
.ckra-game-reference-button--disabled { background: #eeeaf5; border-color: #e2dcec; color: #746c81; cursor: not-allowed; }
.ckra-game-reference-button--disabled:hover { transform: none; }
.ckra-game-reference-button--light { background: #fff; color: #5b21b6; margin-top: 4px; }
.ckra-game-reference-hero__review { align-items: flex-start; color: #767d89; display: flex; font-size: .68rem; gap: 8px; line-height: 1.55; margin: 16px 0 0; max-width: 600px; }
.ckra-game-reference-hero__review > span { align-items: center; background: #fff7df; border-radius: 50%; color: #9a6700; display: inline-flex; flex: 0 0 19px; font-size: .66rem; font-weight: 900; height: 19px; justify-content: center; margin-top: 1px; }
.ckra-game-reference-hero__review.is-verified > span { background: #dcfce7; color: #15803d; }
.ckra-game-reference-hero__visual { animation: ckra-game-art-in .65s ease both; justify-self: end; position: relative; }
.ckra-game-reference-hero__visual > img { background: #f5f1ff; border: 1px solid #ebe3fa; border-radius: 42px; box-shadow: 0 24px 50px rgba(38,26,68,.2); display: block; height: 320px; object-fit: cover; position: relative; width: 320px; z-index: 2; }
.ckra-game-reference-hero__glow { background: radial-gradient(circle,#c4b5fd 0,rgba(196,181,253,.45) 35%,transparent 70%); filter: blur(9px); height: 380px; left: -30px; opacity: .68; position: absolute; top: -30px; width: 380px; }
.ckra-game-reference-hero__status { align-items: center; background: rgba(255,255,255,.96); border: 1px solid #e9e2f5; border-radius: 999px; bottom: -17px; box-shadow: 0 9px 24px rgba(30,22,47,.14); color: #6f667b; display: inline-flex; font-size: .66rem; font-weight: 800; gap: 6px; left: 50%; padding: 8px 12px; position: absolute; transform: translateX(-50%); white-space: nowrap; z-index: 3; }
.ckra-game-reference-hero__status > span { color: #7c3aed; font-size: .85rem; }
.ckra-game-reference-hero__status.is-verified > span { color: #16a34a; }
@keyframes ckra-game-copy-in { from { opacity: 0; transform: translateX(-15px); } to { opacity: 1; transform: translateX(0); } }
@keyframes ckra-game-art-in { from { opacity: 0; transform: translateY(15px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

.ckra-game-reference-stats { background: #fff; padding: 0; position: relative; z-index: 3; }
.ckra-game-reference-stats__grid { background: #12151c; border-radius: 15px; box-shadow: 0 18px 35px rgba(15,23,42,.18); color: #fff; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); overflow: hidden; }
.ckra-game-reference-stats__grid > div { align-items: center; border-right: 1px solid rgba(255,255,255,.1); display: flex; gap: 11px; min-height: 92px; min-width: 0; padding: 17px 15px; }
.ckra-game-reference-stats__grid > div:last-child { border-right: 0; }
.ckra-game-reference-stats__icon { align-items: center; background: rgba(124,58,237,.2); border: 1px solid rgba(167,139,250,.28); border-radius: 10px; color: #c4b5fd; display: flex; flex: 0 0 32px; font-size: .7rem; font-weight: 900; height: 32px; justify-content: center; }
.ckra-game-reference-stats__icon svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 18px; }
.ckra-game-reference-stats p { margin: 0; min-width: 0; }
.ckra-game-reference-stats small { color: #9aa3b3; display: block; font-size: .58rem; font-weight: 700; margin-bottom: 3px; text-transform: uppercase; }
.ckra-game-reference-stats strong { display: block; font-size: .69rem; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ckra-game-reference-lead { background: #fff; padding: 29px 0 35px; }
.ckra-game-reference-lead p { color: #737b88; font-size: .82rem; line-height: 1.65; margin: 0 auto; max-width: 900px; text-align: center; }
.ckra-game-reference-lead strong { color: #6d28d9; }

.ckra-game-reference-body { padding-bottom: 90px; }
.ckra-game-reference-quick { align-items: start; display: grid; gap: 23px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 26px; }
.ckra-game-reference-quick__column { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.ckra-game-reference-panel { background: #fff; border: 1px solid #e8e5ed; border-radius: 15px; box-shadow: 0 5px 16px rgba(42,31,64,.04); padding: 25px; scroll-margin-top: 145px; }
.ckra-game-reference-kicker { color: #7c3aed; display: block; font-size: .62rem; font-weight: 850; letter-spacing: .1em; margin-bottom: 7px; text-transform: uppercase; }
.ckra-game-reference-panel h2,.ckra-game-reference-section h2 { color: #171c27; font-size: 1.27rem; letter-spacing: -.02em; margin: 0 0 14px; }
.ckra-game-reference-about p { color: #626b79; font-size: .8rem; line-height: 1.72; margin: 0 0 12px; }
.ckra-game-reference-about p:last-child { margin-bottom: 0; }
.ckra-game-reference-accordions { display: flex; flex-direction: column; gap: 8px; }
.ckra-game-reference-accordions details { background: #fafafa; border: 1px solid #e7e5eb; border-radius: 10px; overflow: hidden; }
.ckra-game-reference-accordions summary { align-items: center; color: #2f3541; cursor: pointer; display: flex; font-size: .75rem; font-weight: 780; gap: 9px; list-style: none; padding: 12px 37px 12px 12px; position: relative; }
.ckra-game-reference-accordions summary::-webkit-details-marker { display: none; }
.ckra-game-reference-accordions summary > span { align-items: center; background: #ede9fe; border-radius: 50%; color: #6d28d9; display: flex; flex: 0 0 22px; font-size: .64rem; height: 22px; justify-content: center; }
.ckra-game-reference-accordions summary::after { color: #7c3aed; content: "+"; font-size: 1.05rem; position: absolute; right: 13px; top: 9px; }
.ckra-game-reference-accordions details[open] summary::after { content: "−"; }
.ckra-game-reference-accordions details p { border-top: 1px solid #e7e5eb; color: #69717e; font-size: .72rem; line-height: 1.62; margin: 0; padding: 11px 13px; }
.ckra-game-reference-info-table { border: 1px solid #e7e5eb; border-radius: 11px; overflow: hidden; }
.ckra-game-reference-info-table > div { align-items: flex-start; background: #fff; border-bottom: 1px solid #eceaf0; display: grid; gap: 15px; grid-template-columns: 38% minmax(0,1fr); padding: 10px 13px; }
.ckra-game-reference-info-table > div:nth-child(2n) { background: #faf9fc; }
.ckra-game-reference-info-table > div:last-child { border-bottom: 0; }
.ckra-game-reference-info-table span { color: #858b96; font-size: .65rem; font-weight: 700; }
.ckra-game-reference-info-table strong { color: #353b47; font-size: .69rem; font-weight: 750; overflow-wrap: anywhere; text-align: right; }
.ckra-game-reference-steps { counter-reset: ckra-game-step; display: flex; flex-direction: column; gap: 9px; list-style: none; margin: 0; padding: 0; }
.ckra-game-reference-steps li { align-items: flex-start; background: #faf9fc; border: 1px solid #e9e5ef; border-radius: 10px; counter-increment: ckra-game-step; display: flex; gap: 11px; padding: 11px 12px; }
.ckra-game-reference-steps li::before { align-items: center; background: #6d28d9; border-radius: 50%; color: #fff; content: counter(ckra-game-step); display: flex; flex: 0 0 26px; font-size: .62rem; font-weight: 900; height: 26px; justify-content: center; margin-top: 1px; }
.ckra-game-reference-steps--account li::before { background: #0f9f6e; }
.ckra-game-reference-steps li span { color: #596170; font-size: .73rem; line-height: 1.55; }
.ckra-game-reference-bonus { background: linear-gradient(145deg,#6d28d9,#4c1d95); border-radius: 16px; box-shadow: 0 16px 32px rgba(91,33,182,.21); color: #fff; overflow: hidden; padding: 27px; position: relative; }
.ckra-game-reference-bonus::after { background: rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 170px; position: absolute; right: -58px; top: -70px; width: 170px; }
.ckra-game-reference-bonus__amount { align-items: flex-start; display: flex; flex-direction: column; margin-bottom: 11px; position: relative; z-index: 1; }
.ckra-game-reference-bonus__amount span { color: #ddd6fe; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ckra-game-reference-bonus__amount strong { font-size: 1.55rem; line-height: 1.25; }
.ckra-game-reference-bonus h2 { color: #fff; font-size: 1.15rem; margin: 0 0 8px; position: relative; z-index: 1; }
.ckra-game-reference-bonus p { color: #ede9fe; font-size: .73rem; line-height: 1.6; margin: 0 0 9px; position: relative; z-index: 1; }
.ckra-game-reference-bonus .ckra-game-reference-bonus__terms { border-top: 1px solid rgba(255,255,255,.18); color: #cfc7e2; font-size: .65rem; padding-top: 9px; }
.ckra-game-reference-bonus .ckra-game-reference-button { position: relative; z-index: 1; }

.ckra-game-reference-nav { align-items: center; background: rgba(255,255,255,.96); border: 1px solid #e7e2ef; border-radius: 12px; box-shadow: 0 8px 24px rgba(31,25,55,.08); display: flex; gap: 6px; margin: 24px 0; overflow-x: auto; padding: 7px; position: sticky; scrollbar-width: thin; top: 86px; z-index: 45; }
.admin-bar .ckra-game-reference-nav { top: 118px; }
.ckra-game-reference-nav a { border-radius: 8px; color: #606775; flex: 0 0 auto; font-size: .68rem; font-weight: 750; padding: 9px 12px; }
.ckra-game-reference-nav a:hover { background: #6d28d9; color: #fff; text-decoration: none; }
.ckra-game-reference-content { margin-inline: auto; max-width: 1000px; }
.ckra-game-reference-section { background: #fff; border: 1px solid #e7e4ec; border-radius: 17px; box-shadow: 0 5px 18px rgba(42,31,64,.04); margin-bottom: 20px; padding: clamp(28px,4.5vw,50px); scroll-margin-top: 145px; }
.ckra-game-reference-section > h2 { font-size: clamp(1.5rem,3vw,2rem); margin-bottom: 20px; }
.ckra-game-reference-section__heading { margin: 0 auto 23px; max-width: 720px; text-align: center; }
.ckra-game-reference-section__heading h2 { font-size: 1.65rem; margin-bottom: 7px; }
.ckra-game-reference-section__heading p { color: #737b88; font-size: .79rem; line-height: 1.62; margin: 0; }
.ckra-game-reference-content .ckra-prose { color: #4f5867; }
.ckra-game-reference-content .ckra-prose > p,.ckra-game-reference-content .ckra-prose > ul,.ckra-game-reference-content .ckra-prose > ol { font-size: .92rem; line-height: 1.82; }
.ckra-game-reference-content .ckra-prose > p { margin: 0 0 1.15em; }
.ckra-game-reference-content .ckra-prose h2 { border-top: 1px solid #ebe8ef; color: #161c27; font-size: 1.45rem; margin: 34px 0 14px; padding-top: 28px; }
.ckra-game-reference-content .ckra-prose > .ckra-game-reference-kicker + h2,.ckra-game-reference-content .ckra-prose > h2:first-of-type { border-top: 0; margin-top: 0; padding-top: 0; }
.ckra-game-reference-content .ckra-prose h3 { color: #6d28d9; font-size: 1.07rem; margin: 25px 0 9px; }
.ckra-game-reference-content .ckra-prose a { color: #6d28d9; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.ckra-game-reference-content .ckra-hindi-guide { background: linear-gradient(180deg,#fdfcff,#faf7ff); border-color: #ded4f1; }
.ckra-game-reference-content .ckra-hindi-guide p,.ckra-game-reference-content .ckra-hindi-guide li { line-height: 1.95; }
.ckra-game-reference-content .ckra-language-intro { background: #f0eaff; border-left: 4px solid #7c3aed; border-radius: 7px; color: #544568; padding: 13px 15px; }
.ckra-game-reference-screenshots { margin-bottom: 24px; }
.ckra-game-reference-screenshots .ckra-carousel figure { flex-basis: min(250px,78%); }
.ckra-game-reference-screenshots .ckra-carousel figure img { border-radius: 18px; box-shadow: 0 9px 24px rgba(31,25,55,.09); }
.ckra-game-reference-safety__notice { align-items: flex-start; background: #fff8e7; border: 1px solid #efd9a8; border-radius: 13px; display: flex; gap: 13px; padding: 16px; }
.ckra-game-reference-safety__notice > span { align-items: center; background: #f59e0b; border-radius: 50%; color: #fff; display: flex; flex: 0 0 30px; font-weight: 900; height: 30px; justify-content: center; }
.ckra-game-reference-safety__notice strong { color: #8a5300; display: block; font-size: .78rem; margin-bottom: 4px; }
.ckra-game-reference-safety__notice p { color: #755d35; font-size: .75rem; line-height: 1.65; margin: 0; }
.ckra-game-reference-safety > .ckra-prose { margin-top: 22px; }
.ckra-game-reference-faq .ckra-faq-list details { border-color: #e5e1eb; border-radius: 11px; }
.ckra-game-reference-faq .ckra-faq-list summary { font-size: .82rem; padding-block: 15px; }
.ckra-game-reference-faq .ckra-faq-list details > div { color: #5f6876; font-size: .79rem; line-height: 1.68; }
.ckra-game-reference-related { contain-intrinsic-size: 1px 3200px; content-visibility: auto; }
.ckra-game-reference-related__intro { color: #667085; font-size: .8rem; line-height: 1.65; margin: -6px 0 19px; max-width: 760px; }
.ckra-game-reference-related .ckra-game-list { display: grid; gap: 11px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.ckra-game-reference-related .ckra-game-row { gap: 11px; grid-template-columns: 54px minmax(0,1fr) minmax(95px,.55fr) 42px; min-height: 78px; padding: 10px; }
.ckra-game-reference-related .ckra-game-row__number,.ckra-game-reference-related .ckra-game-row__fact { display: none; }
.ckra-game-reference-related .ckra-game-row__icon { border-radius: 10px; grid-column: 1; height: 54px; width: 54px; }
.ckra-game-reference-related .ckra-game-row__main { grid-column: 2; }
.ckra-game-reference-related .ckra-game-row__main h3 { font-size: .83rem; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ckra-game-reference-related .ckra-game-row__meta .ckra-badge { font-size: .55rem; min-height: 20px; padding: 3px 6px; }
.ckra-game-reference-related .ckra-game-row__fact--signup_bonus { display: flex; grid-column: 3; }
.ckra-game-reference-related .ckra-game-row__fact--signup_bonus small { font-size: .55rem; }
.ckra-game-reference-related .ckra-game-row__fact--signup_bonus strong { color: #6d28d9; font-size: .68rem; }
.ckra-game-reference-related .ckra-game-row > .ckra-button { font-size: 0; grid-column: 4; height: 38px; min-height: 38px; padding: 0; width: 38px; }
.ckra-game-reference-related .ckra-game-row > .ckra-button span { font-size: 1rem; }
.ckra-game-reference-disclaimer { align-items: flex-start; background: #f8f8fa; border-color: #dedee5; display: flex; gap: 15px; padding-block: 25px; }
.ckra-game-reference-disclaimer > span { align-items: center; background: #6d28d9; border-radius: 50%; color: #fff; display: flex; flex: 0 0 30px; font-size: .75rem; font-weight: 900; height: 30px; justify-content: center; }
.ckra-game-reference-disclaimer h2 { font-size: 1rem; margin: 0 0 5px; }
.ckra-game-reference-disclaimer p { color: #69717e; font-size: .72rem; line-height: 1.65; margin: 0; }

@media (max-width: 900px) {
  .ckra-game-reference-hero__grid { gap: 35px; grid-template-columns: minmax(0,1fr) 270px; min-height: 390px; }
  .ckra-game-reference-hero__visual > img { border-radius: 34px; height: 260px; width: 260px; }
  .ckra-game-reference-hero__glow { height: 310px; width: 310px; }
  .ckra-game-reference-hero h1 { font-size: clamp(3.1rem,7vw,4.4rem); }
  .ckra-game-reference-stats__grid { grid-template-columns: repeat(3,1fr); }
  .ckra-game-reference-stats__grid > div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .ckra-game-reference-stats__grid > div:nth-child(3) { border-right: 0; }
  .ckra-game-reference-stats__grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .ckra-game-reference-stats__grid > div:last-child { border-right: 0; }
  .ckra-game-reference-stats__grid > div:nth-child(4) { grid-column: span 1; }
  .ckra-game-reference-stats__grid > div:nth-child(5) { grid-column: span 2; }
}

@media (max-width: 760px) {
  .ckra-game-reference-shell { width: calc(100% - 24px); }
  .ckra-game-reference-breadcrumb { min-height: 42px; }
  .ckra-game-reference-breadcrumb .ckra-breadcrumb { font-size: .62rem; overflow-x: auto; padding: 12px 0 5px; white-space: nowrap; }
  .ckra-game-reference-hero { padding: 15px 0 37px; }
  .ckra-game-reference-hero__grid { gap: 28px; grid-template-columns: 1fr; min-height: 0; text-align: center; }
  .ckra-game-reference-hero__copy { max-width: none; }
  .ckra-game-reference-hero__visual { grid-row: 1; justify-self: center; }
  .ckra-game-reference-hero__visual > img { border-radius: 27px; height: 172px; width: 172px; }
  .ckra-game-reference-hero__glow { height: 220px; left: -24px; top: -24px; width: 220px; }
  .ckra-game-reference-hero__badges,.ckra-game-reference-hero__actions { justify-content: center; }
  .ckra-game-reference-hero h1 { font-size: clamp(2.65rem,13vw,4rem); letter-spacing: -.045em; line-height: 1.01; }
  .ckra-game-reference-hero__intro { font-size: .88rem; line-height: 1.65; margin-inline: auto; }
  .ckra-game-reference-hero__review { justify-content: center; margin-inline: auto; max-width: 580px; text-align: left; }
  .ckra-game-reference-stats__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ckra-game-reference-stats__grid > div { border-bottom: 1px solid rgba(255,255,255,.1); min-height: 78px; }
  .ckra-game-reference-stats__grid > div:nth-child(2n) { border-right: 0; }
  .ckra-game-reference-stats__grid > div:nth-child(3) { border-right: 1px solid rgba(255,255,255,.1); }
  .ckra-game-reference-stats__grid > div:nth-child(4) { border-bottom: 1px solid rgba(255,255,255,.1); grid-column: auto; }
  .ckra-game-reference-stats__grid > div:nth-child(5) { border-bottom: 0; grid-column: 1 / -1; justify-content: center; }
  .ckra-game-reference-lead { padding: 23px 0 28px; }
  .ckra-game-reference-lead p { font-size: .74rem; }
  .ckra-game-reference-quick { grid-template-columns: 1fr; }
  .ckra-game-reference-panel { padding: 22px 19px; }
  .ckra-game-reference-nav { margin-inline: -2px; top: 78px; }
  .admin-bar .ckra-game-reference-nav { top: 124px; }
  .ckra-game-reference-section { border-radius: 14px; padding: 27px 20px; }
  .ckra-game-reference-content .ckra-prose > p,.ckra-game-reference-content .ckra-prose > ul,.ckra-game-reference-content .ckra-prose > ol { font-size: .87rem; line-height: 1.78; }
  .ckra-game-reference-content .ckra-prose h2 { font-size: 1.3rem; }
  .ckra-game-reference-related .ckra-game-list { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .ckra-game-reference-hero__badges { margin-bottom: 13px; }
  .ckra-game-reference-hero h1 { margin-bottom: 16px; }
  .ckra-game-reference-hero__actions { align-items: stretch; flex-direction: column; margin-inline: auto; max-width: 360px; }
  .ckra-game-reference-hero__actions > * { width: 100%; }
  .ckra-game-reference-button { min-height: 48px; }
  .ckra-game-reference-stats__grid > div { gap: 8px; padding: 12px 10px; }
  .ckra-game-reference-stats__icon { flex-basis: 28px; height: 28px; }
  .ckra-game-reference-stats strong { font-size: .64rem; }
	.ckra-game-reference-related .ckra-game-row { grid-template-columns: 54px minmax(0,1fr) 42px; }
	.ckra-game-reference-related .ckra-game-row__fact--signup_bonus { display: none; }
	.ckra-game-reference-related .ckra-game-row > .ckra-button { grid-column: 3; }
  .ckra-game-reference-body { padding-bottom: 78px; }
  .ckra-game-reference-quick { gap: 14px; }
  .ckra-game-reference-quick__column { gap: 14px; }
  .ckra-game-reference-panel { border-radius: 13px; padding: 20px 15px; }
  .ckra-game-reference-panel h2 { font-size: 1.16rem; }
  .ckra-game-reference-info-table > div { gap: 9px; grid-template-columns: 34% minmax(0,1fr); padding-inline: 10px; }
  .ckra-game-reference-bonus { padding: 23px 18px; }
  .ckra-game-reference-nav { border-radius: 10px; }
  .ckra-game-reference-nav a { font-size: .63rem; padding: 8px 10px; }
  .ckra-game-reference-section { margin-bottom: 13px; padding: 24px 15px; }
  .ckra-game-reference-section > h2 { font-size: 1.35rem; }
  .ckra-game-reference-screenshots .ckra-carousel { padding-inline: 34px; }
  .ckra-game-reference-screenshots .ckra-carousel__prev,.ckra-game-reference-screenshots .ckra-carousel__next { height: 32px; width: 32px; }
  .ckra-game-reference-safety__notice { gap: 9px; padding: 13px 11px; }
  .ckra-game-reference-disclaimer { gap: 10px; }
  .ckra-game-reference-disclaimer > span { flex-basis: 26px; height: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .ckra-game-reference-hero__copy,.ckra-game-reference-hero__visual { animation: none; }
  .ckra-game-reference-button { transition: none; }
}

/* v3 WebCopy-reference presentation: original content, supplied visual system. */
body { background: #f7f9fb; color: #596170; }
.ckra-header { background: #ff1515; border: 0; box-shadow: 0 6px 18px rgba(255,21,21,.16); color: #fff; position: relative; }
.ckra-header__inner { min-height: 70px; }
.ckra-brand { gap: 10px; }
.ckra-brand__image { border: 2px solid rgba(255,255,255,.28); border-radius: 13px; height: 52px; object-fit: cover; width: 52px; }
.ckra-brand strong { color: #fff; font-size: clamp(1rem,2.2vw,1.45rem); font-weight: 800; letter-spacing: -.025em; }
.ckra-menu-toggle { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.2); color: #fff; display: inline-flex; margin-left: auto; }
.ckra-nav { display: none; }
.ckra-nav.is-open { background: #fff; border: 1px solid #edf0f5; border-radius: 0 0 12px 12px; box-shadow: 0 14px 30px rgba(25,30,40,.14); display: block; left: 0; padding: 10px 18px 18px; position: absolute; right: 0; top: 70px; z-index: 120; }
.ckra-nav.is-open .menu { align-items: stretch; flex-direction: column; gap: 2px; }
.ckra-nav.is-open a { color: #2d333d; }
.ckra-mobile-quick-nav { background: #fff; border-bottom: 1px solid #e7ebf1; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; padding: 10px 18px; position: relative; z-index: 10; }
.ckra-mobile-quick-nav a { align-items: center; border-radius: 8px; color: #697384; display: flex; flex-direction: column; font-size: .72rem; font-weight: 600; gap: 3px; justify-content: center; min-height: 48px; text-decoration: none; }
.ckra-mobile-quick-nav a:first-child { background: #fff1f3; color: #ff2536; }
.ckra-mobile-quick-nav a span { font-size: 1rem; }

.ckra-reference-home { background: #f8fafc; }
.ckra-reference-home > .ckra-reference-hero { display: none; }
.ckra-reference-overview { padding: 15px 18px 4px; }
.ckra-reference-overview h1,.ckra-reference-overview h2 { color: #21262f; font-weight: 800; letter-spacing: -.02em; text-align: center; }
.ckra-reference-overview h1 { font-size: clamp(1.35rem,3vw,1.75rem); margin: 0 0 12px; text-transform: none; }
.ckra-reference-overview h2 { font-size: clamp(1.2rem,2.7vw,1.6rem); margin: 13px 0 8px; }
.ckra-reference-overview__intro { background: linear-gradient(105deg,#050505 0%,#14191d 35%,#15e1db 100%); border-radius: 10px; box-shadow: 0 8px 18px rgba(16,28,35,.1); color: #fff; padding: 11px 13px; }
.ckra-reference-overview__intro p { color: inherit; font-size: .75rem; line-height: 1.45; margin: 0; }
.ckra-reference-hub-links { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 9px; }
.ckra-reference-hub-links a { background: #fff; border: 1px solid #ffb7bf; border-radius: 999px; color: #e91932; font-size: .7rem; font-weight: 750; padding: 5px 11px; }
.ckra-reference-overview .ckra-reference-tabs { background: #fff; border: 1px solid #eef0f4; border-radius: 10px; box-shadow: 0 3px 9px rgba(35,45,60,.05); display: grid; gap: 0; grid-template-columns: repeat(2,1fr); margin: 0; overflow: hidden; padding: 4px; }
.ckra-reference-overview .ckra-reference-tabs a { border: 0; border-radius: 7px; color: #697384; font-size: .84rem; min-height: 42px; padding: 10px; }
.ckra-reference-overview .ckra-reference-tabs .is-active { background: #ff1212; color: #fff; }
.ckra-reference-overview .ckra-reference-tabs .is-active::after { display: none; }
.ckra-reference-directory { background: transparent; padding: 7px 18px 28px; }
.ckra-reference-directory__panel { background: transparent; border-radius: 0; padding: 0; }
.ckra-reference-directory .ckra-reference-tabs,.ckra-reference-directory__heading { display: none; }
.ckra-reference-game-list { gap: 9px; }
.ckra-reference-game-card { background: #fff; border: 1px solid #e1e6ed; border-radius: 12px; box-shadow: 0 3px 8px rgba(30,38,50,.06); min-height: 92px; padding: 13px 16px; }
.ckra-reference-game-card:hover { border-color: #ff777f; box-shadow: 0 9px 22px rgba(255,21,21,.09); transform: translateY(-1px); }
.ckra-reference-game-card__icon { border-radius: 12px; flex-basis: 58px; height: 58px; }
.ckra-reference-game-card__icon img { height: 58px; width: 58px; }
.ckra-reference-game-card__content { padding: 0 16px; }
.ckra-reference-game-card__content h3 { font-size: .96rem; margin-bottom: 3px; }
.ckra-reference-game-card__content h3 a:hover { color: #e91932; }
.ckra-reference-game-card__content p { color: #222b37; font-size: .69rem; margin-bottom: 2px; }
.ckra-reference-game-card__content .ckra-reference-game-card__bonus { color: #e91932; font-size: .7rem; }
.ckra-reference-download { background: #060606; border-radius: 9px; box-shadow: 0 5px 12px rgba(0,0,0,.13); color: #fff; font-size: .78rem; min-width: 114px; padding: 12px 15px; }
.ckra-reference-download:hover { background: #e91932; color: #fff; }

.single-game { background: #f5f7fa; }
.single-game .ckra-header { margin-inline: auto; max-width: 430px; }
.single-game .ckra-header__inner { min-height: 56px; padding-inline: 12px; width: 100%; }
.single-game .ckra-brand__image { height: 40px; width: 40px; }
.single-game .ckra-brand strong { font-size: .9rem; }
.single-game .ckra-game-reference-breadcrumb { display: none; }
.single-game .ckra-premium-game { background: transparent; margin-inline: auto; max-width: 430px; }
.ckra-webcopy-game-hero { background: #fff; box-shadow: 0 0 18px rgba(30,38,50,.08); padding: 14px 15px 16px; }
.ckra-webcopy-game-hero__app { text-align: center; }
.ckra-webcopy-game-hero__app img { border-radius: 20px; box-shadow: 0 7px 16px rgba(25,32,44,.13); height: 82px; object-fit: cover; width: 82px; }
.ckra-webcopy-game-hero__app h1 { color: #242a33; font-size: 1.35rem; font-weight: 800; letter-spacing: -.025em; margin: 9px 0 17px; }
.ckra-webcopy-game-hero__stats { background: #fafbfc; border-radius: 10px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-bottom: 13px; padding: 12px 6px; }
.ckra-webcopy-game-hero__stats > div { min-width: 0; text-align: center; }
.ckra-webcopy-game-hero__stats strong { color: #2b3039; display: block; font-size: .83rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ckra-webcopy-game-hero__stats small { color: #707887; display: block; font-size: .6rem; margin-top: 3px; }
.ckra-webcopy-game-hero__actions { display: grid; gap: 8px; }
.ckra-webcopy-game-hero__actions > * { align-items: center; border-radius: 8px; display: flex; font-size: .78rem; font-weight: 800; gap: 7px; justify-content: center; min-height: 48px; padding: 10px; text-align: center; text-decoration: none; }
.ckra-webcopy-download { background: linear-gradient(90deg,#f21057,#c71469); color: #fff; }
.ckra-webcopy-download:hover { color: #fff; filter: brightness(.96); }
.ckra-webcopy-download.is-disabled { background: #e9ebef; color: #646c78; }
.ckra-webcopy-telegram { background: #fff; border: 2px solid #ff4545; color: #ef3434; }
.ckra-webcopy-telegram:hover { background: #fff4f4; color: #d92525; }
.ckra-webcopy-game-hero__description { background: #fff; border: 1px solid #eef0f3; border-radius: 9px; box-shadow: 0 3px 9px rgba(32,39,51,.06); margin-top: 15px; padding: 13px 14px; }
.ckra-webcopy-game-hero__description p { font-size: .76rem; line-height: 1.65; margin: 0 0 10px; }
.ckra-webcopy-game-hero__description a { align-items: center; border: 2px solid #2874ee; border-radius: 8px; color: #2874ee; display: flex; font-size: .78rem; font-weight: 750; gap: 7px; justify-content: center; min-height: 44px; }
.single-game .ckra-game-reference-body { background: #fff; padding: 0 12px 76px; width: 100%; }
.single-game .ckra-game-reference-quick { gap: 12px; grid-template-columns: 1fr; margin-bottom: 13px; }
.single-game .ckra-game-reference-quick__column { gap: 12px; }
.single-game .ckra-game-reference-panel,.single-game .ckra-game-reference-section { border: 1px solid #eef0f3; border-radius: 9px; box-shadow: 0 3px 9px rgba(32,39,51,.06); padding: 16px; }
.single-game .ckra-game-reference-panel h2,.single-game .ckra-game-reference-section > h2 { color: #282e38; font-size: 1.05rem; }
.single-game .ckra-game-reference-kicker { color: #ef164f; }
.single-game .ckra-game-reference-nav { border-radius: 9px; margin: 12px 0; top: 4px; }
.admin-bar.single-game .ckra-game-reference-nav { top: 36px; }
.single-game .ckra-game-reference-nav a { font-size: .6rem; padding: 7px 9px; }
.single-game .ckra-game-reference-content .ckra-prose p,.single-game .ckra-game-reference-content .ckra-prose li { font-size: .78rem; line-height: 1.72; }
.single-game .ckra-game-reference-content .ckra-prose h2 { font-size: 1.1rem; }
.single-game .ckra-game-reference-related .ckra-game-list { display: flex; flex-direction: column; gap: 8px; }
.single-game .ckra-game-row { border-radius: 9px; display: grid; gap: 3px 9px; grid-template-columns: 48px minmax(0,1fr) 84px; grid-template-rows: auto auto auto; padding: 9px; position: relative; }
.single-game .ckra-game-row__number { height: 18px; left: -5px; position: absolute; top: -5px; width: 18px; }
.single-game .ckra-game-row__icon { grid-column: 1; grid-row: 1 / span 3; height: 46px; width: 46px; }
.single-game .ckra-game-row__main { grid-column: 2; grid-row: 1; }
.single-game .ckra-game-row__main h3 { font-size: .75rem; }
.single-game .ckra-game-row__meta { display: none; }
.single-game .ckra-game-row__fact { align-items: center; display: flex; gap: 4px; grid-column: 2; padding: 0; }
.single-game .ckra-game-row__fact small,.single-game .ckra-game-row__fact strong { font-size: .57rem; }
.single-game .ckra-game-row__fact--signup_bonus { grid-row: 2; }
.single-game .ckra-game-row__fact--minimum_withdrawal { grid-row: 3; }
.single-game .ckra-game-row__updated { display: none; }
.single-game .ckra-game-row > .ckra-button { align-self: center; font-size: .65rem; grid-column: 3; grid-row: 1 / span 3; min-height: 36px; padding: 7px; }

@media (max-width: 700px) {
  .ckra-header__inner { padding-inline: 14px; }
  .ckra-brand__image { height: 44px; width: 44px; }
  .ckra-brand strong { font-size: .9rem; }
  .ckra-mobile-quick-nav { padding-inline: 6px; }
  .ckra-mobile-quick-nav a { font-size: .62rem; }
  .ckra-reference-overview,.ckra-reference-directory { padding-inline: 10px; }
  .ckra-reference-overview__intro p { font-size: .67rem; }
  .ckra-reference-game-card { min-height: 82px; padding: 10px; }
  .ckra-reference-game-card__icon,.ckra-reference-game-card__icon img { height: 52px; width: 52px; }
  .ckra-reference-game-card__icon { flex-basis: 52px; }
  .ckra-reference-game-card__content { padding-inline: 10px; }
  .ckra-reference-game-card__content h3 { font-size: .8rem; }
  .ckra-reference-game-card__content p,.ckra-reference-game-card__content .ckra-reference-game-card__bonus { font-size: .6rem; }
  .ckra-reference-download { font-size: .66rem; min-width: 90px; padding: 10px 9px; }
}

@media (max-width: 390px) {
  .ckra-brand strong { max-width: 220px; }
  .ckra-reference-game-card { align-items: center; }
  .ckra-reference-game-card__content { padding-right: 5px; }
  .ckra-reference-download { min-width: 78px; }
  .ckra-webcopy-game-hero__stats strong { font-size: .72rem; }
}
