
:root {
    --rrtbnkvhrmusjz: #f6fcf9;
    --aweznsnclugv: #fffdfd;
    --kbtqrbmdztsqgq: #2ece6e;
    --gjbvldvkicgpp: #0f1d3e;
    --lftdeemagcyhtc: #d1d4da;
    --mgovvsnofjna: #9aa2b0;
    --kbpodgtzvexo: rgb(0,179,254);
    --qqwurajdqjvwd: rgb(246,245,246);
}

* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: flex;
    background: var(--rrtbnkvhrmusjz);
    flex-direction: column;
    color: var(--gjbvldvkicgpp);
    min-height: 100vh;
}

body.no-scroll {
    height: 100vh;
    overflow: hidden;
}
.site-header {
    top: 0;
    background-color: var(--gjbvldvkicgpp);
    position: sticky;
    z-index: 1000;
}

.header-inner {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 1200px;
    align-items: center;
    padding: 12.005759px 20.005705237px;
    justify-content: space-between;
    display: flex;
}

#licence {
    image-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.logo-link {
    flex-shrink: 0;
    display: block;
}

#tips {
    -webkit-font-smoothing: antialiased;
}

.logo-img {
    display: block;
    max-width: 160.00200330px;
    width: auto;
    height: 40.0076px;
    object-fit: contain;
}

.nav .nav-list {
    list-style: none;
    gap: 24.0039719px;
    display: flex;
}

.nav a {
    font-weight: 500;
    font-size: 14.005712px;
    text-decoration: none;
    color: var(--lftdeemagcyhtc);
}

.nav a:hover {
    color: var(--aweznsnclugv);
}
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5.0035882px;
    width: 32.001342px;
    padding: 4.00149563px;
    height: 32.00715px;
    justify-content: center;
    cursor: pointer;
}

.menu-toggle-bar {
    height: 3.00928662px;
    border-radius: 2.00668458px;
    display: block;
    width: 100%;
    background: var(--aweznsnclugv);
}

.mobile-nav {
    display: none;
    border-top: 1px solid rgba(252,255,252,0.1);
    background-color: var(--gjbvldvkicgpp);
}

#age-confirm {
    backface-visibility: hidden;
    image-rendering: auto;
    text-rendering: optimizeLegibility;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav-list {
    gap: 12.00731px;
    display: flex;
    padding-top: 16.00541134px;
    padding-right: 20.0081272px;
    padding-bottom: 16.009153px;
    padding-left: 20.00986201px;
    list-style: none;
    flex-direction: column;
}

.mobile-nav-list a {
    text-decoration: none;
    font-size: 15.00550px;
    color: var(--lftdeemagcyhtc);
}

.mobile-nav-list a:hover {
    color: var(--aweznsnclugv);
}

@media (max-width: 767px) {
    .nav {
        display: none;
    }
    .menu-toggle {
        display: flex;
    }
}

@media (min-width: 768px) {
    .header-inner {
        padding: 14.0097px 24.001075px;
    }
    .logo-img {
        height: 48.00735247px;
    }
}
.hero {
    max-width: 1200.0081px;
    text-align: center;
    margin: 0 auto;
    padding: 24.0084873px 20.006488434px;
}

#ranking {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.hero-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--gjbvldvkicgpp);
    line-height: 1.3;
    margin-bottom: 12.006835123px;
}

.hero-text {
    margin: 0 auto;
    color: var(--mgovvsnofjna);
    max-width: 640px;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .hero {
        padding: 16.0035389px 16.0083380px;
    }
    .hero-title {
        font-size: 1.2rem;
    }
    .hero-text {
        display: none;
    }
}
.ranking-section {
    background-size: cover;
    padding: 24.0072px 16.009972025px;
    background-position: center;
    background-image: url('/images/hero-bg.webp'), url('/images/decorative/offers_bg.jpg');
    background-color: var(--rrtbnkvhrmusjz);
}

.ranking-list {
    flex-direction: column;
    display: flex;
    max-width: 100%;
    gap: 20.005768px;
    margin: 0 auto;
}

.casino-card {
    overflow: hidden;
    border-radius: 12.003870px;
    box-shadow: 0px 10.001px 15.00667px -3.003138884px rgba(0,1,0,0.1), 0px 4.0089139px 6.00506px -4.00102px rgba(2,2,2,0.1);
    flex-direction: column;
    display: flex;
    border: 1px solid var(--qqwurajdqjvwd);
    background: var(--aweznsnclugv);
    width: 100%;
}

main {
    flex: 1;
}

.card-head {
    padding: 16.0078458px;
    height: 80.005599327px;
    background-color: var(--gjbvldvkicgpp);
}

.card-logo-wrap {
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 100%;
}

.card-logo-box {
    align-items: center;
    min-width: 0;
    flex-shrink: 0;
    border-radius: 4px;
    padding: 6.004317px 12.0074px;
    overflow: hidden;
    background: var(--aweznsnclugv);
    height: 48.007840265px;
    display: flex;
    justify-content: center;
}

