/* Critical CSS - Inline для мгновенной отрисовки */
:root {
    --b12g-336ec219: #282047;
    --b12g-3166d130: #2c1a37;
    --b12g-487981e7: #7675c4;
    --b12g-4c5f0375: #e1fdd3;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    font-family:"Tw Cen MT", "Arial Narrow", sans-serif;
    background: var(--b12g-3166d130);
    color: var(--b12g-4c5f0375);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
/* Container */
.b12g-d6ad039d {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}
/* Header - Критично для LCP */
.b12g-50a13f97 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: rgba(31,27,73,0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(225,253,211,0.08);
    height: 80px;
}
.b12g-968e89fd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    gap: 24px;
}
/* Logo - Критично для LCP */
.b12g-adfb5db6 {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.b12g-28cd878d {
    height: 50px;
    width: auto;
    object-fit: contain;
}
/* Navigation */
.b12g-85f352a3 {
    flex: 1;
    display: flex;
    justify-content: center;
}
.b12g-5d50b2a4 {
    display: flex;
    gap: 8px;
    list-style: none;
}
.b12g-6bd93fc6 {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    color: rgba(225,253,211,0.7);
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.b12g-6bd93fc6.b12g-c25db22b,
.b12g-6bd93fc6:hover {
    color: var(--b12g-4c5f0375);
    background: linear-gradient(135deg, var(--b12g-487981e7) 0%, #7675c4cc 100%);
}
/* Buttons - Критично для CTA */
.b12g-c86b3201 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    font-family:"Tw Cen MT", "Arial Narrow", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}
.b12g-8b17ef0b {
    background: linear-gradient(135deg, var(--b12g-487981e7) 0%, #7675c4cc 100%);
    color: var(--b12g-4c5f0375);
    box-shadow: 0 0 30px rgba(246,162,87,0.4);
}
.b12g-f24a4d76 {
    background: transparent;
    color: var(--b12g-487981e7);
    border: 2px solid var(--b12g-487981e7);
}
.b12g-8453b6d8 {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}
/* Main Content */
.b12g-8428bb06 {
    padding-top: 100px;
    padding-bottom: 64px;
    min-height: 100vh;
}
/* Title - Критично для LCP */
.b12g-e1614e88 {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
    background: linear-gradient(135deg, var(--b12g-487981e7) 0%, #e1fdd3 50%, var(--b12g-487981e7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* Preloader */
.b12g-719f6cbb {
    position: fixed;
    inset: 0;
    background: var(--b12g-3166d130);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: opacity 0.5s, visibility 0.5s;
}
.b12g-719f6cbb.b12g-e5f61fb3 {
    opacity: 0;
    visibility: hidden;
}
.b12g-9ae143b5 {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(225,253,211,0.08);
    border-top-color: var(--b12g-487981e7);
    border-radius: 50%;
    animation: b12g-5bb1868e 1s linear infinite;
}
@keyframes b12g-5bb1868e {
    to { transform: rotate(360deg); }
}
/* Mobile Menu */
.b12g-35b9e97d {
    display: none;
    width: 44px;
    height: 44px;
    background: rgba(225,253,211,0.03);
    border: 1px solid rgba(225,253,211,0.08);
    border-radius: 12px;
    cursor: pointer;
}
/* Responsive */
@media (max-width: 1024px) {
    .b12g-85f352a3,
    .b12g-8453b6d8 {
        display: none;
    }
    .b12g-35b9e97d {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .b12g-d6ad039d {
        padding: 0 16px;
    }
    .b12g-8428bb06 {
        padding-top: 90px;
    }
    .b12g-e1614e88 {
        font-size: 28px;
    }
}
/* Skeleton Loading для CLS */
.b12g-4d42e96e {
    background: linear-gradient(90deg, rgba(225,253,211,0.03) 25%, rgba(225,253,211,0.08) 50%, rgba(225,253,211,0.03) 75%);
    background-size: 200px 100%;
    animation: b12g-bab312b4 1.5s infinite;
}
@keyframes b12g-bab312b4 {
    0% { background-position: -200px 0; }
    100% { background-position: calc(200px + 100%) 0; }
}
/* Layout Shift Prevention */
img {
    max-width: 100%;
    height: auto;
}
img[width][height] {
    aspect-ratio: attr(width) / attr(height);
}

/* ============================================
   ДАШБОРД СЛОТОВ v2.0
   ============================================ */
.b12g-0f335eb2 {
    margin: 3rem 0;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.08) 0%, rgba(54,24,51,0.5) 100%);
    border-radius: 24px;
    border: 2px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.15);
}
.b12g-0f335eb2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--b12g-effce1ee), var(--b12g-e5e3983d), transparent);
    background-size: 200% 100%;
    animation: b12g-dd410a63 4s linear infinite;
}
@keyframes b12g-dd410a63 {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.b12g-b3922824 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}
.b12g-b831990b {
    margin-bottom: 2.5rem;
    text-align: center;
}
.b12g-33772384 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.1), rgba(54,24,51,0.4));
    border-radius: 20px;
    border: 1px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.2);
}
.b12g-e6bb8cae {
    font-size: 3.5rem;
    animation: b12g-41523bc3 4s ease-in-out infinite;
}
@keyframes b12g-41523bc3 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.b12g-d177e11c {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
    background: linear-gradient(135deg, var(--b12g-effce1ee), var(--b12g-e5e3983d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.b12g-50696381 {
    color: rgba(225,253,211,0.75);
    font-size: 0.95rem;
    text-align: center;
}
/* Вкладки */
.b12g-cd6f0898 {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}
.b12g-f904f067 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    background: rgba(225,253,211,0.05);
    border: 2px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.25);
    border-radius: 16px;
    color: rgba(225,253,211,0.9);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}
.b12g-f904f067:hover {
    background: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.15);
    border-color: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.5);
    transform: translateY(-2px);
}
.b12g-f904f067.b12g-c25db22b {
    background: linear-gradient(135deg, var(--b12g-effce1ee), var(--b12g-e5e3983d));
    border-color: var(--b12g-effce1ee);
    color: #162233;
    box-shadow: 0 4px 20px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.4);
}
.b12g-f904f067 span {
    font-size: 1.2rem;
}
/* Контент вкладок */
.b12g-80ad2f04 {
    display: none;
    animation: b12g-121fa1a8 0.4s ease;
}
.b12g-80ad2f04.b12g-c25db22b {
    display: block;
}
@keyframes b12g-121fa1a8 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.b12g-256f7ebd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
/* ===== Variants (v1..b12g-b06acfd8) ===== */
.b12g-0f335eb2.b12g-de18f6d1 .b12g-256f7ebd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}
.b12g-0f335eb2.b12g-de18f6d1 .b12g-d189cb33 { border-radius: 18px; }
.b12g-0f335eb2.b12g-c289c4d9 .b12g-256f7ebd {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
}
.b12g-0f335eb2.b12g-c289c4d9 .b12g-d189cb33 {
    min-width: 320px;
    scroll-snap-align: start;
}
.b12g-0f335eb2.b12g-4dfa3c4c .b12g-256f7ebd {
    grid-template-columns: 1fr;
    gap: 0.85rem;
}
.b12g-0f335eb2.b12g-4dfa3c4c .b12g-d189cb33 {
    border-radius: 14px;
}
.b12g-0f335eb2.b12g-4dfa3c4c .b12g-21d5921b { display: none; }
.b12g-0f335eb2.b12g-4dfa3c4c .b12g-93d84f0b { display: flex; justify-content: space-between; }
/* Карточка слота */
.b12g-d189cb33 {
    background: linear-gradient(135deg, rgba(54,24,51,0.5) 0%, rgba(27,37,63,0.8) 100%);
    border: 2px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: b12g-0cfbe3c1 0.6s ease-out backwards;
}
@keyframes b12g-0cfbe3c1 {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.b12g-d189cb33:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.5);
    box-shadow: 0 16px 40px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.25);
}
.b12g-17e9b878 {
    padding: 0;
}
/* Постер с картинкой */
.b12g-5a6b9031 {
    position: relative;
    height: 160px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffc95b 0%, #2c1a37 100%);
}
.b12g-5a6b9031 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.b12g-d189cb33:hover .b12g-5a6b9031 img {
    transform: scale(1.08);
}
.b12g-0b06c723 {
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.15) 0%, rgba(54,24,51,0.6) 100%);
}
.b12g-0b06c723.b12g-ccee5e5e {
    display: flex;
}
.b12g-25869d58 {
    font-size: 4rem;
    opacity: 0.9;
}
.b12g-b47b976e {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(225,253,211,0.95);
    text-align: center;
    padding: 0 1rem;
}
.b12g-bea9d7c2 {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.25rem 0.6rem;
    border-radius: 10px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
}
.b12g-b4972209 {
    background: linear-gradient(135deg, var(--b12g-effce1ee), var(--b12g-e5e3983d));
    color: #162233;
}
.b12g-83e8d1c4 {
    background: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.4);
    color: #e1fdd3;
}
.b12g-9b16d67d {
    background: rgba(225,253,211,0.2);
    color: #e1fdd3;
}
/* Инфо */
.b12g-736d1396 {
    padding: 1rem 1.25rem 0.75rem;
}
.b12g-23310a88 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e1fdd3;
    margin-bottom: 0.25rem;
}
.b12g-3927d4fd {
    font-size: 0.8rem;
    color: rgba(225,253,211,0.65);
}
/* Мини-график */
.b12g-21d5921b {
    padding: 0 1.25rem 1rem;
}
.b12g-c2efa0d8 {
    display: block;
    font-size: 0.7rem;
    color: rgba(225,253,211,0.6);
    margin-bottom: 0.5rem;
}
.b12g-abd7e730 {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    height: 48px;
}
.b12g-e39ed6be {
    flex: 1;
    min-width: 4px;
    background: linear-gradient(180deg, var(--b12g-effce1ee), var(--b12g-e5e3983d));
    border-radius: 4px 4px 0 0;
    animation: b12g-fbf8748e 0.8s ease-out backwards;
}
@keyframes b12g-fbf8748e {
    from { height: 0 !important; opacity: 0; }
    to { opacity: 1; }
}
/* Футер карточки */
.b12g-93d84f0b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: rgba(54,24,51,0.3);
    border-top: 1px solid rgba(225,253,211,0.06);
}
.b12g-03b6d270 {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.35rem 0.6rem 0.35rem 0.75rem;
    background: rgba(225,253,211,0.04);
    border-left: 3px solid var(--b12g-effce1ee);
    border-radius: 0 8px 8px 0;
}
.b12g-fea9c6c2 {
    font-size: 0.6rem;
    color: rgba(225,253,211,0.45);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.b12g-639e4578 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--b12g-effce1ee);
    letter-spacing: 0.5px;
}
.b12g-1f32421b {
    padding: 0.6rem 1.4rem;
    background: linear-gradient(135deg, var(--b12g-effce1ee), var(--b12g-e5e3983d));
    color: #162233;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}
.b12g-1f32421b:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.5);
}
/* Адаптив */
@media (max-width: 768px) {
    .b12g-d177e11c { font-size: 1.5rem; }
    .b12g-256f7ebd { grid-template-columns: 1fr; }
    .b12g-cd6f0898 { gap: 0.5rem; }
    .b12g-f904f067 { padding: 0.6rem 1rem; font-size: 0.85rem; }
    .b12g-5a6b9031 { height: 140px; }
}
@media (max-width: 480px) {
    .b12g-b3922824 { padding: 0 1rem; }
    .b12g-33772384 { flex-direction: column; text-align: center; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    .b12g-d189cb33, .b12g-e39ed6be { animation: none; }
}

/* Блок запросов сайта — другая структура */
.b12g-98bd4c65 {
    margin: 2.75rem 0;
    padding: 2rem;
    background: linear-gradient(165deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.06) 0%, rgba(54,24,51,0.25) 100%);
    border-radius: 18px;
    border: 1px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.2);
    box-shadow: 0 8px 28px rgba(54,24,51,0.2);
}
.b12g-daa39e1d {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.35rem;
    color: var(--b12g-effce1ee);
    text-align: center;
}
.b12g-d3fb9ae8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}
.b12g-77c388d4 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(54,24,51,0.35);
    border: 1px solid rgba(225,253,211,0.12);
    border-radius: 999px;
    text-decoration: none;
    color: rgba(225,253,211,0.92);
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.25s, border-color 0.25s, transform 0.2s ease;
}
.b12g-77c388d4:hover {
    background: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.18);
    border-color: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.4);
    transform: translateY(-2px);
}
.b12g-86ba696a {
    font-size: 0.9rem;
    opacity: 0.8;
}
.b12g-ce89098e {
    #f4f4e3-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}
/* Additional Content */
.b12g-61b4a3db {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(31,27,73,0.6), rgba(35,27,88,0.8));
    border-radius: 24px;
    border: 2px solid rgba(122,109,192,0.2);
}
.b12g-19497838 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-align: center;
    background: linear-gradient(135deg, #fccc4e, #fccc4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.b12g-0a3a7385 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}
.b12g-bb60fecc {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(122,109,192,0.08), rgba(54,24,51,0.4));
    border: 1px solid rgba(122,109,192,0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
}
.b12g-bb60fecc:hover {
    border-color: rgba(122,109,192,0.5);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(122,109,192,0.3);
}
.b12g-e18a803c {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.b12g-bb312a38 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #fccc4e;
}
.b12g-44219c4e {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(225,253,211,0.85);
}
/* Internal Links */
.b12g-e82e236a {
    color: #fccc4e;
    text-decoration: underline;
    text-decoration-style: dotted;
    transition: all 0.2s ease;
}
.b12g-e82e236a:hover {
    color: #fccc4e;
    text-decoration-style: solid;
}
@media (max-width: 768px) {
    .b12g-d3fb9ae8 {
        flex-direction: column;
        align-items: stretch;
    }
    .b12g-77c388d4 {
        justify-content: flex-start;
    }
    .b12g-ce89098e {
        max-width: none;
    }
    .b12g-0a3a7385 {
        grid-template-columns: 1fr;
    }
    .b12g-19497838 {
        font-size: 1.5rem;
    }
}

/* Value pillars — опоры ценности бренда */
.b12g-2a0a8590 {
    margin: 2.75rem 0;
    padding: 2.25rem;
    background: linear-gradient(165deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.06) 0%, rgba(54,24,51,0.3) 100%);
    border-radius: 20px;
    border: 1px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.22);
    box-shadow: 0 12px 40px rgba(54,24,51,0.25), 0 0 0 1px rgba(225,253,211,0.04) inset;
    position: relative;
    overflow: hidden;
}
.b12g-2a0a8590::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--b12g-effce1ee), transparent);
    opacity: 0.6;
}
.b12g-b4c5ccf6 {
    font-size: 1.65rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--b12g-effce1ee);
    text-shadow: 0 0 24px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.25);
}
.b12g-62b7e935 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.35rem;
}
/* ===== Variants (v1..b12g-b06acfd8) ===== */
.b12g-2a0a8590.b12g-de18f6d1 .b12g-62b7e935 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}
.b12g-2a0a8590.b12g-de18f6d1 .b12g-fd400b22 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 1.15rem;
}
.b12g-2a0a8590.b12g-de18f6d1 .b12g-521c76bc { font-size: 1.8rem; }
.b12g-2a0a8590.b12g-de18f6d1 .b12g-da5c4829 { font-size: 1rem; }
.b12g-2a0a8590.b12g-c289c4d9 {
    padding: 1.35rem;
}
.b12g-2a0a8590.b12g-c289c4d9 .b12g-62b7e935 {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
}
.b12g-2a0a8590.b12g-c289c4d9 .b12g-fd400b22 {
    min-width: 280px;
    scroll-snap-align: start;
}
.b12g-2a0a8590.b12g-4dfa3c4c {
    background: rgba(54,24,51,0.22);
    border-color: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.14);
}
.b12g-2a0a8590.b12g-4dfa3c4c .b12g-62b7e935 { grid-template-columns: 1fr; }
.b12g-2a0a8590.b12g-4dfa3c4c .b12g-fd400b22 {
    background: transparent;
    border: 1px dashed rgba(225,253,211,0.16);
}
.b12g-fd400b22 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.06), rgba(54,24,51,0.4));
    border: 1px solid rgba(225,253,211,0.1);
    border-radius: 16px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.25s ease;
}
.b12g-fd400b22:hover {
    border-color: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.4);
    box-shadow: 0 10px 28px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.15), 0 0 0 1px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.1);
    transform: translateY(-3px);
}
.b12g-521c76bc {
    font-size: 2.2rem;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.2));
}
.b12g-f8a202f7 {
    flex: 1;
    min-width: 0;
}
.b12g-da5c4829 {
    font-size: 1.12rem;
    font-weight: 700;
    margin: 0 0 0.45rem 0;
    color: var(--b12g-effce1ee);
}
.b12g-10c458c2 {
    font-size: 0.9rem;
    color: rgba(225,253,211,0.82);
    line-height: 1.5;
    margin: 0;
}
/* Stats row — цифры */
.b12g-7b6f37ba {
    margin: 2rem 0;
    padding: 1.75rem;
    background: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.06);
    border-radius: 18px;
    border: 1px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.15);
}
.b12g-59a94af8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.b12g-b4ab65f8 {
    text-align: center;
    padding: 1.25rem 1rem;
    background: rgba(54,24,51,0.2);
    border-radius: 12px;
    border: 1px solid rgba(225,253,211,0.06);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: border-color 0.2s;
}
.b12g-b4ab65f8:hover {
    border-color: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.3);
}
.b12g-d2890e14 {
    font-size: 2rem;
}
.b12g-c61ac235 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--b12g-effce1ee);
}
.b12g-cc84509e {
    font-size: 0.8rem;
    color: rgba(225,253,211,0.7);
}
@media (max-width: 768px) {
    .b12g-62b7e935 {
        grid-template-columns: 1fr;
    }
    .b12g-59a94af8 {
        grid-template-columns: repeat(2, 1fr);
    }
    .b12g-b4c5ccf6 {
        font-size: 1.35rem;
    }
}
@media (max-width: 480px) {
    .b12g-59a94af8 {
        grid-template-columns: 1fr;
    }
}

