:root {
    --betfury-bg: #0d131c;
    --surface-card-box: #131922;
    --surface-alt: #1c222b;
    --accent-primary: #C80A3C;
    --ui-primary-hover: #ee3062;
    --sub: #2b75ee;
    --copy: #e8e6e3;
    --copy-faded: #9a9a9a;
    --ui-highlight: #15538E;
    --betfury-reward-cta-grad-top-area: #C80A3C;
    --betfury-promo-action-grad-bottom: color-mix(in srgb, #C80A3C, #000 20%);
    --betfury-border: #232932;
    --gradient-fill: linear-gradient(90deg, #C80A3C 0%, #2b75ee 100%);
    --betfury-aura: rgba(255, 255, 255, 0.1);
    --theme-bold-aura: rgba(255, 255, 255, 0.2);
    --ui-title-font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    --ui-font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    --inset-area: 5.5rem 2rem;
    --panel-inset: 2rem;
    --ui-spacing: 1.8rem;
    --theme-radius: 16px;
    --radius-card-box: 22px;
    --betfury-glass-background: #131922;
    --sheen-edge: #232932;
    --glass-effect-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    --action-label: #fff;
    --aside-width: 64px;
    --label-accent: #fff
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%
}

body {
    font-family: var(--ui-font-body);
    background: var(--betfury-bg);
    color: var(--copy);
    line-height: 1.65;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 64px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ui-title-font-family);
    line-height: 1.15
}

a {
    color: var(--accent-primary);
    text-decoration: none;
    transition: color .25s
}

a:hover {
    color: var(--ui-primary-hover)
}

@keyframes shimmer {
    0% {
        background-position: 200% center
    }
    100% {
        background-position: -200% center
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-6px)
    }
}

@keyframes glowPulse {
    0%,
    100% {
        box-shadow: 0 0 15px var(--betfury-aura)
    }
    50% {
        box-shadow: 0 0 28px var(--theme-bold-aura)
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.header-burger-open span:first-child {
    transform: translateY(7px) rotate(45deg)
}

.header-burger-open span:nth-child(2) {
    opacity: 0
}

.header-burger-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

@media (max-width:768px) {
    .header-nav-open {
        display: flex !important
    }
}

.site-widget-area-row.sub-box {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--aside-width, 64px);
    overflow-y: auto;
    z-index: 10;
    flex-shrink: 0
}

.side-panel-main-area {
    position: relative;
    height: 100%;
    overflow-y: auto
}

.page-footer-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem
}

.page-footer-logo {
    display: flex;
    align-items: center;
    gap: .5rem
}

.site-footer-brand-grid {
    height: 30px;
    width: auto
}

.page-footer-navigation-grid {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap
}

.page-footer-navigation-grid a {
    font-size: .82rem;
    color: var(--copy-faded);
    text-decoration: none;
    transition: color .2s
}

.page-footer-navigation-grid a:hover {
    color: var(--accent-primary);
    text-decoration: underline;
    text-underline-offset: 2px
}

.site-footer-separator {
    height: 1px;
    background: rgba(255, 255, 255, .08);
    margin: .5rem 0
}

.site-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .8rem;
    padding-top: .6rem
}

.colophon-action {
    font-size: .78rem;
    padding: .35rem 1rem
}

@media (max-width:480px) {
    :root {
        --inset-area: 1.8rem 0.8rem;
        --panel-inset: 0.9rem;
        --ui-spacing: 0.6rem
    }
    h1 {
        font-size: 1.4rem !important
    }
    h2 {
        font-size: 1.15rem !important
    }
}

@media (max-width:768px) {
    :root {
        --inset-area: 2.5rem 1rem;
        --panel-inset: 1.2rem
    }
}

@media (min-width:769px) and (max-width:1024px) {
    :root {
        --inset-area: 3.5rem 1.5rem;
        --panel-inset: 1.5rem
    }
}

header {
    background-color: var(--betfury-bg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 64px;
    font-family: var(--ui-title-font-family)
}

.site-header-holder {
    display: flex;
    justify-content: space-between;
    padding: 0 35px 0 20px;
    height: 100%;
    align-items: center
}

.site-header-holder a {
    color: var(--copy);
    text-decoration: none
}

.site-header-holder a:hover {
    color: unset
}

.site-header-start {
    display: flex;
    align-items: center;
    gap: 40px
}

.logo-container-group img {
    max-height: 36px;
    width: auto;
    max-width: 200px;
    object-fit: contain
}

.header-navigation {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600
}

.header-navigation a {
    color: var(--copy-faded)
}

.header-navigation a:hover {
    color: var(--copy)
}

.page-header-end {
    display: flex;
    align-items: center;
    gap: 15px
}

.missions-button-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    background: var(--ui-highlight);
    color: var(--label-accent, #fff);
    padding: 2px 8px;
    border-radius: 8px;
    box-shadow: 0 0 16px var(--betfury-aura)
}

.header-button-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700
}

.header-button-buttons a {
    padding: 10px 12px;
    border-radius: 1000px;
    line-height: normal
}

.site-access-button {
    border: 1px solid var(--betfury-border);
    color: var(--copy)
}