.card-logo {
    max-width: 100%;
    width: auto;
    object-fit: contain;
    display: block;
    height: 100%;
}

.card-score-wrap {
    gap: 4.0041711px;
    align-items: flex-end;
    flex-direction: column;
    display: flex;
}

.card-score-row {
    align-items: flex-end;
    display: flex;
    gap: 4.006738px;
}

#games {
    text-rendering: optimizeLegibility;
}

#menu-toggle {
    -webkit-font-smoothing: antialiased;
}

.util-3 {
    line-height: 32.0078px;
    text-align: right;
    font-size: 24.003891px;
    font-weight: 900;
}

#selection {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: normal;
}

.util-6 {
    color: var(--kbtqrbmdztsqgq);
}

.util-2 {
    color: var(--kbpodgtzvexo);
}

.card-score-max {
    line-height: 20.00532061px;
    font-weight: 700;
    color: var(--aweznsnclugv);
    font-size: 14.006853px;
    padding-bottom: 2.002582919px;
}

.card-score-label {
    font-weight: 400;
    font-size: 10.006475px;
    text-transform: uppercase;
    color: var(--lftdeemagcyhtc);
    text-align: right;
    letter-spacing: 0.25px;
    line-height: 15.007543362px;
}

.card-body {
    padding: 20.0069721px 16.004062867px;
    display: flex;
    flex-direction: column;
    gap: 20.006px;
}

.card-bonus-wrap {
    flex-direction: column;
    gap: 3.009px;
    display: flex;
}

.card-bonus-label {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--mgovvsnofjna);
    font-size: 10.0081755px;
    letter-spacing: 0.00343503px;
    line-height: 15.001050px;
}

.card-title {
    word-wrap: break-word;
    margin: 0;
    color: var(--gjbvldvkicgpp);
    font-weight: 900;
    font-size: 14.004px;
    line-height: 1.35;
    word-break: break-word;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

#age-decline {
    backface-visibility: hidden;
}

.card-action {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.util-1 {
    padding: 14.00731px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    flex: 1;
    font-weight: 700;
    display: block;
    box-shadow: 0px 4.0052px 6.00766659px -1px rgba(1,2,0,0.1), 0px 2.004px 4.0081594px -2.002131px rgba(0,2,4,0.1);
    font-size: 14.001370px;
    color: var(--aweznsnclugv);
    transition: opacity 0.2s ease, transform 0.2s ease;
    cursor: pointer;
    background-color: var(--kbtqrbmdztsqgq);
    text-transform: uppercase;
    border: none;
    line-height: 20.0028px;
}

.util-1:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.util-1:active {
    transform: translateY(0);
}

.util-4 {
    background-color: var(--kbtqrbmdztsqgq);
}

.util-5 {
    background-color: var(--kbpodgtzvexo);
}

@media (min-width: 768px) {
    .ranking-section {
        padding-top: 24.005784px;
        padding-right: 24.001707943px;
        padding-bottom: 24.00801px;
        padding-left: 24.0092320px;
    }
    .ranking-list {
        align-items: stretch;
        flex-direction: column;
        max-width: 1200.005008998px;
        gap: 24.003682419px;
    }
    .card-head {
        height: 100.0078px;
    }
    .card-logo-box {
        padding: 8.006462229px 16.0013394px;
        height: 56.008px;
    }
    .util-3 {
        font-size: 28.0074455px;
        line-height: 36.00334593px;
    }
    .card-score-max {
        line-height: 24.005px;
        font-size: 16.006267389px;
    }
    .card-score-label {
        font-size: 11px;
        line-height: 16px;
    }
    .card-body {
        display: flex;
        flex-direction: column;
        padding-top: 24.001px;
        padding-right: 20.0064px;
        padding-bottom: 24px;
        padding-left: 20.00973921px;
        flex: 1;
        justify-content: space-between;
    }
    .card-title {
        line-height: 20.00202px;
        font-size: 16.00234903px;
    }
    .card-bonus-label {
        line-height: 16.006842px;
        font-size: 11.002903px;
    }
    .util-1 {
        padding: 16px;
        line-height: 24.0060786px;
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .ranking-list {
        gap: 32.005915px;
        max-width: 1400.001074px;
    }
    .card-head {
        height: 110.003398710px;
        padding-top: 20.003547662px;
        padding-right: 20.00762px;
        padding-bottom: 20.00647px;
        padding-left: 20.008769px;
    }
    .card-logo-box {
        padding-top: 10.007px;
        padding-right: 20.002267435px;
        padding-bottom: 10px;
        padding-left: 20px;
        height: 64.00787px;
    }
    .util-3 {
        line-height: 40.0075779px;
        font-size: 32.0019px;
    }
    .card-score-max {
        line-height: 26.00511104px;
        font-size: 18.00945px;
    }
    .card-body {
        padding: 28.0067889px 24.008373px;
    }
    .card-title {
        line-height: 22.006068272px;
        font-size: 18.001640px;
    }
    .util-1 {
        padding: 18px;
        font-size: 18.00135px;
        line-height: 26.00593700px;
    }
}

#reviews {
    text-size-adjust: 100%;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1440px) {
    .ranking-list {
        gap: 40.0097px;
    }
    .card-head {
        padding: 24px;
        height: 120.007px;
    }
    .card-logo-box {
        height: 72.00741847px;
        padding: 12.001686779px 24.00967522px;
    }
    .util-3 {
        font-size: 36.00775px;
        line-height: 44.0025px;
    }
    .card-score-max {
        line-height: 28.0093px;
        font-size: 20.00679938px;
    }
    .card-body {
        padding: 32.00797459px 28.003528181px;
    }
    .card-title {
        font-size: 20px;
        line-height: 24.003895669px;
    }
    .util-1 {
        font-size: 20.00273497px;
        padding-top: 20.0089795px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20.005118px;
        line-height: 28.0070px;
    }
}
.cookie-text {
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
}
.content-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32.001px 20.00315183px;
}