/* Bonus Calculator Widget */
.b12g-798f443c {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, var(--b12g-effce1ee) 0%, var(--b12g-e5e3983d) 100%);
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.4);
}
/* ===== Variants (v1..b12g-b06acfd8) ===== */
.b12g-798f443c.b12g-de18f6d1 {
    background: linear-gradient(135deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.12) 0%, rgba(54,24,51,0.55) 100%);
    border: 1px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.22);
    box-shadow: 0 18px 55px rgba(54,24,51,0.35);
}
.b12g-798f443c.b12g-de18f6d1 .b12g-471710bc { grid-template-columns: 1fr 1fr; }
.b12g-798f443c.b12g-de18f6d1 .b12g-61325988 { margin-top: 0.5rem; }
.b12g-798f443c.b12g-c289c4d9 {
    padding: 1.75rem;
    background: rgba(54,24,51,0.35);
    border: 1px solid rgba(225,253,211,0.12);
}
.b12g-798f443c.b12g-c289c4d9 .b12g-ccb67527 { font-size: 1.5rem; }
.b12g-798f443c.b12g-c289c4d9 .b12g-471710bc { gap: 1rem; }
.b12g-798f443c.b12g-c289c4d9 .b12g-0aa29bb5 { width: 100%; }
.b12g-798f443c.b12g-4dfa3c4c {
    background: linear-gradient(180deg, rgba(54,24,51,0.55) 0%, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.08) 100%);
    border: 1px dashed rgba(var(--b12g-183b27d7, 231, 184, 75), 0.28);
}
.b12g-798f443c.b12g-4dfa3c4c .b12g-61325988 { background: rgba(225,253,211,0.06); }
.b12g-d4638cb0 {
    text-align: center;
    margin-bottom: 2rem;
}
.b12g-ccb67527 {
    font-size: 2rem;
    font-weight: 800;
    color: #f4f4e3;
    margin-bottom: 0.5rem;
}
.b12g-99f63d63 {
    font-size: 1rem;
    color: rgba(225,253,211,0.9);
}
.b12g-471710bc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.b12g-d8318d18 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.b12g-e5343cc7 {
    font-weight: 600;
    color: #f4f4e3;
    font-size: 0.95rem;
}
.b12g-51f29b85 {
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    background: rgba(225,253,211,0.95);
    color: #32204e;
    transition: all 0.3s ease;
}
.b12g-51f29b85:focus {
    outline: none;
    background: #f4f4e3;
    box-shadow: 0 0 0 3px rgba(225,253,211,0.3);
}
.b12g-61325988 {
    background: rgba(225,253,211,0.15);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 16px;
    margin-bottom: 1.5rem;
}
.b12g-5c857cff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}
.b12g-5c857cff:not(:last-child) {
    border-bottom: 1px solid rgba(225,253,211,0.2);
}
.b12g-f2eac19a {
    font-weight: 600;
    color: #f4f4e3;
    font-size: 1rem;
}
.b12g-4bb41796 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--b12g-9dc1c06d);
}
.b12g-0db41b85 .b12g-4bb41796 {
    font-size: 2rem;
    color: var(--b12g-9dc1c06d);
}
.b12g-0aa29bb5 {
    width: 100%;
    padding: 1.25rem;
    background: linear-gradient(135deg, var(--b12g-9dc1c06d), var(--b12g-effce1ee));
    color: #282047;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.3);
}
.b12g-0aa29bb5:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.5);
}
/* Promo Timer Widget */
.b12g-20641bfb {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, var(--b12g-effce1ee) 0%, var(--b12g-e5e3983d) 100%);
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.4);
    text-align: center;
}
/* ===== Variants (v1..b12g-b06acfd8) ===== */
.b12g-20641bfb.b12g-de18f6d1 {
    background: linear-gradient(135deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.12) 0%, rgba(54,24,51,0.55) 100%);
    border: 1px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.22);
    text-align: left;
}
.b12g-20641bfb.b12g-de18f6d1 .b12g-e0c9cbee {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.25rem;
}
.b12g-20641bfb.b12g-de18f6d1 .b12g-5bedd22b { text-align: center; }
.b12g-20641bfb.b12g-c289c4d9 {
    padding: 1.75rem;
    background: rgba(54,24,51,0.35);
    border: 1px solid rgba(225,253,211,0.12);
}
.b12g-20641bfb.b12g-c289c4d9 .b12g-e0c9cbee {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.35rem;
}
.b12g-20641bfb.b12g-c289c4d9 .b12g-a20b6c2d { min-width: 140px; }
.b12g-20641bfb.b12g-4dfa3c4c {
    background: linear-gradient(180deg, rgba(54,24,51,0.55) 0%, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.08) 100%);
    border: 1px dashed rgba(var(--b12g-183b27d7, 231, 184, 75), 0.28);
}
.b12g-20641bfb.b12g-4dfa3c4c .b12g-a20b6c2d {
    background: rgba(225,253,211,0.08);
    border-color: rgba(225,253,211,0.18);
}
.b12g-d8d93fff {
    margin-bottom: 2rem;
}
.b12g-7fe3b294 {
    font-size: 2rem;
    font-weight: 800;
    color: #f4f4e3;
}
.b12g-e0c9cbee {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}
.b12g-a20b6c2d {
    background: rgba(225,253,211,0.2);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 16px;
    border: 2px solid rgba(225,253,211,0.3);
}
.b12g-c045a04a {
    font-size: 3rem;
    font-weight: 800;
    color: #f4f4e3;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.b12g-df3e7794 {
    font-size: 0.9rem;
    color: rgba(225,253,211,0.9);
    font-weight: 600;
}
.b12g-9f9535d0 {
    display: inline-block;
    padding: 1.25rem 3rem;
    background: #f4f4e3;
    color: var(--b12g-e5e3983d);
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(225,253,211,0.3);
}
.b12g-9f9535d0:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(225,253,211,0.5);
}
@media (max-width: 768px) {
    .b12g-471710bc {
        grid-template-columns: 1fr;
    }
    
    .b12g-e0c9cbee {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .b12g-ccb67527,
    .b12g-7fe3b294 {
        font-size: 1.5rem;
    }
    
    .b12g-c045a04a {
        font-size: 2rem;
    }
}

/* Bonus Programs Section */
.b12g-1e4dcfe6 {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, var(--b12g-effce1ee) 0%, var(--b12g-e5e3983d) 100%);
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.4);
}