.site-access-button:hover {
    background-color: var(--surface-alt)
}

.signup-action-container {
    position: relative
}

.register-btn {
    background: var(--accent-primary);
    border: 1px solid var(--accent-primary);
    color: var(--action-label, #fff)
}

.register-btn:hover {
    filter: brightness(1.15)
}

.main-sign-up-promo {
    position: absolute;
    top: -12px;
    right: -10px;
    background-color: var(--ui-highlight);
    color: #000;
    border-radius: 15px;
    font-size: 8px;
    font-weight: 700;
    padding: 1px 2px;
    display: flex;
    align-items: center;
    gap: 2px
}

.burger-button-panel {
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center
}

.main-offcanvas {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100vh;
    background: var(--betfury-bg);
    z-index: 10000;
    transition: left .3s;
    display: flex;
    flex-direction: column
}

.main-offcanvas.open {
    left: 0
}

.offcanvas-close-inner {
    background: 0 0;
    border: none;
    padding: 10px;
    color: var(--copy);
    cursor: pointer
}

.offcanvas-close-inner:hover {
    background: 0 0
}

.main-offcanvas-masthead-container {
    display: flex;
    justify-content: flex-end
}

.offcanvas-main {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px
}

.offcanvas-main .header-navigation {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px
}

.offcanvas-main .header-navigation a {
    font-size: 16px;
    padding: 12px 0;
    display: block
}

.main-offcanvas-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 9999
}

.main-offcanvas-backdrop.show {
    opacity: 1;
    pointer-events: all
}

@media (max-width:1124px) {
    .page-header-menu-holder {
        display: none
    }
    .main-offcanvas .page-header-menu-holder {
        display: flex;
        max-width: fit-content
    }
    .main-offcanvas .header-navigation {
        flex-direction: column;
        align-items: flex-start;
        font-size: 12px;
        gap: 15px
    }
}

@media (min-width:1125px) {
    .burger-button-panel,
    .main-offcanvas,
    .main-offcanvas-backdrop {
        display: none
    }
}

.missions-button-wrap img {
    width: 18px;
    height: 18px
}

@media (max-width:768px) {
    .missions-button-wrap,
    .topbar-search {
        display: none
    }
    .site-header-holder {
        padding: 0 20px
    }
    .site-header-start {
        gap: 10px
    }
    .page-header-end {
        flex-shrink: 0
    }
    .logo-container-group {
        max-width: 80px;
        min-width: 0;
        flex-shrink: 1
    }
    .logo-container-group img {
        max-width: 100%
    }
}

#secondary {
    width: 64px;
    min-width: 64px;
    background: var(--surface-alt);
    border-right: 1px solid rgba(128, 128, 128, .18)
}

.side-panel-main-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    gap: 8px
}

.site-aside-glyph-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 6px;
    transition: background .2s
}

.site-aside-glyph-item:hover {
    background: var(--surface-card-box)
}

.site-aside-glyph-item:hover img {
    opacity: 1
}

.site-side-rail-hr-panel {
    border: 0;
    height: 1px;
    background: rgba(128, 128, 128, .18);
    width: 80%;
    margin: 4px auto
}

.masthead-bg-lower,
.masthead-bg-lower *,
.topbar-background,
.topbar-background * {
    font-family: var(--ui-title-font-family) !important
}

.topbar-background {
    background: url(../images/header-bg.png) 0 0/cover no-repeat;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden
}

.site-header-fill-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 12%;
    padding-bottom: 50px
}

.site-header-fill-main br {
    display: none
}

.site-header-fill-main>a {
    display: inline-block;
    width: auto
}

.masthead-bg-headline {
    text-transform: uppercase;
    font-size: 36px !important;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--ui-highlight);
    text-shadow: 2px 2px 4px #000, 0 0 15px #000
}

.header-surface-deposit-holder {
    font-size: 126px !important;
    font-weight: 900 !important;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.15;
    color: var(--copy);
    filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}

.topbar-background-promo {
    font-size: 28.8px !important;
    font-weight: 900;
    color: var(--copy);
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000, 0 0 15px #000;
    margin-bottom: 20px
}

.site-header-fill-cta {
    background: var(--accent-primary);
    color: var(--action-label, #fff);
    border: none;
    cursor: pointer;
    padding: 9px 58px !important;
    border-radius: 1000px !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    width: auto !important;
    box-shadow: none;
    transition: .5s
}

.site-header-fill-cta:hover {
    background: var(--ui-primary-hover);
    transform: translateY(-2px)
}

.site-header-bg-action-content-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0
}

.site-page-header-surface-button-main-area-container {
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.6
}

.topbar-fill-button-description-row {
    font-size: 13px !important;
    font-weight: 500;
    opacity: .8;
    text-transform: none;
    line-height: 1.6
}

.masthead-bg-lower {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    background: var(--surface-alt);
    padding: 8px 0;
    margin-bottom: 24px;
    position: relative
}

.masthead-bg-lower::after,
.masthead-bg-lower::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 1;
    pointer-events: none
}

.masthead-bg-lower::before {
    left: 0;
    background: linear-gradient(to right, var(--betfury-bg), transparent)
}

