:root {
    /* Основные цвета */
    --color-primary: #fff;
    --color-primary-dark: #4338ca;
    --color-secondary: #7729d7;
    --color-accent: #fbbf24;

    /* Фоновые цвета */
    --bg-primary: #141824;
    --bg-secondary: #241f2b;
    --bg-dark: #0D121D;
    --bg-card: #1e293b;
    --bg-card-hover: #334155;
    --bg-overlay: rgba(44, 49, 68, 0.35);

    /* Текстовые цвета */
    --text-primary: #ffffff;
    --text-secondary: #e2e8f0;
    --text-muted: #d1d5db;
    --text-light: #9ca3af;
    --text-dark: #6b7280;
    --text-button: #fff;

    /* Границы */
    --border-primary: #1e293b;
    --border-secondary: #374151;
    --border-card: #475569;
    --border-overlay: rgba(71, 85, 105, 0.3);

    /* Градиенты */
    --gradient-primary: linear-gradient(90deg, #9A32C9 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: linear-gradient(90deg, #39265a, #372235);
    --gradient-cta: linear-gradient(90deg, #161623 0%, #2E1414 102.14%);
    --gradient-benefits: linear-gradient(90deg, #1a0d2e 0%, #2d1b4e 50%, #1a0d2e 100%);

    /* Тени */
    --shadow-primary: 0 0 25px rgb(121 21 163);
    --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(--gradient-cta);
}

.zuUbKz {
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 0;
}

.BYDpq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.UdFZEJ {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.H1fows {
    width: 4px;
    height: 40px;
    background: var(--status-top);
    border-radius: 2px;
}

.ecbGyG {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--status-top);
    text-decoration: none;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), gap 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: color, gap;
}

.ecbGyG:hover {
    color: #fff;
    gap: 12px;
}

.ecbGyG svg {
    width: 20px;
    height: 20px;
}

.bDHvFT {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.yiaO74 {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 3 / 4;
    display: flex;
    flex-direction: column;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.yiaO74:hover {
    transform: translateY(-8px) translateZ(0);
}

.XPsIk {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 360px;
    overflow: hidden;
    background: #0f0519;
    transform: translateZ(0);
    will-change: transform;
}

.B98DY {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0) scale(1);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.yiaO74:hover .B98DY {
    transform: translateZ(0) scale(1.05);
}

/* Градиент снизу вверх */
.hACyP {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    transform: translateZ(0);
    will-change: opacity;
}

.OrQXr {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    transform: translateZ(0);
}

.XyxrMj {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transform: translateZ(0);
    will-change: transform;
}

.OYT0j {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 16px 16px;
    z-index: 2;
    transform: translateZ(0);
    will-change: transform;
}

.Jnotxc {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
}

.eXAFo7 {
    font-size: 13px;
    color: #d1d5db;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
}

/* Адаптивность */
@media (max-width: 1200px) {
    .bDHvFT {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .BYDpq {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .UdFZEJ {
        font-size: 24px;
    }

    .H1fows {
        height: 32px;
    }

    .bDHvFT {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .Jnotxc {
        font-size: 16px;
    }

    .eXAFo7 {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .bDHvFT {
        grid-template-columns: repeat(2, 1fr);
    }
}

.menu {
    display: flex;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    margin: 0 20px;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--color-text);
    cursor: pointer;
    padding: 8px;
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-decoration: none;
    color: var(--color-text);
    transition: 0.3s;
    padding: 5px;
    display: block;
    border-radius: 6px;
    font-size: 13px;
}

.menu ul li a:hover {
    color: var(--color-primary);
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    
    .menu ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-secondary);
        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;
    }
    
    .menu.active ul {
        display: flex;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        width: 100%;
        align-items: center;
        margin-top: 10px;
    }
    
    .menu ul li a {
        padding: 16px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .menu ul li:last-child a {
        border-bottom: none;
    }
}

/* Блок контента: E-mail Бонус */
.bonus-subscribe {
    background: var(--bg-secondary);
    border-radius: 12px;
    padding: 24px;
    margin: 24px 0;
    color: var(--text-primary);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.subscribe-header h3 {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 700;
}
.subscribe-header p {
    margin: 0 0 20px 0;
    font-size: 14px;
    opacity: 0.9;
}
.subscribe-input-group {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.subscribe-input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}
.subscribe-button {
    padding: 12px 24px;
    background: var(--color-secondary);
    color: var(--text-button);
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.subscribe-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-secondary);
}
.subscribe-note {
    margin: 0;
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
}

/* Блок контента: Бонус калькулятор */
.bonus-calculator {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}
.calculator-header {
    margin-bottom: 20px;
}
.calculator-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.calculator-header h3 {
    margin-bottom: 5px;
    border: none;
    padding: 0;
}
.calculator-header p {
    opacity: 0.8;
    margin: 0;
}
.calculator-input {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.calculator-input label {
    font-weight: 700;
    font-size: 14px;
}
.calculator-input input {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 16px;
}
.calculator-input {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.calculator-button {
    padding: 12px 24px;
    background: var(--gradient-primary);
    color: var(--text-button);
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s;
}
.calculator-result {
    margin-top: 15px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.result-label {
    font-weight: 500;
    opacity: 0.9;
}
.result-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-light);
}

/* Блок контента: Кнопка играть */
.play-now-block {
    background: var(--bg-card-hover);
    border-radius: 12px;
    padding: 20px;
    margin: 24px 0;
}
.play-now-content {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--text-primary);
}
.play-now-icon {
    font-size: 48px;
    flex-shrink: 0;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
.play-now-text {
    flex: 1;
}
.play-now-text h3 {
    margin: 0 0 4px 0;
    font-size: 22px;
    font-weight: 700;
}
.play-now-text p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}
.play-now-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #ffd700;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}
.play-now-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,215,0,0.4);
}
.play-now-arrow {
    transition: transform 0.2s;
}
.play-now-button:hover .play-now-arrow {
    transform: translateX(4px);
}
@media (max-width: 640px) {
    .play-now-content {
        flex-direction: column;
        text-align: center;
    }
    .play-now-button {
        width: 100%;
        justify-content: center;
    }
}

/* Блок контента: Скачать приложение */
.app-download {
    background: var(--bg-card);
    border: 2px solid var(--bg-card-hover);
    border-radius: 12px;
    padding: 20px;
    margin: 24px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.app-download-content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.app-icon {
    flex-shrink: 0;
}
.app-info {
    flex: 1;
}
.app-info h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-light);
}
.app-info p {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: var(--text-light);
}
.app-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.app-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #212529;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.2s, background 0.2s;
}
.app-button:hover {
    transform: translateY(-2px);
    background: #495057;
}
.app-button-ios {
    background: #000;
}
.app-button-android {
    background: var(--color-accent);
    color: #000;
}
.app-button-android:hover {
    background: #2fc370;
}
@media (max-width: 640px) {
    .app-download-content {
        flex-direction: column;
        text-align: center;
    }
    .app-buttons {
        justify-content: center;
    }
}

/* Block: Шапка сайта 1 (Group: Header) */
header {
        display: flex;
        height: 72px;
        width: 100%;
        background: var(--bg-dark);
        align-items: center;
        justify-content: center;
    }

.lUfAE {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.jkKtEw img {
    display: flex;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
}

.menu {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.menu a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    }
    
.menu a:hover {
    color: var(--color-accent);
}

/* Block: Первый экран 1 (Group: First Screen) */
.P4X5qq {
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: var(--gradient-bg);
}

.xGoLa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 60px;
}

.mENX5 {
    flex: 1;
    max-width: 600px;
}

.TRfcF {
    font-size: 28px;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
    display: block;
}

.mewXb {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}

.Ozvwwx {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 30px;
}

.SWCpG {
    flex-shrink: 0;
}

.Xz5sA3 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RK0kf6 {
    max-width: 640px;
    width: 100%;
}

.RK0kf6 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px var(--shadow-secondary);
    border: 1px solid #262626;
}

.cNj4Cs {
    display: flex;
    gap: 10px;
}

.qNlsb2 {
    color: var(--text-button);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 20px;
}

.llfjAL {
    background: var(--gradient-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.llfjAL:hover {
    box-shadow: 0 0 25px var(--shadow-primary);
}

.zNzChZ {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.zNzChZ: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;
}

.ZFHJc8 {
    font-weight: 700;
}

@media (max-width: 768px) {
.P4X5qq {
    min-height: auto;
    padding: 40px 0;
}

.xGoLa {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.mENX5 {
    max-width: 100%;
}

.TRfcF {
    font-size: 32px;
    margin-bottom: 16px;
}

.mewXb {
    font-size: 16px;
    margin-bottom: 24px;
}

.cNj4Cs {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.qNlsb2 {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
}

.RK0kf6 {
    max-width: 100%;
}

.RK0kf6 img {
    border-radius: 12px;
}

.Ozvwwx {
    justify-content: center;
    margin-top: 24px;
}
}

@media (max-width: 480px) {
    .TRfcF {
        font-size: 28px;
    }
    
    .mewXb {
        font-size: 14px;
    }
    
    .qNlsb2 {
        padding: 14px 16px;
        font-size: 13px;
    }
    
    .Ozvwwx {
        font-size: 12px;
    }
    
    .SWCpG {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet Styles */
    .P4X5qq {
        min-height: 600px;
        padding: 50px 0;
    }
    
    .xGoLa {
        gap: 40px;
    }
    
    .TRfcF {
        font-size: 40px;
    }
    
    .mewXb {
        font-size: 18px;
    }
    
    .qNlsb2 {
        padding: 18px 24px;
        font-size: 15px;
    }
    
    .RK0kf6 {
        max-width: 400px;
    }
}

/* Block: Преимущества (Group: Преимущества) */
.NCn9Zw {
    padding: 60px 0;
    background: var(--gradient-benefits);
    position: relative;
    overflow: hidden;
}

.OiYJI {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.YSqbdG {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.Bibxk {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.Bibxk:hover {
    transform: translateX(4px) translateZ(0);
}

.OIJS4 {
    width: 64px;
    height: 64px;
    min-width: 64px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    color: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(0);
}

.OIJS4 svg {
    width: 100%;
    height: 100%;
}

.AD3ZI {
    flex: 1;
}

.hLTvA {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.3;
}

.PYoLLo {
    font-size: 14px;
    line-height: 1.5;
    color: #9ca3af;
}

@media (max-width: 1024px) {
    .YSqbdG {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .NCn9Zw {
        padding: 40px 0;
    }
    
    .YSqbdG {
        gap: 24px;
    }
    
    .Bibxk {
        gap: 16px;
    }
    
    .OIJS4 {
        width: 56px;
        height: 56px;
        min-width: 56px;
        padding: 14px;
    }
    
    .hLTvA {
        font-size: 18px;
    }
    
    .PYoLLo {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .NCn9Zw {
        padding: 32px 0;
    }
    
    .YSqbdG {
        gap: 20px;
    }
    
    .Bibxk {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .OIJS4 {
        width: 48px;
        height: 48px;
        min-width: 48px;
        padding: 12px;
    }
    
    .hLTvA {
        font-size: 16px;
    }
    
    .PYoLLo {
        font-size: 12px;
    }
}

/* Block: Статья (Group: Article) */
.article-content {
    line-height: 1.7;
    color: var(--text-secondary);
    font-weight: 300;
    max-width: 1280px;
    margin: 32px auto 40px;
    padding: 32px 24px 28px;
}

.article-content h1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 20px;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.article-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 10px;
}

.article-content p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
}

.article-content ul,
.article-content ol {
    margin: 0 0 16px 18px;
    padding-left: 0;
}

.article-content li {
    margin: 0 0 8px;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.article-content img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border-card);
    margin: 10px 0 16px;
}

.fRgr9 {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 10px;
}

.article-content th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.article-content td {
    padding: 12px;
    border-top: 1px solid var(--border-secondary);
    color: var(--text-muted);
    font-size: 14px;
}

.article-content tr:nth-child(even) td {
    background: var(--bg-card-hover);
}

/* Block: Футер 4 (Group: Footer) */
.U92g3z {
    background: var(--bg-secondary);
    padding: 48px 0 24px;
    border-top: 1px solid var(--border-primary);
}

.gaKxkz {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.jd43jF {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.YJyWyl {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zMFuV {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.02em;
}

.NPYCB {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.uyVzO {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-accent);
    font-size: 13px;
}

.jM5Vs3 {
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.QAr4yg {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.QAr4yg a {
    color: var(--text-secondary);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}

.QAr4yg a:hover {
    color: var(--color-accent);
}

.ozpVk {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eFwksb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    font-size: 14px;
}

.lftJiR {
    color: var(--color-accent);
    flex-shrink: 0;
}

.V5fAOd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.XCRg5r {
    padding: 12px 8px;
    border: 1px solid var(--border-secondary);
    border-radius: 6px;
    background: var(--bg-card);
    color: var(--text-secondary);
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bKWeu {
    padding-top: 24px;
    border-top: 1px solid var(--border-primary);
}

.Xl92Y {
    text-align: center;
}

.Xl92Y p {
    color: var(--text-muted);
    font-size: 13px;
    margin: 0 0 12px;
}

.LUmzdK {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.LUmzdK a {
    color: var(--text-muted);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}

.LUmzdK a:hover {
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .jd43jF {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .V5fAOd {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .jd43jF {
        grid-template-columns: 1fr;
    }
    
    .LUmzdK {
        flex-direction: column;
        gap: 8px;
    }
}

/* Уникальные поведенческие стили */
@keyframes ABUkymQf_scaleIn {
    0% { transform: scale(0.86); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes ropkUdCD_scaleIn {
    0% { transform: scale(0.84); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes ryvQKtgL_slideUp {
    0% { transform: translateY(22px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

/* Применение анимаций к элементам */
article, section, .content, [class*='content'], [class*='article'], [class*='section'] { animation: ABUkymQf_scaleIn 0.7s ease 0.2s both; }
h1, h2, h3, h4, h5, h6 { animation: ABUkymQf_scaleIn 0.7s ease 0.3s both; }
p, li, .text, [class*='text'] { animation: ropkUdCD_scaleIn 0.7s ease 0.4s both; }


/* Hover эффекты применяются ко всем ссылкам и кнопкам */
a:hover, button:hover, .btn:hover, [role='button']:hover { transform: translateY(-4px) scale(1.02); transition: all 0.3s ease; }

/* Hover эффекты для карточек и элементов */
.card:hover, .item:hover, [class*='card']:hover, [class*='item']:hover { transform: translateY(-4px) scale(1.02); transition: all 0.3s ease; }



/* Уникальные transition эффекты */
a, button, .btn, input, select, textarea { transition: all 0.3s ease-out; }

/* Transition для специфичных свойств */
.card, .item, [class*='card'], [class*='item'] { transition: background-color, color, opacity, border-color 0.3s ease-out; }



