:root {
    --gradient-bg: linear-gradient(90deg, #0D131C, #141e2c);
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --status-top: #10b981;
    --color-accent: #fbbf24;
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --shadow-card: rgba(0, 0, 0, 0.4);
    --bg-overlay: rgb(19 21 28 / 35%);

    /* Статусные цвета */
    --status-new: #3b82f6;
    --text-light: #9ca3af;
    --bg-dark: #161C24;

    /* Фоновые цвета */
    --bg-primary: #141824;

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #41C6FF 0%, #1A65FC 100%);
;
    --color-primary-dark: #4338ca;
    --gradient-cta: linear-gradient(90deg, #161D30 0%, #252c40 102.14%);
    --bg-card: #1e293b;
    /* Основные цвета */
    --color-primary: #fff;
    --border-card: #475569;
    --border-secondary: #374151;
    --bg-card-hover: #334155;
    --text-dark: #6b7280;
    --bg-secondary: #121A29;
    --shadow-secondary: rgba(0, 0, 0, 0.3);

    /* Тени */
    --shadow-primary: 0 0 25px rgb(43 50 131);
    --border-overlay: rgba(71, 85, 105, 0.3);

    /* Границы */
    --border-primary: #1e293b;
    --text-muted: #c5c5c5;
    --status-jackpot: #fbbf24;
    --color-secondary: #7729d7;
    --text-secondary: #e2e8f0;

    /* Текстовые цвета */
    --text-primary: #ffffff}

*, ::after, ::before {
    border-width: 0;
    box-sizing: border-box;
;
    margin: 0}

html {
    width: 100%;
    margin: 0;
;
    padding: 0}

body {
;
    padding: 0;
    background-color: var(--bg-primary);
    color: var(--text-secondary);
    font-family: 'Montserrat', sans-serif;
    margin: 0}

main {
    background: var(--gradient-cta);
    padding: 60px 0;
}

.O3d9g2v {
    position: relative;
    width: 100%;
    justify-content: flex-end;
    margin: 0 20px;
    display: flex;
}

.noFp4zrekbj {
    font-size: 24px;
    display: none;
    border: none;
    background: none;
;
    padding: 8px;
    cursor: pointer;
    color: var(--color-text)}

.O3d9g2v ul {
    display: flex;
    margin: 0;
;
    list-style: none;
    padding: 0;
    gap: 10px}

.O3d9g2v ul li a {
    padding: 5px;
;
    color: var(--color-text);
    transition: 0.3s;
    border-radius: 6px;
    font-size: 13px;
    display: block;
    text-decoration: none}

.O3d9g2v ul li a:hover {
    color: var(--color-primary);
}

@media (max-width: 768px) {
    .noFp4zrekbj {
        display: block;
    }
    
    .O3d9g2v ul {
        visibility: hidden;
        transform: translateY(-10px);
    ;
        flex-direction: column;
        transition: all 0.3s ease;
        z-index: 1000;
        left: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        top: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        right: 0;
        opacity: 0;
        background: var(--bg-secondary);
        position: absolute;
        gap: 0}
    
    .O3d9g2v.W1mhrkwr ul {
        margin-top: 10px;
        align-items: center;
        display: flex;
    ;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        width: 100%}
    
    .O3d9g2v ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 16px 20px;
    }
    
    .O3d9g2v 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;
    }

.Pt6epvt_gP {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.ozO1dMzqnr img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.O3d9g2v {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.O3d9g2v a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.O3d9g2v a:hover {
    color: var(--color-accent);
}
.JGl_je6fMtRo {
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: var(--gradient-bg);
}

.m835o {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 60px;
}

.RTifcz7z3 {
    flex: 1;
    max-width: 600px;
}

.RWIb2fnwaq2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.Q8rb4 {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.MNa4xrgckI {
    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;
}

.ZjE4nC {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gNL_e6Ovdmir9 {
    max-width: 640px;
    width: 100%;
}

.gNL_e6Ovdmir9 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.jp62pympn {
    display: flex;
    gap: 10px;
}

.hlyQQe_lh {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.dc6qyEpmd {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dc6qyEpmd:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.b_grq12r {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.b_grq12r: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;
}

.plp_A {
    font-weight: 700;
}

@media (max-width: 768px) {
.JGl_je6fMtRo {
    min-height: auto;
    padding: 40px 0;
}

.m835o {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.RTifcz7z3 {
    max-width: 100%;
}

.RWIb2fnwaq2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.Q8rb4 {
    font-size: 16px;
    margin-bottom: 24px;
}

.jp62pympn {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.hlyQQe_lh {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.gNL_e6Ovdmir9 {
    max-width: 100%;
}

.gNL_e6Ovdmir9 img {
    border-radius: 12px;
}

.MNa4xrgckI {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .RWIb2fnwaq2 {
        font-size: 28px;
    }
    
    .Q8rb4 {
        font-size: 14px;
    }
    
    .hlyQQe_lh {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .MNa4xrgckI {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .JGl_je6fMtRo {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .m835o {
        gap: 40px;
    }
    
    .RWIb2fnwaq2 {
        font-size: 40px;
    }
    
    .Q8rb4 {
        font-size: 18px;
    }
    
    .hlyQQe_lh {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .gNL_e6Ovdmir9 {
        max-width: 400px;
    }
}
.dIwmKD4skM07 {
    padding: 80px 0;
    background: var(--bg-secondary);
}

.Qsjh0rt {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

.Oz0PFPm5M92a {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.zua4 {
    font-size: 15px;
    color: #c1c1c1;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wp4z_ipyd2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}

.RoBtpjlbxE {
    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;
}

.RoBtpjlbxE:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px var(--shadow-card);
}

.Lysa9x3C9 {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}

.N9SP40 {
    background: var(--status-new);
    color: var(--text-primary);
}

.CS5zQ2u9i5 {
    background: var(--status-jackpot);
    color: black;
}

.s7gfTFndO {
    background: var(--status-top);
    color: var(--text-primary);
}

.LGyTv6ry9Jp {
    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;
}

.mk_lohVm9cpt {
    padding: 15px;
    text-align: left;
}

.ztiPbyNm9 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 5px;
}

.eDWNJs88 {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 400;
    margin-bottom: 15px;
}

.trpsM5 {
    display: flex;
    gap: 8px;
}

.EG_oti {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ClOLxcFv {
    background: var(--border-secondary);
    color: var(--text-light);
}

.uweqgNknl0 {
    background: var(--gradient-primary);
    color: var(--text-primary);
}

.uweqgNknl0:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px var(--shadow-primary);
}

.n_aZeyn7r_4 {
    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;
}

.n_aZeyn7r_4:hover {
    background: #333b46;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .dIwmKD4skM07 {
        padding: 60px 0;
    }
    
    .Oz0PFPm5M92a {
        font-size: 40px;
    }
    
    .zua4 {
        font-size: 16px;
        max-width: 500px;
    }
    
    .wp4z_ipyd2 {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .RoBtpjlbxE {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .dIwmKD4skM07 {
        padding: 50px 0;
    }
    
    .Oz0PFPm5M92a {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .zua4 {
        font-size: 14px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    
    .wp4z_ipyd2 {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .RoBtpjlbxE {
        width: 100%;
        max-width: 320px;
    }
    
    .mk_lohVm9cpt {
        padding: 12px;
    }
    
    .ztiPbyNm9 {
        font-size: 14px;
    }
    
    .eDWNJs88 {
        font-size: 11px;
        margin-bottom: 12px;
    }
    
    .trpsM5 {
        gap: 6px;
    }
    
    .EG_oti {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .n_aZeyn7r_4 {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .dIwmKD4skM07 {
        padding: 40px 0;
    }
    
    .Oz0PFPm5M92a {
        font-size: 28px;
    }
    
    .zua4 {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .RoBtpjlbxE {
        max-width: 280px;
    }
    
    .mk_lohVm9cpt {
        padding: 10px;
    }
    
    .ztiPbyNm9 {
        font-size: 13px;
    }
    
    .eDWNJs88 {
        font-size: 10px;
        margin-bottom: 10px;
    }
    
    .EG_oti {
        padding: 5px 8px;
        font-size: 9px;
    }
    
    .n_aZeyn7r_4 {
        padding: 10px 20px;
        font-size: 13px;
    }
}
    footer {
        background: var(--bg-secondary);
        padding: 30px 0 30px;
        border-top: 1px solid var(--border-primary);
    }
    
    .lqxoWXpe2ve8 {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .f03i {
        display: flex;
        justify-content: center;
        font-weight: bold;
        font-size: 21px;
        margin: 10px 0;
    }
    
    .Y_6IqdbO {
        display: flex;
        column-gap: 20px;
        width: 100%;
        justify-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    
    .Y_6IqdbO .gURcfBfk {
        display: flex;
        height: 60px;
        align-items: center;
    }

    .H9tUktgbCkkq img, .VsUk8_ img, .xsjngpA02 img, .Azket3 img, .YsteSo img, .y4Fv0_r__pjd img, .iWC7k img, .wQyo_ov_FdX5 img {
        height: 30px;
    }

    .Q9oxwY {
        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;
    }

    .ZHnFds_vr82 {
        color: var(--text-dark);
        font-size: 13px;
    }
.Gww7rqogl {
    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);
}

.Gww7rqogl 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;
}

.Gww7rqogl h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.Gww7rqogl p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.Gww7rqogl ul,
.Gww7rqogl ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.Gww7rqogl li {
    margin: 0 0 8px;
}

.Gww7rqogl table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.Gww7rqogl img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.Iej_DVmqcwh {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.Gww7rqogl th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.Gww7rqogl td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.Gww7rqogl tr:nth-child(even) td {
    background: var(--bg-card-hover);
}