/* ===== Variants (v1..b12g-b06acfd8) ===== */
.b12g-1e4dcfe6.b12g-de18f6d1 {
    background: linear-gradient(135deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.12) 0%, rgba(54,24,51,0.55) 100%);
    border: 1px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.22);
    box-shadow: 0 18px 55px rgba(54,24,51,0.35);
}
.b12g-1e4dcfe6.b12g-de18f6d1 .b12g-cbbf12c0 { grid-template-columns: 1fr; }
.b12g-1e4dcfe6.b12g-de18f6d1 .b12g-7a93a585 { display: grid; grid-template-columns: 72px 1fr; gap: 1rem; align-items: start; }
.b12g-1e4dcfe6.b12g-de18f6d1 .b12g-4a9673e3 { grid-row: span 3; }

.b12g-1e4dcfe6.b12g-c289c4d9 {
    background: rgba(54,24,51,0.35);
    border: 1px solid rgba(225,253,211,0.12);
}
.b12g-1e4dcfe6.b12g-c289c4d9 .b12g-cbbf12c0 {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
}
.b12g-1e4dcfe6.b12g-c289c4d9 .b12g-7a93a585 { min-width: 320px; scroll-snap-align: start; }

.b12g-1e4dcfe6.b12g-4dfa3c4c {
    background: linear-gradient(180deg, rgba(54,24,51,0.55) 0%, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.08) 100%);
    border: 1px dashed rgba(var(--b12g-183b27d7, 231, 184, 75), 0.28);
}
.b12g-1e4dcfe6.b12g-4dfa3c4c .b12g-7a93a585 { background: rgba(225,253,211,0.10); border-color: rgba(225,253,211,0.20); }

