:root {
    --main-font: 'Noto Sans', sans-serif;
    --info-title-font: clamp(11px, calc(2vw + 2vh), 32px);
    --adaptive-font: clamp(16px, calc(1.5vw + 0.5vh), 26px);
    --info-h2-font: clamp(9px, calc(2vw + 2vh), 30px);
}
#info-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    width: 100dvw;
    height: 100dvh;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 3% 5%;
    color: white;
    display: none;
}
body.no-scroll {
    overflow: hidden;
}
.title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.paytable-title {
    font-family: var(--main-font);
    font-size: var(--info-title-font);
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
/* region Header */
.title-underline {
    width: clamp(300px, 50vw, 800px);
    height: clamp(2px, calc(0.5vw + 0.5vh), 3px);
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #E03B2A 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
    margin-top: 1%;
}
@media (orientation: portrait) {
    .title-underline {
        height: 2px;
    }
}
h2 {
    font-size: var(--info-h2-font);
    color: #c0ddff;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}
.h2-container {
    display: flex;
    align-items: baseline;
    gap: clamp(0.5vw, 1vw, 1.5vw);
}
.triangle {
    display: flex;
    align-items: flex-end;
    height: 1em;
}
.triangle svg {
    display: block;
    height: 100%;
    width: auto;
}
/* endregion */
#info-page #paytable {
    grid-template-columns: repeat(auto-fit, 340px);
    gap: 3%;
    padding: 10px;
    justify-content: center;
}
#info-page .special img {
    width: clamp(66px, calc(12vw + 12vh), 400px);
    height: clamp(66px, calc(12vw + 12vh), 400px);
    object-fit: cover;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.special img {
    filter:
        drop-shadow(0 0 2px rgba(0, 208, 255, 0.5))
        drop-shadow(0 0 10px rgba(0, 255, 255, 0.1));
}
.feature-previews img {
    filter:
            drop-shadow(0 0 12px rgba(0, 178, 255, 0.5))
            drop-shadow(0 0 24px rgba(0, 255, 255, 0.1));
}
.wild-symbol,
.scatter-symbol,
.moon-symbol {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wild-txt,
.scatter-txt,
.special-txt {
    margin-top: -7%;
    font-size: var(--adaptive-font);
    font-family: var(--main-font);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    justify-content: center;
    color: #fff;
    max-width: 100%;
    padding: 10px 0;
}
#info-page .special p {
    margin: 1px;
}
.special {
    display: flex;
    flex-wrap: wrap;
}
.inline-icon {
    display: inline-block;
    vertical-align: middle;
    width: 3.5em;
    height: auto;
    margin: 0 0.2em;
}
.inline-suit {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    object-fit: contain;
    vertical-align: -0.15em;
    margin: 0 0.15em;
}
.neon-level {
    --neon-color: #fff;
    --neon-text: #fff;
    color: var(--neon-text);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-shadow:
        0 0 2px rgba(255, 255, 255, 0.9),
        0 0 6px var(--neon-color),
        0 0 12px var(--neon-color),
        0 0 18px var(--neon-color);
}
.neon-level--mini {
    --neon-color: #00ff6a;
    --neon-text: #eafff2;
}
.neon-level--minor {
    --neon-color: #00b3ff;
    --neon-text: #e6f8ff;
}
.neon-level--major {
    --neon-color: #c14bff;
    --neon-text: #f2e6ff;
}
.neon-level--grand {
    --neon-color: #ff3b3b;
    --neon-text: #fff0e6;
}
#info-page .high img {
    width: clamp(100px, calc(10dvw + 10dvh), 400px);
    height: clamp(100px, calc(10dvw + 10dvh), 400px);
    object-fit: cover;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
.high p {
    margin: 1px 0;
    text-align: center;
}
#info-page .neon {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #e6f8ff;
    text-shadow:
        0 0 2px rgba(0, 139, 255, 0.9),
        0 0 6px rgba(0, 179, 255, 0.85),
        0 0 14px rgba(0, 179, 255, 0.55),
        0 0 22px rgba(0, 179, 255, 0.35);
}
.payout p {
    font-size: var(--adaptive-font);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    margin: 4px clamp(16px, 4vmin, 48px);
    text-align: center;
}
@media (orientation: portrait) {
    .payout p {
        font-size: clamp(12px, calc(1.5dvw + 0.5dvh), 24px);
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
        margin: 4px clamp(16px, 4vmin, 48px);
        text-align: center;
    }
}
p {
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    margin: 30px 0;
    text-align: justify;
}
.big {
    font-size: var(--adaptive-font);
    color: #1bb9ff;
    font-weight: bold;
}
.fs-p1 {
    text-align: center;
}
.symbol-divider {
    --divider-color: #00ffe4;
    --divider-soft: rgba(0, 179, 255, 0.25);
    width: 100%;
    height: clamp(1px, 0.1dvh + 0.1dvw, 2px);
    background: linear-gradient(
        to right,
        transparent,
        var(--divider-soft),
        var(--divider-color),
        var(--divider-soft),
        transparent
    );
    border: none;
    margin: 8px 0;
    opacity: 1;
    filter:
        drop-shadow(0 0 6px rgba(0, 234, 255, 0.85))
        drop-shadow(0 0 14px rgba(0, 179, 255, 0.55));
}
.separator {
    display: flex;
    align-items: center;
    width: 100%;
    height: clamp(2px, calc(0.5vw + 0.5vh), 4px);
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #939ABB 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
}
.feature-content {
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.feature-text {
    z-index: 10;
    flex: 1;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding: 0;
}
.feature-text p {
    margin: 0 0 1em 0;
}
.feature-previews {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.feature-preview {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    margin-top: -5%;
}
@media (orientation: landscape) {
    .feature-preview {
        margin-bottom: -5%;
    }
}
.feature-text.cards,
.feature-text.hold-n-win,
.feature-text.jackpot-symbols{
    margin-top: 5%;
    width: 100%;
}
.low,
.high {
    max-width: clamp(120px, 30vw, 260px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.base {
    z-index: 0;
}
.paylines-container  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5%;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.paylines-preview {
    margin-top: -2%;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.paylines.landscape {
    display: none;
}
.paylines.portrait {
    display: none;
}
.payline-info p {
    text-align: center;
    margin-top: 0;
}
.center-text {
    width: 100%;
    text-align: center;
}
.paytable-subheading {
    font-size: var(--info-h2-font);
    margin: 3vh 0;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #e6f8ff;
    text-shadow:
        0 0 2px rgba(255, 0, 0, 0.9),
        0 0 6px rgba(255, 0, 0, 0.85),
        0 0 14px rgba(255, 0, 0, 0.55),
        0 0 22px rgba(255, 0, 0, 0.35);
}
@media (orientation: portrait) {
    .wild-symbol {
        margin-top: -8%;
    }
    .special {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(16px, 4vh, 32px);
        margin-bottom: 20px;
    }
    .wild-symbol,
    .scatter-symbol,
    .moon-symbol {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .wild-txt,
    .scatter-txt,
    .special-txt {
        margin-top: 0;
    }
    #info-page .high,
    #info-page .low {
        width: min(46vw, 260px);
        max-width: none;
    }
    #info-page .high img,
    #info-page .low-symbols img {
        width: auto;
        height: 100%;
        max-height: min(15vh, 180px);
        object-fit: contain;
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: visible;
    }

    .high-symbols,
    .low-symbols {
        display: flex;
        justify-content: center;
        /*gap: clamp(12px, 3vw, 32px);*/
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .separator {
        height: 2px;
    }
    .feature-content {
        margin-top: -5%;
    }
    .paylines-container {
        text-align: left;
        padding: 0 5%;
    }
    .paylines.portrait {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (orientation: portrait) and (min-width: 768px) {
    .wild-symbol,
    .scatter-symbol,
    .moon-symbol {
        max-width: 70%;
        margin-top: 0;
    }
}
@media (orientation: landscape) {
    .special {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(20px, 10vw, 100px);
        margin-bottom: 50px;
    }
    .wild-symbol,
    .scatter-symbol,
    .moon-symbol {
        flex: 1 1 0;
        max-width: none;
        gap: 3vh;
    }
    #info-page .high img {
        width: auto;
        height: clamp(100px, calc(10vw + 10vh), 400px);
        object-fit: contain;
        object-position: center;
    }
    #info-page .low-symbols img {
        /*width: clamp(40px, calc(7dvw + 7dvh), 270px);*/
        width: auto;
        height: clamp(100px, calc(10vw + 10vh), 250px);
        object-fit: contain;
        object-position: center;
        margin-bottom: 10px;
        overflow: visible;
    }
    .high-symbols,
    .low-symbols {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: clamp(16px, 6vw, 120px);
        width: min(100%, 1200px);
        margin-inline: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #info-page .high-symbols .high,
    #info-page .low-symbols .low {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
    }
    .feature-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: -5%;
    }
    .feature-previews {
        position: static;
        width: min(50%, 700px);
        max-width: 100%;
    }
    .feature-preview {
        position: static;
        inset: auto;
        width: 100%;
        height: auto;
        object-fit: contain;
        pointer-events: auto;
    }
    .feature-text.cards,
    .feature-text.hold-n-win,
    .feature-text.grand-jackpot,
    .feature-text.jackpot-symbols {
        width: 100%;
        margin-inline: auto;
        text-align: left;
    }
    .paylines-container {
        text-align: center;
        padding: 0;
    }
    .paylines.landscape {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (orientation: landscape) and (max-width: 750px){
    .high-symbols, .low-symbols {
        column-gap: clamp(10px, 3vw, 20px);
    }
}
/* region GAME INFO */
.name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.win-cap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.game-name {
    font-size: var(--info-h2-font);
    font-weight: 800;
    text-transform: uppercase;
    color: #fff0e6;
    text-shadow:
        0 0 2px rgba(255, 59, 59, 0.95),
        0 0 8px rgba(255, 59, 59, 0.75),
        0 0 18px rgba(255, 59, 59, 0.55),
        0 0 28px rgba(255, 59, 59, 0.35);
}
.rtp-info {
    text-align: center;
}
.highlight {
    color: rgb(255, 77, 79);
    display: block;
    text-align: center;
    margin: 0;
}
.red-bold {
    color: #DB3928;
    font-weight: bold;
}
.info-button-container .button-info {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
}
#info p {
    line-height: 1.6;
    margin: 0 0 3% 0;
}
#info {
    margin-bottom: 10%;
}
#btn-info {
    width: clamp(50px, 10vw, 96px);
    height: auto;
    margin-right: 20px;
    flex-shrink: 0;
}
.button-info p {
    flex: 1;
    line-height: 1.6;
    margin-top: 10px;
}
ul.menu-list-items {
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 10%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
ul.menu-list-items2,
ol.menu-list-items2 {
    line-height: 1.8;
    flex-wrap: wrap;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
    text-align: justify;
}
ul.menu-list-items2 {
    list-style-type: disc;
}
ol.menu-list-items2 {
    list-style-type: decimal;
}
ul.menu-list-items3 {
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: circle;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
.list-title {
    font-weight: 800;
}
list {
    display: flex;
    align-items: center;
}
ul.menu-list-items li {
    margin-bottom: 10px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.inner-bullets {
    line-height: 1.8;
    flex-wrap: wrap;
    padding-left: 3%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    list-style-type: none;
}
.inner-bullets li {
    position: relative;
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.red {
    color: #d33636;
}
.note {
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
}
/* endregion */
