:root {
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --status-jackpot: #fbbf24;
    --color-secondary: #7729d7;
    --status-top: #10b981;
;
    --text-muted: #c5c5c5;

    /* Фоновые цвета */
    --bg-primary: #141824;
    --bg-card-hover: #334155;

    /* Статусные цвета */
    --status-new: #3b82f6;
    --shadow-secondary: rgba(0, 0, 0, 0.3);
    --bg-dark: #161C24;

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #41C6FF 0%, #1A65FC 100%);
    /* Основные цвета */
    --color-primary: #fff;
    --bg-overlay: rgb(19 21 28 / 35%);

    /* Границы */
    --border-primary: #1e293b;
    --color-primary-dark: #4338ca;
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);

    /* Тени */
    --shadow-primary: 0 0 25px rgb(43 50 131);
    --bg-card: #1e293b;
    --text-light: #9ca3af;
    --gradient-bg: linear-gradient(90deg, #0D131C, #141e2c);
    --text-secondary: #e2e8f0;
    --text-dark: #6b7280;
    --color-accent: #fbbf24;
    --border-overlay: rgba(71, 85, 105, 0.3);
    --shadow-card: rgba(0, 0, 0, 0.4);

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --gradient-cta: linear-gradient(90deg, #161D30 0%, #252c40 102.14%);
    --bg-secondary: #121A29;
    --border-card: #475569;
    --border-secondary: #374151}

*, ::after, ::before {
    border-width: 0;
;
    margin: 0;
    box-sizing: border-box}

html {
    margin: 0;
    padding: 0;
;
    width: 100%}

body {
;
    margin: 0;
    color: var(--text-secondary);
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    background-color: var(--bg-primary)}

main {
    padding: 60px 0;
    background: var(--gradient-cta);
}

.tb2HvpK2aklf8 {
    display: flex;
    position: relative;
;
    width: 100%;
    margin: 0 20px;
    justify-content: flex-end}

.cgwmialLQ {
    color: var(--color-text);
    font-size: 24px;
    display: none;
    background: none;
    border: none;
;
    padding: 8px;
    cursor: pointer}

.tb2HvpK2aklf8 ul {
    list-style: none;
;
    margin: 0;
    padding: 0;
    gap: 10px;
    display: flex}

.tb2HvpK2aklf8 ul li a {
    transition: 0.3s;
;
    padding: 5px;
    color: var(--color-text);
    font-size: 13px;
    display: block;
    text-decoration: none;
    border-radius: 6px}

.tb2HvpK2aklf8 ul li a:hover {
    color: var(--color-primary);
}

@media (max-width: 768px) {
    .cgwmialLQ {
        display: block;
    }
    
    .tb2HvpK2aklf8 ul {
        left: 0;
        flex-direction: column;
        background: var(--bg-secondary);
    ;
        gap: 0;
        z-index: 1000;
        right: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: absolute;
        transform: translateY(-10px);
        top: 100%;
        opacity: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        visibility: hidden;
        transition: all 0.3s ease}
    
    .tb2HvpK2aklf8.siYselfl2 ul {
        margin-top: 10px;
    ;
        align-items: center;
        width: 100%;
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        display: flex}
    
    .tb2HvpK2aklf8 ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 16px 20px;
    }
    
    .tb2HvpK2aklf8 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;
    }

.V_eG7p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.M3YRb4 img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.tb2HvpK2aklf8 {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.tb2HvpK2aklf8 a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.tb2HvpK2aklf8 a:hover {
    color: var(--color-accent);
}
.pFbslbqd {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 40px 10px;
    background: var(--gradient-bg);
}

.Hsh_1niif {
    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;
}

.XUenU_Y {
    flex: 1;
    max-width: 600px;
}

.wpy_p8dlxv {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.Veupp {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.I6udfs6h69 {
    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;
}

.UbUlpaUu {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Ncdn4yWVjr1 {
    max-width: 640px;
    width: 100%;
}

.Ncdn4yWVjr1 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.hoWsfucz5 {
    display: flex;
    gap: 10px;
}

.Hn5ue_9yhrM {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.vev_2K {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vev_2K:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.y_ob7lxshbb4 {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.y_ob7lxshbb4: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;
}

.zfslfa {
    font-weight: 700;
}

@media (max-width: 768px) {
.pFbslbqd {
    min-height: auto;
    padding: 40px 0;
}

.Hsh_1niif {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.XUenU_Y {
    max-width: 100%;
}

.wpy_p8dlxv {
    font-size: 32px;
    margin-bottom: 16px;
}

.Veupp {
    font-size: 16px;
    margin-bottom: 24px;
}

.hoWsfucz5 {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.Hn5ue_9yhrM {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.Ncdn4yWVjr1 {
    max-width: 100%;
}

.Ncdn4yWVjr1 img {
    border-radius: 12px;
}

.I6udfs6h69 {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .wpy_p8dlxv {
        font-size: 28px;
    }
    
    .Veupp {
        font-size: 14px;
    }
    
    .Hn5ue_9yhrM {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .I6udfs6h69 {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .pFbslbqd {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .Hsh_1niif {
        gap: 40px;
    }
    
    .wpy_p8dlxv {
        font-size: 40px;
    }
    
    .Veupp {
        font-size: 18px;
    }
    
    .Hn5ue_9yhrM {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .Ncdn4yWVjr1 {
        max-width: 400px;
    }
}
.q_lo51 {
    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;
}

.P_vhh {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.k6Mr_pr8x8nU,
.Xgeke98zbd {
    color: var(--text-dark);
    font-size: 13px;
}

.Xgeke98zbd {
    font-size: 12px;
    opacity: 0.9;
}

.xwhc4dboU2 {
    background: var(--bg-secondary);
    padding: 32px 0 28px;
    border-top: 1px solid var(--border-primary);
}

.dSJse_xtZgT {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.UkkcA2v3 {
    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) {
    .dSJse_xtZgT {
        row-gap: 24px;
    }
}

@media (max-width: 640px) {
    .q_lo51 {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        gap: 10px;
        text-align: center;
    }
}
.Mllcyj7VIq5 {
    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);
}

.Mllcyj7VIq5 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;
}

.Mllcyj7VIq5 h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.Mllcyj7VIq5 p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.Mllcyj7VIq5 ul,
.Mllcyj7VIq5 ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.Mllcyj7VIq5 li {
    margin: 0 0 8px;
}

.Mllcyj7VIq5 table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.Mllcyj7VIq5 img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.Y_pQf9dIdm {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.Mllcyj7VIq5 th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.Mllcyj7VIq5 td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.Mllcyj7VIq5 tr:nth-child(even) td {
    background: var(--bg-card-hover);
}