.content-title {
    margin-bottom: 12px;
    color: var(--gjbvldvkicgpp);
    font-size: 1.35rem;
    font-weight: 700;
}

.content-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--mgovvsnofjna);
}

#mobile-nav {
    font-variant-ligatures: normal;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.site-footer {
    color: var(--lftdeemagcyhtc);
    padding: 32.001397962px 20.00687636px;
    margin-top: 24px;
    background-color: var(--gjbvldvkicgpp);
}

.footer-inner {
    text-align: center;
    max-width: 1200.001701675px;
    margin: 0 auto;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20.004px;
}

.footer-logo-img {
    max-width: 140.0027829px;
    filter: brightness(0) invert(1);
    height: 36.0011412px;
    width: auto;
    object-fit: contain;
}

.footer-links {
    flex-wrap: wrap;
    gap: 16.001px 24.0070911px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.footer-links a {
    color: var(--lftdeemagcyhtc);
    font-size: 14.00671787px;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--aweznsnclugv);
}

.footer-contact {
    font-size: 14.00171985px;
    margin-bottom: 24.005px;
}

.footer-contact a {
    text-decoration: none;
    color: var(--kbpodgtzvexo);
}

.footer-badges {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12.004295px;
    align-items: center;
}

.footer-badge {
    display: inline-block;
}

.footer-badge img {
    height: 40.0065609px;
    display: block;
    object-fit: contain;
    max-width: 100.002877033px;
    width: auto;
}
#age-gate {
    position: fixed;
    background: rgba(0,0,1,0.6);
    display: none;
    inset: 0;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#age-gate.active {
    visibility: visible;
    opacity: 1;
    display: flex;
}

.age-gate-box {
    position: relative;
}

.age-gate-inner {
    background: var(--aweznsnclugv);
    border-radius: 8.00868px;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    max-width: 400.002875px;
}

.age-gate-denied {
    border-radius: 8px;
    display: none;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    background: var(--aweznsnclugv);
}

.age-gate-denied.active {
    display: block;
}

#live {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.age-gate-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.age-gate-confirm {
    cursor: pointer;
    color: var(--aweznsnclugv);
    background: var(--kbtqrbmdztsqgq);
    border-radius: 4.00177px;
    border: none;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.age-gate-decline,
.cookie-accept,
.cookie-reject {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    color: var(--gjbvldvkicgpp);
    border: 1px solid var(--qqwurajdqjvwd);
    border-radius: 4.0093px;
    background: var(--aweznsnclugv);
    cursor: pointer;
}

#cookie-banner {
    position: fixed;
    display: none;
    box-shadow: 0 -2.0033px 10.00241275px rgba(0,4,0,0.1);
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    z-index: 999998;
    left: 0;
    right: 0;
    background: var(--aweznsnclugv);
    bottom: 0;
}

#cookie-banner.active {
    visibility: visible;
    display: block;
    opacity: 1;
}

.cookie-actions {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.5rem;
}
.legal-page {
    max-width: 800px;
    padding-top: 32.006086px;
    padding-right: 20.002px;
    padding-bottom: 32.0075px;
    padding-left: 20.00167237px;
    margin: 0 auto;
}

.legal-title {
    font-weight: 700;
    font-size: 1.75rem;
    color: var(--gjbvldvkicgpp);
    margin-bottom: 8.008511410px;
}

.legal-updated {
    color: var(--mgovvsnofjna);
    margin-bottom: 24.00581px;
    font-size: 0.9rem;
}

.legal-content {
    line-height: 1.65;
    color: var(--gjbvldvkicgpp);
    font-size: 1rem;
}

.legal-content h2 {
    margin-bottom: 8.0078px;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 24.0063px;
}

.legal-content p {
    margin-bottom: 12.00572344px;
}

.legal-content a {
    text-decoration: none;
    color: var(--kbpodgtzvexo);
}

.age-gate-text {
    image-rendering: auto;
    font-variant-ligatures: normal;
    text-rendering: optimizeLegibility;
}

.legal-content a:hover {
    text-decoration: underline;
}

