:root {
    --color-secondary: #7729d7;

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #41C6FF 0%, #1A65FC 100%);
    --status-top: #10b981;
    --bg-secondary: #121A29;

    /* Фоновые цвета */
    --bg-primary: #141824;
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --shadow-secondary: rgba(0, 0, 0, 0.3);
    --bg-overlay: rgb(19 21 28 / 35%);

    /* Текстовые цвета */
    --text-primary: #ffffff;

    /* Границы */
    --border-primary: #1e293b;
    --bg-card-hover: #334155;
    --bg-dark: #161C24;
    --border-overlay: rgba(71, 85, 105, 0.3);
    --color-primary-dark: #4338ca;
    --border-card: #475569;
    --border-secondary: #374151;
    --status-jackpot: #fbbf24;
    --gradient-cta: linear-gradient(90deg, #161D30 0%, #252c40 102.14%);
    --text-dark: #6b7280;
    /* Основные цвета */
    --color-primary: #fff;
;
    --bg-card: #1e293b;
    --gradient-bg: linear-gradient(90deg, #0D131C, #141e2c);
    --text-secondary: #e2e8f0;

    /* Статусные цвета */
    --status-new: #3b82f6;
    --text-light: #9ca3af;
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --shadow-card: rgba(0, 0, 0, 0.4);

    /* Тени */
    --shadow-primary: 0 0 25px rgb(43 50 131);
    --text-muted: #c5c5c5;
    --color-accent: #fbbf24}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    margin: 0;
}

html {
    padding: 0;
    width: 100%;
;
    margin: 0}

body {
;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-primary);
    color: var(--text-secondary)}

main {
;
    background: var(--gradient-cta);
    padding: 60px 0}

.VWug1UzctaI {
    display: flex;
    justify-content: flex-end;
;
    margin: 0 20px;
    width: 100%;
    position: relative}

.juftXtc71 {
    color: var(--color-text);
;
    padding: 8px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: none}

.VWug1UzctaI ul {
    padding: 0;
    list-style: none;
    gap: 10px;
;
    display: flex;
    margin: 0}

.VWug1UzctaI ul li a {
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
;
    padding: 5px;
    display: block;
    color: var(--color-text);
    font-size: 13px}

.VWug1UzctaI ul li a:hover {
;
    color: var(--color-primary)}

@media (max-width: 768px) {
    .juftXtc71 {
        display: block;
    }
    
    .VWug1UzctaI ul {
        transition: all 0.3s ease;
        z-index: 1000;
        transform: translateY(-10px);
        border-radius: 8px;
    ;
        opacity: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        background: var(--bg-secondary);
        visibility: hidden;
        left: 0;
        gap: 0;
        position: absolute;
        top: 100%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        right: 0;
        flex-direction: column}
    
    .VWug1UzctaI.SxfhGANPQ ul {
        align-items: center;
        transform: translateY(0);
        width: 100%;
    ;
        opacity: 1;
        display: flex;
        margin-top: 10px;
        visibility: visible}
    
    .VWug1UzctaI ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    ;
        padding: 16px 20px}
    
    .VWug1UzctaI ul li:last-child a {
    ;
        border-bottom: none}
}
header {
        display: flex;
        height: 72px;
        width: 100%;
        background: var(--bg-dark);
        align-items: center;
        justify-content: center;
    }

