/* Vodka Casino · independent new-domain edition. Public UI and admin styles. */
:root {
    color-scheme: dark;
    --bg: #0b101b;
    --panel: #121c2c;
    --panel-soft: #101929;
    --raised: #1b2940;
    --text: #f6f9ff;
    --muted: #becbe0;
    --subtle: #8fabc7;
    --border: #263a55;
    --green: #278dff;
    --green-hover: #39b7ff;
    --purple: #4ab9ff;
    --radius: 24px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 108px;
}
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img {
    display: block;
    max-width: 100%;
}
svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
button, input, textarea, select {
    font: inherit;
}
button, a, input, textarea, select, summary {
    -webkit-tap-highlight-color: transparent;
}
button, summary {
    cursor: pointer;
}
button {
    color: inherit;
}
h1, h2, h3, p, figure {
    margin: 0;
}
h1, h2, h3 {
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.18;
    text-wrap: balance;
    overflow-wrap: anywhere;
}
h2 {
    font-size: clamp(25px, 2.3vw, 35px);
}
h3 {
    font-size: 22px;
}
p {
    color: var(--muted);
    overflow-wrap: anywhere;
}
p + p {
    margin-top: 18px;
}
[hidden] {
    display: none !important;
}
:focus-visible {
    outline: 3px solid #56c3ff;
    outline-offset: 5px;
}
.wrap {
    width: min(1440px, calc(100% - 48px));
    margin-inline: auto;
}
.sr-only, .skip:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}
.skip:focus {
    position: fixed;
    z-index: 100;
    top: 10px;
    left: 10px;
    padding: 12px 20px;
    color: white;
    background: #1759c9;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    max-width: 100%;
    padding: 13px 25px;
    border: 1px solid #49b9ff;
    border-radius: 14px;
    background: linear-gradient(110deg, #30b9f6, #1960f8);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 6px 22px #1563f029;
    transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}
.btn:hover {
    filter: brightness(1.12);
    transform: translateY(-1px);
}
.btn:active {
    transform: translateY(0);
}
.btn.secondary {
    background: #1a263b;
    border-color: #32445e;
    color: #ffffff;
    box-shadow: none;
}
.actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid #202e434f;
    background: #0b101bf5;
    backdrop-filter: blur(18px);
}
.header-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 86px;
}
.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}
.brand img {
    width: 183px;
    height: 36px;
    object-fit: contain;
}
.product-switch {
    display: flex;
    padding: 5px;
    gap: 5px;
    margin-left: auto;
    background: #161f31;
    border-radius: 16px;
}
.product-tab {
    padding: 10px 20px;
    border-radius: 12px;
    color: white;
    font-weight: 800;
    font-size: 15px;
}
.product-tab.active {
    background: linear-gradient(120deg, #38b6ff, #1b62ff);
    box-shadow: 0 0 18px #2389ff45;
}
.header-search, .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border: 1px solid #273550;
    border-radius: 14px;
    background: #182135;
    color: #40baff;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-actions .btn {
    min-height: 46px;
    padding: 11px 24px;
}
.main-nav {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    width: min(480px, 100%);
    padding: 18px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #121e30;
    box-shadow: 0 20px 45px #0007;
}
.main-nav.is-open {
    display: grid;
}
.nav-link {
    border-radius: 10px;
    padding: 13px;
    font-weight: 650;
    background: #1b2a40;
}
.nav-link:hover {
    background: #253c59;
}
/* Brand-first banner. Image has an explicit, fully contained area at every width. */
.casino-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    margin-top: 30px;
    min-height: 475px;
    border: 1px solid #29486c;
    border-radius: 30px;
    background: linear-gradient(90deg, #07152ed9 0%, #0c1a34b5 45%, #10203922 100%), url('/assets/art/hero-bg.webp') center / cover no-repeat;
}
.hero-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    padding: 36px 0 36px 44px;
}
.eyebrow {
    display: inline-block;
    color: #74c9ff;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.casino-hero h1 {
    margin-top: 12px;
    font-size: clamp(42px, 4.7vw, 70px);
    line-height: 1.06;
    font-weight: 850;
    letter-spacing: -0.04em;
    text-wrap: initial;
}
.hero-intro {
    max-width: 535px;
    font-size: 17px;
    line-height: 1.6;
    margin-top: 22px;
    color: #d8e4f5;
}
.hero-actions .btn {
    min-width: 170px;
}
.hero-offer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin-top: 27px;
    max-width: 560px;
    border-top: 1px solid #68a1d448;
    padding-top: 20px;
}
.hero-offer strong {
    color: #69d4ff;
    font-size: 30px;
    line-height: 1.2;
    white-space: nowrap;
}
.hero-offer span, .hero-offer small {
    display: block;
    color: #eaf2ff;
    font-size: 12px;
}
.hero-offer small {
    color: #b4c9e6;
    margin-top: 3px;
}
.hero-art {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    padding: 10px 22px 0 0;
    overflow: hidden;
    border-radius: 0 30px 30px 0;
}
.hero-art picture {
    display: block;
    width: min(100%, 402px);
}
.hero-art img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 0 24px #0a73fc36);
}
.promo-inline {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px dashed #5794c9;
    background: #122e51;
    padding: 9px 14px;
    border-radius: 10px;
    margin-top: 18px;
}
.quick-offers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 0;
}
.quick-offer {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 140px;
    min-width: 0;
    border: 1px solid #253d5e;
    border-radius: 22px;
    padding: 22px;
    overflow: hidden;
    background: linear-gradient(105deg, #152137, #14315b);
    transition: border-color 180ms ease, transform 180ms ease;
}
.quick-offer:hover {
    border-color: #5aafff;
    transform: translateY(-2px);
}
.quick-offer > div {
    position: relative;
    z-index: 1;
    width: 72%;
}
.quick-offer strong {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    margin: 8px 0;
}
.quick-offer small {
    color: #bed0e9;
    font-size: 11px;
    line-height: 1.4;
}
.quick-offer span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6bcaff;
    font-weight: 700;
}
.quick-offer img {
    position: absolute;
    right: -3px;
    width: 114px;
    height: 114px;
    object-fit: contain;
    opacity: 0.9;
}
.platform-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    border-bottom: 1px solid var(--border);
    padding: 24px 12px;
    margin-bottom: 30px;
}
.platform-facts > div {
    display: flex;
    align-items: center;
    gap: 13px;
}
.platform-facts svg {
    color: #54b8ff;
}
.platform-facts p span, .platform-facts p strong {
    display: block;
    font-size: 12px;
}
.platform-facts p strong {
    font-size: 13px;
    color: #e3edf9;
}
.section-space {
    margin-top: 40px;
}
.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 18px;
}
.section-heading h2 {
    margin-top: 7px;
}
.search-form {
    display: flex;
    align-items: stretch;
    gap: 8px;
    max-width: 100%;
    width: 420px;
}
.search-field {
    display: flex;
    flex: 1;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid #314667;
    border-radius: 12px;
    background: #121f32;
    color: #54b8ff;
}
.search-field input {
    width: 100%;
    min-width: 0;
    height: 49px;
    padding: 0;
    background: none;
    color: white;
    border: 0;
    outline: none;
}
.search-form > button {
    min-width: 48px;
    padding: 10px;
}
.catalog-intro {
    max-width: 890px;
    font-size: 15px;
}
.filter-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}
.filter-btn {
    min-height: 40px;
    border: 1px solid #2a3e5b;
    border-radius: 10px;
    padding: 8px 13px;
    background: #141f31;
    font-size: 13px;
    font-weight: 700;
}
.filter-btn[aria-pressed="true"] {
    border-color: #4ab9ff;
    background: #193e66;
}
.game-count {
    color: var(--subtle);
    font-size: 13px;
    margin-left: auto;
}
.filter-row > .text-link {
    margin-left: 12px;
}
.games-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px 16px;
}
.game-card {
    min-width: 0;
}
.game-cover {
    display: block;
    position: relative;
    aspect-ratio: 280 / 330;
    border-radius: 18px;
    overflow: hidden;
    background: #19263c;
    border: 1px solid #3a4b6847;
}
.game-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 250ms ease;
}
.game-cover:hover img {
    transform: scale(1.04);
}
.game-launch {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #0b173ccc;
    opacity: 0;
    font-weight: 800;
    transition: opacity 160ms ease;
}
.game-cover:hover .game-launch, .game-cover:focus-visible .game-launch {
    opacity: 1;
}
.game-launch svg {
    width: 44px;
    height: 44px;
    color: #57c8ff;
}
.game-caption {
    margin: 11px 2px 0;
}
.game-caption h3 {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0;
    text-wrap: initial;
}
.game-caption p, .game-caption small {
    display: block;
    color: var(--subtle);
    font-size: 11px;
    margin-top: 4px;
}
.empty-state {
    padding: 36px 20px;
    border: 1px dashed var(--border);
    border-radius: 18px;
    text-align: center;
}
.catalog-bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
}
.text-link {
    color: #72caff;
    text-decoration: underline;
    text-decoration-color: #4e8eb373;
    text-underline-offset: 4px;
    font-weight: 650;
    overflow-wrap: anywhere;
}
.text-link:hover {
    color: white;
}
.text-link svg {
    display: inline;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-left: 4px;
}
.text-button {
    border: 0;
    color: #8ad5ff;
    background: transparent;
}
.provider-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    padding: 28px 20px;
    margin-top: 36px;
    border-top: 1px solid #23334b;
    border-bottom: 1px solid #23334b;
}
.provider-strip img {
    width: 125px;
    height: 38px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 1;
}
.reading-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 34px;
    align-items: start;
}
.article-content, .sidebar {
    min-width: 0;
}
.content-block {
    padding: 30px;
    margin-bottom: 22px;
    border: 1px solid #24354d;
    border-radius: 22px;
    background: #111a29;
    scroll-margin-top: 102px;
}
.content-block h2 {
    font-size: clamp(24px, 2.05vw, 31px);
    margin-bottom: 20px;
}
.content-block .eyebrow + h2 {
    margin-top: 8px;
}
.content-block p {
    font-size: 16px;
}
.related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 24px;
    font-size: 14px;
}
.related-links .btn {
    font-size: 14px;
}
.related-pages .text-link {
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 12px;
}
.sidebar-sticky {
    position: sticky;
    top: 110px;
    max-height: calc(100dvh - 132px);
    overflow: auto;
    scrollbar-width: thin;
}
.sidebar {
    align-self: stretch;
}
.toc {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 0 0 16px;
    border-left: 2px solid #2f476a;
}
.toc .eyebrow {
    margin-bottom: 12px;
}
.toc a {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 0;
    color: #c1cfe2;
    overflow-wrap: anywhere;
}
.toc a:hover {
    color: #78d1ff;
}
.sidebar-card {
    background: #17253a;
    border: 1px solid #30445f;
    border-radius: 18px;
    padding: 20px;
    margin-top: 22px;
    font-size: 13px;
}
.sidebar-card p {
    margin: 14px 0;
}
.table-hint {
    display: none;
}
.table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid #2d415e;
    border-radius: 14px;
    margin: 24px 0 8px;
    scrollbar-color: #396697 #152034;
    scrollbar-width: thin;
}
table {
    border-collapse: collapse;
    width: 100%;
    min-width: 490px;
    font-size: 14px;
    line-height: 1.5;
}
th, td {
    padding: 15px 17px;
    text-align: left;
    border-bottom: 1px solid #293b54;
    vertical-align: top;
}
thead {
    background: #1e3653;
}
th {
    font-weight: 700;
    color: #eef7ff;
}
tbody td {
    color: #ccdaeb;
}
tbody tr:nth-child(even) {
    background: #172438;
}
tbody tr:last-child th, tbody tr:last-child td {
    border-bottom: 0;
}
.steps {
    margin: 24px 0 0;
    padding-left: 24px;
    color: #d3dff1;
}
.steps li {
    margin: 12px 0;
    padding-left: 5px;
}
.steps li::marker {
    font-weight: 800;
    color: #6ccaff;
}
.note {
    padding: 17px 20px;
    border-left: 3px solid #418cdf;
    background: #182a42;
    margin-top: 20px;
    font-size: 14px;
    border-radius: 0 12px 12px 0;
}
.inner-hero {
    padding: 36px 0 32px;
    max-width: 1040px;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #92afcd;
    font-size: 12px;
    margin-bottom: 27px;
}
.inner-hero h1 {
    font-size: clamp(32px, 3.6vw, 49px);
    margin: 12px 0 18px;
}
.lead {
    max-width: 940px;
    font-size: 17px;
    line-height: 1.7;
}
.inner-hero + .catalog {
    margin-top: 8px;
    margin-bottom: 45px;
}
.section-media {
    margin: 16px 0 24px;
}
.section-media img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    border-radius: 16px;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.review-card {
    padding: 21px;
    border: 1px solid #2b3c55;
    border-radius: 17px;
    background: #172338;
    min-width: 0;
}
.review-card header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    line-height: 1.4;
    margin-bottom: 14px;
}
.review-card header > span {
    color: #6acbff;
    white-space: nowrap;
    font-size: 13px;
}
.review-card p {
    font-size: 14px;
}
.review-card small {
    display: block;
    margin-top: 18px;
    font-size: 11px;
    color: var(--subtle);
}
#review-count {
    font-size: 13px;
    margin-top: 15px;
}
.faq-list details, .rules-details {
    border-bottom: 1px solid #2b415d;
    padding: 17px 0;
}
.faq-list summary, .rules-details summary {
    color: #eaf4ff;
    font-weight: 650;
    padding-right: 12px;
}
.faq-list details p, .rules-details > div {
    margin-top: 14px;
}
.field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    font-size: 13px;
    color: #d6e4f7;
}
.field input, .field select, .field textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #38506f;
    border-radius: 10px;
    padding: 12px 14px;
    background: #0d192b;
    color: #ffffff;
    font-size: 16px;
    min-height: 48px;
}
.field textarea {
    resize: vertical;
    line-height: 1.5;
}
.field input:focus, .field select:focus, .field textarea:focus {
    border-color: #78c3ff;
}
.field small {
    color: #9eb3cc;
    line-height: 1.5;
    overflow-wrap: anywhere;
}
.field.full {
    grid-column: 1 / -1;
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.calculator {
    margin-top: 26px;
    padding: 26px;
    border: 1px solid #3466a3;
    border-radius: 18px;
    background: linear-gradient(135deg, #1a3252, #152135);
}
.calculator h3 {
    margin-bottom: 15px;
}
.calculator p {
    font-size: 14px;
    margin-bottom: 18px;
}
.calculator > .btn, .calculator > .field {
    margin-top: 18px;
}
.result {
    display: block;
    color: #d3ebff;
    background: #0a192b;
    padding: 19px;
    margin-top: 22px;
    border: 1px solid #356699;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.7;
}
.result[data-error="true"] {
    border-color: #b67758;
    color: #f6d8b7;
}
.breakdown {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}
.breakdown > div {
    background: #0d2038;
    border: 1px solid #2a4b70;
    border-radius: 12px;
    padding: 14px;
}
.breakdown span, .breakdown strong {
    display: block;
}
.breakdown span {
    font-size: 12px;
    color: #a9c4e1;
}
.breakdown strong {
    margin-top: 7px;
    font-size: 19px;
    overflow-wrap: anywhere;
}
.promo-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding: 23px;
    border: 1px dashed #6bb6ff;
    border-radius: 16px;
    margin-top: 20px;
}
.promo-card strong {
    display: block;
    font-size: 25px;
    letter-spacing: 0.05em;
}
.footer {
    margin-top: 50px;
    background: #0d1522;
    border-top: 1px solid #26334b;
    padding: 40px 0 22px;
}
.footer-top {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
}
.footer-brand p {
    font-size: 13px;
    margin-top: 18px;
}
.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.footer-links strong {
    display: block;
    font-size: 14px;
    margin-bottom: 14px;
}
.footer-link {
    display: block;
    font-size: 13px;
    color: #adbed6;
    padding: 5px 0;
}
.footer-link:hover {
    color: white;
}
.footer-disclosure {
    display: flex;
    gap: 20px;
    padding-top: 24px;
    margin-top: 30px;
    border-top: 1px solid #253449;
}
.age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border: 1px solid #4578a6;
    border-radius: 50%;
    font-weight: 800;
    color: #badcfa;
}
.footer-disclosure p {
    font-size: 12px;
    line-height: 1.6;
}
.footer-disclosure p + p {
    margin-top: 8px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
    font-size: 11px;
    color: #8ca3bf;
}
.mobile-bottom {
    display: none;
}
.toast {
    position: fixed;
    z-index: 90;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100vw - 32px);
    padding: 15px 22px;
    background: #1a3e65;
    border: 1px solid #569ae6;
    border-radius: 14px;
    box-shadow: 0 10px 30px #0007;
}
/* File-based administration. */
.admin-wrap {
    width: min(1120px, calc(100% - 48px));
    margin: 36px auto 90px;
}
.admin-card {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 30px;
}
.auth-card {
    max-width: 540px;
    margin: 8vh auto;
}
.auth-card h1 {
    font-size: 30px;
    margin: 28px 0 14px;
}
.admin-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}
.admin-head h1 {
    font-size: 34px;
    margin-bottom: 10px;
}
.admin-nav, .admin-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 22px 0;
}
.admin-nav [aria-current="page"] {
    border-color: #72c8ff;
}
.admin-form {
    display: grid;
    gap: 19px;
    margin-top: 24px;
}
.admin-form .btn {
    justify-self: start;
}
.admin-form fieldset {
    display: grid;
    gap: 18px;
    min-width: 0;
    padding: 24px;
    border: 1px solid #345475;
    border-radius: 12px;
}
.admin-form legend {
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
}
.admin-card h2 {
    font-size: 27px;
    margin-bottom: 20px;
}
.admin-card p {
    font-size: 13px;
}
.admin-status {
    border: 1px solid #3da9e9;
    background: #163854;
    padding: 16px;
    margin: 20px 0;
    border-radius: 10px;
    color: white;
}
.admin-status.error {
    border-color: #e39b7a;
    background: #502c29;
}
.admin-card .toc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 20px;
    border: 0;
    padding: 0;
    margin: 20px 0;
}
.code-tip, code {
    overflow-wrap: anywhere;
}
.code-tip {
    margin-top: 18px;
}
@media (min-width: 1800px) {
    .wrap {
        width: min(1620px, calc(100% - 64px));
    }
    .casino-hero {
        min-height: 520px;
    }
    .hero-art picture {
        width: 432px;
    }
}
@media (max-width: 1199px) {
    .reading-layout {
        grid-template-columns: minmax(0, 1fr) 224px;
        gap: 24px;
    }
    .header-inner {
        gap: 10px;
    }
    .header-actions .btn {
        padding-inline: 16px;
    }
    .product-tab {
        padding-inline: 13px;
    }
    .hero-copy {
        padding-left: 30px;
    }
    .games-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .quick-offer {
        padding: 18px;
    }
    .quick-offer strong {
        font-size: 18px;
    }
    .quick-offer img {
        width: 94px;
        height: 94px;
    }
}
@media (max-width: 1023px) {
    .brand img {
        width: 150px;
    }
    .reading-layout {
        grid-template-columns: minmax(0, 1fr);
    }
    .sidebar {
        display: none;
    }
    .games-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .casino-hero {
        min-height: 450px;
    }
    .hero-copy {
        padding: 28px 0 28px 28px;
    }
    .hero-actions .btn {
        min-width: 135px;
        padding-inline: 16px;
    }
    .hero-art {
        padding-right: 8px;
    }
    .hero-intro {
        font-size: 15px;
    }
    .quick-offers {
        gap: 10px;
    }
    .quick-offer > div {
        width: 90%;
    }
    .quick-offer img {
        opacity: 0.3;
        right: -10px;
    }
    .platform-facts {
        gap: 12px;
        padding-inline: 0;
    }
    .platform-facts p strong {
        font-size: 12px;
    }
    .footer-top {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
@media (max-width: 767px) {
    html {
        scroll-padding-top: 78px;
    }
    body {
        padding-bottom: 78px;
    }
    .wrap {
        width: calc(100% - 28px);
    }
    .header-inner {
        min-height: 70px;
        gap: 10px;
    }
    .brand img {
        width: 139px;
        height: 28px;
    }
    .product-switch, .header-search, .header-actions > .secondary {
        display: none;
    }
    .header-actions {
        margin-left: auto;
        gap: 8px;
    }
    .header-actions .btn {
        min-height: 39px;
        border-radius: 11px;
        padding: 9px 12px;
        font-size: 12px;
    }
    .menu-button {
        width: 38px;
        height: 39px;
        border-radius: 11px;
    }
    .casino-hero {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 16px;
        min-height: 0;
        border-radius: 24px;
        background-position: 60% center;
    }
    .hero-copy {
        padding: 27px 22px 0;
    }
    .casino-hero h1 {
        font-size: clamp(35px, 9vw, 55px);
        line-height: 1.08;
    }
    .hero-intro {
        font-size: 14px;
        margin-top: 16px;
        line-height: 1.55;
    }
    .eyebrow {
        font-size: 10px;
    }
    .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        margin-top: 20px;
    }
    .hero-actions .btn {
        min-width: 0;
        min-height: 48px;
        padding: 11px 9px;
        font-size: 13px;
    }
    .hero-actions .btn svg {
        width: 17px;
    }
    .hero-offer {
        margin-top: 20px;
        padding-top: 17px;
        gap: 6px 12px;
    }
    .hero-offer strong {
        font-size: 26px;
    }
    .hero-offer span, .hero-offer small {
        font-size: 11px;
    }
    .hero-art {
        border-radius: 0 0 24px 24px;
        padding: 16px 0 0;
        height: auto;
        min-height: 0;
    }
    .hero-art picture {
        width: min(65%, 255px);
        height: auto;
    }
    .hero-art img {
        width: 100%;
        height: auto;
        max-height: none;
    }
    .quick-offers {
        grid-template-columns: 1fr;
        margin-top: 14px;
        gap: 10px;
    }
    .quick-offer {
        min-height: 101px;
        padding: 15px 20px;
        border-radius: 18px;
    }
    .quick-offer > div {
        width: 75%;
    }
    .quick-offer strong {
        margin: 4px 0;
        font-size: 18px;
    }
    .quick-offer img {
        width: 88px;
        height: 88px;
        right: 8px;
        opacity: 0.95;
    }
    .platform-facts {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 20px 10px;
        margin-bottom: 0;
    }
    .platform-facts p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        gap: 16px;
    }
    .platform-facts p span {
        font-size: 11px;
    }
    .platform-facts p strong {
        font-size: 11px;
        text-align: right;
    }
    .section-space {
        margin-top: 29px;
    }
    .section-heading {
        display: block;
    }
    .section-heading h2 {
        font-size: 25px;
    }
    .section-heading > .text-link {
        display: inline-block;
        margin-top: 12px;
    }
    .search-form {
        width: 100%;
        margin-top: 19px;
    }
    .games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px 10px;
    }
    .game-cover {
        border-radius: 12px;
    }
    .game-caption h3 {
        font-size: 12px;
        line-height: 1.3;
    }
    .game-caption p, .game-caption small {
        font-size: 10px;
    }
    .filter-row {
        gap: 7px;
    }
    .game-count {
        width: 100%;
        margin-top: 6px;
    }
    .filter-row > .text-link {
        margin-left: 0;
        font-size: 13px;
    }
    .catalog-intro {
        font-size: 13px;
    }
    .provider-strip {
        justify-content: center;
        gap: 20px;
        padding: 24px 6px;
    }
    .provider-strip img {
        width: 88px;
        height: 30px;
    }
    .content-block {
        padding: 22px 19px;
        border-radius: 18px;
        margin-bottom: 16px;
    }
    .content-block h2 {
        font-size: 24px;
        margin-bottom: 17px;
    }
    .content-block p {
        font-size: 15px;
    }
    .table-hint {
        display: block;
        font-size: 11px !important;
        margin-top: 20px;
        color: #88accf;
    }
    .table-scroll {
        margin-top: 10px;
    }
    table {
        font-size: 13px;
    }
    th, td {
        padding: 13px;
    }
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    .review-card p {
        font-size: 14px;
    }
    .inner-hero {
        padding-top: 24px;
    }
    .inner-hero h1 {
        font-size: 31px;
        text-wrap: initial;
    }
    .lead {
        font-size: 15px;
    }
    .breadcrumbs {
        margin-bottom: 19px;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .calculator {
        padding: 18px;
    }
    .calculator h3 {
        font-size: 21px;
    }
    .calculator > .btn {
        width: 100%;
        padding-inline: 9px;
    }
    .breakdown {
        grid-template-columns: 1fr;
    }
    .breakdown > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
    .breakdown strong {
        margin-top: 0;
    }
    .footer {
        margin-top: 30px;
        padding-top: 30px;
    }
    .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
    .footer-disclosure {
        gap: 12px;
    }
    .footer-disclosure p {
        font-size: 11px;
    }
    .mobile-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 50;
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 10px;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        background: #0d1529f7;
        border-top: 1px solid #36506d;
        backdrop-filter: blur(12px);
    }
    .mobile-bottom .btn {
        min-height: 47px;
        padding: 10px;
        font-size: 13px;
    }
    .toast {
        bottom: 85px;
    }
    .admin-body {
        padding-bottom: 0;
    }
    .admin-wrap {
        width: calc(100% - 24px);
        margin-top: 20px;
    }
    .admin-card {
        padding: 20px 16px;
    }
    .admin-head h1 {
        font-size: 24px;
    }
    .admin-form fieldset {
        padding: 16px;
    }
    .admin-nav .btn {
        min-height: 40px;
        font-size: 12px;
        padding: 9px 12px;
    }
    .auth-card {
        margin: 4vh auto;
    }
}
@media (max-width: 359px) {
    .brand img {
        width: 109px;
    }
    .header-actions .btn {
        padding-inline: 9px;
        font-size: 11px;
    }
    .header-inner {
        gap: 7px;
    }
    .hero-copy {
        padding: 23px 18px 0;
    }
    .casino-hero h1 {
        font-size: 32px;
    }
    .hero-actions .btn {
        font-size: 12px;
    }
    .games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .content-block {
        padding-inline: 15px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        transition: none !important;
        animation: none !important;
    }
}

.no-js .js-feature, .no-js .calculator {
    display: none;
}
.no-js .catalog-bottom {
    flex-wrap: wrap;
}
