:root {
    --gradient-cta: linear-gradient(90deg, #161623 0%, #2E1414 102.14%);

    /* Фоновые цвета */
    --bg-primary: #141824;
    --text-secondary: #e2e8f0;
    --border-overlay: rgba(71, 85, 105, 0.3);
    --bg-secondary: #241f2b;
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --gradient-bg: linear-gradient(90deg, #39265a, #372235);
    --status-top: #10b981;
    --bg-card-hover: #334155;
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --color-primary-dark: #4338ca;
    --bg-dark: #0D121D;
;
    --shadow-secondary: rgba(0, 0, 0, 0.3);

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #9A32C9 0%, var(--color-secondary) 100%);
    --color-accent: #fbbf24;
    --border-card: #475569;

    /* Статусные цвета */
    --status-new: #3b82f6;
    --status-jackpot: #fbbf24;

    /* Границы */
    --border-primary: #1e293b;
    --bg-card: #1e293b;
    --text-muted: #d1d5db;
    /* Основные цвета */
    --color-primary: #fff;
    --text-light: #9ca3af;

    /* Тени */
    --shadow-primary: 0 0 25px rgb(121 21 163);
    --bg-overlay: rgba(44, 49, 68, 0.35);
    --color-secondary: #7729d7;
    --shadow-card: rgba(0, 0, 0, 0.4);

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --text-dark: #6b7280;
    --border-secondary: #374151}

*, ::after, ::before {
    margin: 0;
    box-sizing: border-box;
    border-width: 0;
}

html {
    padding: 0;
    width: 100%;
;
    margin: 0}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-primary);
    padding: 0;
;
    color: var(--text-secondary);
    margin: 0}

main {
    background: var(--gradient-cta);
;
    padding: 60px 0}

.Uuo6u8 {
    display: flex;
;
    width: 100%;
    justify-content: flex-end;
    margin: 0 20px;
    position: relative}

.T12h_1hV {
    border: none;
    background: none;
    color: var(--color-text);
    padding: 8px;
    font-size: 24px;
    display: none;
;
    cursor: pointer}

.Uuo6u8 ul {
    margin: 0;
;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px}

.Uuo6u8 ul li a {
    text-decoration: none;
;
    border-radius: 6px;
    font-size: 13px;
    transition: 0.3s;
    display: block;
    color: var(--color-text);
    padding: 5px}

.Uuo6u8 ul li a:hover {
;
    color: var(--color-primary)}

@media (max-width: 768px) {
    ;
    .T12h_1hV {
        display: block}
    
    .Uuo6u8 ul {
        position: absolute;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    ;
        border-radius: 8px;
        visibility: hidden;
        opacity: 0;
        left: 0;
        transition: all 0.3s ease;
        flex-direction: column;
        z-index: 1000;
        gap: 0;
        background: var(--bg-secondary);
        right: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transform: translateY(-10px);
        top: 100%}
    
    .Uuo6u8.gonC2hbpix8r4 ul {
        margin-top: 10px;
        width: 100%;
        display: flex;
        transform: translateY(0);
        visibility: visible;
    ;
        align-items: center;
        opacity: 1}
    
    .Uuo6u8 ul li a {
        padding: 16px 20px;
    ;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)}
    
    .Uuo6u8 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;
    }

.Fjnebm_jSa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.okNVj5 img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.Uuo6u8 {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.Uuo6u8 a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.Uuo6u8 a:hover {
    color: var(--color-accent);
}
.s1psDH3 {
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: var(--gradient-bg);
}

.sLD8won3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 60px;
}

.z6bydwiv_fzy {
    flex: 1;
    max-width: 600px;
}

.Xo2gLkDbLh {
    font-size: 28px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.EM9_7 {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.jwWQpUtrqe7 {
    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;
}

.jZLx_j {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gdn7hso {
    max-width: 640px;
    width: 100%;
}

.gdn7hso img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.Popez2JcwS {
    display: flex;
    gap: 10px;
}

.s_ryj4PJ2 {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.SgdBlHui {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.SgdBlHui:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.PpW7j4cIy {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.PpW7j4cIy: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;
}

.zezWrmkct_g {
    font-weight: 700;
}

@media (max-width: 768px) {
.s1psDH3 {
    min-height: auto;
    padding: 40px 0;
}

.sLD8won3 {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.z6bydwiv_fzy {
    max-width: 100%;
}

.Xo2gLkDbLh {
    font-size: 32px;
    margin-bottom: 16px;
}

.EM9_7 {
    font-size: 16px;
    margin-bottom: 24px;
}

.Popez2JcwS {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.s_ryj4PJ2 {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.gdn7hso {
    max-width: 100%;
}

.gdn7hso img {
    border-radius: 12px;
}

.jwWQpUtrqe7 {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .Xo2gLkDbLh {
        font-size: 28px;
    }
    
    .EM9_7 {
        font-size: 14px;
    }
    
    .s_ryj4PJ2 {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .jwWQpUtrqe7 {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .s1psDH3 {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .sLD8won3 {
        gap: 40px;
    }
    
    .Xo2gLkDbLh {
        font-size: 40px;
    }
    
    .EM9_7 {
        font-size: 18px;
    }
    
    .s_ryj4PJ2 {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .gdn7hso {
        max-width: 400px;
    }
}
    footer {
        background: var(--bg-secondary);
        padding: 30px 0 30px;
        border-top: 1px solid var(--border-primary);
    }
    
    .Owiooil {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .pg6c_refkn {
        display: flex;
        justify-content: center;
        font-weight: bold;
        font-size: 21px;
        margin: 10px 0;
    }
    
    .u3qiBcX {
        display: flex;
        column-gap: 20px;
        width: 100%;
        justify-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    
    .u3qiBcX .Kjx_9SKg_P_y {
        display: flex;
        height: 60px;
        align-items: center;
    }

    .toBfy img, .fKfDb img, .wvfQk img, .iYmx4 img, .Yjzz img, .Ynkm9 img, .xbXa_ppnbjXt img, .Bfq770ZXl_ img {
        height: 30px;
    }

    .yo9sRyi0 {
        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;
    }

    .zRtfx_iv3 {
        color: var(--text-dark);
        font-size: 13px;
    }
.JkfgeVx83_8 {
    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);
}

.JkfgeVx83_8 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;
}

.JkfgeVx83_8 h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.JkfgeVx83_8 p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.JkfgeVx83_8 ul,
.JkfgeVx83_8 ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.JkfgeVx83_8 li {
    margin: 0 0 8px;
}

.JkfgeVx83_8 table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.JkfgeVx83_8 img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.JxcWrwrihI5 {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.JkfgeVx83_8 th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.JkfgeVx83_8 td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.JkfgeVx83_8 tr:nth-child(even) td {
    background: var(--bg-card-hover);
}