:root {
    --shadow-card: rgba(0, 0, 0, 0.4);
    --border-overlay: rgba(71, 85, 105, 0.3);
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);

    /* Тени */
    --shadow-primary: 0 0 25px rgb(43 50 131);
    /* Основные цвета */
    --color-primary: #fff;
    --status-jackpot: #fbbf24;
    --bg-secondary: #121A29;
    --color-secondary: #7729d7;
    --text-dark: #6b7280;
;

    /* Фоновые цвета */
    --bg-primary: #141824;
    --bg-card: #1e293b;
    --gradient-bg: linear-gradient(90deg, #0D131C, #141e2c);

    /* Границы */
    --border-primary: #1e293b;
    --bg-overlay: rgb(19 21 28 / 35%);
    --text-muted: #c5c5c5;
    --bg-dark: #161C24;
    --color-accent: #fbbf24;
    --bg-card-hover: #334155;
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --status-top: #10b981;

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --border-secondary: #374151;
    --gradient-cta: linear-gradient(90deg, #161D30 0%, #252c40 102.14%);

    /* Статусные цвета */
    --status-new: #3b82f6;

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #41C6FF 0%, #1A65FC 100%);
    --text-light: #9ca3af;
    --shadow-secondary: rgba(0, 0, 0, 0.3);
    --border-card: #475569;
    --color-primary-dark: #4338ca;
    --text-secondary: #e2e8f0}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
;
    margin: 0}

html {
    padding: 0;
    margin: 0;
;
    width: 100%}

body {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
;
    background-color: var(--bg-primary);
    margin: 0;
    color: var(--text-secondary)}

main {
;
    padding: 60px 0;
    background: var(--gradient-cta)}

.uZxs4aivq {
    width: 100%;
;
    margin: 0 20px;
    justify-content: flex-end;
    position: relative;
    display: flex}

.X831mwoUe {
    color: var(--color-text);
    border: none;
    padding: 8px;
    font-size: 24px;
    background: none;
    cursor: pointer;
;
    display: none}

.uZxs4aivq ul {
    gap: 10px;
    list-style: none;
;
    display: flex;
    padding: 0;
    margin: 0}

.uZxs4aivq ul li a {
;
    color: var(--color-text);
    display: block;
    padding: 5px;
    border-radius: 6px;
    font-size: 13px;
    transition: 0.3s;
    text-decoration: none}

.uZxs4aivq ul li a:hover {
;
    color: var(--color-primary)}

@media (max-width: 768px) {
    ;
    .X831mwoUe {
        display: block}
    
    .uZxs4aivq ul {
    ;
        left: 0;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        position: absolute;
        gap: 0;
        right: 0;
        visibility: hidden;
        top: 100%;
        flex-direction: column;
        opacity: 0;
        transition: all 0.3s ease;
        z-index: 1000;
        background: var(--bg-secondary)}
    
    .uZxs4aivq.Fj8O0ddPta ul {
    ;
        display: flex;
        margin-top: 10px;
        align-items: center;
        opacity: 1;
        transform: translateY(0);
        width: 100%;
        visibility: visible}
    
    .uZxs4aivq ul li a {
    ;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 16px 20px}
    
    .uZxs4aivq 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;
    }

.yilhpt_udk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.ns_p1ad4m5 img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.uZxs4aivq {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.uZxs4aivq a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.uZxs4aivq a:hover {
    color: var(--color-accent);
}
.S8__Vra {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 40px 10px;
    background: var(--gradient-bg);
}

.srZm_ercv6 {
    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;
}

.d8XdsB {
    flex: 1;
    max-width: 600px;
}

.T2ysI_e1 {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.mCOLb5 {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.okmv_T5lK {
    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;
}

.JNgqPhsc_tuw {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.e_gHfysPj1 {
    max-width: 640px;
    width: 100%;
}

.e_gHfysPj1 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.pXivibPU_J {
    display: flex;
    gap: 10px;
}

.yh_of14 {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.Nk_O70 {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Nk_O70:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.H70V8kpgZxw5 {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.H70V8kpgZxw5: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;
}

.tjVDad6 {
    font-weight: 700;
}

@media (max-width: 768px) {
.S8__Vra {
    min-height: auto;
    padding: 40px 0;
}

.srZm_ercv6 {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.d8XdsB {
    max-width: 100%;
}

.T2ysI_e1 {
    font-size: 32px;
    margin-bottom: 16px;
}

.mCOLb5 {
    font-size: 16px;
    margin-bottom: 24px;
}

.pXivibPU_J {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.yh_of14 {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.e_gHfysPj1 {
    max-width: 100%;
}

.e_gHfysPj1 img {
    border-radius: 12px;
}

.okmv_T5lK {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .T2ysI_e1 {
        font-size: 28px;
    }
    
    .mCOLb5 {
        font-size: 14px;
    }
    
    .yh_of14 {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .okmv_T5lK {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .S8__Vra {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .srZm_ercv6 {
        gap: 40px;
    }
    
    .T2ysI_e1 {
        font-size: 40px;
    }
    
    .mCOLb5 {
        font-size: 18px;
    }
    
    .yh_of14 {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .e_gHfysPj1 {
        max-width: 400px;
    }
}
.dQlgVAFidE {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    border-top: 1px solid var(--border-primary);
    padding-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.YtwUgNvq8yyp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.Yz3_F5Fl5,
.n_OCx_5_U5 {
    color: var(--text-dark);
    font-size: 13px;
}

.n_OCx_5_U5 {
    font-size: 12px;
    opacity: 0.9;
}

.Ag47 {
    background: var(--bg-secondary);
    padding: 32px 0 28px;
    border-top: 1px solid var(--border-primary);
}

.pvgdnjwtGLq_1 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.AJ8dR0vmph4p {
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid var(--border-secondary);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
}

@media (max-width: 960px) {
    .pvgdnjwtGLq_1 {
        row-gap: 24px;
    }
}

@media (max-width: 640px) {
    .dQlgVAFidE {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        gap: 10px;
        text-align: center;
    }
}
.cv9j4m4 {
    line-height: 1.7;
    color: var(--text-secondary);
    font-weight: 300;
    max-width: 1280px;
    margin: 32px auto 40px;
    padding: 32px 24px 28px;
}

.cv9j4m4 h1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 20px;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.cv9j4m4 h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.cv9j4m4 p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.cv9j4m4 ul,
.cv9j4m4 ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.cv9j4m4 li {
    margin: 0 0 8px;
}

.cv9j4m4 table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.cv9j4m4 img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.TfeuhDwbToky2 {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.cv9j4m4 th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.cv9j4m4 td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.cv9j4m4 tr:nth-child(even) td {
    background: var(--bg-card-hover);
}