:root {
    /* Основные цвета */
    --color-primary: #6366f1;
    --color-primary-dark: #4338ca;
    --color-secondary: #8b5cf6;
    --color-accent: #fbbf24;

    /* Фоновые цвета */
    --bg-primary: #111827;
    --bg-secondary: #0f172a;
    --bg-dark: #000;
    --bg-card: #1e293b;
    --bg-card-hover: #334155;
    --bg-overlay: rgba(30, 41, 59, 0.3);

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --text-secondary: #e2e8f0;
    --text-muted: #d1d5db;
    --text-light: #9ca3af;
    --text-dark: #6b7280;

    /* Границы */
    --border-primary: #1e293b;
    --border-secondary: #374151;
    --border-card: #475569;
    --border-overlay: rgba(71, 85, 105, 0.3);

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --gradient-bg: radial-gradient(circle at 50% 0%, rgba(99, 102, 241, 0.15) 0%, rgba(15, 23, 42, 1) 70%);
    --gradient-cta: linear-gradient(90deg, #1e1b4b 0%, #312e81 100%);

    /* Тени */
    --shadow-primary: rgba(99, 102, 241, 0.4);
    --shadow-secondary: rgba(0, 0, 0, 0.3);
    --shadow-card: rgba(0, 0, 0, 0.4);

    /* Статусные цвета */
    --status-new: #3b82f6;
    --status-jackpot: #fbbf24;
    --status-top: #10b981;
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    margin: 0;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-primary);
    color: var(--text-secondary);
    margin: 0;
    padding: 0;
}

main {
    padding: 60px 0;
    background: var(--bg-primary);
}

.A_lo4ofVhjnf {
    display: flex;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    margin: 0 20px;
}

.jt___LyAkd {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--color-text);
    cursor: pointer;
    padding: 8px;
}

.A_lo4ofVhjnf ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.A_lo4ofVhjnf ul li a {
    text-decoration: none;
    color: var(--color-text);
    transition: 0.3s;
    padding: 5px;
    display: block;
    border-radius: 6px;
    font-size: 13px;
}

.A_lo4ofVhjnf ul li a:hover {
    color: var(--color-primary);
}

@media (max-width: 768px) {
    .jt___LyAkd {
        display: block;
    }
    
    .A_lo4ofVhjnf ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-background);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        flex-direction: column;
        gap: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        z-index: 1000;
    }
    
    .A_lo4ofVhjnf.l5i___E0qv832 ul {
        display: flex;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        width: 100%;
        align-items: center;
        margin-top: 10px;
    }
    
    .A_lo4ofVhjnf ul li a {
        padding: 16px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .A_lo4ofVhjnf 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;
    }

.MwUcs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
}

.hMaqxoha82 img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.A_lo4ofVhjnf {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.A_lo4ofVhjnf a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.A_lo4ofVhjnf a:hover {
    color: var(--color-accent);
}
.lnRi5tx {
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: var(--gradient-bg);
}

.Psmb8cxu0m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 60px;
}

.FPKCct {
    flex: 1;
    max-width: 600px;
}

