:root {
    --bg-overlay: rgb(19 21 28 / 35%);

    /* Границы */
    --border-primary: #1e293b;
    --border-overlay: rgba(71, 85, 105, 0.3);
    --bg-card-hover: #334155;
    --bg-dark: #161C24;
    --border-card: #475569;
    --color-accent: #fbbf24;
    --gradient-cta: linear-gradient(90deg, #161D30 0%, #252c40 102.14%);
    --status-jackpot: #fbbf24;

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --status-top: #10b981;
    --text-light: #9ca3af;

    /* Фоновые цвета */
    --bg-primary: #141824;
    --shadow-card: rgba(0, 0, 0, 0.4);
    --bg-secondary: #121A29;
    --shadow-secondary: rgba(0, 0, 0, 0.3);
    --gradient-bg: linear-gradient(90deg, #0D131C, #141e2c);
    --text-secondary: #e2e8f0;
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --text-muted: #c5c5c5;
    --border-secondary: #374151;
    --bg-card: #1e293b;
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --color-secondary: #7729d7;

    /* Тени */
    --shadow-primary: 0 0 25px rgb(43 50 131);

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #41C6FF 0%, #1A65FC 100%);
    --text-dark: #6b7280;
    /* Основные цвета */
    --color-primary: #fff;

    /* Статусные цвета */
    --status-new: #3b82f6;
;
    --color-primary-dark: #4338ca}

*, ::after, ::before {
    box-sizing: border-box;
    margin: 0;
    border-width: 0;
}

html {
;
    margin: 0;
    padding: 0;
    width: 100%}

body {
    background-color: var(--bg-primary);
    margin: 0;
    color: var(--text-secondary);
    font-family: 'Montserrat', sans-serif;
;
    padding: 0}

main {
;
    padding: 60px 0;
    background: var(--gradient-cta)}

.RYwfw9A7u {
;
    position: relative;
    display: flex;
    margin: 0 20px;
    justify-content: flex-end;
    width: 100%}

.Dssxr_s {
    background: none;
    display: none;
    font-size: 24px;
    border: none;
    padding: 8px;
    cursor: pointer;
;
    color: var(--color-text)}

.RYwfw9A7u ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
;
    gap: 10px}

.RYwfw9A7u ul li a {
    font-size: 13px;
    display: block;
    color: var(--color-text);
    padding: 5px;
;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s}

.RYwfw9A7u ul li a:hover {
    color: var(--color-primary);
}

@media (max-width: 768px) {
    ;
    .Dssxr_s {
        display: block}
    
    .RYwfw9A7u ul {
    ;
        position: absolute;
        left: 0;
        gap: 0;
        visibility: hidden;
        right: 0;
        opacity: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        transform: translateY(-10px);
        background: var(--bg-secondary);
        transition: all 0.3s ease;
        top: 100%;
        border-radius: 8px;
        flex-direction: column}
    
    .RYwfw9A7u.z1_CJcgecf ul {
        margin-top: 10px;
        display: flex;
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
    ;
        align-items: center;
        width: 100%}
    
    .RYwfw9A7u ul li a {
        padding: 16px 20px;
    ;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)}
    
    .RYwfw9A7u 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;
    }

.oqv4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.NocoybpaM_xl img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.RYwfw9A7u {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.RYwfw9A7u a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.RYwfw9A7u a:hover {
    color: var(--color-accent);
}
.cjn_1t88pDl9 {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 40px 10px;
    background: var(--gradient-bg);
}

.Tt8dn4k6 {
    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;
}

.Wbx5c {
    flex: 1;
    max-width: 600px;
}

.Wgxpe9GO51 {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.rbf_ghd7 {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.R2ruUJG2yno_ {
    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;
}

.gau4tQk {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Ymdbl_tA {
    max-width: 640px;
    width: 100%;
}

.Ymdbl_tA img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.HDb9dvy7 {
    display: flex;
    gap: 10px;
}

.TBh5sIouyQwh {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.tfFrryml {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tfFrryml:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.B1bB {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.B1bB: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;
}

.JzI9 {
    font-weight: 700;
}

@media (max-width: 768px) {
.cjn_1t88pDl9 {
    min-height: auto;
    padding: 40px 0;
}

.Tt8dn4k6 {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.Wbx5c {
    max-width: 100%;
}

.Wgxpe9GO51 {
    font-size: 32px;
    margin-bottom: 16px;
}

.rbf_ghd7 {
    font-size: 16px;
    margin-bottom: 24px;
}

.HDb9dvy7 {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.TBh5sIouyQwh {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.Ymdbl_tA {
    max-width: 100%;
}

.Ymdbl_tA img {
    border-radius: 12px;
}

.R2ruUJG2yno_ {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .Wgxpe9GO51 {
        font-size: 28px;
    }
    
    .rbf_ghd7 {
        font-size: 14px;
    }
    
    .TBh5sIouyQwh {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .R2ruUJG2yno_ {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .cjn_1t88pDl9 {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .Tt8dn4k6 {
        gap: 40px;
    }
    
    .Wgxpe9GO51 {
        font-size: 40px;
    }
    
    .rbf_ghd7 {
        font-size: 18px;
    }
    
    .TBh5sIouyQwh {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .Ymdbl_tA {
        max-width: 400px;
    }
}
.eg8ryke {
    padding: 80px 0;
    background: var(--bg-secondary);
}

.pwaXVdlUdw49 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

.gItwstyk8Mq9 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.M2lTvp37lLr {
    font-size: 15px;
    color: #c1c1c1;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.vofrxW_1noyv0 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}

.if6scO7o {
    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;
}

.if6scO7o:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px var(--shadow-card);
}

.ojDqkpl {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}

.fIvdox {
    background: var(--status-new);
    color: var(--text-primary);
}

.dqvqnimw {
    background: var(--status-jackpot);
    color: black;
}

.L20m5_5TD3 {
    background: var(--status-top);
    color: var(--text-primary);
}

.uUnyCauj {
    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;
}

.lg755 {
    padding: 15px;
    text-align: left;
}

.stFdfomojkd8 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 5px;
}

.WvhOn18tH5 {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 400;
    margin-bottom: 15px;
}

.s4_Q {
    display: flex;
    gap: 8px;
}

.k_t7waId9 {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.otN_XvpI7 {
    background: var(--border-secondary);
    color: var(--text-light);
}

.Zpxbz_ {
    background: var(--gradient-primary);
    color: var(--text-primary);
}

.Zpxbz_:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px var(--shadow-primary);
}

.jVmbHsIQ {
    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;
}

.jVmbHsIQ:hover {
    background: #333b46;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .eg8ryke {
        padding: 60px 0;
    }
    
    .gItwstyk8Mq9 {
        font-size: 40px;
    }
    
    .M2lTvp37lLr {
        font-size: 16px;
        max-width: 500px;
    }
    
    .vofrxW_1noyv0 {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .if6scO7o {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .eg8ryke {
        padding: 50px 0;
    }
    
    .gItwstyk8Mq9 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .M2lTvp37lLr {
        font-size: 14px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    
    .vofrxW_1noyv0 {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .if6scO7o {
        width: 100%;
        max-width: 320px;
    }
    
    .lg755 {
        padding: 12px;
    }
    
    .stFdfomojkd8 {
        font-size: 14px;
    }
    
    .WvhOn18tH5 {
        font-size: 11px;
        margin-bottom: 12px;
    }
    
    .s4_Q {
        gap: 6px;
    }
    
    .k_t7waId9 {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .jVmbHsIQ {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .eg8ryke {
        padding: 40px 0;
    }
    
    .gItwstyk8Mq9 {
        font-size: 28px;
    }
    
    .M2lTvp37lLr {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .if6scO7o {
        max-width: 280px;
    }
    
    .lg755 {
        padding: 10px;
    }
    
    .stFdfomojkd8 {
        font-size: 13px;
    }
    
    .WvhOn18tH5 {
        font-size: 10px;
        margin-bottom: 10px;
    }
    
    .k_t7waId9 {
        padding: 5px 8px;
        font-size: 9px;
    }
    
    .jVmbHsIQ {
        padding: 10px 20px;
        font-size: 13px;
    }
}
.MPlZrcvZxat {
    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;
}

.pzMaJgAxu4ZT {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.KVziuVjl_0s,
.fTj_4jgb__C {
    color: var(--text-dark);
    font-size: 13px;
}

.fTj_4jgb__C {
    font-size: 12px;
    opacity: 0.9;
}

.jW_zBa5 {
    background: var(--bg-secondary);
    padding: 32px 0 28px;
    border-top: 1px solid var(--border-primary);
}

.AoxjCe {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.Sgy1_c_5bc4 {
    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) {
    .AoxjCe {
        row-gap: 24px;
    }
}

@media (max-width: 640px) {
    .MPlZrcvZxat {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        gap: 10px;
        text-align: center;
    }
}
.agqfT1wMhz {
    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: 32px;
    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;
}

.agqfT1wMhz h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
    margin-top: 24px;
}

.agqfT1wMhz p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
}

.agqfT1wMhz ul, .agqfT1wMhz ol {
    margin-bottom: 16px;
    padding-left: 20px;
}

.agqfT1wMhz li {
    margin-bottom: 8px;
}

.agqfT1wMhz table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    background: var(--bg-card);
    border-radius: 8px;
    overflow: hidden;
    min-width: 600px;
}

.agqfT1wMhz img {
    width: 100%;
}

.Pypw {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 8px;
}

.agqfT1wMhz th {
    background: var(--border-secondary);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.agqfT1wMhz td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}