:root {
    /* Основные цвета */
    --color-primary: #fff;

    /* Тени */
    --shadow-primary: 0 0 25px rgb(43 50 131);

    /* Границы */
    --border-primary: #1e293b;
    --text-muted: #c5c5c5;
    --color-primary-dark: #4338ca;
    --color-secondary: #7729d7;

    /* Статусные цвета */
    --status-new: #3b82f6;
    --text-secondary: #e2e8f0;
    --shadow-secondary: rgba(0, 0, 0, 0.3);

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #41C6FF 0%, #1A65FC 100%);
    --status-top: #10b981;
    --border-card: #475569;
    --gradient-cta: linear-gradient(90deg, #161D30 0%, #252c40 102.14%);
    --bg-card: #1e293b;
    --bg-overlay: rgb(19 21 28 / 35%);
;
    --gradient-bg: linear-gradient(90deg, #0D131C, #141e2c);
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --bg-card-hover: #334155;
    --status-jackpot: #fbbf24;
    --border-overlay: rgba(71, 85, 105, 0.3);
    --bg-secondary: #121A29;
    --text-dark: #6b7280;
    --border-secondary: #374151;

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --bg-dark: #161C24;
    --color-accent: #fbbf24;

    /* Фоновые цвета */
    --bg-primary: #141824;
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --shadow-card: rgba(0, 0, 0, 0.4);
    --text-light: #9ca3af}

*, ::after, ::before {
    margin: 0;
;
    border-width: 0;
    box-sizing: border-box}

html {
    width: 100%;
    padding: 0;
;
    margin: 0}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-primary);
    margin: 0;
;
    padding: 0;
    color: var(--text-secondary)}

main {
    padding: 60px 0;
    background: var(--gradient-cta);
}

.ul5z {
    margin: 0 20px;
    width: 100%;
;
    display: flex;
    justify-content: flex-end;
    position: relative}

.OYMlo5 {
;
    padding: 8px;
    font-size: 24px;
    cursor: pointer;
    background: none;
    display: none;
    border: none;
    color: var(--color-text)}

.ul5z ul {
    padding: 0;
;
    margin: 0;
    display: flex;
    gap: 10px;
    list-style: none}

.ul5z ul li a {
    padding: 5px;
    border-radius: 6px;
    font-size: 13px;
    display: block;
    transition: 0.3s;
    color: var(--color-text);
;
    text-decoration: none}

.ul5z ul li a:hover {
;
    color: var(--color-primary)}

@media (max-width: 768px) {
    .OYMlo5 {
        display: block;
    }
    
    .ul5z ul {
        z-index: 1000;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        top: 100%;
        left: 0;
        border-radius: 8px;
        visibility: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        background: var(--bg-secondary);
    ;
        right: 0;
        position: absolute;
        opacity: 0;
        gap: 0;
        flex-direction: column;
        border: 1px solid rgba(255, 255, 255, 0.2)}
    
    .ul5z.AbUYlkywe7gB ul {
        display: flex;
        align-items: center;
        width: 100%;
        opacity: 1;
    ;
        transform: translateY(0);
        margin-top: 10px;
        visibility: visible}
    
    .ul5z ul li a {
        padding: 16px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .ul5z 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_j5WsxYicw7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.xm7f46isHAo_2 img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.ul5z {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.ul5z a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.ul5z a:hover {
    color: var(--color-accent);
}
.Vz2Z8uG_q {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 40px 10px;
    background: var(--gradient-bg);
}

.CCb0US08ls {
    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;
}

.G9qp_4wOzv1V {
    flex: 1;
    max-width: 600px;
}

.phc_1bpXzft {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.ffW_ {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.CvQGanu9 {
    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;
}

.bnaO {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Tiku4kEX8 {
    max-width: 640px;
    width: 100%;
}

.Tiku4kEX8 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.omtrec5t {
    display: flex;
    gap: 10px;
}

.z_mSk43ci {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.iN5BNo8h {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iN5BNo8h:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.uQyaqXA0kR_J {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.uQyaqXA0kR_J: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;
}

.dpL13 {
    font-weight: 700;
}

@media (max-width: 768px) {
.Vz2Z8uG_q {
    min-height: auto;
    padding: 40px 0;
}

.CCb0US08ls {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.G9qp_4wOzv1V {
    max-width: 100%;
}

.phc_1bpXzft {
    font-size: 32px;
    margin-bottom: 16px;
}

.ffW_ {
    font-size: 16px;
    margin-bottom: 24px;
}

.omtrec5t {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.z_mSk43ci {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.Tiku4kEX8 {
    max-width: 100%;
}

.Tiku4kEX8 img {
    border-radius: 12px;
}

.CvQGanu9 {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .phc_1bpXzft {
        font-size: 28px;
    }
    
    .ffW_ {
        font-size: 14px;
    }
    
    .z_mSk43ci {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .CvQGanu9 {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .Vz2Z8uG_q {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .CCb0US08ls {
        gap: 40px;
    }
    
    .phc_1bpXzft {
        font-size: 40px;
    }
    
    .ffW_ {
        font-size: 18px;
    }
    
    .z_mSk43ci {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .Tiku4kEX8 {
        max-width: 400px;
    }
}
footer {
    background: var(--bg-secondary);
    padding: 30px 0 30px;
    border-top: 1px solid var(--border-primary);
}

.Vfrb {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.EdGIz0Vc2 {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 21px;
    margin: 10px 0;
}

.Ppy1Y {
    display: flex;
    column-gap: 20px;
    width: 100%;
    justify-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 0;
}

.Ppy1Y .sJ2xQa1pv_f4 {
    display: flex;
    height: 60px;
    align-items: center;
}

.hGQy_9cmU img, .xrcs9ca6 img, .WcLao8 img, .huh8rdQVBBSm img, .fujv img, .U9j9Zga img, .Bt10 img, .VL9bm img {
    height: 30px;
}

.oVWSNzgsGp0 {
    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;
}

.B8x7volm {
    color: var(--text-dark);
    font-size: 13px;
}

.N18dUrs {
    background: var(--bg-secondary);
    padding: 32px 0 28px;
    border-top: 1px solid var(--border-primary);
}

.bsrxe {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.PYhveJZs6 {
    font-size: 13px;
    color: var(--text-light);
}

.S9I5qo_x_Jvt {
    font-weight: 700;
    font-size: 18px;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.SEp1nk {
    margin: 0;
    line-height: 1.6;
}

.janlmn_bt4 strong {
    display: block;
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.janlmn_bt4 p {
    margin: 0;
    line-height: 1.6;
    font-size: 13px;
    color: var(--text-light);
}

.l1Bcv_jj {
    padding-right: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-primary);
}

.rC08jTi {
    padding-left: 0;
    padding-top: 8px;
}

.rC08jTi .Vfrb {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.rC08jTi .EdGIz0Vc2 {
    justify-content: center;
    font-size: 16px;
    margin: 0 0 10px;
}

.rC08jTi .Ppy1Y {
    padding: 8px 0 0;
    justify-content: center;
    gap: 14px 22px;
}

.rC08jTi .sJ2xQa1pv_f4 img {
    opacity: 0.9;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.rC08jTi .sJ2xQa1pv_f4 img:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.Ozzsefz3D01 {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.Ozzsefz3D01 li {
    margin: 0;
}

.Ozzsefz3D01 a {
    text-decoration: none;
    font-size: 13px;
    color: var(--text-muted);
    transition: color 0.2s ease;
}

.Ozzsefz3D01 a:hover {
    color: var(--color-accent);
}

.kxwA9 {
    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) {
    .bsrxe {
        row-gap: 24px;
    }

    .l1Bcv_jj {
        padding-right: 0;
        border-right: none;
        margin-bottom: 8px;
    }

    .rC08jTi {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .bsrxe {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 18px;
    }

    .PYhveJZs6 {
        text-align: left;
    }

    .oVWSNzgsGp0 {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        gap: 10px;
        text-align: center;
    }

    .l1Bcv_jj {
        margin-bottom: 4px;
    }

    .rC08jTi .EdGIz0Vc2 {
        justify-content: flex-start;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .rC08jTi .Ppy1Y {
        justify-content: flex-start;
        gap: 10px 16px;
        padding-top: 4px;
    }

    .rC08jTi .sJ2xQa1pv_f4 {
        min-width: 72px;
    }

    .MEfcexhtqaVw {
        justify-content: flex-start;
        width: 100%;
    }
}
.rI8zayTe_m_ {
    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);
}

.rI8zayTe_m_ 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;
}

.rI8zayTe_m_ h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.rI8zayTe_m_ p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.rI8zayTe_m_ ul,
.rI8zayTe_m_ ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.rI8zayTe_m_ li {
    margin: 0 0 8px;
}

.rI8zayTe_m_ table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.rI8zayTe_m_ img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.Pgxg {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.rI8zayTe_m_ th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.rI8zayTe_m_ td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.rI8zayTe_m_ tr:nth-child(even) td {
    background: var(--bg-card-hover);
}