:root {
    /* Основные цвета */
    --color-primary: #fff;
    --bg-card-hover: #334155;
    --status-jackpot: #fbbf24;
    --shadow-secondary: rgba(0, 0, 0, 0.3);
    --color-secondary: #7729d7;
    --border-card: #475569;
    --text-dark: #6b7280;

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --bg-overlay: rgba(44, 49, 68, 0.35);
    --bg-secondary: #241f2b;

    /* Фоновые цвета */
    --bg-primary: #141824;
    --bg-dark: #0D121D;
    --border-overlay: rgba(71, 85, 105, 0.3);
    --text-light: #9ca3af;
    --text-muted: #d1d5db;
    --gradient-cta: linear-gradient(90deg, #161623 0%, #2E1414 102.14%);
    --color-accent: #fbbf24;
    --text-secondary: #e2e8f0;
    --bg-card: #1e293b;
    --color-primary-dark: #4338ca;
    --gradient-bg: linear-gradient(90deg, #39265a, #372235);
;

    /* Статусные цвета */
    --status-new: #3b82f6;

    /* Границы */
    --border-primary: #1e293b;

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #9A32C9 0%, var(--color-secondary) 100%);
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --border-secondary: #374151;
    --shadow-card: rgba(0, 0, 0, 0.4);
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --status-top: #10b981;

    /* Тени */
    --shadow-primary: 0 0 25px rgb(121 21 163)}

*, ::after, ::before {
;
    box-sizing: border-box;
    margin: 0;
    border-width: 0}

html {
    padding: 0;
    width: 100%;
    margin: 0;
}

body {
;
    color: var(--text-secondary);
    margin: 0;
    padding: 0;
    background-color: var(--bg-primary);
    font-family: 'Montserrat', sans-serif}

main {
    background: var(--gradient-cta);
    padding: 60px 0;
}

.jsju {
    width: 100%;
;
    position: relative;
    justify-content: flex-end;
    margin: 0 20px;
    display: flex}

.msl_yRa {
    color: var(--color-text);
;
    background: none;
    padding: 8px;
    display: none;
    border: none;
    cursor: pointer;
    font-size: 24px}

.jsju ul {
    margin: 0;
    padding: 0;
    gap: 10px;
    display: flex;
    list-style: none;
}

.jsju ul li a {
    padding: 5px;
;
    border-radius: 6px;
    transition: 0.3s;
    display: block;
    color: var(--color-text);
    font-size: 13px;
    text-decoration: none}

.jsju ul li a:hover {
;
    color: var(--color-primary)}

@media (max-width: 768px) {
    .msl_yRa {
        display: block;
    }
    
    .jsju ul {
        opacity: 0;
        right: 0;
        left: 0;
        transition: all 0.3s ease;
        border-radius: 8px;
        visibility: hidden;
        z-index: 1000;
        transform: translateY(-10px);
        position: absolute;
        background: var(--bg-secondary);
        top: 100%;
    ;
        gap: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        flex-direction: column}
    
    .jsju.Pwmtb ul {
        transform: translateY(0);
        align-items: center;
    ;
        visibility: visible;
        width: 100%;
        opacity: 1;
        display: flex;
        margin-top: 10px}
    
    .jsju ul li a {
        padding: 16px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .jsju 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;
    }

.UjXK9Mi_0t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.ikwwp img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.jsju {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.jsju a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.jsju a:hover {
    color: var(--color-accent);
}
.h2pqHSAp1w {
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: var(--gradient-bg);
}

.MHclTS_1cyn1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 60px;
}

.ofAb {
    flex: 1;
    max-width: 600px;
}

.ONL_0 {
    font-size: 28px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.Yb53_Mucx8u {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.PMCql2eK_jR9 {
    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;
}

.EtpOv {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Axxgt7 {
    max-width: 640px;
    width: 100%;
}

.Axxgt7 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.XTgs {
    display: flex;
    gap: 10px;
}

.O2oaz9blkyic9 {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.vxv3llpvYgA9 {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vxv3llpvYgA9:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.j4_j_4 {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.j4_j_4: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;
}

.irnwpj {
    font-weight: 700;
}

@media (max-width: 768px) {
.h2pqHSAp1w {
    min-height: auto;
    padding: 40px 0;
}

.MHclTS_1cyn1 {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.ofAb {
    max-width: 100%;
}

.ONL_0 {
    font-size: 32px;
    margin-bottom: 16px;
}

.Yb53_Mucx8u {
    font-size: 16px;
    margin-bottom: 24px;
}

.XTgs {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.O2oaz9blkyic9 {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.Axxgt7 {
    max-width: 100%;
}

.Axxgt7 img {
    border-radius: 12px;
}

.PMCql2eK_jR9 {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .ONL_0 {
        font-size: 28px;
    }
    
    .Yb53_Mucx8u {
        font-size: 14px;
    }
    
    .O2oaz9blkyic9 {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .PMCql2eK_jR9 {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .h2pqHSAp1w {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .MHclTS_1cyn1 {
        gap: 40px;
    }
    
    .ONL_0 {
        font-size: 40px;
    }
    
    .Yb53_Mucx8u {
        font-size: 18px;
    }
    
    .O2oaz9blkyic9 {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .Axxgt7 {
        max-width: 400px;
    }
}
    footer {
        background: var(--bg-secondary);
        padding: 30px 0 30px;
        border-top: 1px solid var(--border-primary);
    }
    
    .Muf_tSagjj6 {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .rC0DPKnm4t {
        display: flex;
        justify-content: center;
        font-weight: bold;
        font-size: 21px;
        margin: 10px 0;
    }
    
    .FCe5_nf9Tn_e {
        display: flex;
        column-gap: 20px;
        width: 100%;
        justify-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    
    .FCe5_nf9Tn_e .C0b0_o0 {
        display: flex;
        height: 60px;
        align-items: center;
    }

    .Fo_4rp img, .L_bs4 img, .w70_yd img, .afe0ym img, .tTv3nbmdx img, .FxsS img, .SiBaXbipk img, .nemLodne79 img {
        height: 30px;
    }

    .Na4Mze4cm7y {
        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;
    }

    .rtq8c_1H3 {
        color: var(--text-dark);
        font-size: 13px;
    }
.oeFxJv {
    line-height: 1.7;
    color: var(--text-secondary);
    font-weight: 300;
    max-width: 1040px;
    margin: 32px auto 40px;
    padding: 32px 24px 28px;
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-card);
}

.oeFxJv h1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.oeFxJv h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.oeFxJv p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.oeFxJv ul,
.oeFxJv ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.oeFxJv li {
    margin: 0 0 8px;
}

.oeFxJv table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.oeFxJv img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.H8NQe {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.oeFxJv th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.oeFxJv td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.oeFxJv tr:nth-child(even) td {
    background: var(--bg-card-hover);
}