.b12g-61e69a23 {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    color: #f4f4e3;
    margin-bottom: 2.5rem;
}

.b12g-cbbf12c0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.b12g-7a93a585 {
    background: rgba(225,253,211,0.15);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 20px;
    border: 2px solid rgba(225,253,211,0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.b12g-7a93a585:hover {
    transform: translateY(-8px);
    border-color: rgba(225,253,211,0.4);
    box-shadow: 0 12px 35px rgba(54,24,51,0.3);
}

.b12g-4a9673e3 {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: b12g-abd7c232 2s ease-in-out infinite;
}

@keyframes b12g-abd7c232 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.b12g-c8ddb3a0 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f4f4e3;
    margin-bottom: 1rem;
}

.b12g-f78035b5 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--b12g-9dc1c06d);
    margin-bottom: 0.5rem;
}

.b12g-f092e156 {
    font-size: 1.1rem;
    color: rgba(225,253,211,0.9);
    margin-bottom: 1.5rem;
}

.b12g-fe7df248 {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
}

.b12g-fe7df248 li {
    padding: 0.5rem 0;
    color: rgba(225,253,211,0.9);
    font-size: 0.95rem;
}

.b12g-e75b7d0d {
    display: block;
    padding: 1rem 2rem;
    background: #f4f4e3;
    color: var(--b12g-e5e3983d);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.b12g-e75b7d0d:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(225,253,211,0.4);
}

@media (max-width: 768px) {
    .b12g-cbbf12c0 {
        grid-template-columns: 1fr;
    }
    
    .b12g-61e69a23 {
        font-size: 1.5rem;
    }
    
    .b12g-f78035b5 {
        font-size: 2rem;
    }
}

