:root {
    scroll-behavior: smooth;
    --color-bg-theme: #1c211d;
    --color-bg-base: #0d110e;
    --color-font-theme: #f1faf1;
    --color-font-base: #ffffff;
    --color-bg-first-button: #1c211d;
    --color-first-button: #ffffff;
    --color-bg-scnd-button: #19a985;
    --color-scnd-button: #0d110e;
}
.c-header__nav{
    font-size: 14px;
}
@media (max-width: 1024px) {
    .c-header__nav{
        font-size: 16px;
    }
}
.c-header__nav a:hover {
    color: #19a985;
}
.c-header__log{
    border-radius: 12px;
    background: linear-gradient(180deg, #BFF5C3 0%, #24B690 100%);
}
.c-header__log:hover{
    color: #ffffff;
    border: 1px solid #b8c0b9;
}
.c-header__reg{
    white-space: nowrap;
    border-radius: 12px;
    border: 1px solid #b8c0b9;
}
.c-header__reg:hover{
    color: #f1faf1;
}
.first-screen-container{
    background: linear-gradient(212deg, rgb(56 1 9) 0%, rgb(8 1 0) 50%, rgb(21 44 0) 100%);
}
.std-table th,
.std-table td {
    border: 1px solid #19a98575;
}
.std-table th{
    color: #fff;
    text-shadow: 1px 1px 1px #1c211d;
}
@media (min-width: 1024px) {
    .c-header__list {
        gap: 15px;
    }
}
.c-header__list {
    padding-inline-start: 10px;
}
@media (max-width: 425px) {
    .c-header__reg, .c-header__log {
        padding: .5rem .3rem;
    }
}

.games-block{margin:20px 0}
.games-block__inner{border:1px solid rgba(184,192,185,.35);border-radius:12px;padding:16px;background:rgba(13,17,14,.6)}
.games-block__title{margin:0 0 12px;font-weight:700;font-size:18px;color:var(--color-font-theme)}
.games-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;grid-template-columns:repeat(6,1fr)}
.games-item{min-width:0}
.games-card{position:relative;display:block;width:100%;border-radius:12px;overflow:hidden;border:1px solid rgba(25,169,133,.35);background:#000;transition:transform .2s ease,filter .2s ease;text-decoration:none;color:inherit}
.games-card:hover{transform:translateY(-2px)}
.games-card__img{display:block;width:100%;height:220px;object-fit:cover}
.games-card__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(13,17,14,.05),rgba(13,17,14,.65));opacity:0;transition:opacity .2s ease}
.games-card:hover .games-card__overlay{opacity:1}
.games-card__icon{width:54px;height:54px;border-radius:50%;background:linear-gradient(180deg,#BFF5C3 0%,#24B690 100%);box-shadow:0 6px 20px rgba(0,0,0,.35);padding:14px;fill:#0d110e}
@media (max-width:1200px){.games-list{grid-template-columns:repeat(4,1fr)}}
@media (max-width:900px){.games-list{grid-template-columns:repeat(3,1fr)}}
@media (max-width:600px){.games-block__inner{padding:12px}.games-list{grid-template-columns:repeat(2,1fr)}.games-card__img{height:190px}}