.tVziSeXYdgZ_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.KcFJuv img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.VWug1UzctaI {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.VWug1UzctaI a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.VWug1UzctaI a:hover {
    color: var(--color-accent);
}
.SF2qrc {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 40px 10px;
    background: var(--gradient-bg);
}

.b6nenvmImW {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 40px;
    gap: 20px;
    background: var(--gradient-cta);
    border-radius: 20px;
}

.Mdr6efSbO2h {
    flex: 1;
    max-width: 600px;
}

.zysv {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.eh5yrT57 {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.K_iWo9gCnc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 30px;
}

.users-icon {
    flex-shrink: 0;
}

.R67G {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guW3iV {
    max-width: 640px;
    width: 100%;
}

.guW3iV img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.KdSd {
    display: flex;
    gap: 10px;
}

.JvcUz {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.feakld {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feakld:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.pwtnm4rc8_ {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.pwtnm4rc8_:hover {
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--text-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.iZomdiX26 {
    font-weight: 700;
}

@media (max-width: 768px) {
.SF2qrc {
    min-height: auto;
    padding: 40px 0;
}

.b6nenvmImW {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.Mdr6efSbO2h {
    max-width: 100%;
}

.zysv {
    font-size: 32px;
    margin-bottom: 16px;
}

.eh5yrT57 {
    font-size: 16px;
    margin-bottom: 24px;
}

.KdSd {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.JvcUz {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.guW3iV {
    max-width: 100%;
}

.guW3iV img {
    border-radius: 12px;
}

.K_iWo9gCnc {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .zysv {
        font-size: 28px;
    }
    
    .eh5yrT57 {
        font-size: 14px;
    }
    
    .JvcUz {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .K_iWo9gCnc {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .SF2qrc {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .b6nenvmImW {
        gap: 40px;
    }
    
    .zysv {
        font-size: 40px;
    }
    
    .eh5yrT57 {
        font-size: 18px;
    }
    
    .JvcUz {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .guW3iV {
        max-width: 400px;
    }
}
.qz56kdG {
    padding: 80px 0;
    background: var(--bg-secondary);
}

.J4Q8zvrUH4 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

.ie7q2U9_G {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.puouedTCev {
    font-size: 15px;
    color: #c1c1c1;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.CbononF {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}

.Pl1tj {
    background: var(--gradient-card);
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-card);
    position: relative;
}

.Pl1tj:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px var(--shadow-card);
}

.TUxqah {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}

.wby1 {
    background: var(--status-new);
    color: var(--text-primary);
}

.gffxbNM8 {
    background: var(--status-jackpot);
    color: black;
}

.llrf7uJ {
    background: var(--status-top);
    color: var(--text-primary);
}

.zK4ut1dR {
    width: 100%;
    height: auto;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

.lwj_ {
    padding: 15px;
    text-align: left;
}

.PfcdKqifihC {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 5px;
}

.GwwQvk3d {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 400;
    margin-bottom: 15px;
}

.A_tu3q9 {
    display: flex;
    gap: 8px;
}

.vrC59u {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.moip {
    background: var(--border-secondary);
    color: var(--text-light);
}

.rzTmiHAfw {
    background: var(--gradient-primary);
    color: var(--text-primary);
}

.rzTmiHAfw:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px var(--shadow-primary);
}

.qexw3__qh {
    background: #1f2937;
    color: var(--text-primary);
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #3f4e62;
    display: inline-block;
}

.qexw3__qh:hover {
    background: #333b46;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .qz56kdG {
        padding: 60px 0;
    }
    
    .ie7q2U9_G {
        font-size: 40px;
    }
    
    .puouedTCev {
        font-size: 16px;
        max-width: 500px;
    }
    
    .CbononF {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .Pl1tj {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .qz56kdG {
        padding: 50px 0;
    }
    
    .ie7q2U9_G {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .puouedTCev {
        font-size: 14px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    
    .CbononF {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .Pl1tj {
        width: 100%;
        max-width: 320px;
    }
    
    .lwj_ {
        padding: 12px;
    }
    
    .PfcdKqifihC {
        font-size: 14px;
    }
    
    .GwwQvk3d {
        font-size: 11px;
        margin-bottom: 12px;
    }
    
    .A_tu3q9 {
        gap: 6px;
    }
    
    .vrC59u {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .qexw3__qh {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .qz56kdG {
        padding: 40px 0;
    }
    
    .ie7q2U9_G {
        font-size: 28px;
    }
    
    .puouedTCev {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .Pl1tj {
        max-width: 280px;
    }
    
    .lwj_ {
        padding: 10px;
    }
    
    .PfcdKqifihC {
        font-size: 13px;
    }
    
    .GwwQvk3d {
        font-size: 10px;
        margin-bottom: 10px;
    }
    
    .vrC59u {
        padding: 5px 8px;
        font-size: 9px;
    }
    
    .qexw3__qh {
        padding: 10px 20px;
        font-size: 13px;
    }
}
    footer {
        background: var(--bg-secondary);
        padding: 30px 0 30px;
        border-top: 1px solid var(--border-primary);
    }
    
    .ievXr {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .FuZJOZfxp0 {
        display: flex;
        justify-content: center;
        font-weight: bold;
        font-size: 21px;
        margin: 10px 0;
    }
    
    .fLkcvDZ6 {
        display: flex;
        column-gap: 20px;
        width: 100%;
        justify-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    
    .fLkcvDZ6 .gc6mnu9z5usr6 {
        display: flex;
        height: 60px;
        align-items: center;
    }

    .iyMlyq4atzr5 img, .qda7y9rh img, .khtggz img, .aoATMzfKws4n img, .cRpkdyhgBbl img, .pjx_ img, .zkamu_hM0 img, .o_irr7_tu9 img {
        height: 30px;
    }

    .ei_g {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        border-top: 1px solid var(--border-primary);
        padding-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .qBbw0 {
        color: var(--text-dark);
        font-size: 13px;
    }
.d_xspH_x {
    line-height: 1.8;
    color: var(--text-muted);
    font-weight: 300;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px;
    background: var(--bg-overlay);
    border-radius: 16px;
    border: 1px solid var(--border-overlay);
    backdrop-filter: blur(10px);
}

h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.d_xspH_x h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
    margin-top: 24px;
}

.d_xspH_x p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
}

.d_xspH_x ul, .d_xspH_x ol {
    margin-bottom: 16px;
    padding-left: 20px;
}

.d_xspH_x li {
    margin-bottom: 8px;
}

.d_xspH_x table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    background: var(--bg-card);
    border-radius: 8px;
    overflow: hidden;
    min-width: 600px;
}

.d_xspH_x img {
    width: 100%;
}

.ZrxsApeirx7 {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 8px;
}

.d_xspH_x th {
    background: var(--border-secondary);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.d_xspH_x td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}