:root{--site-bg:#06100b;--site-text:#edf8f0;--site-muted:#a2b3a8}
html{background:var(--site-bg)}
body{
    min-height:100vh;
    color:var(--site-text);
    font-size:15px;
    line-height:1.55;
    background-color:var(--site-bg)!important;
    background-image:radial-gradient(circle at 8% -8%,rgba(66,225,111,.11),transparent 34rem),radial-gradient(circle at 96% 46%,rgba(217,181,88,.07),transparent 36rem)!important;
    background-size:auto!important;
    background-attachment:fixed!important
}
body:before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    pointer-events:none;
    opacity:.13;
    background-image:linear-gradient(rgba(112,225,141,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(112,225,141,.11) 1px,transparent 1px);
    background-size:55px 55px;
    -webkit-mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 72%,transparent);
    mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 72%,transparent)
}

/* Texto comum e formulários: tamanho mínimo confortável em todas as áreas do cliente. */
.auth-page,.catalog-page{font-size:15px;line-height:1.55}
.auth-page p,.catalog-page p,.finance-center p,.deposit-page p,.withdraw-page p,.affiliate-page p,.vip-page p{font-size:13px!important;line-height:1.6!important}
.auth-page small,.catalog-page small,.finance-center small,.deposit-page small,.withdraw-page small,.affiliate-page small,.vip-page small,
.cashback-wallet small,.wallet-center small{font-size:11px!important;line-height:1.45!important}
.auth-page label,.finance-center label,.deposit-page label,.withdraw-page label,.affiliate-page label,.vip-page label{font-size:12px!important;line-height:1.4!important}
.auth-page input,.auth-page select,.auth-page textarea,.finance-center input,.deposit-page input,.withdraw-page input,.affiliate-page input,.vip-page input{font-size:14px!important}
.auth-page button,.catalog-page button,.finance-center button,.deposit-page button,.withdraw-page button,.affiliate-page button,.vip-page button{font-size:13px;line-height:1.25}
.eyebrow,.section-kicker,.metric-label,.status-label,.field-label{font-size:10px!important;letter-spacing:.12em;line-height:1.4}
.compact-game>small{font-size:10px!important;line-height:1.25!important}
.game-badge{font-size:9px!important}
.mobile-app-nav small{font-size:10px!important}
.footer-bottom,.footer-links,.footer-copy{font-size:11px!important;line-height:1.5}

@media(max-width:720px){
    body{font-size:15px;line-height:1.55;background-image:radial-gradient(circle at 15% 0,rgba(66,225,111,.10),transparent 24rem)!important}
    body:before{opacity:.08;background-size:46px 46px}
    .auth-page,.catalog-page{font-size:15px}
    .auth-page p,.catalog-page p,.finance-center p,.deposit-page p,.withdraw-page p,.affiliate-page p,.vip-page p{font-size:13px!important}
    .compact-game>small{font-size:9px!important}
    .game-badge{font-size:8px!important}
}