.xl_m8 {
    font-size: 48px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 24px;
    display: block;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.Q_ssO9k74xOp8 {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
}

.dcqai1 {
    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;
}

.LFef3 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uv_toPkx3_8 {
    max-width: 500px;
    width: 100%;
}

.uv_toPkx3_8 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.VlTmb2vEd_u {
    display: flex;
    gap: 10px;
}

.bukcY {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.s2yqvjz778S {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s2yqvjz778S:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.a9k3xt {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.a9k3xt: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;
}

.JFv_I {
    font-weight: 700;
}

@media (max-width: 768px) {
.lnRi5tx {
    min-height: auto;
    padding: 40px 0;
}

.Psmb8cxu0m {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.FPKCct {
    max-width: 100%;
}

.xl_m8 {
    font-size: 32px;
    margin-bottom: 16px;
}

.Q_ssO9k74xOp8 {
    font-size: 16px;
    margin-bottom: 24px;
}

.VlTmb2vEd_u {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.bukcY {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.uv_toPkx3_8 {
    max-width: 100%;
}

.uv_toPkx3_8 img {
    border-radius: 12px;
}

.dcqai1 {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .xl_m8 {
        font-size: 28px;
    }
    
    .Q_ssO9k74xOp8 {
        font-size: 14px;
    }
    
    .bukcY {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .dcqai1 {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .lnRi5tx {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .Psmb8cxu0m {
        gap: 40px;
    }
    
    .xl_m8 {
        font-size: 40px;
    }
    
    .Q_ssO9k74xOp8 {
        font-size: 18px;
    }
    
    .bukcY {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .uv_toPkx3_8 {
        max-width: 400px;
    }
}
.ulmlzaGvtbg45 {
    padding: 80px 0;
    background: var(--bg-secondary);
}

.nnqDbz {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

.pMkLry_ {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.xp4b7dQkzczG {
    font-size: 15px;
    color: #c1c1c1;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.j_sFu3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}

.aE_iKe9 {
    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;
}

.aE_iKe9:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px var(--shadow-card);
}

.Tfz5q_ddAjGw {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}

.elixGnim6 {
    background: var(--status-new);
    color: var(--text-primary);
}

.IAqd_ulyfC2 {
    background: var(--status-jackpot);
    color: black;
}

.d_dA0 {
    background: var(--status-top);
    color: var(--text-primary);
}

.awVzt055ya {
    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;
}

.bd3tlz2 {
    padding: 15px;
    text-align: left;
}

.Zp1sFdh6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 5px;
}

.or4qaanc69kx {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 400;
    margin-bottom: 15px;
}

.z71Ow0Z {
    display: flex;
    gap: 8px;
}

.myjYqby9zAs {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.g7o_fKTfwOf {
    background: var(--border-secondary);
    color: var(--text-light);
}

.t8w03 {
    background: var(--gradient-primary);
    color: var(--text-primary);
}

.t8w03:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px var(--shadow-primary);
}

.o864A_ {
    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;
}

.o864A_:hover {
    background: #333b46;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .ulmlzaGvtbg45 {
        padding: 60px 0;
    }
    
    .pMkLry_ {
        font-size: 40px;
    }
    
    .xp4b7dQkzczG {
        font-size: 16px;
        max-width: 500px;
    }
    
    .j_sFu3 {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .aE_iKe9 {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .ulmlzaGvtbg45 {
        padding: 50px 0;
    }
    
    .pMkLry_ {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .xp4b7dQkzczG {
        font-size: 14px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    
    .j_sFu3 {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .aE_iKe9 {
        width: 100%;
        max-width: 320px;
    }
    
    .bd3tlz2 {
        padding: 12px;
    }
    
    .Zp1sFdh6 {
        font-size: 14px;
    }
    
    .or4qaanc69kx {
        font-size: 11px;
        margin-bottom: 12px;
    }
    
    .z71Ow0Z {
        gap: 6px;
    }
    
    .myjYqby9zAs {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .o864A_ {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ulmlzaGvtbg45 {
        padding: 40px 0;
    }
    
    .pMkLry_ {
        font-size: 28px;
    }
    
    .xp4b7dQkzczG {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .aE_iKe9 {
        max-width: 280px;
    }
    
    .bd3tlz2 {
        padding: 10px;
    }
    
    .Zp1sFdh6 {
        font-size: 13px;
    }
    
    .or4qaanc69kx {
        font-size: 10px;
        margin-bottom: 10px;
    }
    
    .myjYqby9zAs {
        padding: 5px 8px;
        font-size: 9px;
    }
    
    .o864A_ {
        padding: 10px 20px;
        font-size: 13px;
    }
}
footer {
    background: var(--bg-secondary);
    padding: 60px 0 30px;
    border-top: 1px solid var(--border-primary);
}

.h8irmlo3 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px;
}

.pp2ioub2_c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.Q_mLb {
    flex: 1;
    max-width: 300px;
}

.iHzwjox {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .iHzwjox img {
        display: flex;
        max-width: 100%;
        height: 40px;
        margin: 10px 0;
    }

.A171zqJ_ {
        color: var(--text-light);
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

.Dz9__t {
    display: flex;
    gap: 60px;
}

.cvnA {
    min-width: 150px;
}

.cvnA h3 {
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.cvnA ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cvnA li {
    margin-bottom: 8px;
}

.cvnA a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.cvnA a:hover {
    color: var(--color-primary);
}

.Xx52_9lalm {
    border-top: 1px solid var(--border-primary);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.E_TTe51q {
        color: var(--text-dark);
        font-size: 13px;
    }

.C0x_imF0 {
    display: flex;
    gap: 12px;
    align-items: center;
}

.Q_Uda {
    width: 40px;
    height: 24px;
    background: var(--bg-card);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .pp2ioub2_c {
        flex-direction: column;
        gap: 30px;
    }
    
    .Dz9__t {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .Xx52_9lalm {
        flex-direction: column;
        text-align: center;
    }
}
.RYO6Qbbqe {
    line-height: 1.8;
    color: var(--text-muted);
    font-weight: 300;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px;
    background: var(--bg-overlay);
    border-radius: 16px;
    border: 1px solid var(--border-overlay);
    backdrop-filter: blur(10px);
}

h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 24px;
    margin-top: 0;
    text-align: center;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.RYO6Qbbqe h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
    margin-top: 24px;
}

.RYO6Qbbqe p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
}

.RYO6Qbbqe ul, .RYO6Qbbqe ol {
    margin-bottom: 16px;
    padding-left: 20px;
}

.RYO6Qbbqe li {
    margin-bottom: 8px;
}

.RYO6Qbbqe table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    background: var(--bg-card);
    border-radius: 8px;
    overflow: hidden;
    min-width: 600px;
}

.VscD1GSu {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 8px;
}

.RYO6Qbbqe th {
    background: var(--border-secondary);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.RYO6Qbbqe td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}