:root {
    --bg-card-hover: #334155;
    --shadow-card: rgba(0, 0, 0, 0.4);
    --text-light: #9ca3af;

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #41C6FF 0%, #1A65FC 100%);
    --color-secondary: #7729d7;
    --border-overlay: rgba(71, 85, 105, 0.3);
    --status-jackpot: #fbbf24;
    --color-accent: #fbbf24;

    /* Статусные цвета */
    --status-new: #3b82f6;
    --bg-card: #1e293b;
;
    --bg-dark: #161C24;
    --border-secondary: #374151;
    --bg-overlay: rgb(19 21 28 / 35%);

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --bg-secondary: #121A29;
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);

    /* Тени */
    --shadow-primary: 0 0 25px rgb(43 50 131);
    --status-top: #10b981;
    --shadow-secondary: rgba(0, 0, 0, 0.3);
    --border-card: #475569;
    --color-primary-dark: #4338ca;

    /* Фоновые цвета */
    --bg-primary: #141824;
    --gradient-bg: linear-gradient(90deg, #0D131C, #141e2c);
    --text-muted: #c5c5c5;
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    /* Основные цвета */
    --color-primary: #fff;
    --text-secondary: #e2e8f0;
    --gradient-cta: linear-gradient(90deg, #161D30 0%, #252c40 102.14%);
    --text-dark: #6b7280;

    /* Границы */
    --border-primary: #1e293b}

*, ::after, ::before {
    border-width: 0;
    box-sizing: border-box;
;
    margin: 0}

html {
    width: 100%;
    margin: 0;
;
    padding: 0}

body {
    background-color: var(--bg-primary);
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: var(--text-secondary);
}

main {
    padding: 60px 0;
    background: var(--gradient-cta);
}

.ej2kb_s5 {
    position: relative;
    display: flex;
    justify-content: flex-end;
;
    margin: 0 20px;
    width: 100%}

.Y5nh_6 {
    border: none;
    cursor: pointer;
    padding: 8px;
    display: none;
    font-size: 24px;
    color: var(--color-text);
;
    background: none}

.ej2kb_s5 ul {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 10px;
;
    padding: 0}

.ej2kb_s5 ul li a {
    padding: 5px;
    display: block;
;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
    color: var(--color-text)}

.ej2kb_s5 ul li a:hover {
;
    color: var(--color-primary)}

@media (max-width: 768px) {
    ;
    .Y5nh_6 {
        display: block}
    
    .ej2kb_s5 ul {
        opacity: 0;
        transition: all 0.3s ease;
        left: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        right: 0;
        transform: translateY(-10px);
        top: 100%;
        flex-direction: column;
    ;
        z-index: 1000;
        background: var(--bg-secondary);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        position: absolute;
        visibility: hidden;
        gap: 0}
    
    .ej2kb_s5.f46zV ul {
        margin-top: 10px;
        align-items: center;
        opacity: 1;
    ;
        transform: translateY(0);
        width: 100%;
        visibility: visible;
        display: flex}
    
    .ej2kb_s5 ul li a {
    ;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 16px 20px}
    
    .ej2kb_s5 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;
    }

.bUuI {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.Rqw9tyc img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.ej2kb_s5 {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.ej2kb_s5 a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.ej2kb_s5 a:hover {
    color: var(--color-accent);
}
.Vqet7b9cQtks {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 40px 10px;
    background: var(--gradient-bg);
}

.TxHnl70yFvv8 {
    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;
}

.ni4Hm {
    flex: 1;
    max-width: 600px;
}

.xcmThMl3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.Zafpv_W4d2el3 {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.YBssGq1 {
    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;
}

.Sy3a7_Bz0 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yBy2ldbeVyQt {
    max-width: 640px;
    width: 100%;
}

.yBy2ldbeVyQt img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.z1_6ogBgTQi {
    display: flex;
    gap: 10px;
}

.ecunx {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.dutuK {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dutuK:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.qiSa {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.qiSa: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;
}

.j0to {
    font-weight: 700;
}

@media (max-width: 768px) {
.Vqet7b9cQtks {
    min-height: auto;
    padding: 40px 0;
}

.TxHnl70yFvv8 {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.ni4Hm {
    max-width: 100%;
}

.xcmThMl3 {
    font-size: 32px;
    margin-bottom: 16px;
}

.Zafpv_W4d2el3 {
    font-size: 16px;
    margin-bottom: 24px;
}

.z1_6ogBgTQi {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.ecunx {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.yBy2ldbeVyQt {
    max-width: 100%;
}

.yBy2ldbeVyQt img {
    border-radius: 12px;
}

.YBssGq1 {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .xcmThMl3 {
        font-size: 28px;
    }
    
    .Zafpv_W4d2el3 {
        font-size: 14px;
    }
    
    .ecunx {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .YBssGq1 {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .Vqet7b9cQtks {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .TxHnl70yFvv8 {
        gap: 40px;
    }
    
    .xcmThMl3 {
        font-size: 40px;
    }
    
    .Zafpv_W4d2el3 {
        font-size: 18px;
    }
    
    .ecunx {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .yBy2ldbeVyQt {
        max-width: 400px;
    }
}
    footer {
        background: var(--bg-secondary);
        padding: 30px 0 30px;
        border-top: 1px solid var(--border-primary);
    }
    
    .JFf5r {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .HU4l_nxo4w {
        display: flex;
        justify-content: center;
        font-weight: bold;
        font-size: 21px;
        margin: 10px 0;
    }
    
    .Lb6c3k {
        display: flex;
        column-gap: 20px;
        width: 100%;
        justify-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    
    .Lb6c3k .w2q_4xslvpY {
        display: flex;
        height: 60px;
        align-items: center;
    }

    .EN11eWN img, .JU1N4m img, .PWHP_ckiro0f img, .VgErht img, .S_b_fVmvlJuh img, .Sbj5Cbr2ZnRx img, .Yfq9vc img, .ajzPtmfRomfy img {
        height: 30px;
    }

    .nqs3bv7mv_qw {
        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;
    }

    .n63am8Hdcf {
        color: var(--text-dark);
        font-size: 13px;
    }
.dsjJ6 {
    line-height: 1.7;
    color: var(--text-secondary);
    font-weight: 300;
    max-width: 1280px;
    margin: 32px auto 40px;
    padding: 32px 24px 28px;
}

.dsjJ6 h1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 20px;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.dsjJ6 h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.dsjJ6 p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.dsjJ6 ul,
.dsjJ6 ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.dsjJ6 li {
    margin: 0 0 8px;
}

.dsjJ6 table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.dsjJ6 img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.H8gIg_3 {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.dsjJ6 th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.dsjJ6 td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.dsjJ6 tr:nth-child(even) td {
    background: var(--bg-card-hover);
}