.b12g-8e37bb38 {
    margin: 1.75rem 0;
    padding: 1.35rem;
    background: rgba(20,49,73,0.85);
    border-radius: 14px;
    border: 1px solid rgba(225,253,211,0.08);
    overflow: hidden;
}
.b12g-91ff11e2 { margin-bottom: 1.25rem; }
.b12g-af57be26 {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--b12g-effce1ee);
    letter-spacing: 0.04em;
    margin-bottom: 0.9rem;
}
.b12g-e9affeeb {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
}
.b12g-19ff3676 {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem;
    background: rgba(225,253,211,0.04);
    border-radius: 10px;
    border: 1px solid rgba(225,253,211,0.06);
    transition: border-color 0.2s, background 0.2s;
}
.b12g-19ff3676:hover {
    background: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.06);
    border-color: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.18);
}
.b12g-89a8c87e { animation: b12g-62a07a5f 2.2s ease-in-out infinite; }
@keyframes b12g-62a07a5f {
    0%, 100% { box-shadow: 0 0 4px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.08); }
    50% { box-shadow: 0 0 12px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.2); }
}
.b12g-a86ae0c9 { font-size: 1.6rem; }
.b12g-dfb191f2 { display: flex; flex-direction: column; gap: 0.2rem; }
.b12g-4ad5939e {
    font-size: 0.65rem;
    color: rgba(225,253,211,0.55);
    text-transform: uppercase;
}
.b12g-3ce2e28b {
    font-size: 1rem;
    font-weight: 800;
    color: var(--b12g-48934a32, var(--b12g-effce1ee));
}
.b12g-54523bd8 {
    background: rgba(54,24,51,0.25);
    border-radius: 10px;
    overflow: hidden;
}
.b12g-f63c384d {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.9rem;
    background: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.06);
    border-bottom: 1px solid rgba(225,253,211,0.06);
}
.b12g-e783edf2 {
    width: 6px;
    height: 6px;
    background: var(--b12g-effce1ee);
    border-radius: 50%;
    animation: b12g-35d267a4 1.4s ease-in-out infinite;
}
@keyframes b12g-35d267a4 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.b12g-9e5fdaa9 {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(225,253,211,0.75);
    letter-spacing: 0.05em;
}
.b12g-60f4671b {
    overflow: hidden;
    padding: 0.65rem 0;
}
.b12g-1a2f1264 {
    display: flex;
    gap: 1.5rem;
    animation: b12g-aba3191a 28s linear infinite;
    width: max-content;
}
.b12g-1a2f1264:hover { animation-play-state: paused; }
@keyframes b12g-aba3191a {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.b12g-3c10fa8b {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    background: rgba(225,253,211,0.03);
    border-radius: 6px;
    #f4f4e3-space: nowrap;
    font-size: 0.82rem;
}
.b12g-6ef922df {
    background: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.07);
    border: 1px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.18);
}
.b12g-ed5368dc { background: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.05); }
.b12g-81149525 { background: rgba(var(--b12g-183b27d7, 231, 184, 75), 0.03); }
.b12g-d429edd9 { font-size: 0.95rem; }
.b12g-a636b6ba { font-weight: 600; color: #e2e3e1; }
.b12g-b182a3ef { color: rgba(225,253,211,0.25); }
.b12g-9dd827b4 { font-weight: 700; color: #f8d75b; }
.b12g-27d95f45 { color: var(--b12g-effce1ee); font-weight: 500; }
.b12g-38b18898 { color: rgba(225,253,211,0.35); font-size: 0.7rem; margin-left: 0.4rem; }
.b12g-582ebc9b { margin-top: 0.9rem; text-align: center; }
.b12g-71679f09 {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.4rem;
    background: var(--b12g-effce1ee);
    color: #2c2552;
    font-weight: 600;
    font-size: 0.82rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s;
}
.b12g-71679f09:hover { background: var(--b12g-9dc1c06d, #7c74bf); }
@media (max-width: 768px) {
    .b12g-8e37bb38 { padding: 1rem; margin: 1.25rem 0; border-radius: 12px; }
    .b12g-e9affeeb { grid-template-columns: 1fr; gap: 0.65rem; }
    .b12g-19ff3676 { padding: 0.75rem; }
    .b12g-f63c384d { padding: 0.5rem 0.75rem; }
    .b12g-3c10fa8b { font-size: 0.78rem; padding: 0.4rem 0.7rem; }
    .b12g-1a2f1264 { animation-duration: 22s; }
    .b12g-38b18898 { display: none; }
    .b12g-71679f09 { padding: 0.55rem 1.2rem; font-size: 0.8rem; }
}
@media (max-width: 480px) {
    .b12g-8e37bb38 { padding: 0.75rem; margin: 1rem 0; }
    .b12g-af57be26 { font-size: 0.75rem; margin-bottom: 0.65rem; }
    .b12g-3ce2e28b { font-size: 0.9rem; }
    .b12g-3c10fa8b { font-size: 0.72rem; padding: 0.35rem 0.6rem; }
    .b12g-27d95f45 { display: none; }
    .b12g-71679f09 { width: 100%; justify-content: center; min-height: 44px; }
}
/* ===== Variants (v1..b12g-b06acfd8) ===== */
.b12g-8e37bb38.b12g-de18f6d1 .b12g-e9affeeb { grid-template-columns: repeat(2, 1fr); }
.b12g-8e37bb38.b12g-de18f6d1 .b12g-54523bd8 { margin-top: 1rem; }
.b12g-8e37bb38.b12g-de18f6d1 .b12g-3c10fa8b { padding: 0.6rem 0.75rem; }
.b12g-8e37bb38.b12g-c289c4d9 .b12g-e9affeeb {
    display: flex;
    overflow-x: auto;
    gap: 0.75rem;
    padding-bottom: 0.4rem;
    scroll-snap-type: x mandatory;
}
.b12g-8e37bb38.b12g-c289c4d9 .b12g-19ff3676 { min-width: 220px; scroll-snap-align: start; }
.b12g-8e37bb38.b12g-c289c4d9 .b12g-60f4671b { overflow: hidden; }
.b12g-8e37bb38.b12g-4dfa3c4c { background: rgba(54,24,51,0.32); border-style: dashed; }
.b12g-8e37bb38.b12g-4dfa3c4c .b12g-91ff11e2 { display: none; }
.b12g-8e37bb38.b12g-4dfa3c4c .b12g-27d95f45 { display: none; }

.b12g-905f4c23 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9998;
    max-width: 320px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.b12g-2bd45121 {
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(var(--b12g-183b27d7, 231, 184, 75), 0.2) 0%, rgba(54,24,51,0.9) 100%);
    color: #e1fdd3;
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid rgba(var(--b12g-183b27d7, 231, 184, 75), 0.25);
    box-shadow: 0 10px 40px rgba(54,24,51,0.5), 0 0 20px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.2);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: b12g-13227552 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.b12g-2bd45121::before {
    content: "LIVE";
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--b12g-effce1ee);
    opacity: 0.8;
}
.b12g-2bd45121:hover {
    transform: scale(1.02) translateX(5px);
    box-shadow: 0 12px 45px rgba(54,24,51,0.55), 0 0 25px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.35);
}
.b12g-2bd45121.b12g-32c75dfa {
    animation: b12g-81f023de 0.35s ease-in forwards;
}
@keyframes b12g-13227552 {
    from { transform: translateX(-380px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes b12g-81f023de {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-380px); opacity: 0; }
}
.b12g-bf5c84f9 {
    display: flex;
    align-items: center;
    gap: 14px;
}
.b12g-7479fcb0 { font-size: 32px; flex-shrink: 0; animation: b12g-64cddc42 1.5s ease-in-out infinite; }
@keyframes b12g-64cddc42 { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }
.b12g-a29d22a2 { flex: 1; min-width: 0; }
.b12g-cd5c37be { font-weight: 700; font-size: 14px; margin-bottom: 4px; color: rgba(225,253,211,0.98); }
.b12g-1b0ce9ca { font-size: 19px; font-weight: 900; color: var(--b12g-effce1ee); text-shadow: 0 0 15px rgba(var(--b12g-183b27d7, 231, 184, 75), 0.6); margin-bottom: 3px; letter-spacing: 0.5px; }
.b12g-2bb84c70 { font-size: 12px; opacity: 0.9; color: rgba(225,253,211,0.75); }
.b12g-60131893 {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: none;
    background: rgba(225,253,211,0.15);
    color: #e1fdd3;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    transition: background 0.2s;
}
.b12g-60131893:hover {
    background: rgba(225,253,211,0.3);
}
@media (max-width: 768px) {
    .b12g-905f4c23 { bottom: 10px; left: 10px; right: 10px; max-width: none; align-items: stretch; }
    .b12g-2bd45121 { padding: 12px 14px; }
}

:root {
            --b12g-9bb00e16: #282047;
            --b12g-cc675f5b: #2c1a37;
            --b12g-effce1ee: #7675c4;
            --b12g-e5e3983d: #e7a856;
            --b12g-9dc1c06d: #59d8c9;
            --b12g-183b27d7: 159,230,83;
            --b12g-caecb75f: #e1fdd3;
            --b12g-0de315dd: linear-gradient(180deg, #282047 0%, #2c1a37 100%);
            --b12g-9fad243f: linear-gradient(135deg, #7675c4 0%, #e7a856 100%);
            --b12g-dbeda57e: 0 0 20px rgba(122,109,192,0.4);
            --b12g-7c8e52b2: rgba(225,253,211,0.03);
            --b12g-a5242e9b: rgba(225,253,211,0.06);
            --b12g-5d3714f0: #7675c4;
            --b12g-0e3e50bd: #e7a856;
            --b12g-43a07834: #59d8c9;
        }
        
        .b12g-944e0434 {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            margin: -1px !important;
            padding: 0 !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            clip-path: inset(50%) !important;
            #f4f4e3-space: nowrap !important;
            border: 0 !important;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family:"Tw Cen MT", "Arial Narrow", sans-serif;
            background: #282047;
            color: #f1f4d3;
            line-height: 1.6;
            overflow-x: hidden;
            min-height: 100vh;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        .b12g-50a13f97 {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9999;
            background: rgba(54,24,51,0.85);
            backdrop-filter: saturate(180%) blur(20px);
            -webkit-backdrop-filter: saturate(180%) blur(20px);
            border-bottom: 1px solid rgba(225,253,211,0.08);
            transition: background 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
        }
        
        .b12g-50a13f97::before,
        .b12g-50a13f97::after {
            display: none !important;
        }
        
        .b12g-50a13f97.b12g-a6e051c6 {
            background: rgba(54,24,51,0.45);
            border-bottom-color: rgba(225,253,211,0.04);
        }
        
        .b12g-968e89fd {
            max-width: 1440px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 24px;
            gap: 16px;
            transition: padding 0.35s ease;
        }
        
        .b12g-50a13f97.b12g-a6e051c6 .b12g-968e89fd {
            padding: 4px 24px;
            justify-content: center;
        }
        
        .b12g-adfb5db6 {
            flex-shrink: 0;
            transition: opacity 0.35s ease, max-width 0.35s ease, margin 0.35s ease;
            overflow: hidden;
            max-width: 200px;
        }
        
        .b12g-50a13f97.b12g-a6e051c6 .b12g-adfb5db6 {
            opacity: 0;
            max-width: 0;
            margin: 0;
            pointer-events: none;
        }
        
        .b12g-28cd878d {
            height: 32px;
            width: auto;
        }
        
        .b12g-85f352a3 {
            flex: 1;
            display: flex;
            justify-content: center;
            overflow: visible;
            min-width: 0;
        }
        
        .b12g-5d50b2a4 {
            display: flex;
            align-items: center;
            gap: 2px;
            list-style: none;
            margin: 0;
            padding: 0;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .b12g-5d50b2a4 li {
            flex-shrink: 0;
        }
        
        .b12g-6bd93fc6 {
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 6px 10px;
            color: #f1f4d3;
            font-size: 11px;
            font-weight: 400;
            text-decoration: none;
            #f4f4e3-space: nowrap;
            transition: color 0.2s ease, opacity 0.2s ease;
            opacity: 0.8;
            border-radius: 6px;
        }
        
        .b12g-6bd93fc6:hover {
            opacity: 1;
            color: #fccc4e;
            background: rgba(122,109,192,0.08);
        }
        
        .b12g-6bd93fc6.b12g-c25db22b {
            opacity: 1;
            color: #fccc4e;
        }
        
        .b12g-0714ce90 {
            font-size: 12px;
        }
        
        .b12g-50a13f97.b12g-a6e051c6 .b12g-5d50b2a4 {
            flex-wrap: nowrap;
        }
        
        .b12g-50a13f97.b12g-a6e051c6 .b12g-6bd93fc6 {
            padding: 5px 8px;
            font-size: 11px;
        }
        
        @media (max-width: 1200px) {
            .b12g-6bd93fc6 { padding: 5px 7px; font-size: 10px; }
            .b12g-0714ce90 { font-size: 11px; }
        }
        
        @media (max-width: 1024px) {
            .b12g-85f352a3 { display: none; }
            .b12g-8453b6d8 { display: none !important; }
            .b12g-35b9e97d { display: flex !important; }
        }
        
        /* ===== Header Menu Variants ===== */
        /* v1 - стандартный (по умолчанию) */
        .b12g-50a13f97.b12g-394eec03 .b12g-85f352a3 .b12g-5d50b2a4 {
            gap: 2px;
        }
        .b12g-50a13f97.b12g-394eec03 .b12g-6bd93fc6 {
            padding: 6px 10px;
            font-size: 11px;
        }
        
        /* v2 - компактный */
        .b12g-50a13f97.b12g-de18f6d1 .b12g-85f352a3 .b12g-5d50b2a4 {
            gap: 1px;
        }
        .b12g-50a13f97.b12g-de18f6d1 .b12g-6bd93fc6 {
            padding: 5px 8px;
            font-size: 10px;
        }
        .b12g-50a13f97.b12g-de18f6d1 .b12g-0714ce90 {
            font-size: 11px;
        }
        
        /* v3 - расширенный */
        .b12g-50a13f97.b12g-c289c4d9 .b12g-85f352a3 .b12g-5d50b2a4 {
            gap: 4px;
        }
        .b12g-50a13f97.b12g-c289c4d9 .b12g-6bd93fc6 {
            padding: 8px 12px;
            font-size: 12px;
        }
        .b12g-50a13f97.b12g-c289c4d9 .b12g-0714ce90 {
            font-size: 13px;
        }
        
        /* v4 - минималистичный */
        .b12g-50a13f97.b12g-4dfa3c4c .b12g-85f352a3 .b12g-5d50b2a4 {
            gap: 0;
        }
        .b12g-50a13f97.b12g-4dfa3c4c .b12g-6bd93fc6 {
            padding: 6px 8px;
            font-size: 10px;
            border-radius: 4px;
        }
        .b12g-50a13f97.b12g-4dfa3c4c .b12g-6bd93fc6:hover {
            background: rgba(122,109,192,0.12);
        }
        
        .b12g-8453b6d8 {
            display: flex;
            gap: 10px;
            flex-shrink: 0;
            transition: opacity 0.35s ease, max-width 0.35s ease, margin 0.35s ease;
            overflow: hidden;
            max-width: 300px;
        }
        
        .b12g-50a13f97.b12g-a6e051c6 .b12g-8453b6d8 {
            opacity: 0;
            max-width: 0;
            margin: 0;
            pointer-events: none;
        }
        
        .b12g-8453b6d8 .b12g-c86b3201 {
            padding: 6px 14px;
            font-size: 12px;
            border-radius: 18px;
        }
        
        .b12g-8453b6d8 .b12g-f24a4d76 {
            background: transparent;
            border: 1px solid rgba(225,253,211,0.3);
            color: #f1f4d3;
        }
        
        .b12g-8453b6d8 .b12g-133be337 {
            background: #fccc4e;
            color: #162233;
            border: none;
            font-weight: 600;
        }
        
        .b12g-719f6cbb {
            position: fixed;
            inset: 0;
            background: var(--b12g-cc675f5b);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10000;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }
        
        .b12g-719f6cbb.b12g-e5f61fb3 {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
        
        .b12g-9ae143b5 {
            width: 60px;
            height: 60px;
            border: 3px solid var(--b12g-a5242e9b);
            border-top-color: var(--b12g-effce1ee);
            border-radius: 50%;
            animation: b12g-5bb1868e 0.8s linear infinite;
        }
        
        @keyframes b12g-5bb1868e {
            to { transform: rotate(360deg); }
        }
        
        .b12g-782449c6 {
            opacity: 0;
        }
        
        .b12g-503974b7 {
            margin: 2rem 0;
            padding: 1.5rem;
            background: rgba(225,253,211,0.025);
            border-radius: 12px;
            border: 1px solid rgba(225,253,211,0.06);
        }
        /* ===== Variants: Site Structure (v1..b12g-b06acfd8) ===== */
        .b12g-503974b7.b12g-de18f6d1 .b12g-83f09ee4 {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
        }
        .b12g-503974b7.b12g-de18f6d1 .b12g-00f1e915 {
            background: rgba(54,24,51,0.18);
            border: 1px solid rgba(225,253,211,0.06);
            border-radius: 12px;
            padding: 0.9rem;
        }
        .b12g-503974b7.b12g-c289c4d9 .b12g-b8a1df41 {
            background: transparent;
            border: 1px dashed rgba(225,253,211,0.16);
        }
        .b12g-503974b7.b12g-c289c4d9 .b12g-83f09ee4 {
            display: flex;
            gap: 0.9rem;
            overflow-x: auto;
            padding-bottom: 0.4rem;
        }
        .b12g-503974b7.b12g-c289c4d9 .b12g-00f1e915 { min-width: 260px; }
        .b12g-503974b7.b12g-4dfa3c4c { background: rgba(54,24,51,0.22); border-style: dashed; }
        .b12g-503974b7.b12g-4dfa3c4c .b12g-0ba3fd0e { display: none; }
        .b12g-503974b7.b12g-4dfa3c4c .b12g-b8a1df41 { padding: 0.6rem 0.8rem; }
        .b12g-bc0d402b { margin-bottom: 1rem; }
        .b12g-ff917bf0 { font-size: 1.35rem; margin-bottom: 0.25rem; color: var(--b12g-effce1ee); }
        .b12g-6357e338 { color: rgba(225,253,211,0.55); margin-bottom: 0; font-size: 0.9rem; }
        .b12g-b8a1df41 {
            display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
            margin-bottom: 1.25rem; padding: 0.75rem 1rem; background: rgba(54,24,51,0.2);
            border-radius: 8px;
        }
        .b12g-e7648dac { font-size: 0.85rem; color: rgba(225,253,211,0.5); margin-right: 0.25rem; }
        .b12g-77d33860 { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem; }
        .b12g-87fadf55 { color: rgba(225,253,211,0.9); text-decoration: none; font-size: 0.95rem; font-weight: 500; }
        .b12g-87fadf55:hover { color: var(--b12g-effce1ee); }
        .b12g-22b32d85 { color: rgba(225,253,211,0.35); user-select: none; }
        .b12g-83f09ee4 { display: flex; flex-wrap: wrap; gap: 1.5rem; }
        .b12g-00f1e915 { flex: 1 1 200px; }
        .b12g-d5f0024c { font-size: 0.95rem; color: rgba(225,253,211,0.8); margin-bottom: 0.25rem; font-weight: 600; }
        .b12g-0ba3fd0e { font-size: 0.8rem; color: rgba(225,253,211,0.45); margin-bottom: 0.5rem; }
        .b12g-c8c67f19 { list-style: none; padding: 0; margin: 0; }
        .b12g-c8702b41 { margin-top: 1rem; font-size: 0.9rem; color: rgba(225,253,211,0.7); display: flex; align-items: center; gap: 0.5rem; }
        .b12g-c8702b41 .b12g-c7ba91d0 { width: 8px; height: 8px; border-radius: 50%; background: var(--b12g-effce1ee); box-shadow: 0 0 8px var(--b12g-effce1ee); animation: b12g-c2992cb3 1.5s ease-in-out infinite; }
        @keyframes b12g-c2992cb3 { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
        .b12g-c8c67f19 li { margin-bottom: 0.35rem; }
        .b12g-9e3abc49 { color: rgba(225,253,211,0.85); text-decoration: none; }
        .b12g-9e3abc49:hover { color: var(--b12g-effce1ee); text-decoration: underline; }
        .b12g-9290ada2 { color: var(--b12g-effce1ee); font-weight: 600; }
        .b12g-5b286d3b {
            display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1rem;
            margin: 0.75rem 0 1rem; padding: 0.6rem 1rem; background: rgba(225,253,211,0.04);
            border-radius: 8px; font-size: 0.9rem;
        }
        .b12g-22f52694 { color: rgba(225,253,211,0.55); }
        .b12g-7fdeaa2b { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
        .b12g-4a10bd5f { color: var(--b12g-effce1ee); text-decoration: none; }
        .b12g-4a10bd5f:hover { text-decoration: underline; }
        .b12g-90d88b11 { margin: 2rem 0; }
        .b12g-4e7dc275 { margin: 2rem 0; }
        /* ===== Variants: Review Quotes / Thematic ===== */
        .b12g-90d88b11.b12g-de18f6d1 .b12g-e4d65fce,
        .b12g-4e7dc275.b12g-de18f6d1 .b12g-e4d65fce {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        .b12g-90d88b11.b12g-c289c4d9,
        .b12g-4e7dc275.b12g-c289c4d9 {
            padding: 1.25rem;
        }
        .b12g-90d88b11.b12g-c289c4d9 .b12g-1f682f9f,
        .b12g-4e7dc275.b12g-c289c4d9 .b12g-1f682f9f {
            border-style: dashed;
            background: rgba(54,24,51,0.18);
        }
        .b12g-90d88b11.b12g-4dfa3c4c .b12g-4be6d949,
        .b12g-4e7dc275.b12g-4dfa3c4c .b12g-4be6d949 {
            display: block;
            padding-top: 0.25rem;
        }
        .b12g-90d88b11.b12g-4dfa3c4c .b12g-250f7602::after,
        .b12g-4e7dc275.b12g-4dfa3c4c .b12g-250f7602::after {
            display: none;
        }
        body.b12g-45324faf .b12g-4e7dc275 .b12g-e4d65fce {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        @media (max-width: 768px) {
            body.b12g-45324faf .b12g-4e7dc275 .b12g-e4d65fce {
                grid-template-columns: 1fr;
            }
        }
        .b12g-190751c0 { font-size: 1.25rem; margin-bottom: 0.35rem; color: rgba(225,253,211,0.95); }
        .b12g-472a692c { font-size: 0.9rem; color: rgba(225,253,211,0.6); margin-bottom: 1rem; }
        .b12g-54f72096 .b12g-56637c7a { font-weight: 600; }
        .b12g-6be408e2 { margin: 0; font-style: italic; color: rgba(225,253,211,0.85); }
        .b12g-c062d114, .b12g-1483ff2c {
            margin: 2rem 0;
            padding: 1.5rem;
            background: rgba(225,253,211,0.025);
            border: 1px solid rgba(225,253,211,0.08);
            border-radius: 14px;
        }
        
        .b12g-bc933ed7, .b12g-a55e53c9 {
            font-size: 1.35rem;
            margin-bottom: 0.5rem;
            color: var(--b12g-effce1ee);
            font-weight: 600;
        }
        
        .b12g-648fee29, .b12g-f3e55f79 {
            color: rgba(225,253,211,0.55);
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }
        
        .b12g-a92445ef {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 0.9rem;
        }
        /* ===== Variants: Related ===== */
        .b12g-c062d114.b12g-de18f6d1 .b12g-a92445ef { grid-template-columns: 1fr 1fr; gap: 1rem; }
        .b12g-c062d114.b12g-de18f6d1 .b12g-86f9ce31 { padding: 1.25rem; border-radius: 14px; }
        .b12g-c062d114.b12g-c289c4d9 .b12g-a92445ef {
            display: flex;
            gap: 0.85rem;
            overflow-x: auto;
            padding-bottom: 0.4rem;
        }
        .b12g-c062d114.b12g-c289c4d9 .b12g-86f9ce31 { min-width: 260px; }
        .b12g-c062d114.b12g-4dfa3c4c .b12g-a92445ef { grid-template-columns: 1fr; gap: 0.65rem; }
        .b12g-c062d114.b12g-4dfa3c4c .b12g-86f9ce31 { background: transparent; border-style: dashed; }
        body.b12g-45324faf .b12g-a92445ef {
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        body.b12g-45324faf .b12g-86f9ce31 {
            display: flex;
            flex-direction: column;
        }
        body.b12g-c26b4ba3 .b12g-a92445ef {
            grid-template-columns: 1fr;
            gap: 0.75rem;
        }
        
        .b12g-86f9ce31 {
            padding: 1.1rem;
            background: rgba(54,24,51,0.2);
            border-radius: 10px;
            border: 1px solid rgba(225,253,211,0.06);
            transition: border-color 0.2s, background 0.2s;
        }
        
        .b12g-86f9ce31:hover {
            background: rgba(122,109,192,0.06);
            border-color: rgba(122,109,192,0.2);
        }
        
        .b12g-9bc91d0f {
            text-decoration: none;
            color: inherit;
            display: block;
        }
        
        .b12g-f3574aad {
            font-size: 1rem;
            font-weight: 600;
            margin: 0 0 0.35rem 0;
            color: #e2e3e1;
        }
        
        .b12g-3e71ed8a {
            font-size: 0.85rem;
            color: rgba(225,253,211,0.55);
            line-height: 1.35;
            margin: 0;
        }
        
        .b12g-fa90182b {
            list-style: none;
            padding: 0;
            margin: 1rem 0 0 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        
        .b12g-de32d56d {
            margin: 0;
        }
        
        .b12g-de32d56d .b12g-3abdd1ec {
            display: inline-block;
            padding: 0.6rem 1rem;
            background: rgba(225,253,211,0.04);
            border-radius: 8px;
            border: 1px solid rgba(225,253,211,0.08);
            text-decoration: none;
            color: #fcf4d1;
            font-size: 0.88rem;
            font-weight: 500;
            transition: background 0.2s, border-color 0.2s, color 0.2s;
        }
        
        .b12g-de32d56d .b12g-3abdd1ec:hover {
            background: rgba(122,109,192,0.1);
            border-color: rgba(122,109,192,0.25);
            color: var(--b12g-effce1ee);
        }
        
        @media (max-width: 768px) {
            .b12g-503974b7 { margin: 1.25rem 0; padding: 1.25rem; }
            .b12g-b8a1df41 { flex-direction: column; align-items: flex-start; }
            .b12g-83f09ee4 { flex-direction: column; }
            .b12g-5b286d3b { flex-direction: column; align-items: flex-start; }
            .b12g-c062d114, .b12g-1483ff2c {
                margin: 1.25rem 0;
                padding: 1.25rem;
            }
            .b12g-bc933ed7, .b12g-a55e53c9 {
                font-size: 1.15rem;
            }
            .b12g-a92445ef {
                grid-template-columns: 1fr;
            }
            body.b12g-45324faf .b12g-a92445ef {
                grid-template-columns: 1fr;
            }
        }

/* BEEF CASINO_HERO_RECOMPOSE */
.b12g-af78786f{grid-template-columns:1fr;gap:28px}
.b12g-a43f04ec{display:grid;grid-template-columns:1fr;grid-template-areas:"badge" "title" "tagline" "stats" "actions";row-gap:10px;align-items:start;text-align:center}
.b12g-414226a9{grid-area:badge;justify-self:center}
.b12g-242ed7f8{grid-area:title;justify-self:center}
.b12g-0e6e5147{grid-area:tagline;max-width:850px;justify-self:center}
.b12g-b7a9a24f{grid-area:stats;grid-template-columns:repeat(4,minmax(0,1fr));width:min(900px,100%);margin:12px auto 0;justify-self:center;align-self:stretch;text-align:left}
.b12g-79a7cb2b{grid-area:actions;justify-content:center}
.b12g-2db31698{padding-top:26px;border-top:1px solid var(--b12g-a53e62e7)}
.b12g-60acad47{text-align:center;margin:0 0 16px}
.b12g-76452160{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.b12g-c20f04ae{min-height:118px;align-content:start;cursor:default}
.b12g-a83df275.b12g-c289c4d9 .b12g-a546ef20 .b12g-133be337{background:linear-gradient(135deg,#f1f4d3 0%,#f6fcce 100%);color:#e7a157;border:2px solid #e1fdd3;box-shadow:0 12px 30px rgba(225,253,211,.2),0 0 0 4px rgba(225,253,211,.08);animation:none}
.b12g-a83df275.b12g-c289c4d9 .b12g-a546ef20 .b12g-133be337:hover{background:#e1fdd3;color:#2f1b5b;transform:translateY(-3px);box-shadow:0 16px 34px rgba(225,253,211,.28),0 0 0 4px rgba(231,242,198,.18)}
.b12g-a83df275.b12g-c289c4d9 .b12g-a546ef20 .b12g-133be337:focus-visible{outline:3px solid #e1fdd3;outline-offset:4px}
.b12g-0e6942ea.b12g-394eec03{width:min(1120px,calc(100% - 24px));margin:30px auto;padding:32px 36px;background:linear-gradient(145deg,rgba(35,44,57,.78),rgba(28,47,63,.94));border:1px solid rgba(122,102,196,.32);border-radius:18px;box-shadow:0 12px 30px rgba(42,27,61,.22)}
.b12g-0e6942ea.b12g-394eec03 h2{margin:0 0 14px;font-size:clamp(25px,3vw,35px);line-height:1.16}
.b12g-0e6942ea.b12g-394eec03 p{max-width:none;margin:8px 0;font-size:17px;line-height:1.52}
.b12g-0e6942ea.b12g-394eec03 nav{margin-top:18px}
.b12g-0e6942ea.b12g-394eec03 ul{display:flex;flex-wrap:wrap;gap:9px;list-style:none;margin:0;padding:0}
.b12g-0e6942ea.b12g-394eec03 li{margin:0;padding:0}
.b12g-0e6942ea.b12g-394eec03 a{display:block;padding:7px 11px;border:1px solid rgba(231,242,198,.22);border-radius:999px;background:rgba(225,253,211,.07);font-size:14px;line-height:1.2;text-decoration:none}
@media(max-width:900px){.b12g-b7a9a24f{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.b12g-76452160{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.b12g-b7a9a24f,.b12g-76452160{grid-template-columns:1fr}.b12g-c20f04ae{min-height:0}.b12g-0e6942ea.b12g-394eec03{width:100%;padding:21px 19px;margin:21px auto}.b12g-0e6942ea.b12g-394eec03 p{font-size:15px}.b12g-0e6942ea.b12g-394eec03 a{font-size:12px;padding:6px 9px}}
/* END_BEEF CASINO_HERO_RECOMPOSE */







/* B12G_INDIGO_APRICOT_MINT_IDENTITY */
:root{--b12g-5c7efe4c:#171a3a;--b12g-ec51cbe5:#242a55;--b12g-79f51836:#30265a;--b12g-37d16d3c:#f7f1d0;--b12g-b3148d15:#5de1c3;--b12g-52e8caf3:#f0a55b;--b12g-d6ea3b9b:#ffd35e;--b12g-2bd3c70c:#7668a9}
html{background:#171a3a}body{position:relative;isolation:isolate;font-family:"Tw Cen MT","Arial Narrow",sans-serif;background:radial-gradient(circle at 12% 5%,rgba(93,225,195,.18),transparent 27%),radial-gradient(circle at 88% 18%,rgba(240,165,91,.16),transparent 30%),linear-gradient(132deg,#171a3a,#242a55 48%,#30265a);color:#f7f1d0;overflow-x:hidden}
body:before{content:"";position:fixed;inset:-38%;z-index:-2;pointer-events:none;background:conic-gradient(from 30deg,transparent 0 15%,rgba(93,225,195,.12) 23%,transparent 35% 52%,rgba(240,165,91,.13) 63%,transparent 76%);filter:blur(24px);animation:b12g-19848cbe 38s linear infinite;will-change:transform}
body:after{content:"";position:fixed;inset:-24%;z-index:-1;pointer-events:none;background:linear-gradient(112deg,transparent 20%,rgba(93,225,195,.025) 34%,rgba(93,225,195,.1) 46%,rgba(255,211,94,.07) 53%,rgba(240,165,91,.09) 61%,transparent 78%);filter:blur(72px);transform:translate3d(-9%,-2%,0) rotate(-3deg);animation:b12g-8c1bd2de 28s ease-in-out infinite alternate;will-change:transform,opacity;opacity:.5}
@keyframes b12g-19848cbe{to{transform:rotate(360deg) translate3d(1%,.5%,0)}}
@keyframes b12g-8c1bd2de{0%{transform:translate3d(-9%,-2%,0) rotate(-3deg) scale(1);opacity:.38}50%{transform:translate3d(2%,1%,0) rotate(1deg) scale(1.035);opacity:.56}100%{transform:translate3d(10%,0,0) rotate(-1deg) scale(1.015);opacity:.44}}
h1,h2,h3,h4,.b12g-242ed7f8,.b12g-e1614e88,.b12g-dd8d26e7,.b12g-f889916e{font-family:"Franklin Gothic Medium","Arial Narrow",sans-serif;letter-spacing:.015em}
button,.b12g-c86b3201,.b12g-6bd93fc6,.b12g-8ee60df2{font-family:"Aptos Narrow","Arial Narrow",sans-serif;letter-spacing:.035em}
.b12g-50a13f97{background:rgba(23,26,58,.94)!important;border-bottom-color:rgba(93,225,195,.32)!important;backdrop-filter:blur(12px)}
.b12g-eaaf4cdb{background:linear-gradient(145deg,rgba(48,38,90,.96),rgba(28,33,75,.98))!important;border:1px solid rgba(255,207,87,.54)!important;box-shadow:0 28px 70px rgba(7,8,29,.34)!important}
.b12g-242ed7f8{color:#f7f1d0!important;text-shadow:0 3px 22px rgba(93,225,195,.18)}
.b12g-2db31698{background:linear-gradient(128deg,rgba(36,42,85,.98),rgba(48,38,90,.94))!important;border:1px solid rgba(240,165,91,.4)!important}
.b12g-c20f04ae{border-left:4px solid #5de1c3!important;background:linear-gradient(135deg,rgba(93,225,195,.11),rgba(240,165,91,.07))!important}
.b12g-133be337,.b12g-8b17ef0b,.b12g-1f32421b,.b12g-9f9535d0{background:linear-gradient(115deg,#ffd35e,#f0a55b)!important;color:#201633!important;border-color:#ffe7a1!important;box-shadow:0 12px 30px rgba(240,165,91,.28)!important}
.b12g-f24a4d76{background:rgba(93,225,195,.08)!important;border-color:#5de1c3!important;color:#f7f1d0!important}
.b12g-3b2a623b{background:linear-gradient(98deg,#f7f1d0,#5de1c3 49%,#ffd35e);-webkit-background-clip:text;background-clip:text;color:transparent}
.b12g-5a6b9031 img{filter:hue-rotate(111deg) saturate(.9) contrast(1.06) brightness(.92)}
.b12g-d189cb33:nth-child(3n+2) .b12g-5a6b9031 img{filter:hue-rotate(168deg) saturate(.82) contrast(1.1)}
.b12g-2a0a8590 .b12g-fd400b22,.b12g-4e7dc275,.b12g-86f9ce31,.b12g-1f682f9f,.b12g-48dff61d,.b12g-2b26cc6d{border-color:rgba(118,104,169,.55)!important;background:linear-gradient(145deg,rgba(36,42,85,.86),rgba(48,38,90,.7))!important}
.b12g-2a0a8590 .b12g-fd400b22:nth-child(2n),.b12g-86f9ce31:nth-child(2n),.b12g-1f682f9f:nth-child(3n){box-shadow:0 0 0 1px rgba(93,225,195,.12),0 18px 42px rgba(9,10,32,.2)!important}
.b12g-d189cb33,.b12g-fd400b22,.b12g-86f9ce31,.b12g-1f682f9f,.b12g-48dff61d,.b12g-2b26cc6d{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.b12g-d189cb33:hover,.b12g-fd400b22:hover,.b12g-86f9ce31:hover,.b12g-1f682f9f:hover,.b12g-48dff61d:hover,.b12g-2b26cc6d:hover{transform:translateY(-4px);border-color:rgba(255,211,94,.72)!important;box-shadow:0 18px 40px rgba(6,7,26,.3)!important}
.b12g-0e6942ea{background:linear-gradient(118deg,rgba(48,38,90,.97),rgba(36,42,85,.97),rgba(30,56,78,.96))!important;border-color:rgba(93,225,195,.48)!important}
.b12g-4be6d949 p,.b12g-6be408e2,.b12g-3e71ed8a,.b12g-0e6942ea p,.b12g-a6aaf191 p,.b12g-10c458c2,.b12g-c20f04ae span:last-child{color:rgba(247,241,208,.84)!important}
h2:not(.b12g-3b2a623b),h3:not(.b12g-3b2a623b){color:#f7f1d0!important;-webkit-text-fill-color:currentColor}
.b12g-a83df275{background:linear-gradient(120deg,#30265a,#243b58 52%,#44325b)!important;border-color:rgba(240,165,91,.55)!important}.b12g-50421aa7,.b12g-781f9c4c{color:#f7f1d0!important}
.b12g-abc9da86{background:rgba(36,42,85,.98)!important;border-color:rgba(93,225,195,.55)!important;max-height:170px!important}.b12g-abc9da86 .b12g-e5720842{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}.b12g-abc9da86 .b12g-93835237{position:static!important;white-space:nowrap}.b12g-abc9da86 .b12g-3551b8a2{min-width:0;padding-right:4px}.b12g-abc9da86 .b12g-c8b05ea2{overflow-wrap:anywhere}
.b12g-19019b38{background:linear-gradient(180deg,rgba(23,26,58,.98),#11132b)!important;border-top-color:rgba(255,211,94,.34)!important}
@media(max-width:700px){.b12g-abc9da86{max-height:none!important}.b12g-abc9da86 .b12g-e5720842{grid-template-columns:auto 1fr;gap:8px 10px}.b12g-abc9da86 .b12g-93835237{grid-column:1/-1;width:100%}html,body,.b12g-8428bb06,.b12g-d6ad039d,.b12g-d2e44502,.b12g-5b91adb9,.b12g-eaaf4cdb,.b12g-af78786f,.b12g-a43f04ec,.b12g-2db31698{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.b12g-8428bb06,.b12g-d2e44502{overflow-x:hidden!important}.b12g-d6ad039d{padding-left:12px!important;padding-right:12px!important}.b12g-5b91adb9{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.b12g-eaaf4cdb{margin-left:0!important;margin-right:0!important}.b12g-af78786f{padding:20px 12px!important}.b12g-a43f04ec,.b12g-2db31698,.b12g-76452160,.b12g-b7a9a24f{width:100%!important;max-width:100%!important;min-width:0!important}.b12g-e1614e88,.b12g-242ed7f8,h1,h2,h3{overflow-wrap:anywhere;word-break:normal}.b12g-c20f04ae{min-width:0!important}.b12g-50a13f97 .b12g-d6ad039d{display:flex!important}.b12g-f6d768d3{margin-left:auto!important;flex:0 0 auto!important}}
@media(prefers-reduced-motion:reduce){body:before,body:after{animation:none}.b12g-d189cb33,.b12g-fd400b22,.b12g-86f9ce31,.b12g-1f682f9f{transition:none}}
/* END_B12G_INDIGO_APRICOT_MINT_IDENTITY */