.masthead-bg-lower::after {
    right: 0;
    background: linear-gradient(to left, var(--betfury-bg), transparent)
}

.masthead-bg-lower p {
    display: none
}

.main-page-header-surface-bottom {
    text-align: center;
    margin: 0 26px
}

.main-page-header-surface-bottom .small-content-body {
    font-size: 11px;
    color: var(--copy-faded);
    font-weight: 600
}

.main-page-header-surface-bottom .big-main {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

@media (min-width:769px) {
    .site-header-fill-main {
        padding-top: calc(12% - 21px) !important;
        padding-bottom: 29px !important
    }
}

@media (max-width:768px) {
    .topbar-background {
        background-image: url(../images/header-bg-mobile.png?v=07612698);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        aspect-ratio: 1/1;
        padding: 0;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        max-width: none;
        border-radius: 0;
        overflow: visible;
        position: relative;
        --banner-drop: 144px;
        margin-bottom: calc(var(--banner-drop) + 16px)
    }
    .topbar-background .site-header-fill-main {
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(var(--banner-drop) * -1);
        padding: 0 16px;
        gap: 4px
    }
    .masthead-bg-headline {
        font-size: 20px !important;
        margin-bottom: 4px
    }
    .header-surface-deposit-holder {
        font-size: 66px !important;
        line-height: 1.1
    }
    .topbar-background-promo {
        font-size: 24px !important;
        margin-bottom: 16px
    }
    .site-header-fill-cta {
        box-sizing: border-box
    }
    .masthead-bg-lower {
        background: var(--surface-alt);
        gap: 10px;
        padding: 8px 15px
    }
    .big-main {
        font-size: 14px
    }
}

.site-core-group {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px 60px
}

.inner-region {
    font-size: 15px;
    line-height: 1.8;
    color: var(--copy-faded)
}

.inner-region p {
    margin-bottom: 1rem
}

.inner-region>p {
    color: #fff;
    font-weight: 500;
    text-wrap: pretty
}

.inner-region strong {
    color: var(--copy)
}

.inner-region a:not(.lead-cta):not(.mobile-banner-call-to-action):not([class*="-button"]) {
    color: var(--accent-primary);
    text-decoration: underline
}

.inner-region a:not(.lead-cta):not(.mobile-banner-call-to-action):not([class*="-button"]):hover {
    color: var(--ui-highlight)
}

@media (max-width:768px) {
    .site-core-group {
        padding: 5rem 15px 30px
    }
    .inner-region {
        font-size: 14px
    }
    .site-application-banner-container,
    .site-core-group>.site-application-banner-container {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        max-width: none
    }
    .app-promo-banner,
    .site-application-banner-mobile-block img {
        border-radius: 0;
        width: 100%;
        max-width: 100%
    }
}

.perks-holder {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 30px 0;
    margin: 0 auto
}

.highlight-card {
    aspect-ratio: 1;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 14px;
    background-color: var(--surface-card-box, var(--surface-alt));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s
}

.highlight-card:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .22)
}

.highlight-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .55) 100%);
    pointer-events: none
}

.perks-holder .highlight-card h3 {
    text-transform: none;
    border: none;
    padding: 0;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
    letter-spacing: .2px;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
    text-align: right;
    width: auto
}

.fcdl-payouts-section {
    background-image: url(../images/fast-pay.png?v=665e01bf)
}

.main-cashback-area {
    background-image: url(../images/cashback.png?v=e06d2bdb)
}

.vip-group {
    background-image: url(../images/vip-level.png?v=53be0b99)
}

.slots-block {
    background-image: url(../images/games.png?v=da458dbf)
}

.site-missions {
    background-image: url(../images/feature-missions.png?v=2d6d6161)
}

@media (max-width:1024px) {
    .perks-holder {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:768px) {
    .perks-holder {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 16px 16px 24px;
        gap: 12px;
        margin: 0 -16px;
        scrollbar-width: thin
    }
    .perks-holder::-webkit-scrollbar {
        height: 4px
    }
    .perks-holder::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, .2);
        border-radius: 2px
    }
    .highlight-card {
        flex: 0 0 44%;
        max-width: 44%;
        scroll-snap-align: start
    }
    .perks-holder .highlight-card h3 {
        font-size: 12px
    }
}

.main-block-care {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px 0;
    max-width: 1400px;
    margin: 0 auto
}

