:root {
    --text-light: #9ca3af;

    /* Фоновые цвета */
    --bg-primary: #141824;

    /* Тени */
    --shadow-primary: 0 0 25px rgb(121 21 163);

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --border-card: #475569;

    /* Статусные цвета */
    --status-new: #3b82f6;
    --bg-secondary: #241f2b;
    --color-secondary: #7729d7;
    --bg-card-hover: #334155;
    /* Основные цвета */
    --color-primary: #fff;
    --gradient-card: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
    --bg-overlay: rgba(44, 49, 68, 0.35);
    --bg-dark: #161C24;
    --text-dark: #6b7280;
;
    --gradient-bg: linear-gradient(90deg, #39265a, #372235);
    --text-muted: #d1d5db;
    --gradient-text: linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
    --status-top: #10b981;

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #9A32C9 0%, var(--color-secondary) 100%);
    --bg-card: #1e293b;
    --shadow-secondary: rgba(0, 0, 0, 0.3);
    --text-secondary: #e2e8f0;
    --color-primary-dark: #4338ca;
    --status-jackpot: #fbbf24;
    --color-accent: #fbbf24;
    --border-overlay: rgba(71, 85, 105, 0.3);

    /* Границы */
    --border-primary: #1e293b;
    --gradient-cta: linear-gradient(90deg, #161623 0%, #2E1414 102.14%);
    --border-secondary: #374151;
    --shadow-card: rgba(0, 0, 0, 0.4)}

*, ::after, ::before {
;
    margin: 0;
    box-sizing: border-box;
    border-width: 0}

html {
;
    margin: 0;
    padding: 0;
    width: 100%}

body {
    padding: 0;
;
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-primary);
    color: var(--text-secondary);
    margin: 0}

main {
;
    background: var(--gradient-cta);
    padding: 60px 0}

.G22dg14Eob {
    display: flex;
    justify-content: flex-end;
;
    margin: 0 20px;
    position: relative;
    width: 100%}

.iWtt_6CclHXp {
    cursor: pointer;
    color: var(--color-text);
    font-size: 24px;
;
    background: none;
    display: none;
    padding: 8px;
    border: none}

.G22dg14Eob ul {
    list-style: none;
    margin: 0;
;
    display: flex;
    gap: 10px;
    padding: 0}

.G22dg14Eob ul li a {
    color: var(--color-text);
    font-size: 13px;
;
    padding: 5px;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 6px;
    display: block}

.G22dg14Eob ul li a:hover {
;
    color: var(--color-primary)}

@media (max-width: 768px) {
    .iWtt_6CclHXp {
        display: block;
    }
    
    .G22dg14Eob ul {
        flex-direction: column;
        left: 0;
        background: var(--bg-secondary);
        z-index: 1000;
        border-radius: 8px;
        transform: translateY(-10px);
        visibility: hidden;
        position: absolute;
    ;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        opacity: 0;
        gap: 0;
        right: 0;
        top: 100%;
        transition: all 0.3s ease}
    
    .G22dg14Eob.ulDBvtv5fhT ul {
        transform: translateY(0);
        width: 100%;
        display: flex;
        visibility: visible;
        margin-top: 10px;
    ;
        opacity: 1;
        align-items: center}
    
    .G22dg14Eob ul li a {
        padding: 16px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .G22dg14Eob 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;
    }

.nosJ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.epak img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.G22dg14Eob {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.G22dg14Eob a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.G22dg14Eob a:hover {
    color: var(--color-accent);
}
.o3xd3doyyy {
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: var(--gradient-bg);
}

.hVwogsXDk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 60px;
}

.C80Vkmzq {
    flex: 1;
    max-width: 600px;
}

.WU13nm5s3e1C {
    font-size: 28px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.Vr7zf5mkys {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.kfctoIa_iv7 {
    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;
}

.slzdlf7czos4 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MMZyx8 {
    max-width: 640px;
    width: 100%;
}

.MMZyx8 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.qgAZb7 {
    display: flex;
    gap: 10px;
}

.cDKmva04buFb {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.QjQz60 {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.QjQz60:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.oEtghypb {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.oEtghypb: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;
}

.MzcfkmbpSCox {
    font-weight: 700;
}

@media (max-width: 768px) {
.o3xd3doyyy {
    min-height: auto;
    padding: 40px 0;
}

.hVwogsXDk {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.C80Vkmzq {
    max-width: 100%;
}

.WU13nm5s3e1C {
    font-size: 32px;
    margin-bottom: 16px;
}

.Vr7zf5mkys {
    font-size: 16px;
    margin-bottom: 24px;
}

.qgAZb7 {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.cDKmva04buFb {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.MMZyx8 {
    max-width: 100%;
}

.MMZyx8 img {
    border-radius: 12px;
}

.kfctoIa_iv7 {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .WU13nm5s3e1C {
        font-size: 28px;
    }
    
    .Vr7zf5mkys {
        font-size: 14px;
    }
    
    .cDKmva04buFb {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .kfctoIa_iv7 {
        font-size: 12px;
    }
    
    .users-icon {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .o3xd3doyyy {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .hVwogsXDk {
        gap: 40px;
    }
    
    .WU13nm5s3e1C {
        font-size: 40px;
    }
    
    .Vr7zf5mkys {
        font-size: 18px;
    }
    
    .cDKmva04buFb {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .MMZyx8 {
        max-width: 400px;
    }
}
.yiMrlnnhY_m {
    padding: 80px 0;
    background: var(--bg-secondary);
}

.pw98Gt8qMcq5 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

.bKp0oipbQisS {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.CU2P {
    font-size: 15px;
    color: #c1c1c1;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.C5qHlkqP8vg {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}

.fwncs_Ckq5 {
    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;
}

.fwncs_Ckq5:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px var(--shadow-card);
}

.Qh_DN {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}

.Wqilr0 {
    background: var(--status-new);
    color: var(--text-primary);
}

.grw04V4ran9 {
    background: var(--status-jackpot);
    color: black;
}

.PDrwY9eeGbd5 {
    background: var(--status-top);
    color: var(--text-primary);
}

.lfshkVu_lmD5 {
    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;
}

.XDfpTUxk {
    padding: 15px;
    text-align: left;
}

.ztzjz {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 5px;
}

.hcBh {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 400;
    margin-bottom: 15px;
}

.U0MnqGlHV {
    display: flex;
    gap: 8px;
}

.ubJ32 {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mcwLwhio0 {
    background: var(--border-secondary);
    color: var(--text-light);
}

.EN5es3 {
    background: var(--gradient-primary);
    color: var(--text-primary);
}

.EN5es3:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px var(--shadow-primary);
}

.aSnZYA {
    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;
}

.aSnZYA:hover {
    background: #333b46;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .yiMrlnnhY_m {
        padding: 60px 0;
    }
    
    .bKp0oipbQisS {
        font-size: 40px;
    }
    
    .CU2P {
        font-size: 16px;
        max-width: 500px;
    }
    
    .C5qHlkqP8vg {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .fwncs_Ckq5 {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .yiMrlnnhY_m {
        padding: 50px 0;
    }
    
    .bKp0oipbQisS {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .CU2P {
        font-size: 14px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    
    .C5qHlkqP8vg {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .fwncs_Ckq5 {
        width: 100%;
        max-width: 320px;
    }
    
    .XDfpTUxk {
        padding: 12px;
    }
    
    .ztzjz {
        font-size: 14px;
    }
    
    .hcBh {
        font-size: 11px;
        margin-bottom: 12px;
    }
    
    .U0MnqGlHV {
        gap: 6px;
    }
    
    .ubJ32 {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .aSnZYA {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .yiMrlnnhY_m {
        padding: 40px 0;
    }
    
    .bKp0oipbQisS {
        font-size: 28px;
    }
    
    .CU2P {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .fwncs_Ckq5 {
        max-width: 280px;
    }
    
    .XDfpTUxk {
        padding: 10px;
    }
    
    .ztzjz {
        font-size: 13px;
    }
    
    .hcBh {
        font-size: 10px;
        margin-bottom: 10px;
    }
    
    .ubJ32 {
        padding: 5px 8px;
        font-size: 9px;
    }
    
    .aSnZYA {
        padding: 10px 20px;
        font-size: 13px;
    }
}
.pjy7FKB {
    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;
}

.Lzw76 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.uEmfz49wf7,
.j5wS {
    color: var(--text-dark);
    font-size: 13px;
}

.j5wS {
    font-size: 12px;
    opacity: 0.9;
}

.EhzErvi {
    background: var(--bg-secondary);
    padding: 32px 0 28px;
    border-top: 1px solid var(--border-primary);
}

.lvxi {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.fJwj {
    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) {
    .lvxi {
        row-gap: 24px;
    }
}

@media (max-width: 640px) {
    .pjy7FKB {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        gap: 10px;
        text-align: center;
    }
}
.Htx8Gsaab {
    line-height: 1.7;
    color: var(--text-secondary);
    font-weight: 300;
    max-width: 1280px;
    margin: 32px auto 40px;
    padding: 32px 24px 28px;
}

.Htx8Gsaab h1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 20px;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.Htx8Gsaab h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.Htx8Gsaab p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.Htx8Gsaab ul,
.Htx8Gsaab ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.Htx8Gsaab li {
    margin: 0 0 8px;
}

.Htx8Gsaab table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.Htx8Gsaab img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.HlrD {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.Htx8Gsaab th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.Htx8Gsaab td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.Htx8Gsaab tr:nth-child(even) td {
    background: var(--bg-card-hover);
}