:root {
    --text-light: #9ca3af;

    /* Границы */
    --border-primary: #1e293b;
    --text-dark: #6b7280;

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #9A32C9 0%, var(--color-secondary) 100%);
;
    --border-secondary: #374151;
    --text-secondary: #e2e8f0;
    --color-primary-dark: #4338ca;
    --border-card: #475569;
    --status-jackpot: #fbbf24;
    --gradient-bg: linear-gradient(90deg, #39265a, #372235);
    --bg-card: #1e293b;
    --color-secondary: #7729d7;

    /* Тени */
    --shadow-primary: 0 0 25px rgb(121 21 163);
    --bg-secondary: #241f2b;

    /* Статусные цвета */
    --status-new: #3b82f6;
    --gradient-cta: linear-gradient(90deg, #161623 0%, #2E1414 102.14%);

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --bg-card-hover: #334155;
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --bg-overlay: rgba(44, 49, 68, 0.35);
    --border-overlay: rgba(71, 85, 105, 0.3);
    --status-top: #10b981;
    --color-accent: #fbbf24;
    /* Основные цвета */
    --color-primary: #fff;
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --shadow-card: rgba(0, 0, 0, 0.4);
    --text-muted: #d1d5db;
    --bg-dark: #0D121D;

    /* Фоновые цвета */
    --bg-primary: #141824;
    --shadow-secondary: rgba(0, 0, 0, 0.3)}

*, ::after, ::before {
;
    margin: 0;
    border-width: 0;
    box-sizing: border-box}

html {
;
    padding: 0;
    width: 100%;
    margin: 0}

body {
    background-color: var(--bg-primary);
;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--text-secondary);
    padding: 0}

main {
    background: var(--gradient-cta);
;
    padding: 60px 0}

.lcw_vcbz0 {
    justify-content: flex-end;
;
    display: flex;
    width: 100%;
    margin: 0 20px;
    position: relative}

.u4ghmi {
;
    cursor: pointer;
    border: none;
    display: none;
    padding: 8px;
    font-size: 24px;
    color: var(--color-text);
    background: none}

.lcw_vcbz0 ul {
    list-style: none;
;
    margin: 0;
    padding: 0;
    gap: 10px;
    display: flex}

.lcw_vcbz0 ul li a {
    font-size: 13px;
    display: block;
;
    border-radius: 6px;
    color: var(--color-text);
    padding: 5px;
    text-decoration: none;
    transition: 0.3s}

.lcw_vcbz0 ul li a:hover {
    color: var(--color-primary);
}

@media (max-width: 768px) {
    .u4ghmi {
        display: block;
    }
    
    .lcw_vcbz0 ul {
        z-index: 1000;
        left: 0;
        gap: 0;
        position: absolute;
        flex-direction: column;
        right: 0;
        border-radius: 8px;
        transform: translateY(-10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        top: 100%;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        background: var(--bg-secondary);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
    
    .lcw_vcbz0.mnj_aG9s2vq ul {
        width: 100%;
    ;
        transform: translateY(0);
        opacity: 1;
        align-items: center;
        display: flex;
        visibility: visible;
        margin-top: 10px}
    
    .lcw_vcbz0 ul li a {
        padding: 16px 20px;
    ;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)}
    
    .lcw_vcbz0 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;
    }

.FntH83e {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.jwce3X9 img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.lcw_vcbz0 {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.lcw_vcbz0 a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.lcw_vcbz0 a:hover {
    color: var(--color-accent);
}
.hs2rmjP2otyf {
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: var(--gradient-bg);
}

.wt_bAs7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 60px;
}

.nHiQy7eBjSJa7 {
    flex: 1;
    max-width: 600px;
}

.ZYfm3pw2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.Rkcvziclk_ {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.j_so {
    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;
}

.kuf_jt4 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.DrlgpncYln_ {
    max-width: 640px;
    width: 100%;
}

.DrlgpncYln_ img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.dh1M {
    display: flex;
    gap: 10px;
}

.Ix7Cp4rLWv {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.i1beazrkI1v {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.i1beazrkI1v:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.fvmT3U {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.fvmT3U: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;
}

.wAufbEE7o9 {
    font-weight: 700;
}

@media (max-width: 768px) {
.hs2rmjP2otyf {
    min-height: auto;
    padding: 40px 0;
}

.wt_bAs7 {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.nHiQy7eBjSJa7 {
    max-width: 100%;
}

.ZYfm3pw2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.Rkcvziclk_ {
    font-size: 16px;
    margin-bottom: 24px;
}

.dh1M {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.Ix7Cp4rLWv {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.DrlgpncYln_ {
    max-width: 100%;
}

.DrlgpncYln_ img {
    border-radius: 12px;
}

.j_so {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .ZYfm3pw2 {
        font-size: 28px;
    }
    
    .Rkcvziclk_ {
        font-size: 14px;
    }
    
    .Ix7Cp4rLWv {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .j_so {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .hs2rmjP2otyf {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .wt_bAs7 {
        gap: 40px;
    }
    
    .ZYfm3pw2 {
        font-size: 40px;
    }
    
    .Rkcvziclk_ {
        font-size: 18px;
    }
    
    .Ix7Cp4rLWv {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .DrlgpncYln_ {
        max-width: 400px;
    }
}
.Lg7msoBLu {
    padding: 80px 0;
    background: var(--bg-secondary);
}

.YEf7ir_qY {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

.Is_xiqra5oQ {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.Jzn8epr {
    font-size: 15px;
    color: #c1c1c1;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.HngebwjbVUl2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}

.u4lvI2 {
    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;
}

.u4lvI2:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px var(--shadow-card);
}

.ksbxt_7 {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}

.Pl_s {
    background: var(--status-new);
    color: var(--text-primary);
}

.Ane3p8 {
    background: var(--status-jackpot);
    color: black;
}

.uxT2172qZek4 {
    background: var(--status-top);
    color: var(--text-primary);
}

.i05drf9 {
    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;
}

.kr9_m {
    padding: 15px;
    text-align: left;
}

.sO_X1nwG {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 5px;
}

.N_qo {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 400;
    margin-bottom: 15px;
}

.L1Aan3kvejk {
    display: flex;
    gap: 8px;
}

.erJbCNjHv0n3 {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tgamLn9 {
    background: var(--border-secondary);
    color: var(--text-light);
}

.rKa3Fkhe9x {
    background: var(--gradient-primary);
    color: var(--text-primary);
}

.rKa3Fkhe9x:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px var(--shadow-primary);
}

.ETqNAdb {
    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;
}

.ETqNAdb:hover {
    background: #333b46;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .Lg7msoBLu {
        padding: 60px 0;
    }
    
    .Is_xiqra5oQ {
        font-size: 40px;
    }
    
    .Jzn8epr {
        font-size: 16px;
        max-width: 500px;
    }
    
    .HngebwjbVUl2 {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .u4lvI2 {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .Lg7msoBLu {
        padding: 50px 0;
    }
    
    .Is_xiqra5oQ {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .Jzn8epr {
        font-size: 14px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    
    .HngebwjbVUl2 {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .u4lvI2 {
        width: 100%;
        max-width: 320px;
    }
    
    .kr9_m {
        padding: 12px;
    }
    
    .sO_X1nwG {
        font-size: 14px;
    }
    
    .N_qo {
        font-size: 11px;
        margin-bottom: 12px;
    }
    
    .L1Aan3kvejk {
        gap: 6px;
    }
    
    .erJbCNjHv0n3 {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .ETqNAdb {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .Lg7msoBLu {
        padding: 40px 0;
    }
    
    .Is_xiqra5oQ {
        font-size: 28px;
    }
    
    .Jzn8epr {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .u4lvI2 {
        max-width: 280px;
    }
    
    .kr9_m {
        padding: 10px;
    }
    
    .sO_X1nwG {
        font-size: 13px;
    }
    
    .N_qo {
        font-size: 10px;
        margin-bottom: 10px;
    }
    
    .erJbCNjHv0n3 {
        padding: 5px 8px;
        font-size: 9px;
    }
    
    .ETqNAdb {
        padding: 10px 20px;
        font-size: 13px;
    }
}
.dhedwK2S5 {
    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;
}

.heTlGj4m_Vr_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.cV565xu84tc0,
.UwDb {
    color: var(--text-dark);
    font-size: 13px;
}

.UwDb {
    font-size: 12px;
    opacity: 0.9;
}

.JBneorwb {
    background: var(--bg-secondary);
    padding: 32px 0 28px;
    border-top: 1px solid var(--border-primary);
}

.FNxbM7nto4x8 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.Bov_0Nt {
    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) {
    .FNxbM7nto4x8 {
        row-gap: 24px;
    }
}

@media (max-width: 640px) {
    .dhedwK2S5 {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        gap: 10px;
        text-align: center;
    }
}
.megvyo {
    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);
}

.megvyo 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;
}

.megvyo h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.megvyo p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.megvyo ul,
.megvyo ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.megvyo li {
    margin: 0 0 8px;
}

.megvyo table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.megvyo img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.syVtfntd_vA0 {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.megvyo th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.megvyo td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.megvyo tr:nth-child(even) td {
    background: var(--bg-card-hover);
}