.site-block-help {
    background: color-mix(in srgb, var(--sub, #0f3460) 50%, transparent);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--copy);
    min-height: 138px;
    backdrop-filter: blur(2px)
}

.heading-help {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.heading-help img {
    width: 33px;
    height: 33px;
    flex-shrink: 0
}

.headline-service-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22;
    color: var(--copy)
}

.site-care-description {
    color: var(--copy-faded);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

@media (max-width:1024px) {
    .main-block-care {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px 16px
    }
}

.site-application-banner-container {
    margin: 32px auto;
    max-width: 800px
}

.app-promo-banner {
    display: flex;
    align-items: stretch;
    background: var(--surface-card-box, var(--surface-alt));
    border-radius: 16px;
    overflow: hidden;
    min-height: 320px;
    position: relative;
    border: 1px solid var(--betfury-border);
    box-shadow: 0 4px 18px rgba(0, 0, 0, .18)
}

.application-banner-main {
    flex: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px
}

.application-banner-text-area {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 6px;
    border: 1px solid var(--betfury-border);
    background: var(--surface-alt);
    align-self: flex-start
}

.app-promo-banner-caption-image-inner {
    border-radius: 6px;
    height: 28px;
    width: auto;
    max-width: 90px;
    object-fit: contain;
    background: 0 0
}

.site-app-promo-banner-text-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0
}

.main-app-promo-banner-label-title-panel {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--copy);
    letter-spacing: .2px
}

.application-banner-tag-rate {
    display: flex;
    gap: 1px
}

.application-banner-tag-rate img {
    width: 12px;
    height: 12px
}

.application-banner-tag-rate .main-star-half-inner {
    opacity: .85
}

.site-app-promo-banner-label-verify {
    background: #069815;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 2px;
    text-transform: none;
    letter-spacing: .3px;
    align-self: center;
    white-space: nowrap
}

.application-banner-name {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    color: var(--copy);
    font-family: var(--ui-title-font-family);
    margin: 0
}

.mobile-banner-description {
    color: var(--copy-faded);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0
}

.application-banner-button-container {
    margin-top: 4px
}

.application-banner-button-container .lead-cta {
    margin: 0;
    display: inline-block
}

.application-banner-image-shell {
    flex: 0 0 38%;
    align-self: stretch;
    overflow: hidden;
    position: relative;
    padding: 16px;
    box-sizing: border-box
}

.application-banner-image {
    position: absolute;
    inset: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 8px
}

.site-application-banner-mobile-block {
    display: none
}

.site-application-banner-mobile-block img {
    max-width: 100%;
    height: auto;
    max-height: 280px;
    display: block;
    border-radius: 12px
}

@media (max-width:768px) {
    .app-promo-banner {
        flex-direction: column;
        min-height: unset
    }
    .application-banner-image-shell {
        display: none
    }
    .site-application-banner-mobile-block {
        display: flex;
        justify-content: center;
        padding: 16px 16px 0
    }
    .site-application-banner-mobile-block img {
        max-width: 320px
    }
    .application-banner-main {
        padding: 20px 20px 24px;
        gap: 12px
    }
    .application-banner-name {
        font-size: 20px
    }
    .application-banner-button-container .lead-cta {
        width: 100%;
        text-align: center;
        justify-content: center
    }
}

.lead-cta {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, var(--betfury-lead-light, #ffad80) 0, var(--accent-primary) 100%);
    color: var(--action-label, var(--copy));
    padding: 12px 56px;
    margin: 30px auto;
    display: block;
    max-width: fit-content;
    text-transform: uppercase;
    border-radius: 9px;
    text-decoration: none
}

.lead-cta:hover {
    background: linear-gradient(180deg, var(--accent-primary) 0, var(--accent-primary) 100%);
    color: var(--action-label, var(--copy))
}

.site-footer-grid.footer-block {
    background: var(--colophon-bg, var(--surface-alt, #060e2a));
    color: var(--theme-text-footer, #fff);
    font-family: Montserrat, system-ui, sans-serif;
    padding: 0;
    margin-top: 60px
}

.site-footer-grid.footer-block .page-footer-top-wrap,
.site-footer-grid.footer-block .site-footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    box-sizing: border-box
}

.site-footer-grid.footer-block .page-footer-top-wrap {
    display: grid;
    grid-template-columns: minmax(220px, 297px) minmax(120px, 1fr) minmax(180px, 1fr) minmax(220px, 297px);
    gap: 24px;
    align-items: start;
    padding-top: 32px;
    padding-bottom: 36px
}

.site-footer-grid.footer-block .page-footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px
}

.site-footer-grid.footer-block .site-footer-brand-grid {
    width: 257px;
    max-width: 100%;
    height: 64px;
    object-fit: contain;
    object-position: left center
}

.site-footer-grid.footer-block .colophon-follow-caption {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px
}

.site-footer-grid.footer-block .page-footer-socials-container {
    display: flex;
    gap: 4px
}

.site-footer-grid.footer-block .footer-share-box {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: var(--page-footer-socials-surface, #444a5f);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background .18s
}

.site-footer-grid.footer-block .footer-share-box:hover {
    background: var(--ui-highlight, #5a6178)
}

.site-footer-grid.footer-block .footer-share-box img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1)
}

.site-footer-grid.footer-block .colophon-brand-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 8px
}

.site-footer-grid.footer-block .page-footer-navigation-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 7px
}

.site-footer-grid.footer-block .page-footer-navigation-grid a {
    color: var(--page-footer-anchor, #9296a2);
    font-size: 12px;
    font-weight: 600;
    line-height: 22.29px;
    text-decoration: none
}

.site-footer-grid.footer-block .page-footer-navigation-grid a:hover {
    color: var(--theme-text-footer, #fff)
}

.site-footer-grid.footer-block .site-footer-support-container {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.site-footer-grid.footer-block .site-footer-support-container .main-colophon-support-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 1.2
}

.site-footer-grid.footer-block .site-footer-support-container p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    font-weight: 700
}

.site-footer-grid.footer-block .page-footer-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-text-footer, #fff);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none
}

.site-footer-grid.footer-block .page-footer-contact img {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
    opacity: .85
}

.site-footer-grid.footer-block .colophon-action {
    background: var(--ui-highlight, #e45809);
    color: var(--theme-text-footer, #fff);
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 24px;
    border-radius: 6px;
    text-transform: capitalize;
    text-decoration: none;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
    margin-top: 4px;
    transition: filter .18s
}

.site-footer-grid.footer-block .colophon-action:hover {
    filter: brightness(1.08)
}

.site-footer-grid.footer-block .site-footer-separator {
    height: 0;
    background: 0 0;
    margin: 0
}

.site-footer-grid.footer-block .site-footer-bottom {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 36px;
    text-align: center
}

.site-footer-grid.footer-block .page-footer-notice {
    color: var(--theme-text-footer, #a2a5af);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 auto;
    max-width: 1100px
}

@media (max-width:1100px) {
    .site-footer-grid.footer-block .page-footer-top-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }
}

@media (max-width:600px) {
    .site-footer-grid.footer-block .page-footer-top-wrap {
        grid-template-columns: 1fr;
        padding: 24px 20px
    }
    .site-footer-grid.footer-block .site-footer-brand-grid {
        object-position: center
    }
    .site-footer-grid.footer-block .site-footer-separator {
        margin: 0
    }
    .site-footer-grid.footer-block .site-footer-bottom {
        padding: 24px 20px
    }
    .site-footer-grid.footer-block .page-footer-logo,
    .site-footer-grid.footer-block .page-footer-top-wrap,
    .site-footer-grid.footer-block .site-footer-support-container {
        text-align: center;
        align-items: center;
        justify-content: center
    }
    .site-footer-grid.footer-block .page-footer-socials-container {
        justify-content: center;
        flex-wrap: wrap
    }
    .site-footer-grid.footer-block .page-footer-navigation-grid {
        align-items: center
    }
    .site-footer-grid.footer-block .page-footer-contact {
        justify-content: center
    }
    .site-footer-grid.footer-block .colophon-action {
        align-self: center
    }
}

.site-footer-grid .page-footer-navigation-grid:not(:has(a)) {
    display: none
}

.site-footer-grid .page-footer-navigation-accent-primary-holder,
.site-footer-grid .site-footer-navigation-legal-block {
    text-align: left
}

.site-footer-grid.footer-block .page-footer-navigation-grid:not(:has(a)) {
    display: none
}

@media (min-width:961px) {
    .site-footer-grid.footer-block .page-footer-top-wrap:has(.page-footer-navigation-accent-primary-holder a):not(:has(.site-footer-navigation-legal-block a)),
    .site-footer-grid.footer-block .page-footer-top-wrap:not(:has(.page-footer-navigation-accent-primary-holder a)):has(.site-footer-navigation-legal-block a) {
        grid-template-columns: minmax(220px, 297px) minmax(120px, 1fr) minmax(220px, 297px)
    }
    .site-footer-grid.footer-block .page-footer-top-wrap:not(:has(.page-footer-navigation-grid a)) {
        grid-template-columns: 1fr auto
    }
}

.main-site-layout-area {
    position: relative;
    display: block;
    min-height: calc(100vh - 64px)
}

.site-main-box {
    flex: 1;
    min-width: 0;
    padding-top: 0
}

.site-main-box .site-core-group {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px
}

.app-promo-banner,
.perks-holder {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.site-footer-grid[class] {
    padding-left: var(--aside-width, 0)
}

.site-footer-grid[class] .page-footer-top-wrap,
.site-footer-grid[class] .site-footer-bottom {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:921px) {
    #secondary {
        display: none
    }
    .site-footer-grid[class] {
        padding-left: 0
    }
}

.cta-center-section {
    text-align: center;
    margin: 30px 0;
    clear: both
}

.cta-center-section .lead-cta,
.cta-center-section a.lead-cta {
    display: inline-block
}

@media (max-width:768px) {
    .cta-center-section {
        display: block;
        margin: 30px auto
    }
    .inner-region .table-scroll>table,
    .legal-inner-area .table-scroll>table {
        width: auto;
        min-width: 100%
    }
}

.lead-cta.mobile-banner-call-to-action {
    padding: 8px 32px;
    font-size: 14px;
    border-radius: 24px;
    margin: 0
}

.faqs-heading,
.perks-holder h2 {
    font-family: var(--ui-title-font-family);
    color: var(--copy);
    margin: 2.5rem 0 1rem;
    padding: 0;
    line-height: 1.3;
    clear: both
}

.perks-holder .highlight-card {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px;
    background-size: contain;
    background-position: center 40px
}

.perks-holder .highlight-card h3 {
    margin: 0;
    font-size: 14px
}

.inner-region li {
    padding: .3rem 0;
    line-height: 1.7
}

.inner-region table {
    font-size: .92rem
}

.inner-region table th {
    background: var(--accent-primary);
    color: var(--action-label, #fff);
    padding: 10px 14px;
    text-align: left;
    font-weight: 600
}

.inner-region table td {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.inner-region table tr:nth-child(2n) td {
    background: rgba(255, 255, 255, .03)
}

.main-site-layout-area>.site-widget-area-row.sub-box {
    position: fixed;
    left: 0;
    top: 64px;
    bottom: 0;
    width: var(--aside-width, 64px);
    overflow-y: auto;
    z-index: 10
}

.main-site-layout-area>.site-main-box {
    margin-left: var(--aside-width, 64px);
    min-width: 0;
    overflow-x: clip
}

@media (min-width:993px) {
    .site-main-box .site-core-group {
        padding-left: 20px
    }
    .main-site-layout-area>.site-widget-area-row.sub-box {
        max-width: var(--aside-width, 80px)
    }
}

@media (max-width:992px) {
    .main-site-layout-area>.site-widget-area-row.sub-box {
        display: none
    }
    .main-site-layout-area>.site-main-box {
        margin-left: 0
    }
}

.topbar-background {
    position: relative;
    z-index: 1
}

.site-header-fill-main {
    position: relative;
    z-index: 2
}

.table-scroll {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    clear: both
}

.site-aside-glyph-item img {
    opacity: .7;
    transition: opacity .2s;
    width: 24px;
    height: 24px;
    object-fit: contain
}

.site-aside-glyph-item.aside-glyph-lg-holder img {
    object-fit: contain;
    opacity: 1;
    width: 48px;
    height: 48px
}

.topbar-search img {
    width: 18px;
    height: 18px;
    object-fit: contain
}

.main-sign-up-promo img {
    width: 12px;
    height: 12px;
    object-fit: contain
}

.burger-button-panel img {
    filter: invert(1);
    width: 24px;
    height: 24px;
    object-fit: contain
}

.legal-name-wrap {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: .3rem;
    color: var(--copy);
    line-height: 1.15;
    letter-spacing: -.02em
}

.legal-inner-area {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--copy-faded);
    max-width: 860px
}

.legal-inner-area p {
    margin-bottom: 1.1rem
}

.legal-inner-area strong {
    color: var(--copy)
}

.inner-region li,
.legal-inner-area li {
    color: var(--copy-faded)
}

.inner-region li strong,
.legal-inner-area li strong {
    color: var(--copy-faded);
    font-weight: 700
}

.legal-inner-area a {
    color: var(--accent-primary);
    text-decoration: underline;
    text-underline-offset: 2px
}

.legal-inner-area a:hover {
    color: var(--ui-primary-hover, var(--ui-highlight))
}

.legal-inner-area article em {
    color: var(--copy-faded);
    font-style: italic
}

img {
    max-width: 100%;
    height: auto
}

.site-content-img {
    max-width: 24%;
    max-height: 300px;
    width: auto;
    height: auto;
    object-fit: contain
}

.main-img-left-row {
    float: left;
    margin: .75rem 1.8rem 1rem 0
}

.site-inner-img-right-side {
    float: right;
    margin: .75rem 0 1rem 1.8rem
}

.inner-region h2,
.inner-region h3,
.inner-region table {
    clear: both
}

.inner-clear {
    clear: both;
    display: block;
    height: 0
}

@media (max-width:768px) {
    .legal-name-wrap {
        font-size: 1.6rem
    }
    .legal-inner-area h1 {
        font-size: 1.5rem
    }
    .legal-inner-area h2 {
        font-size: 1.2rem
    }
    .main-img-left-row,
    .site-content-img,
    .site-inner-img-right-side {
        float: none !important;
        display: block;
        max-width: 100% !important;
        width: 100% !important;
        margin: 1rem auto
    }
}

.inner-region h1,
.inner-region h2,
.inner-region h3,
.legal-inner-area h1,
.legal-inner-area h2,
.legal-inner-area h3 {
    font-family: var(--ui-title-font-family);
    color: var(--copy);
    text-decoration: none;
    border: none
}

.inner-region h1,
.legal-inner-area h1 {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 2.5rem;
    margin-bottom: .75rem
}

.inner-region h2,
.legal-inner-area h2 {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: .6rem
}

.inner-region h3,
.legal-inner-area h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.5rem;
    margin-bottom: .5rem
}

.inner-region ul,
.legal-inner-area ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin: .75rem 0
}

.inner-region ul li,
.legal-inner-area ul li {
    margin-bottom: .4rem;
    line-height: 1.6;
    color: var(--copy)
}

.inner-region ol,
.legal-inner-area ol {
    list-style: decimal;
    padding-left: 1.7rem;
    margin: .75rem 0
}

.inner-region ol li,
.legal-inner-area ol li {
    margin-bottom: .4rem;
    line-height: 1.6;
    color: var(--copy)
}

.inner-region table,
.legal-inner-area table {
    display: table;
    width: 100%;
    max-width: 100%;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--surface-card-box, rgba(255, 255, 255, .03));
    border: 1px solid var(--betfury-border, rgba(255, 255, 255, .08));
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .18);
    margin: 1.5rem 0;
    color: var(--copy-faded, #c9ccd6);
    font-family: var(--ui-font-body, 'Montserrat', system-ui, sans-serif)
}

.inner-region table tbody tr:first-child,
.inner-region table thead tr,
.legal-inner-area table tbody tr:first-child,
.legal-inner-area table thead tr {
    background: var(--surface-alt, rgba(255, 255, 255, .06))
}

.inner-region table tbody tr:first-child td,
.inner-region table tbody tr:first-child th,
.inner-region table thead th,
.legal-inner-area table tbody tr:first-child td,
.legal-inner-area table tbody tr:first-child th,
.legal-inner-area table thead th {
    font-weight: 700;
    color: var(--copy, #fff);
    text-align: left;
    padding: 14px 20px;
    border-right: 1px solid var(--betfury-border, rgba(255, 255, 255, .12));
    font-size: .875rem;
    background: 0 0;
    letter-spacing: .2px
}

.inner-region table tbody tr:first-child td:last-child,
.inner-region table tbody tr:first-child th:last-child,
.inner-region table thead th:last-child,
.legal-inner-area table tbody tr:first-child td:last-child,
.legal-inner-area table tbody tr:first-child th:last-child,
.legal-inner-area table thead th:last-child {
    border-right: none
}

.inner-region table tbody tr:not(:first-child):nth-child(odd),
.legal-inner-area table tbody tr:not(:first-child):nth-child(odd) {
    background: var(--surface-alt, rgba(255, 255, 255, .03))
}

.inner-region table tbody tr:not(:first-child):nth-child(2n),
.inner-region table thead+tbody tr:nth-child(odd),
.legal-inner-area table tbody tr:not(:first-child):nth-child(2n),
.legal-inner-area table thead+tbody tr:nth-child(odd) {
    background: 0 0
}

.inner-region table thead+tbody tr:nth-child(2n),
.legal-inner-area table thead+tbody tr:nth-child(2n) {
    background: var(--surface-alt, rgba(255, 255, 255, .03))
}

.inner-region table tbody tr:not(:first-child) td,
.inner-region table tbody tr:not(:first-child) th,
.inner-region table thead+tbody td,
.legal-inner-area table tbody tr:not(:first-child) td,
.legal-inner-area table tbody tr:not(:first-child) th,
.legal-inner-area table thead+tbody td {
    padding: 14px 20px;
    border-right: 1px solid var(--betfury-border, rgba(255, 255, 255, .06));
    border-bottom: 1px solid var(--betfury-border, rgba(255, 255, 255, .06));
    color: var(--copy-faded, #c9ccd6);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    background: 0 0
}

.inner-region table tbody tr:last-child td,
.inner-region table tbody tr:last-child th,
.legal-inner-area table tbody tr:last-child td,
.legal-inner-area table tbody tr:last-child th {
    border-bottom: none
}

.inner-region table tbody td:last-child,
.inner-region table tbody th:last-child,
.legal-inner-area table tbody td:last-child,
.legal-inner-area table tbody th:last-child {
    border-right: none
}

.inner-region table tbody tr:first-child td:first-child,
.legal-inner-area table tbody tr:first-child td:first-child {
    border-top-left-radius: 10px
}

.inner-region table tbody tr:first-child td:last-child,
.legal-inner-area table tbody tr:first-child td:last-child {
    border-top-right-radius: 10px
}

.inner-region table tbody tr:last-child td:first-child,
.legal-inner-area table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px
}

.inner-region table tbody tr:last-child td:last-child,
.legal-inner-area table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px
}

.questions-unit-holder {
    background: var(--surface-alt, rgba(255, 255, 255, .02));
    border: 1px solid var(--betfury-border, rgba(255, 255, 255, .1));
    border-radius: 12px;
    padding: 28px 32px 32px;
    margin: 30px auto;
    font-family: Montserrat, system-ui, sans-serif
}

.questions-unit-holder .faqs-heading {
    color: var(--copy, #fff);
    font-family: var(--ui-title-font-family, 'Montserrat', system-ui, sans-serif);
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 28px;
    padding-top: 4px
}

.questions-unit-holder .faq-section-panel {
    background: var(--surface-card-box, rgba(255, 255, 255, .04));
    border: 1px solid var(--betfury-border, rgba(255, 255, 255, .1));
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 14px;
    color: var(--copy-faded, #b1b4bc)
}

.questions-unit-holder .faq-section-panel:last-child {
    margin-bottom: 0
}

.questions-unit-holder .questions-question-item-area {
    font-family: Montserrat, system-ui, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--copy, #fff);
    margin: 0 0 12px
}

.questions-unit-holder .faqs-reply {
    font-family: Montserrat, system-ui, sans-serif;
    font-weight: 400;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--copy-faded, #b1b4bc)
}

.questions-unit-holder .faqs-reply p {
    margin: 0 0 8px
}

.questions-unit-holder .faqs-reply p:last-child {
    margin-bottom: 0
}

.questions-unit-holder .faqs-reply b,
.questions-unit-holder .faqs-reply strong {
    font-weight: 700;
    color: var(--copy, #fff)
}

@media (max-width:600px) {
    .inner-region h1,
    .legal-inner-area h1 {
        font-size: 2rem
    }
    .inner-region h2,
    .legal-inner-area h2 {
        font-size: 1.6rem
    }
    .inner-region h3,
    .legal-inner-area h3 {
        font-size: 1.2rem
    }
    .inner-region table tbody td,
    .legal-inner-area table tbody td {
        padding: 10px 12px;
        font-size: .8rem
    }
    .questions-unit-holder {
        padding: 24px 20px 28px;
        margin: 24px 12px
    }
    .questions-unit-holder .faqs-heading {
        font-size: 1.6rem;
        letter-spacing: .3px;
        margin: 0 0 24px;
        padding-top: 4px
    }
    .questions-unit-holder .faq-section-panel {
        padding: 20px 18px;
        margin-bottom: 12px
    }
    .questions-unit-holder .questions-question-item-area {
        font-size: 1.05rem;
        line-height: 1.35
    }
    .questions-unit-holder .faqs-reply {
        font-size: .9rem
    }
}

.inner-region h2 {
    border: none;
    border-bottom: none
}

.inner-region ol li,
.inner-region ul li,
.legal-inner-area ol li,
.legal-inner-area ul li {
    border-bottom: none
}

.inner-region {
    max-width: 1400px;
    margin: 0 auto
}

.masthead-bg-headline {
    color: #fff !important
}

.header-surface-deposit-holder,
.topbar-background-promo {
    color: #ffe100 !important
}

.site-footer-grid.footer-block .colophon-action {
    background: #15538e !important
}

.games-showcase {
    --game-card-width: 175px;
    inline-size: 100%;
    max-inline-size: 100%;
    min-inline-size: 0;
    margin: 18px 0 34px;
    color: #f7f8fb
}

.game-rail {
    inline-size: 100%;
    max-inline-size: 100%;
    min-inline-size: 0
}

.game-rail+.game-rail {
    margin-top: 34px
}

.game-rail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 17px
}

.inner-region .game-rail-title {
    margin: 0;
    color: #f7f8fb;
    font-family: var(--ui-title-font-family);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2
}

.game-rail-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto
}

.inner-region .game-rail-link-button {
    margin-right: 9px;
    color: #2c80f6;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none
}

.inner-region .game-rail-link-button:hover {
    color: #64a4ff
}

.game-rail-control {
    display: inline-grid;
    place-items: center;
    inline-size: 28px;
    block-size: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2c80f6;
    cursor: pointer
}

.game-rail-control svg {
    inline-size: 22px;
    block-size: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.7
}

.game-rail-control:disabled {
    color: #64738a;
    cursor: default;
    opacity: .55
}

.game-rail-control:focus-visible,
.game-card-track:focus-visible,
.game-card-button:focus-visible,
.game-rail-link-button:focus-visible {
    outline: 2px solid #64a4ff;
    outline-offset: 3px
}

.game-card-button:focus-visible {
    outline-offset: -4px
}

.game-card-track {
    display: flex;
    gap: 20px;
    inline-size: 100%;
    max-inline-size: 100%;
    min-inline-size: 0;
    overflow-x: auto;
    overflow-y: clip;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none
}

.game-card-track::-webkit-scrollbar {
    display: none
}

.inner-region .game-card-button {
    position: relative;
    display: block;
    flex: 0 0 var(--game-card-width);
    aspect-ratio: 175/236;
    overflow: hidden;
    border-radius: 16px;
    background: #161e29;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    color: inherit;
    scroll-snap-align: start;
    text-decoration: none;
    transform: translateZ(0)
}

.game-card-button img {
    display: block;
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover
}

.game-card-tag,
.game-card-win {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--ui-title-font-family);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap
}

.game-card-tag {
    inset-block-start: 11px;
    inset-inline-start: 11px;
    min-block-size: 26px;
    padding: 6px 11px;
    border-radius: 999px;
    background: #f51d48;
    font-size: 12px
}

.game-card-win {
    inset-block-end: 10px;
    inset-inline-start: 11px;
    min-block-size: 26px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ff9c00;
    font-size: 11px;
    letter-spacing: .04em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

@media (hover:hover) {
    .game-card-button {
        transition: transform .2s ease, box-shadow .2s ease
    }
    .game-card-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, .3)
    }
}

@media (max-width:768px) {
    .games-showcase {
        --game-card-width: clamp(138px, 41vw, 165px);
        margin-top: 8px
    }
    .game-rail+.game-rail {
        margin-top: 28px
    }
    .inner-region .game-rail-title {
        font-size: 19px
    }
    .game-rail-header {
        gap: 10px;
        margin-bottom: 14px
    }
    .inner-region .game-rail-link-button {
        margin-right: 2px;
        font-size: 13px
    }
    .game-rail-actions {
        gap: 2px
    }
    .game-card-track {
        gap: 12px
    }
    .game-card-tag {
        inset-block-start: 9px;
        inset-inline-start: 9px
    }
    .game-card-win {
        inset-block-end: 9px;
        inset-inline-start: 9px
    }
}

@media (prefers-reduced-motion:reduce) {
    .game-card-button {
        transition: none !important
    }
}
