a {text-decoration: none;}
body { max-width:1120px; margin: 0 auto; background-color: #0c121c; font-family: Roboto, sans-serif; text-align: left; line-height: 1.4;}
/* Шапка — компактный навбар (Vodka casino) */
header {
    background: #0c121c;
    height: 72px;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.header-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content .logo {
    display: flex;
    align-items: center;
}
.header-content .logo img {
    display: block;
    transition: opacity 0.2s ease;
}
.header-content .logo:hover img {
    opacity: 0.9;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hbutton-reg {
    background: transparent;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #e8e9ea;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hbutton-reg:hover {
    background: rgba(47, 127, 255, 0.1);
    color: #fff;
    border-color: #2F7FFF;
}

.hbutton {
    background: linear-gradient(180deg, #5a9aff 0%, #2F7FFF 50%, #1e5fd9 100%);
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: none;
    box-shadow: 0 0 24px rgba(47, 127, 255, 0.35);
}
.hbutton:hover {
    background: linear-gradient(180deg, #6aa5ff 0%, #3d8aff 50%, #2F7FFF 100%);
    box-shadow: 0 0 28px rgba(47, 127, 255, 0.45);
}

article {margin:30px 0; background-color:#151E32; padding: 30px; border-radius: 10px; border: 1px solid rgba(47, 127, 255, 0.15); color: #fff; box-shadow: 0 12px 19.2px .8px rgba(0, 0, 0, 0.3);}

/* Баннер в шапке — фиксированная высота, стабильная вёрстка */
.flextop {
    display: block;
    position: relative;
    margin-top: -16px;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.banner1 {
    margin: 30px 0;
    border: 1px solid rgba(47, 127, 255, 0.25);
    background: linear-gradient(90deg, rgba(21, 30, 50, 0.95) 0%, rgba(21, 30, 50, 0.7) 42%, transparent 55%),
                url(/img/bnnrr.webp) no-repeat right top;
    background-size: 100% 100%, auto 100%;
    background-color: #151E32;
    height: 280px;
    max-width: 100%;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding: 0 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(47, 127, 255, 0.08);
}
.banner1 .banner-content {
    position: relative;
    z-index: 2;
    max-width: 420px;
}
.banner1 .banner-badge {
    display: inline-block;
    color: #2F7FFF;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.banner1 p {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 14px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.banner-btn {
    background: linear-gradient(180deg, #5a9aff 0%, #2F7FFF 50%, #1e5fd9 100%);
    box-shadow: 0 0 24px rgba(47, 127, 255, 0.35);
    padding: 14px 28px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    margin: 0;
    z-index: 2;
    position: relative;
    display: inline-block;
    border: none;
    cursor: pointer;
}
.banner-btn:hover {
    background: linear-gradient(180deg, #6aa5ff 0%, #3d8aff 50%, #2F7FFF 100%);
    box-shadow: 0 0 28px rgba(47, 127, 255, 0.45);
}



.tabletop { width: 38%; height:230px; color:#fff; background:#1a2744; border-radius: 10px; padding:20px; box-sizing: border-box;}
.tabletop > div {
    margin-bottom:15px;
    display:flex; align-items: center; gap: 10px;
}
.daxil {background-color:#2F7FFF; padding:10px 30px; border-radius:18px;}
.app {background:linear-gradient(to top,#00FF8C,#00cc70); padding:13px 20px; border-radius:18px;}

img {width:80%; margin:auto; display:table; border-radius:10px;}

/* Таблицы — обновлённый стиль в тех же цветах */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 24px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

thead {
    background: #1a2744;
    color: #00FF8C;
}

thead th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid rgba(47, 127, 255, 0.25);
}
thead th:first-child {
    border-right: 1px solid rgba(47, 127, 255, 0.15);
}

th, td {
    padding: 14px 20px;
    border: none;
}

tbody tr {
    background-color: #151E32;
    transition: background-color 0.15s ease;
}
tbody tr:nth-child(even) {
    background-color: #1a2744;
}
tbody tr:hover {
    background-color: #243553;
}

tbody td {
    color: #e8e9ea;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
tbody td:first-child {
    color: #b8babc;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

tbody tr:last-child td {
    border-bottom: none;
}

.table-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    margin-top:15px;
}

.table-item {
    flex: 1 1 calc(50% - 10px);
    background: #1a2744;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(47, 127, 255, 0.2);
    border-radius: 5px;
    font-size: 16px;
    color: #e8e9ea;
}

.table-item.green {
    background: rgba(0, 255, 140, 0.12);
    border-color: rgba(0, 255, 140, 0.25);
}

.login-block {background-color: #1a3a7c; padding:20px; border-radius:15px; color:#fff;}

.author img{width: 30px; height: 30px; border-radius: 50%; display: inline-table; margin-bottom:-9px}
.author p {margin: 0; font-size: 18px; font-weight: bold;}
.author span {font-size: 16px; font-weight: normal;}

.author-block {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
    background: #1a2744;
    border-radius: 15px;
    margin-top: 40px;
    border: 1px solid rgba(47, 127, 255, 0.2);
}

.author-image {
    flex-shrink: 0;
}

.author-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #2F7FFF;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.author-info {
    flex-grow: 1;
}

.author-info h3 {
    margin: 0 0 10px 0;
    color: #2F7FFF;
    font-size: 1.8rem;
}

.author-title {
    color: #9ca0a4;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.author-bio {
    color: #b8babc;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    body {margin: 0 10px;}
    header {height: 64px;}
    .header-content {height: 64px; padding: 0 16px;}
    .header-content .logo img {width: 120px; height: auto;}
    .hbutton {padding: 10px 16px; font-size: 14px;}
    .hbutton-reg {padding: 10px 16px; font-size: 14px;}
    .header-buttons {gap: 8px;}
    .flextop {margin-top: 0; padding: 0 15px;}
    .banner1 {height: 240px; margin: 15px 0; padding: 0 20px;}
    .banner1 .banner-content {max-width: 100%;}
    .banner1 .banner-badge {font-size: 11px; padding: 5px 10px; margin-bottom: 8px;}
    .banner1 p {font-size: 18px; margin: 0 0 10px 0;}
    .banner-btn {padding: 10px 18px; font-size: 14px;}
    .tabletop {display:flex; padding:12px; width:100%; height:auto; justify-content:space-between; gap:10px;}
    .tabletop > div {flex-direction: column; font-size:15px; max-width: 100%; margin-bottom:0; padding:10px; }
    article {margin:20px 0; padding:16px;}
    img {width:100%;}
    .table-container {flex-direction: column; gap:10px;}
    .table-item {flex: 1 1 100%; padding:12px;}
    .author-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .author-image img {
        width: 100px;
        height: 100px;
    }

    .author-info h3 {
        font-size: 1.5rem;
    }
}

.button {
    padding: 12px 24px;
    background: linear-gradient(180deg, #5a9aff 0%, #2F7FFF 50%, #1e5fd9 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    border-radius: 999px;
    outline: none;
    box-sizing: border-box;
    box-shadow: 0 0 24px rgba(47, 127, 255, 0.35);
}
.button:hover {
    background: linear-gradient(180deg, #6aa5ff 0%, #3d8aff 50%, #2F7FFF 100%);
    box-shadow: 0 0 28px rgba(47, 127, 255, 0.45);
}


/* Футер — в стиле шапки и article (Vodka) */
.footer {
    background: #0c121c;
    color: #e8e9ea;
    padding: 48px 0 32px;
    width: 100%;
    margin: 48px auto 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.3);
}

.footer-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 24px;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top .footer-logo .logo {
    display: flex;
    align-items: center;
}
.footer-top .footer-logo .logo img {
    height: 20px;
    width: auto;
}

.age-restriction {
    background: rgba(47, 127, 255, 0.2);
    color: #2F7FFF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid rgba(47, 127, 255, 0.4);
}

.footer-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 24px;
}

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.payment-methods > * {
    display: inline-block;
    width: 28px;
    height: 28px;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}
.payment-methods > *:hover {
    opacity: 1;
}

.payment-methods img {
    height: 28px;
    width: auto;
}

.footer-disclaimer {
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: #9ca0a4;
    max-width: 720px;
    margin: 0 auto 24px;
    padding: 0 16px;
}

.footer-legal {
    margin-bottom: 0;
    text-align: center;
}

.license-info {
    margin-bottom: 0;
}

.gcb-logo {
    height: 28px;
    width: auto;
    display: inline-block;
    opacity: 0.8;
}

.license-info p {
    font-size: 11px;
    color: #7a7e82;
    line-height: 1.4;
    margin: 8px 0 0;
}

.policy-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.policy-links a {
    color: #b8babc;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

.policy-links a:hover {
    color: #00FF8C;
}


@media (max-width: 768px) {
    .footer {
        padding: 32px 0 24px;
    }

    .footer-content {
        padding: 0 16px;
    }

    .footer-top {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        margin-bottom: 24px;
        padding-bottom: 20px;
    }

    .footer-middle {
        margin-bottom: 20px;
        gap: 16px;
    }

    .payment-methods {
        gap: 12px;
    }

    .payment-methods > * {
        width: 24px;
        height: 24px;
    }

    .footer-disclaimer {
        font-size: 11px;
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .policy-links {
        justify-content: center;
        gap: 16px;
    }
}
