.bwb-gsw-game-stats{
    --gsw-bg: #0a0a0a;
    --gsw-panel: #0f0f0f;
    --gsw-surface: #141414;
    --gsw-border: rgba(255, 255, 255, 0.06);
    --gsw-border-focus: rgba(255, 255, 255, 0.1);
    --gsw-text: #fafafa;
    --gsw-muted: #737373;
    --gsw-muted-strong: #a3a3a3;
    --gsw-accent: #e53935;
    --gsw-accent-bright: #ef4444;
    position: relative;
    background: var(--gsw-panel);
    border: 1px solid var(--gsw-border);
    border-radius: 10px;
    padding: 0;
    color: var(--gsw-text);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.bwb-gsw-game-stats::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient( 90deg, transparent 0%, #c62828 15%, var(--gsw-accent-bright) 50%, #c62828 85%, transparent 100%);
    opacity: 1;
    z-index: 11;
}
.bwb-gsw-thumb{
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin: 0;
    border: none;
    border-bottom: 1px solid var(--gsw-border);
}
.bwb-gsw-thumb::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient( 180deg, transparent 35%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.85) 100%);
    pointer-events: none;
}
.bwb-gsw-thumb img{
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.bwb-gsw-thumb-release{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.bwb-gsw-game-stats .bwb-gsw-list{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid var(--gsw-border);
}
.bwb-gsw-game-stats .bwb-gsw-list>li{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 6px 14px 6px 12px;
    border-bottom: 1px solid var(--gsw-border);
}
.bwb-gsw-game-stats .bwb-gsw-list>li:last-child{
    border-bottom: none;
}
.bwb-gsw-game-stats .bwb-gsw-stat-icon{
    flex-shrink: 0;
    width: 36px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em !important;
    line-height: 1;
    color: var(--gsw-muted);
}
.bwb-gsw-game-stats .bwb-gsw-stat-icon i{
    font-size: inherit !important;
}
.bwb-gsw-game-stats .bwb-gsw-icon--rtp{
    color: #ec4899 !important;
}
.bwb-gsw-game-stats .bwb-gsw-icon--studio{
    color: #06b6d4 !important;
}
.bwb-gsw-game-stats .bwb-gsw-icon--volatility{
    color: #3b82f6 !important;
}
.bwb-gsw-game-stats .bwb-gsw-icon--maxwin{
    color: #f59e0b !important;
}
.bwb-gsw-game-stats .bwb-gsw-icon--bet{
    color: #22c55e !important;
}
.bwb-gsw-game-stats .bwb-gsw-icon--paylines{
    color: #a78bfa !important;
}
.bwb-gsw-game-stats .bwb-gsw-icon--reels{
    color: #f97316 !important;
}
.bwb-gsw-game-stats .bwb-gsw-icon--hit{
    color: #6366f1 !important;
}
.bwb-gsw-game-stats .bwb-gsw-icon--maxfreq{
    color: #0ea5e9 !important;
}
.bwb-gsw-game-stats .bwb-gsw-stat-label-value{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    min-width: 0;
}
.bwb-gsw-game-stats .bwb-gsw-label{
    color: var(--gsw-muted);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.2;
}
.bwb-gsw-game-stats .bwb-gsw-value{
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}
.bwb-gsw-game-stats li>span:first-child{
    color: var(--gsw-muted);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.bwb-gsw-game-stats__studio .bwb-gsw-value a{
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    transition: text-decoration-color 0.2s ease;
}
.bwb-gsw-game-stats__studio .bwb-gsw-value a:hover{
    color: inherit !important;
    text-decoration: underline;
}
.bwb-gsw-game-stats__studio .bwb-gsw-value .bwb-ext-icon-img{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    vertical-align: middle;
    opacity: 0.8;
}
.bwb-gsw-game-stats li::marker{
    content: none !important;
}
@media only screen and (max-width: 767px){#page{
        padding-top: 68px;
    }}
.panel-grid.panel-no-style{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
}
.panel-grid-cell{
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.panel-grid-cell .bod-panel{
    zoom: 1
}
.panel-grid-cell .bod-panel:before{
    content: "";
    display: block
}
.panel-grid-cell .bod-panel:after{
    content: "";
    display: table;
    clear: both
}
.panel-grid-cell .bod-panel-last{
    margin-bottom: 0
}
html, body, div, span, iframe, h1, h2, p, a, img, strong, b, i, center, ol, ul, li, article, aside, footer, header, nav{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, footer, header, nav{
    display: block;
}
ol, ul{
    list-style: none;
}
html{
    font-size: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
body{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    background: #f7f7f7;
    word-wrap: break-word;
}
.bod-container, .bod-container-inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.bod-container-outer{
    margin: 25px auto;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17);
}
.bod-wrapper{
    padding: 25px;
    background: #fff;
}
.bod-content{
    width: 65.83%;
    overflow: hidden;
}
.bod-sidebar{
    width: 31.66%;
    float: left;
}
.bod-row [class*='mh-col-']:first-child{
    margin: 0;
}
.bod-col-1-2{
    width: 48.75%;
}
.clearfix{
    display: block;
}
.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
h1{
    font-size: 32px;
    font-size: 2rem;
}
h2{
    font-size: 24px;
    font-size: 1.5rem;
}
h1, h2{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
}
b, strong{
    font-weight: bold;
}
i{
    font-style: italic;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #e64946;
}
.entry-content ul{
    list-style: square;
}
.entry-content ol{
    list-style: decimal;
}
.entry-content ul, .entry-content ol{
    margin: 0 0 20px 40px;
}
.entry-content ul ul, .entry-content ol ol{
    margin: 0 0 0 40px;
}
.entry-content li{
    margin-bottom: 5px;
}
@font-face{
    font-family: 'flexslider-icon';
    src: url('/assets/theme/mh-magazine/includes/core/assets/fonts/flexslider-icon.eot');
    src: url('/assets/theme/mh-magazine/includes/core/assets/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/assets/theme/mh-magazine/includes/core/assets/fonts/flexslider-icon.woff') format('woff'), url('/assets/theme/mh-magazine/includes/core/assets/fonts/flexslider-icon.ttf') format('truetype'), url('/assets/theme/mh-magazine/includes/core/assets/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.entry-header{
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.entry-header .entry-title{
    padding-bottom: 10px;
    padding-bottom: 0.625rem
}
.bod-subheading-top{
    border-bottom: 3px solid #2a2a2a;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content blockquote, .entry-content table, .entry-content .bod-row{
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.entry-content blockquote p:last-child{
    margin: 0;
}
.entry-content a{
    font-weight: 600;
    color: #e64946;
}
.entry-content a:hover{
    color: #e64946;
    text-decoration: underline;
}
.bod-footer{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    padding: 25px 25px 0;
    background: #2a2a2a;
}
.bod-footer a, .bod-footer a:hover{
    color: #f7f7f7;
}
.bod-copyright-wrap{
    padding: 10px 25px;
    border-top: 3px solid rgba(255, 255, 255, 0.3);
    background: #2a2a2a;
}
.bod-copyright{
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
}
.bod-copyright a, .bod-copyright a:hover{
    color: #fff;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
iframe{
    max-width: 100%;
}
.bod-footer-widget table, .bod-footer-widget td, .bod-footer-widget th{
    border-color: rgba(255, 255, 255, 0.3);
}
input{
    font-size: 12px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    background: #f5f5f5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input[type=text], input[type=email], input[type=tel], input[type=url]{
    width: 60%;
}
input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover{
    border: 1px solid #e64946;
}
input[type=submit]{
    display: inline-block;
    min-width: 150px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #e64946;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border: 0;
    -webkit-appearance: none;
}
input[type=submit]:hover{
    background: #2a2a2a;
}
.bod-widget, .bod-footer-widget{
    margin-bottom: 25px;
    overflow: hidden;
}
@media screen and (max-width: 1120px){.bod-container-inner{
        width: 100%;
    }}
@media screen and (max-width: 900px){#bod-mobile .bod-container{
        width: 100%;
    }
.bod-container-outer{
        margin: 0 auto;
    }
.bod-wrapper{
        padding: 20px;
    }
.bod-footer{
        padding: 20px 20px 0
    }
.bod-copyright{
        text-align: center;
    }
.bod-widget, .bod-footer-widget{
        margin-bottom: 20px;
    }}
@media screen and (max-width: 767px){.bod-content, .bod-sidebar, #bod-mobile .bod-footer-area{
        float: none;
        width: 100%;
        margin: 0;
    }
.entry-header .entry-title{
        font-size: 24px;
        font-size: 1.5rem;
    }
.bod-sidebar{
        margin-top: 20px;
    }}
@media screen and (max-width: 620px){input[type=text], input[type=email], input[type=tel], input[type=url]{
        width: 88%;
    }
.entry-content ul, .entry-content ol{
        margin: 0 0 20px 20px;
    }
.entry-content ul ul, .entry-content ol ol{
        margin: 0 0 0 20px;
    }}
@media print{.bod-container-outer{
        width: 100% !important;
        margin: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
.bod-wrapper{
        padding: 0;
    }
.bod-main, .bod-content{
        width: 100% !important;
    }
.bod-posts-1, .bod-sidebar, .bod-footer, .bod-copyright-wrap{
        display: none;
    }}
html{
    overflow-y: scroll;
}
.entry-content h1{
    margin-bottom: 0 !important;
}
.entry-header .entry-title{
    padding-bottom: 0 !important;
}
.bod-copyright{
    text-align: center;
}
.bod-widget{
    overflow: visible !important;
    margin-bottom: 30px !important;
}
.bod-content{
    overflow: visible !important;
}
.bod-subheading-top{
    border-bottom: none !important;
}
.bod-container, .bod-container-inner{
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
}
.bod-wrapper{
    border-radius: 6px 6px 0 0;
    padding: 16px;
}
@media screen and (min-width: 768px){.bod-wrapper{
        padding-top: 32px;
    }}
.bod-footer{
    background-color: #000 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.bod-copyright-wrap{
    background-color: #181a1b !important;
    border-top: #000 !important;
}
.entry-content img:not([class*="wp-image-"]){
    border-radius: 0;
    box-shadow: none;
}
.entry-content img[class*="wp-image-"]{
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}
.bod-container-outer{
    margin: 25px auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 600px){.bod-container-outer{
        margin: 0 auto;
        padding-top: 0 !important;
    }
.bod-container{
        padding-top: 0 !important;
    }}
a{
    font-weight: 700;
}
a.navzlink{
    margin: 2px 6px;
    word-wrap: normal;
    display: inline-block;
}
a.navzlink:hover{
    text-decoration: underline;
}
.begambleaware{
    padding-bottom: 5px;
}
@keyframes plSpinGlow{
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.bwb-back-to-top{
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: linear-gradient(145deg, #eb004f 0%, #c20042 100%);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(235, 0, 79, 0.45), 0 2px 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.9);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.2s ease;
    pointer-events: none;
}
.bwb-back-to-top:hover{
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(235, 0, 79, 0.5), 0 3px 10px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px) scale(1);
}
.bwb-back-to-top:focus{
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 3px;
}
.bwb-back-to-top__icon{
    display: block;
    flex-shrink: 0;
}
@media (max-width: 780px){.bwb-back-to-top{
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
    }
.bwb-back-to-top .bwb-back-to-top__icon{
        width: 22px;
        height: 22px;
    }}
.bod-sidebar{
    width: 27.66% !important;
}
@media screen and (max-width: 767px){.bod-sidebar{
        width: 100% !important;
        float: none;
        margin: 0;
    }}
@font-face{
    font-family: 'square721_cn_btroman';
    src: url('/assets/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot');
    src: url('/assets/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff2') format('woff2'), url('/assets/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff') format('woff'), url('/assets/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.ttf') format('truetype'), url('/assets/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.svg#svgFontName') format('svg');
    font-display: swap;
}
@-moz-document url-prefix(){
    #wpdcom .wpd-comment-footer .wpd-reply-button svg {
        vertical-align: bottom;
    }
}
@keyframes wpd_wiggle{
    0% {
        transform: rotate(-3deg);
    }
    2% {
        transform: rotate(20deg);
    }
    4% {
        transform: rotate(-15deg);
    }
    6% {
        transform: rotate(5deg);
    }
    8% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes wpd_blink{
    0% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes wpdBlink{
    50% {
        transform: scale(1.5);
    }
}
.far, .fas{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
@-webkit-keyframes fa-spin{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes fa-spin{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
.fa-star:before{
    content: "\f005"
}
.fa-trophy:before{
    content: "\f091"
}
.fa-users:before{
    content: "\f0c0"
}
.fa-thumbs-up:before{
    content: "\f164"
}
.fa-fire:before{
    content: "\f06d"
}
@font-face{
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.eot);
    src: url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.woff2) format("woff2"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.woff) format("woff"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.ttf) format("truetype"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
@font-face{
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.eot);
    src: url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.woff2) format("woff2"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.woff) format("woff"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.ttf) format("truetype"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
.far{
    font-weight: 400
}
@font-face{
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.eot);
    src: url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.woff2) format("woff2"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.woff) format("woff"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.ttf) format("truetype"), url(/assets/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.far, .fas{
    font-family: "Font Awesome 5 Free"
}
.fas{
    font-weight: 900
}
.bonus-popup-container, .bonus-popup-container *{
    box-sizing: border-box;
}
.bonus-popup-container{
    display: none;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.72);
    z-index: 999999;
    /* Center popup */
    display: grid;
    place-items: center;
    /* Hidden state */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
}
.bonus-popup-container .bonus-popup{
    position: relative;
    width: min(90vw, 340px);
    /* keep same width, not wider */
    border-radius: 16px;
    /* Premium surface */
    background: linear-gradient(180deg, #171717 0%, #0b0b0b 100%);
    /* Depth + crisp edge */
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.65), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    padding: 14px 16px 16px;
    text-align: center;
    /* Prevent any child (button/icon) from visually overflowing */
    overflow: hidden;
    transform: translateY(6px) scale(0.985);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes bonus-popup-box-pulse{
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(0) scale(1.052);
    }
}
.bonus-popup-container .bonus-popup-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 160ms ease, transform 160ms ease;
}
.bonus-popup-container .bonus-popup-close svg{
    fill: rgba(255, 255, 255, 0.85);
}
.bonus-popup-container .bonus-popup-close:hover{
    background: rgba(255, 255, 255, 0.14);
    transform: scale(1.03);
}
.bonus-popup-container .bonus-popup-close:active{
    transform: scale(0.98);
}
@media only screen and (max-width: 600px){.bonus-popup-container{
        background: rgba(0, 0, 0, 0.78);
        padding: 14px;
        /* breathing room from screen edges */
    }
.bonus-popup-container .bonus-popup{
        width: min(92vw, 340px);
        /* still not wider */
        padding: 16px 14px 16px;
        border-radius: 18px;
        transform: translateY(10px) scale(0.99);
    }
.bonus-popup-container .bonus-popup-close{
        width: 44px;
        /* better thumb target */
        height: 44px;
        top: 8px;
        right: 8px;
    }}
@media (prefers-reduced-motion: reduce){.bonus-popup-container, .bonus-popup-container .bonus-popup, .bonus-popup-container .bonus-popup-close{
        transition: none !important;
    }
.bonus-popup-container .bonus-popup{
        transform: none !important;
    }}
.bonus-popup-container .bonus-popup-badge{
    position: absolute;
    top: 14px;
    left: -35px;
    width: 140px;
    text-align: center;
    background: #b91c1c;
    /* deep premium red */
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 0;
    transform: rotate(-35deg);
    pointer-events: none;
}
.bwb-gsw-game-stats{
    text-align: left !important;
}
.bwb-bonus-section{
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.bwb-bonus-container{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    /* IMPORTANT */
    gap: 20px !important;
}
.bwb-search-panel{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
}
.bwb-search-panel[hidden]{
    display: none;
}
.bwb-search-inner{
    position: relative;
    max-width: 520px;
    margin: 8vh auto 0;
    background: #1b1b1b;
    color: #eee;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
    padding: 16px;
}
.bwb-search-bar{
    position: relative;
}
.bwb-search-input{
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 44px 8px 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .06);
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    border-radius: 8px;
    outline: none;
    /* anti-dim for overlay input too */
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal;
    text-shadow: 0 0 0 #fff;
}
@media (min-width: 781px){.bwb-search-input::placeholder{
        color: #b8b8b8;
        opacity: 1;
    }}
.bwb-search-close{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 22px;
    line-height: 1;
    color: inherit;
    cursor: pointer;
}
.bwb-search-results{
    margin-top: 12px;
    max-height: 60vh;
    overflow: auto;
}
.bwb-search-results:empty{
    display: none;
}
.bwb-search-more{
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
    padding: 10px 12px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    background: transparent;
}
.bwb-search-more[hidden]{
    display: none !important;
}
.bwb-search-panel a:hover{
    color: inherit;
}
@media (max-width:780px){.bwb-search-inner{
        padding: 12px;
        margin-top: 48px;
    }
.bwb-search-results{
        margin-top: 6px;
        max-height: 65vh;
    }}
@media (min-width: 781px){body .bwb-search-panel .bwb-search-input:placeholder-shown{
        color: #9aa0a6 !important;
        /* dim gray */
        -webkit-text-fill-color: #9aa0a6 !important;
        /* override the white text-fill */
        opacity: 1 !important;
    }
body .bwb-search-panel .bwb-search-input::placeholder{
        color: #9aa0a6 !important;
        opacity: 1 !important;
    }
body .bwb-search-panel .bwb-search-input::-webkit-input-placeholder{
        color: #9aa0a6 !important;
        opacity: 1 !important;
    }
body .bwb-search-panel .bwb-search-input:-ms-input-placeholder{
        color: #9aa0a6 !important;
        opacity: 1 !important;
    }
body .bwb-search-panel .bwb-search-input::-ms-input-placeholder{
        color: #9aa0a6 !important;
        opacity: 1 !important;
    }}
html{
    scrollbar-gutter: stable !important;
}
.bwb-demo{
    isolation: isolate;
}
.iframe-bwb{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #171515ff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.iframe-bwb__bg-image{
    position: relative;
    overflow: hidden;
    height: var(--iframe-h, 500px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%) blur(6px);
}
.iframe-bwb__bg-image::before{
    content: "";
    position: absolute;
    inset: -1px;
    background: inherit;
    background-size: inherit;
    background-position: inherit;
    background-repeat: inherit;
    pointer-events: none;
}
.iframe-bwb__content{
    position: absolute;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.iframe-bwb__button{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: #fff;
    background-color: #4fb95e;
    line-height: 48px;
    border-radius: 6px;
    width: 10em;
    border: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    max-width: 99%;
    pointer-events: auto;
}
.bwb-demo .iframe-bwb__button, .bwb-demo .iframe-bwb__button:link, .bwb-demo .iframe-bwb__button:visited{
    color: #fff !important;
    text-decoration: none !important;
}
.iframe-bwb__button:hover{
    text-decoration: underline;
    background-color: #999;
}
.bwb-demo .bwb-demo-heading{
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 8px;
    text-align: left;
    color: #cfcfcf;
}
.bwb-demo-footer{
    margin-top: 8px;
    text-align: left;
}
.bwb-demo-metrics{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px 22px;
    margin: 0;
    padding: 0;
}
.bwb-demo-metric{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
    flex: 0 1 auto;
}
a.bwb-demo-metric{
    color: inherit;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity .15s ease;
}
a.bwb-demo-metric:hover{
    opacity: .88;
    text-decoration: none;
}
a.bwb-demo-metric:focus-visible{
    outline: 2px solid rgba(255, 255, 255, .35);
    outline-offset: 3px;
}
.bwb-demo-metric__label{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #9ca3af;
    line-height: 1.2;
}
.bwb-demo-metric__value{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 1.4375rem;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
}
.bwb-demo-metric__icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.05em;
    font-size: 1.05em;
    line-height: 1;
}
.bwb-demo-metric__icon--bwb{
    color: #f5c518;
}
.bwb-demo-metric__icon--user{
    color: #5799ef;
}
.bwb-demo-metric__icon--pop{
    color: #f97316;
}
.bwb-demo-metric__icon--yours{
    color: #5799ef;
}
.bwb-demo-metric__icon--comments{
    color: #a78bfa;
}
.bwb-demo-metric--likes{
    position: relative;
}
.bwb-demo-metric__icon--likes{
    color: #fff;
}
.bwb-demo-metric__like-action{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.2;
    text-align: left;
    color: inherit;
    vertical-align: baseline;
    -webkit-appearance: none;
    appearance: none;
}
.bwb-demo-metric__like-action:focus-visible{
    outline: 2px solid rgba(255, 255, 255, .35);
    outline-offset: 3px;
    border-radius: 4px;
}
.bwb-demo-metric__value--likes{
    flex-wrap: nowrap;
    padding: 0;
}
.bwb-demo-metric__like-action .bwb-demo-metric__num{
    line-height: 1;
}
.bwb-demo-metric__rate{
    font-size: 1em;
    font-weight: 700;
    color: #5799ef;
}
.bwb-demo-metric__num{
    font-size: 1.15em;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.bwb-demo-metric__of{
    font-size: .85em;
    font-weight: 600;
    color: #9ca3af;
}
.bwb-demo-trend{
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.bwb-demo-trend--up{
    color: #27ae60;
}
.bwb-demo-metrics .bwb-score--green{
    color: #27ae60;
}
@media (max-width: 780px){.bwb-demo .bwb-demo-heading{
        font-size: 13px !important;
        margin-bottom: 6px;
    }
.bwb-demo-metrics{
        gap: 10px 14px;
    }
.bwb-demo-metric--bwb, .bwb-demo-metric--user, .bwb-demo-metric--popularity, .bwb-demo-metric--yours, .bwb-demo-metric--likes, .bwb-demo-metric--comments{
        flex: 0 1 calc(33.333% - 10px);
        min-width: 0;
    }
.bwb-demo-metric--bwb{
        order: 1;
    }
.bwb-demo-metric--user{
        order: 2;
    }
.bwb-demo-metric--popularity{
        order: 3;
    }
.bwb-demo-metrics::before{
        content: "";
        flex-basis: 100%;
        width: 0;
        height: 0;
        order: 4;
    }
.bwb-demo-metric--yours{
        order: 5;
    }
.bwb-demo-metric--comments{
        order: 6;
    }
.bwb-demo-metric--likes{
        order: 7;
    }
.bwb-demo .iframe-bwb__bg-image{
        height: 500px !important;
    }}
@media (max-width: 600px){.bwb-page-wrap .bwb-rp-body{
        padding: 14px;
    }}
html{
    overflow-y: scroll;
}
html{
    scrollbar-gutter: stable;
}
body.bod-home, html.bod-one-sb body{
  background: #080808 !important;
  color: #e6e6e6;
}
.bod-wrapper{
  background: #141414 !important;
  border-radius: 12px;
  border: 1px solid #1f1f1f;
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
  margin: 20px auto;
}
.bod-container-outer{ padding: 20px 0; }
.bod-faq{
  margin: 24px 0 40px;
  display: flex; flex-direction: column; gap: 10px;
}
.bod-faq__item{
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  background: #1c1c1c;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.bod-faq__item:hover{ border-color: #3a3a3a; background: #1f1f1f; }
.bod-faq__item[open]{
  border-color: #e64946;
  background: #241717;
  box-shadow: 0 6px 20px rgba(230,73,70,.14);
}
.bod-faq__q{
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700; font-size: 16px; line-height: 1.35;
  color: #f4f4f4;
  list-style: none;
  gap: 16px;
  user-select: none;
  transition: color .15s ease;
}
.bod-faq__q::-webkit-details-marker{ display: none; }
.bod-faq__q::after{
  content: "+";
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(230,73,70,.16); color: #e64946;
  font-size: 22px; line-height: 1; font-weight: 700;
  transition: transform .2s ease, background .18s ease, color .18s ease;
}
.bod-faq__item[open] .bod-faq__q{ color: #ffb3b1; border-bottom: 1px solid rgba(230,73,70,.25); }
.bod-faq__item[open] .bod-faq__q::after{
  content: "×"; background: #e64946; color: #ffffff;
}
.bod-faq__q:hover{ color: #ff6f6c; }
.bod-faq__q:hover::after{ background: #e64946; color: #ffffff; }
.bod-faq__a{
  padding: 16px 20px 20px;
  font-size: 15px; line-height: 1.65; color: #d5d5d5;
}
.bod-faq__a p{ margin: 0 0 8px; }
.bod-faq__a p:last-child{ margin-bottom: 0; }
.bod-toc-list{
  column-count: 2;
  column-gap: 32px;
}
.bod-toc-list li{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 320px){.bod-toc-list{ column-count: 1; }}
.entry-content table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: linear-gradient(180deg,#1a1a1a 0%, #141414 100%);
  color: #e6e6e6;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.entry-content table thead th{
  background: linear-gradient(180deg,#2a1616 0%,#1e1010 100%);
  color: #ffb3b1;
  font-weight: 800;
  padding: 14px 16px;
  text-align: left;
  border-bottom: 2px solid #e64946;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}
.entry-content table thead th:first-child{ padding-left: 22px; }
.entry-content table thead th:last-child{ padding-right: 22px; text-align: center; }
.entry-content table tbody td{
  padding: 12px 16px;
  border-top: 1px solid #232323;
  color: #dcdcdc;
  vertical-align: middle;
}
.entry-content table tbody td:first-child{ padding-left: 22px; font-weight: 700; color: #f5f5f5; }
.entry-content table tbody td:last-child{ padding-right: 22px; text-align: center; }
.entry-content table tbody tr:nth-child(2n) td{ background: rgba(255,255,255,.02); }
.entry-content table tbody tr:hover td{
  background: linear-gradient(180deg, rgba(230,73,70,.10) 0%, rgba(230,73,70,.05) 100%);
  color: #ffffff;
}
.entry-content table tbody tr:hover td:first-child{ color: #ffb3b1; }
.entry-content table strong, .entry-content table b{ color: #ffffff; }
.entry-content table td a{
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 8px 20px;
  min-width: 84px;
  background: linear-gradient(180deg,#e64946 0%,#c62828 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(230,73,70,.28), inset 0 1px 0 rgba(255,255,255,.16);
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
  border: 1px solid rgba(255,255,255,.05);
}
.entry-content table td a::after{
  content: "→"; font-weight: 700; transition: transform .18s ease;
}
.entry-content table td a:hover{
  background: linear-gradient(180deg,#ef5d5a 0%,#d32d2d 100%);
  box-shadow: 0 8px 20px rgba(230,73,70,.42), inset 0 1px 0 rgba(255,255,255,.22);
  transform: translateY(-1px);
}
.entry-content table td a:hover::after{ transform: translateX(3px); }
.bod-figure{ margin: 24px 0; text-align: center; }
.bod-figure > img{ max-width: 100%; height: auto; border-radius: 10px; border: 1px solid #2a2a2a; background: #181818; }
.bod-figure figcaption{ margin-top: 10px; font-size: 13px; color: #a0a0a0; font-style: italic; }
.bod-figure--single img{ width: 176px; height: 176px; padding: 12px; background: linear-gradient(135deg,#241717,#141414); border: 1px solid #3a2a2a; box-shadow: 0 6px 20px rgba(230,73,70,.18); }
.bod-sym-grid{ display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 0 0 8px; }
@media (max-width: 700px){.bod-sym-grid{ grid-template-columns: repeat(3, 1fr); }}
@media (max-width: 400px){.bod-sym-grid{ grid-template-columns: repeat(2, 1fr); }}
.bod-sym{ background: #181818; border: 1px solid #2a2a2a; border-radius: 8px; padding: 10px 8px; display: flex; flex-direction: column; align-items: center; gap: 6px; transition: border-color .15s ease, background .15s ease; }
.bod-sym:hover{ border-color: #e64946; background: #201414; }
.bod-sym img{ width: 100%; max-width: 96px; height: auto; }
.bod-sym span{ font-size: 12px; color: #cccccc; line-height: 1.35; text-align: center; }
.bod-sym b{ color: #ffb3b1; font-size: 14px; }
.bod-alt-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0 0 8px; }
@media (max-width: 700px){.bod-alt-grid{ grid-template-columns: 1fr; }}
.bod-alt{ background: #181818; border: 1px solid #2a2a2a; border-radius: 10px; overflow: hidden; transition: border-color .15s ease, transform .15s ease; }
.bod-alt:hover{ border-color: #e64946; transform: translateY(-2px); }
.bod-alt img{ display: block; width: 100%; height: auto; }
.bod-alt span{ display: block; padding: 10px 12px; font-weight: 700; font-size: 14px; color: #f4f4f4; text-align: left; }
.bod-alt em{ font-style: normal; color: #a0a0a0; font-weight: 400; }