/* Critical CSS - Inline для мгновенной отрисовки */
:root {
    --m022-27071515c: #11203f;
    --m022-424ece06c: #102e33;
    --m022-b7b7d2b37: #a573ff;
    --m022-42822e325: #cfe1fd;
}
*, *::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:"Corbel","Trebuchet MS",sans-serif;
    background: var(--m022-424ece06c);
    color: var(--m022-42822e325);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
/* Container */
.m022-44964701d {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}
/* Header - Критично для LCP */
.m022-883f8e33c {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: rgba(31,42,57,0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(207,225,253,0.08);
    height: 80px;
}
.m022-67ad5eaad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    gap: 24px;
}
/* Logo - Критично для LCP */
.m022-2a994d6b6 {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.m022-56aa93a89 {
    height: 50px;
    width: auto;
    object-fit: contain;
}
/* Navigation */
.m022-0fce9b1e6 {
    flex: 1;
    display: flex;
    justify-content: center;
}
.m022-38a39c2c4 {
    display: flex;
    gap: 8px;
    list-style: none;
}
.m022-7a30a1dce {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    color: rgba(207,225,253,0.7);
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.m022-7a30a1dce.m022-13da25db2,
.m022-7a30a1dce:hover {
    color: var(--m022-42822e325);
    background: linear-gradient(135deg, var(--m022-b7b7d2b37) 0%, #a573ffcc 100%);
}
/* Buttons - Критично для CTA */
.m022-268ae3f85 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    font-family:"Corbel","Trebuchet MS",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;
}
.m022-b72c0599e {
    background: linear-gradient(135deg, var(--m022-b7b7d2b37) 0%, #a573ffcc 100%);
    color: var(--m022-42822e325);
    box-shadow: 0 0 30px rgba(210,230,225,0.4);
}
.m022-d49ab279f {
    background: transparent;
    color: var(--m022-b7b7d2b37);
    border: 2px solid var(--m022-b7b7d2b37);
}
.m022-bbbeec632 {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}
/* Main Content */
.m022-66711b401 {
    padding-top: 100px;
    padding-bottom: 64px;
    min-height: 100vh;
}
/* Title - Критично для LCP */
.m022-95ed0a129 {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
    background: linear-gradient(135deg, var(--m022-b7b7d2b37) 0%, #cfe1fd 50%, var(--m022-b7b7d2b37) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* Preloader */
.m022-f7fd5f155 {
    position: fixed;
    inset: 0;
    background: var(--m022-424ece06c);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: opacity 0.5s, visibility 0.5s;
}
.m022-f7fd5f155.m022-03a017b96 {
    opacity: 0;
    visibility: hidden;
}
.m022-16bcb514b {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(207,225,253,0.08);
    border-top-color: var(--m022-b7b7d2b37);
    border-radius: 50%;
    animation: m022-a4567b311 1s linear infinite;
}
@keyframes m022-a4567b311 {
    to { transform: rotate(360deg); }
}
/* Mobile Menu */
.m022-fbd773875 {
    display: none;
    width: 44px;
    height: 44px;
    background: rgba(207,225,253,0.03);
    border: 1px solid rgba(207,225,253,0.08);
    border-radius: 12px;
    cursor: pointer;
}
/* Responsive */
@media (max-width: 1024px) {
    .m022-0fce9b1e6,
    .m022-bbbeec632 {
        display: none;
    }
    .m022-fbd773875 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .m022-44964701d {
        padding: 0 16px;
    }
    .m022-66711b401 {
        padding-top: 90px;
    }
    .m022-95ed0a129 {
        font-size: 28px;
    }
}
/* Skeleton Loading для CLS */
.m022-b53ab9993 {
    background: linear-gradient(90deg, rgba(207,225,253,0.03) 25%, rgba(207,225,253,0.08) 50%, rgba(207,225,253,0.03) 75%);
    background-size: 200px 100%;
    animation: m022-a571f5bcc 1.5s infinite;
}
@keyframes m022-a571f5bcc {
    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
   ============================================ */
.m022-235472f69 {
    margin: 3rem 0;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.08) 0%, rgba(28,23,76,0.5) 100%);
    border-radius: 24px;
    border: 2px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.15);
}
.m022-235472f69::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--m022-250eb5c18), var(--m022-1e053e928), transparent);
    background-size: 200% 100%;
    animation: m022-c5728e3be 4s linear infinite;
}
@keyframes m022-c5728e3be {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.m022-115fafd38 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}
.m022-e184ff175 {
    margin-bottom: 2.5rem;
    text-align: center;
}
.m022-57658d93d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.1), rgba(28,23,76,0.4));
    border-radius: 20px;
    border: 1px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.2);
}
.m022-5e0ef6cc1 {
    font-size: 3.5rem;
    animation: m022-68e3ae4da 4s ease-in-out infinite;
}
@keyframes m022-68e3ae4da {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.m022-93ac0885c {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
    background: linear-gradient(135deg, var(--m022-250eb5c18), var(--m022-1e053e928));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.m022-49ddd684e {
    color: rgba(207,225,253,0.75);
    font-size: 0.95rem;
    text-align: center;
}
/* Вкладки */
.m022-e7ba13ec7 {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}
.m022-f3558ac43 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    background: rgba(207,225,253,0.05);
    border: 2px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.25);
    border-radius: 16px;
    color: rgba(207,225,253,0.9);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}
.m022-f3558ac43:hover {
    background: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.15);
    border-color: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.5);
    transform: translateY(-2px);
}
.m022-f3558ac43.m022-13da25db2 {
    background: linear-gradient(135deg, var(--m022-250eb5c18), var(--m022-1e053e928));
    border-color: var(--m022-250eb5c18);
    color: #101941;
    box-shadow: 0 4px 20px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.4);
}
.m022-f3558ac43 span {
    font-size: 1.2rem;
}
/* Контент вкладок */
.m022-78d5acef1 {
    display: none;
    animation: m022-2f8f4ea8b 0.4s ease;
}
.m022-78d5acef1.m022-13da25db2 {
    display: block;
}
@keyframes m022-2f8f4ea8b {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.m022-73a0fe5fd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
/* ===== Variants (v1..m022-6ad767d1a) ===== */
.m022-235472f69.m022-2b9f994e2 .m022-73a0fe5fd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}
.m022-235472f69.m022-2b9f994e2 .m022-e1f18000e { border-radius: 18px; }
.m022-235472f69.m022-6ac4400b6 .m022-73a0fe5fd {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
}
.m022-235472f69.m022-6ac4400b6 .m022-e1f18000e {
    min-width: 320px;
    scroll-snap-align: start;
}
.m022-235472f69.m022-b41a96e34 .m022-73a0fe5fd {
    grid-template-columns: 1fr;
    gap: 0.85rem;
}
.m022-235472f69.m022-b41a96e34 .m022-e1f18000e {
    border-radius: 14px;
}
.m022-235472f69.m022-b41a96e34 .m022-d5df2827f { display: none; }
.m022-235472f69.m022-b41a96e34 .m022-bd2b8ccf1 { display: flex; justify-content: space-between; }
/* Карточка слота */
.m022-e1f18000e {
    background: linear-gradient(135deg, rgba(28,23,76,0.5) 0%, rgba(30,20,50,0.8) 100%);
    border: 2px solid rgba(var(--m022-25a2f396a, 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: m022-e5a9a263a 0.6s ease-out backwards;
}
@keyframes m022-e5a9a263a {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.m022-e1f18000e:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.5);
    box-shadow: 0 16px 40px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.25);
}
.m022-1a6b6bd0e {
    padding: 0;
}
/* Постер с картинкой */
.m022-8cfbc0aea {
    position: relative;
    height: 160px;
    overflow: hidden;
    background: linear-gradient(135deg, #6368ce 0%, #102e33 100%);
}
.m022-8cfbc0aea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.m022-e1f18000e:hover .m022-8cfbc0aea img {
    transform: scale(1.08);
}
.m022-72ae668b7 {
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.15) 0%, rgba(28,23,76,0.6) 100%);
}
.m022-72ae668b7.m022-5cb1e695e {
    display: flex;
}
.m022-21bd021fc {
    font-size: 4rem;
    opacity: 0.9;
}
.m022-6f40504a7 {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(207,225,253,0.95);
    text-align: center;
    padding: 0 1rem;
}
.m022-3f5319871 {
    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;
}
.m022-46d8340d8 {
    background: linear-gradient(135deg, var(--m022-250eb5c18), var(--m022-1e053e928));
    color: #101941;
}
.m022-66d338c4a {
    background: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.4);
    color: #cfe1fd;
}
.m022-0f93e45a5 {
    background: rgba(207,225,253,0.2);
    color: #cfe1fd;
}
/* Инфо */
.m022-e866e911e {
    padding: 1rem 1.25rem 0.75rem;
}
.m022-8a6dbc1dd {
    font-size: 1.2rem;
    font-weight: 700;
    color: #cfe1fd;
    margin-bottom: 0.25rem;
}
.m022-69b3b71a9 {
    font-size: 0.8rem;
    color: rgba(207,225,253,0.65);
}
/* Мини-график */
.m022-d5df2827f {
    padding: 0 1.25rem 1rem;
}
.m022-c1d27ec84 {
    display: block;
    font-size: 0.7rem;
    color: rgba(207,225,253,0.6);
    margin-bottom: 0.5rem;
}
.m022-971e51385 {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    height: 48px;
}
.m022-7b71a28bc {
    flex: 1;
    min-width: 4px;
    background: linear-gradient(180deg, var(--m022-250eb5c18), var(--m022-1e053e928));
    border-radius: 4px 4px 0 0;
    animation: m022-d2dba4a22 0.8s ease-out backwards;
}
@keyframes m022-d2dba4a22 {
    from { height: 0 !important; opacity: 0; }
    to { opacity: 1; }
}
/* Футер карточки */
.m022-bd2b8ccf1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: rgba(28,23,76,0.3);
    border-top: 1px solid rgba(207,225,253,0.06);
}
.m022-2e0c4e4dd {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.35rem 0.6rem 0.35rem 0.75rem;
    background: rgba(207,225,253,0.04);
    border-left: 3px solid var(--m022-250eb5c18);
    border-radius: 0 8px 8px 0;
}
.m022-9c65706fc {
    font-size: 0.6rem;
    color: rgba(207,225,253,0.45);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.m022-f31b1fe8b {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--m022-250eb5c18);
    letter-spacing: 0.5px;
}
.m022-3a16cd67b {
    padding: 0.6rem 1.4rem;
    background: linear-gradient(135deg, var(--m022-250eb5c18), var(--m022-1e053e928));
    color: #101941;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}
.m022-3a16cd67b:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.5);
}
/* Адаптив */
@media (max-width: 768px) {
    .m022-93ac0885c { font-size: 1.5rem; }
    .m022-73a0fe5fd { grid-template-columns: 1fr; }
    .m022-e7ba13ec7 { gap: 0.5rem; }
    .m022-f3558ac43 { padding: 0.6rem 1rem; font-size: 0.85rem; }
    .m022-8cfbc0aea { height: 140px; }
}
@media (max-width: 480px) {
    .m022-115fafd38 { padding: 0 1rem; }
    .m022-57658d93d { flex-direction: column; text-align: center; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    .m022-e1f18000e, .m022-7b71a28bc { animation: none; }
}

/* Блок запросов сайта — другая структура */
.m022-6ccccb82d {
    margin: 2.75rem 0;
    padding: 2rem;
    background: linear-gradient(165deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.06) 0%, rgba(28,23,76,0.25) 100%);
    border-radius: 18px;
    border: 1px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.2);
    box-shadow: 0 8px 28px rgba(28,23,76,0.2);
}
.m022-7fb0e6646 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.35rem;
    color: var(--m022-250eb5c18);
    text-align: center;
}
.m022-885819a40 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}
.m022-2c68d2aeb {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(28,23,76,0.35);
    border: 1px solid rgba(207,225,253,0.12);
    border-radius: 999px;
    text-decoration: none;
    color: rgba(207,225,253,0.92);
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.25s, border-color 0.25s, transform 0.2s ease;
}
.m022-2c68d2aeb:hover {
    background: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.18);
    border-color: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.4);
    transform: translateY(-2px);
}
.m022-c14c76604 {
    font-size: 0.9rem;
    opacity: 0.8;
}
.m022-94acb5a58 {
    #d5e5f0-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}
/* Additional Content */
.m022-e184f491b {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(31,42,57,0.6), rgba(13,40,48,0.8));
    border-radius: 24px;
    border: 2px solid rgba(47,191,177,0.2);
}
.m022-a4b984eb1 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-align: center;
    background: linear-gradient(135deg, #2abeb5, #2abeb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.m022-bbf8cc320 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}
.m022-738d8cb8c {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(47,191,177,0.08), rgba(28,23,76,0.4));
    border: 1px solid rgba(47,191,177,0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
}
.m022-738d8cb8c:hover {
    border-color: rgba(47,191,177,0.5);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(47,191,177,0.3);
}
.m022-39cca383a {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.m022-9480b6fda {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #2abeb5;
}
.m022-0668f019e {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(207,225,253,0.85);
}
/* Internal Links */
.m022-0b810dc8f {
    color: #2abeb5;
    text-decoration: underline;
    text-decoration-style: dotted;
    transition: all 0.2s ease;
}
.m022-0b810dc8f:hover {
    color: #2abeb5;
    text-decoration-style: solid;
}
@media (max-width: 768px) {
    .m022-885819a40 {
        flex-direction: column;
        align-items: stretch;
    }
    .m022-2c68d2aeb {
        justify-content: flex-start;
    }
    .m022-94acb5a58 {
        max-width: none;
    }
    .m022-bbf8cc320 {
        grid-template-columns: 1fr;
    }
    .m022-a4b984eb1 {
        font-size: 1.5rem;
    }
}

/* Value pillars — опоры ценности бренда */
.m022-ed977b6e4 {
    margin: 2.75rem 0;
    padding: 2.25rem;
    background: linear-gradient(165deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.06) 0%, rgba(28,23,76,0.3) 100%);
    border-radius: 20px;
    border: 1px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.22);
    box-shadow: 0 12px 40px rgba(28,23,76,0.25), 0 0 0 1px rgba(207,225,253,0.04) inset;
    position: relative;
    overflow: hidden;
}
.m022-ed977b6e4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--m022-250eb5c18), transparent);
    opacity: 0.6;
}
.m022-6212134b4 {
    font-size: 1.65rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--m022-250eb5c18);
    text-shadow: 0 0 24px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.25);
}
.m022-09be117cf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.35rem;
}
/* ===== Variants (v1..m022-6ad767d1a) ===== */
.m022-ed977b6e4.m022-2b9f994e2 .m022-09be117cf {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}
.m022-ed977b6e4.m022-2b9f994e2 .m022-042ae85bc {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 1.15rem;
}
.m022-ed977b6e4.m022-2b9f994e2 .m022-40ea9befa { font-size: 1.8rem; }
.m022-ed977b6e4.m022-2b9f994e2 .m022-6a3216902 { font-size: 1rem; }
.m022-ed977b6e4.m022-6ac4400b6 {
    padding: 1.35rem;
}
.m022-ed977b6e4.m022-6ac4400b6 .m022-09be117cf {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
}
.m022-ed977b6e4.m022-6ac4400b6 .m022-042ae85bc {
    min-width: 280px;
    scroll-snap-align: start;
}
.m022-ed977b6e4.m022-b41a96e34 {
    background: rgba(28,23,76,0.22);
    border-color: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.14);
}
.m022-ed977b6e4.m022-b41a96e34 .m022-09be117cf { grid-template-columns: 1fr; }
.m022-ed977b6e4.m022-b41a96e34 .m022-042ae85bc {
    background: transparent;
    border: 1px dashed rgba(207,225,253,0.16);
}
.m022-042ae85bc {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.06), rgba(28,23,76,0.4));
    border: 1px solid rgba(207,225,253,0.1);
    border-radius: 16px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.25s ease;
}
.m022-042ae85bc:hover {
    border-color: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.4);
    box-shadow: 0 10px 28px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.15), 0 0 0 1px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.1);
    transform: translateY(-3px);
}
.m022-40ea9befa {
    font-size: 2.2rem;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.2));
}
.m022-4e2dc30d5 {
    flex: 1;
    min-width: 0;
}
.m022-6a3216902 {
    font-size: 1.12rem;
    font-weight: 700;
    margin: 0 0 0.45rem 0;
    color: var(--m022-250eb5c18);
}
.m022-13bc29002 {
    font-size: 0.9rem;
    color: rgba(207,225,253,0.82);
    line-height: 1.5;
    margin: 0;
}
/* Stats row — цифры */
.m022-7b1c7b5dc {
    margin: 2rem 0;
    padding: 1.75rem;
    background: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.06);
    border-radius: 18px;
    border: 1px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.15);
}
.m022-fed36a666 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.m022-8b46aaffc {
    text-align: center;
    padding: 1.25rem 1rem;
    background: rgba(28,23,76,0.2);
    border-radius: 12px;
    border: 1px solid rgba(207,225,253,0.06);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: border-color 0.2s;
}
.m022-8b46aaffc:hover {
    border-color: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.3);
}
.m022-298c1e02f {
    font-size: 2rem;
}
.m022-f9a79b70b {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--m022-250eb5c18);
}
.m022-75e268184 {
    font-size: 0.8rem;
    color: rgba(207,225,253,0.7);
}
@media (max-width: 768px) {
    .m022-09be117cf {
        grid-template-columns: 1fr;
    }
    .m022-fed36a666 {
        grid-template-columns: repeat(2, 1fr);
    }
    .m022-6212134b4 {
        font-size: 1.35rem;
    }
}
@media (max-width: 480px) {
    .m022-fed36a666 {
        grid-template-columns: 1fr;
    }
}

/* Bonus Calculator Widget */
.m022-3ba6d4e80 {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, var(--m022-250eb5c18) 0%, var(--m022-1e053e928) 100%);
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.4);
}
/* ===== Variants (v1..m022-6ad767d1a) ===== */
.m022-3ba6d4e80.m022-2b9f994e2 {
    background: linear-gradient(135deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.12) 0%, rgba(28,23,76,0.55) 100%);
    border: 1px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.22);
    box-shadow: 0 18px 55px rgba(28,23,76,0.35);
}
.m022-3ba6d4e80.m022-2b9f994e2 .m022-0f1a16360 { grid-template-columns: 1fr 1fr; }
.m022-3ba6d4e80.m022-2b9f994e2 .m022-ab827e6ec { margin-top: 0.5rem; }
.m022-3ba6d4e80.m022-6ac4400b6 {
    padding: 1.75rem;
    background: rgba(28,23,76,0.35);
    border: 1px solid rgba(207,225,253,0.12);
}
.m022-3ba6d4e80.m022-6ac4400b6 .m022-f3bb0cff6 { font-size: 1.5rem; }
.m022-3ba6d4e80.m022-6ac4400b6 .m022-0f1a16360 { gap: 1rem; }
.m022-3ba6d4e80.m022-6ac4400b6 .m022-67ef8a23d { width: 100%; }
.m022-3ba6d4e80.m022-b41a96e34 {
    background: linear-gradient(180deg, rgba(28,23,76,0.55) 0%, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.08) 100%);
    border: 1px dashed rgba(var(--m022-25a2f396a, 231, 184, 75), 0.28);
}
.m022-3ba6d4e80.m022-b41a96e34 .m022-ab827e6ec { background: rgba(207,225,253,0.06); }
.m022-30e5d3b25 {
    text-align: center;
    margin-bottom: 2rem;
}
.m022-f3bb0cff6 {
    font-size: 2rem;
    font-weight: 800;
    color: #d5e5f0;
    margin-bottom: 0.5rem;
}
.m022-a49032314 {
    font-size: 1rem;
    color: rgba(207,225,253,0.9);
}
.m022-0f1a16360 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.m022-7668e9772 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.m022-99a43c089 {
    font-weight: 600;
    color: #d5e5f0;
    font-size: 0.95rem;
}
.m022-73b2572b3 {
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    background: rgba(207,225,253,0.95);
    color: #261945;
    transition: all 0.3s ease;
}
.m022-73b2572b3:focus {
    outline: none;
    background: #d5e5f0;
    box-shadow: 0 0 0 3px rgba(207,225,253,0.3);
}
.m022-ab827e6ec {
    background: rgba(207,225,253,0.15);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 16px;
    margin-bottom: 1.5rem;
}
.m022-eabd084cb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}
.m022-eabd084cb:not(:last-child) {
    border-bottom: 1px solid rgba(207,225,253,0.2);
}
.m022-23cee36f0 {
    font-weight: 600;
    color: #d5e5f0;
    font-size: 1rem;
}
.m022-95beeeb5d {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--m022-542602b81);
}
.m022-83d99057a .m022-95beeeb5d {
    font-size: 2rem;
    color: var(--m022-542602b81);
}
.m022-67ef8a23d {
    width: 100%;
    padding: 1.25rem;
    background: linear-gradient(135deg, var(--m022-542602b81), var(--m022-250eb5c18));
    color: #11203f;
    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(--m022-25a2f396a, 231, 184, 75), 0.3);
}
.m022-67ef8a23d:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.5);
}
/* Promo Timer Widget */
.m022-1ee2a6618 {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, var(--m022-250eb5c18) 0%, var(--m022-1e053e928) 100%);
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.4);
    text-align: center;
}
/* ===== Variants (v1..m022-6ad767d1a) ===== */
.m022-1ee2a6618.m022-2b9f994e2 {
    background: linear-gradient(135deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.12) 0%, rgba(28,23,76,0.55) 100%);
    border: 1px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.22);
    text-align: left;
}
.m022-1ee2a6618.m022-2b9f994e2 .m022-02a037859 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.25rem;
}
.m022-1ee2a6618.m022-2b9f994e2 .m022-2fc5480de { text-align: center; }
.m022-1ee2a6618.m022-6ac4400b6 {
    padding: 1.75rem;
    background: rgba(28,23,76,0.35);
    border: 1px solid rgba(207,225,253,0.12);
}
.m022-1ee2a6618.m022-6ac4400b6 .m022-02a037859 {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.35rem;
}
.m022-1ee2a6618.m022-6ac4400b6 .m022-4d63f4da7 { min-width: 140px; }
.m022-1ee2a6618.m022-b41a96e34 {
    background: linear-gradient(180deg, rgba(28,23,76,0.55) 0%, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.08) 100%);
    border: 1px dashed rgba(var(--m022-25a2f396a, 231, 184, 75), 0.28);
}
.m022-1ee2a6618.m022-b41a96e34 .m022-4d63f4da7 {
    background: rgba(207,225,253,0.08);
    border-color: rgba(207,225,253,0.18);
}
.m022-892dbdf77 {
    margin-bottom: 2rem;
}
.m022-519bad9cc {
    font-size: 2rem;
    font-weight: 800;
    color: #d5e5f0;
}
.m022-02a037859 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}
.m022-4d63f4da7 {
    background: rgba(207,225,253,0.2);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 16px;
    border: 2px solid rgba(207,225,253,0.3);
}
.m022-8901274ad {
    font-size: 3rem;
    font-weight: 800;
    color: #d5e5f0;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.m022-ccf1f2505 {
    font-size: 0.9rem;
    color: rgba(207,225,253,0.9);
    font-weight: 600;
}
.m022-bc9a74068 {
    display: inline-block;
    padding: 1.25rem 3rem;
    background: #d5e5f0;
    color: var(--m022-1e053e928);
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(207,225,253,0.3);
}
.m022-bc9a74068:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(207,225,253,0.5);
}
@media (max-width: 768px) {
    .m022-0f1a16360 {
        grid-template-columns: 1fr;
    }
    
    .m022-02a037859 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m022-f3bb0cff6,
    .m022-519bad9cc {
        font-size: 1.5rem;
    }
    
    .m022-8901274ad {
        font-size: 2rem;
    }
}

/* Bonus Programs Section */
.m022-7dc83f50f {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(135deg, var(--m022-250eb5c18) 0%, var(--m022-1e053e928) 100%);
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.4);
}

/* ===== Variants (v1..m022-6ad767d1a) ===== */
.m022-7dc83f50f.m022-2b9f994e2 {
    background: linear-gradient(135deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.12) 0%, rgba(28,23,76,0.55) 100%);
    border: 1px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.22);
    box-shadow: 0 18px 55px rgba(28,23,76,0.35);
}
.m022-7dc83f50f.m022-2b9f994e2 .m022-6be959836 { grid-template-columns: 1fr; }
.m022-7dc83f50f.m022-2b9f994e2 .m022-23f8e10b5 { display: grid; grid-template-columns: 72px 1fr; gap: 1rem; align-items: start; }
.m022-7dc83f50f.m022-2b9f994e2 .m022-b453a4bf0 { grid-row: span 3; }

.m022-7dc83f50f.m022-6ac4400b6 {
    background: rgba(28,23,76,0.35);
    border: 1px solid rgba(207,225,253,0.12);
}
.m022-7dc83f50f.m022-6ac4400b6 .m022-6be959836 {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
}
.m022-7dc83f50f.m022-6ac4400b6 .m022-23f8e10b5 { min-width: 320px; scroll-snap-align: start; }

.m022-7dc83f50f.m022-b41a96e34 {
    background: linear-gradient(180deg, rgba(28,23,76,0.55) 0%, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.08) 100%);
    border: 1px dashed rgba(var(--m022-25a2f396a, 231, 184, 75), 0.28);
}
.m022-7dc83f50f.m022-b41a96e34 .m022-23f8e10b5 { background: rgba(207,225,253,0.10); border-color: rgba(207,225,253,0.20); }

.m022-caa7955b1 {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    color: #d5e5f0;
    margin-bottom: 2.5rem;
}

.m022-6be959836 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.m022-23f8e10b5 {
    background: rgba(207,225,253,0.15);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 20px;
    border: 2px solid rgba(207,225,253,0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.m022-23f8e10b5:hover {
    transform: translateY(-8px);
    border-color: rgba(207,225,253,0.4);
    box-shadow: 0 12px 35px rgba(28,23,76,0.3);
}

.m022-b453a4bf0 {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: m022-9e2a85ce3 2s ease-in-out infinite;
}

@keyframes m022-9e2a85ce3 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.m022-1681b7440 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d5e5f0;
    margin-bottom: 1rem;
}

.m022-b9bd63373 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--m022-542602b81);
    margin-bottom: 0.5rem;
}

.m022-b4ca3685a {
    font-size: 1.1rem;
    color: rgba(207,225,253,0.9);
    margin-bottom: 1.5rem;
}

.m022-8700f7725 {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
}

.m022-8700f7725 li {
    padding: 0.5rem 0;
    color: rgba(207,225,253,0.9);
    font-size: 0.95rem;
}

.m022-4d6bb1891 {
    display: block;
    padding: 1rem 2rem;
    background: #d5e5f0;
    color: var(--m022-1e053e928);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.m022-4d6bb1891:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(207,225,253,0.4);
}

@media (max-width: 768px) {
    .m022-6be959836 {
        grid-template-columns: 1fr;
    }
    
    .m022-caa7955b1 {
        font-size: 1.5rem;
    }
    
    .m022-b9bd63373 {
        font-size: 2rem;
    }
}

.m022-4f5fb9473 {
    margin: 1.75rem 0;
    padding: 1.35rem;
    background: rgba(17,45,80,0.85);
    border-radius: 14px;
    border: 1px solid rgba(207,225,253,0.08);
    overflow: hidden;
}
.m022-d8f554a25 { margin-bottom: 1.25rem; }
.m022-f21dfef16 {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--m022-250eb5c18);
    letter-spacing: 0.04em;
    margin-bottom: 0.9rem;
}
.m022-dd8957365 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
}
.m022-3ae6ea30d {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem;
    background: rgba(207,225,253,0.04);
    border-radius: 10px;
    border: 1px solid rgba(207,225,253,0.06);
    transition: border-color 0.2s, background 0.2s;
}
.m022-3ae6ea30d:hover {
    background: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.06);
    border-color: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.18);
}
.m022-8630e23df { animation: m022-b481ecace 2.2s ease-in-out infinite; }
@keyframes m022-b481ecace {
    0%, 100% { box-shadow: 0 0 4px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.08); }
    50% { box-shadow: 0 0 12px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.2); }
}
.m022-dd11b373d { font-size: 1.6rem; }
.m022-73a861810 { display: flex; flex-direction: column; gap: 0.2rem; }
.m022-c1e548d41 {
    font-size: 0.65rem;
    color: rgba(207,225,253,0.55);
    text-transform: uppercase;
}
.m022-23a964e2d {
    font-size: 1rem;
    font-weight: 800;
    color: var(--m022-e87973b00, var(--m022-250eb5c18));
}
.m022-4de1007b4 {
    background: rgba(28,23,76,0.25);
    border-radius: 10px;
    overflow: hidden;
}
.m022-3495b428b {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.9rem;
    background: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.06);
    border-bottom: 1px solid rgba(207,225,253,0.06);
}
.m022-b189a5724 {
    width: 6px;
    height: 6px;
    background: var(--m022-250eb5c18);
    border-radius: 50%;
    animation: m022-4991387a3 1.4s ease-in-out infinite;
}
@keyframes m022-4991387a3 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.m022-3c887f1a0 {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(207,225,253,0.75);
    letter-spacing: 0.05em;
}
.m022-4c3757a58 {
    overflow: hidden;
    padding: 0.65rem 0;
}
.m022-07fc2b18d {
    display: flex;
    gap: 1.5rem;
    animation: m022-6b5903e1d 28s linear infinite;
    width: max-content;
}
.m022-07fc2b18d:hover { animation-play-state: paused; }
@keyframes m022-6b5903e1d {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.m022-b1784e79f {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    background: rgba(207,225,253,0.03);
    border-radius: 6px;
    #d5e5f0-space: nowrap;
    font-size: 0.82rem;
}
.m022-2789e4145 {
    background: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.07);
    border: 1px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.18);
}
.m022-bc35c76ee { background: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.05); }
.m022-2b5ef8e5a { background: rgba(var(--m022-25a2f396a, 231, 184, 75), 0.03); }
.m022-948e8d9b8 { font-size: 0.95rem; }
.m022-eb131ed89 { font-weight: 600; color: #e9e6e8; }
.m022-699a8d5f6 { color: rgba(207,225,253,0.25); }
.m022-10df4c6f9 { font-weight: 700; color: #556ed2; }
.m022-2353373b0 { color: var(--m022-250eb5c18); font-weight: 500; }
.m022-b611d2f53 { color: rgba(207,225,253,0.35); font-size: 0.7rem; margin-left: 0.4rem; }
.m022-7dd83a0d3 { margin-top: 0.9rem; text-align: center; }
.m022-585b9b486 {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.4rem;
    background: var(--m022-250eb5c18);
    color: #25283b;
    font-weight: 600;
    font-size: 0.82rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s;
}
.m022-585b9b486:hover { background: var(--m022-542602b81, #fa665c); }
@media (max-width: 768px) {
    .m022-4f5fb9473 { padding: 1rem; margin: 1.25rem 0; border-radius: 12px; }
    .m022-dd8957365 { grid-template-columns: 1fr; gap: 0.65rem; }
    .m022-3ae6ea30d { padding: 0.75rem; }
    .m022-3495b428b { padding: 0.5rem 0.75rem; }
    .m022-b1784e79f { font-size: 0.78rem; padding: 0.4rem 0.7rem; }
    .m022-07fc2b18d { animation-duration: 22s; }
    .m022-b611d2f53 { display: none; }
    .m022-585b9b486 { padding: 0.55rem 1.2rem; font-size: 0.8rem; }
}
@media (max-width: 480px) {
    .m022-4f5fb9473 { padding: 0.75rem; margin: 1rem 0; }
    .m022-f21dfef16 { font-size: 0.75rem; margin-bottom: 0.65rem; }
    .m022-23a964e2d { font-size: 0.9rem; }
    .m022-b1784e79f { font-size: 0.72rem; padding: 0.35rem 0.6rem; }
    .m022-2353373b0 { display: none; }
    .m022-585b9b486 { width: 100%; justify-content: center; min-height: 44px; }
}
/* ===== Variants (v1..m022-6ad767d1a) ===== */
.m022-4f5fb9473.m022-2b9f994e2 .m022-dd8957365 { grid-template-columns: repeat(2, 1fr); }
.m022-4f5fb9473.m022-2b9f994e2 .m022-4de1007b4 { margin-top: 1rem; }
.m022-4f5fb9473.m022-2b9f994e2 .m022-b1784e79f { padding: 0.6rem 0.75rem; }
.m022-4f5fb9473.m022-6ac4400b6 .m022-dd8957365 {
    display: flex;
    overflow-x: auto;
    gap: 0.75rem;
    padding-bottom: 0.4rem;
    scroll-snap-type: x mandatory;
}
.m022-4f5fb9473.m022-6ac4400b6 .m022-3ae6ea30d { min-width: 220px; scroll-snap-align: start; }
.m022-4f5fb9473.m022-6ac4400b6 .m022-4c3757a58 { overflow: hidden; }
.m022-4f5fb9473.m022-b41a96e34 { background: rgba(28,23,76,0.32); border-style: dashed; }
.m022-4f5fb9473.m022-b41a96e34 .m022-d8f554a25 { display: none; }
.m022-4f5fb9473.m022-b41a96e34 .m022-2353373b0 { display: none; }

.m022-4890e1cfb {
    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;
}
.m022-08b36ce8a {
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(var(--m022-25a2f396a, 231, 184, 75), 0.2) 0%, rgba(28,23,76,0.9) 100%);
    color: #cfe1fd;
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid rgba(var(--m022-25a2f396a, 231, 184, 75), 0.25);
    box-shadow: 0 10px 40px rgba(28,23,76,0.5), 0 0 20px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.2);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: m022-77d705067 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.m022-08b36ce8a::before {
    content: "LIVE";
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--m022-250eb5c18);
    opacity: 0.8;
}
.m022-08b36ce8a:hover {
    transform: scale(1.02) translateX(5px);
    box-shadow: 0 12px 45px rgba(28,23,76,0.55), 0 0 25px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.35);
}
.m022-08b36ce8a.m022-1b51764b1 {
    animation: m022-ab53c6f2b 0.35s ease-in forwards;
}
@keyframes m022-77d705067 {
    from { transform: translateX(-380px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes m022-ab53c6f2b {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-380px); opacity: 0; }
}
.m022-e39baff12 {
    display: flex;
    align-items: center;
    gap: 14px;
}
.m022-2d6c1996d { font-size: 32px; flex-shrink: 0; animation: m022-95760a538 1.5s ease-in-out infinite; }
@keyframes m022-95760a538 { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }
.m022-45a5b0e2c { flex: 1; min-width: 0; }
.m022-621d085e4 { font-weight: 700; font-size: 14px; margin-bottom: 4px; color: rgba(207,225,253,0.98); }
.m022-e2b5122ce { font-size: 19px; font-weight: 900; color: var(--m022-250eb5c18); text-shadow: 0 0 15px rgba(var(--m022-25a2f396a, 231, 184, 75), 0.6); margin-bottom: 3px; letter-spacing: 0.5px; }
.m022-8fc5b11a0 { font-size: 12px; opacity: 0.9; color: rgba(207,225,253,0.75); }
.m022-66f4887a5 {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: none;
    background: rgba(207,225,253,0.15);
    color: #cfe1fd;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    transition: background 0.2s;
}
.m022-66f4887a5:hover {
    background: rgba(207,225,253,0.3);
}
@media (max-width: 768px) {
    .m022-4890e1cfb { bottom: 10px; left: 10px; right: 10px; max-width: none; align-items: stretch; }
    .m022-08b36ce8a { padding: 12px 14px; }
}

:root {
            --m022-99c67f0cd: #11203f;
            --m022-1cb994b7f: #102e33;
            --m022-250eb5c18: #a573ff;
            --m022-1e053e928: #32bfad;
            --m022-542602b81: #b374fb;
            --m022-25a2f396a: 159,230,83;
            --m022-8c0194c99: #cfe1fd;
            --m022-c8e24247a: linear-gradient(180deg, #11203f 0%, #102e33 100%);
            --m022-e4a5bf1dc: linear-gradient(135deg, #a573ff 0%, #32bfad 100%);
            --m022-58baebec0: 0 0 20px rgba(47,191,177,0.4);
            --m022-181257896: rgba(207,225,253,0.03);
            --m022-a52894928: rgba(207,225,253,0.06);
            --m022-f742e858f: #a573ff;
            --m022-5b03d900a: #32bfad;
            --m022-5dd4ab600: #b374fb;
        }
        
        .m022-11195a1ba {
            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;
            #d5e5f0-space: nowrap !important;
            border: 0 !important;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family:"Corbel","Trebuchet MS",sans-serif;
            background: #11203f;
            color: #d5f1e3;
            line-height: 1.6;
            overflow-x: hidden;
            min-height: 100vh;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        .m022-883f8e33c {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9999;
            background: rgba(28,23,76,0.85);
            backdrop-filter: saturate(180%) blur(20px);
            -webkit-backdrop-filter: saturate(180%) blur(20px);
            border-bottom: 1px solid rgba(207,225,253,0.08);
            transition: background 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
        }
        
        .m022-883f8e33c::before,
        .m022-883f8e33c::after {
            display: none !important;
        }
        
        .m022-883f8e33c.m022-248ee3f16 {
            background: rgba(28,23,76,0.45);
            border-bottom-color: rgba(207,225,253,0.04);
        }
        
        .m022-67ad5eaad {
            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;
        }
        
        .m022-883f8e33c.m022-248ee3f16 .m022-67ad5eaad {
            padding: 4px 24px;
            justify-content: center;
        }
        
        .m022-2a994d6b6 {
            flex-shrink: 0;
            transition: opacity 0.35s ease, max-width 0.35s ease, margin 0.35s ease;
            overflow: hidden;
            max-width: 200px;
        }
        
        .m022-883f8e33c.m022-248ee3f16 .m022-2a994d6b6 {
            opacity: 0;
            max-width: 0;
            margin: 0;
            pointer-events: none;
        }
        
        .m022-56aa93a89 {
            height: 32px;
            width: auto;
        }
        
        .m022-0fce9b1e6 {
            flex: 1;
            display: flex;
            justify-content: center;
            overflow: visible;
            min-width: 0;
        }
        
        .m022-38a39c2c4 {
            display: flex;
            align-items: center;
            gap: 2px;
            list-style: none;
            margin: 0;
            padding: 0;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .m022-38a39c2c4 li {
            flex-shrink: 0;
        }
        
        .m022-7a30a1dce {
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 6px 10px;
            color: #d5f1e3;
            font-size: 11px;
            font-weight: 400;
            text-decoration: none;
            #d5e5f0-space: nowrap;
            transition: color 0.2s ease, opacity 0.2s ease;
            opacity: 0.8;
            border-radius: 6px;
        }
        
        .m022-7a30a1dce:hover {
            opacity: 1;
            color: #2abeb5;
            background: rgba(47,191,177,0.08);
        }
        
        .m022-7a30a1dce.m022-13da25db2 {
            opacity: 1;
            color: #2abeb5;
        }
        
        .m022-12d358729 {
            font-size: 12px;
        }
        
        .m022-883f8e33c.m022-248ee3f16 .m022-38a39c2c4 {
            flex-wrap: nowrap;
        }
        
        .m022-883f8e33c.m022-248ee3f16 .m022-7a30a1dce {
            padding: 5px 8px;
            font-size: 11px;
        }
        
        @media (max-width: 1200px) {
            .m022-7a30a1dce { padding: 5px 7px; font-size: 10px; }
            .m022-12d358729 { font-size: 11px; }
        }
        
        @media (max-width: 1024px) {
            .m022-0fce9b1e6 { display: none; }
            .m022-bbbeec632 { display: none !important; }
            .m022-fbd773875 { display: flex !important; }
        }
        
        /* ===== Header Menu Variants ===== */
        /* v1 - стандартный (по умолчанию) */
        .m022-883f8e33c.m022-8543125db .m022-0fce9b1e6 .m022-38a39c2c4 {
            gap: 2px;
        }
        .m022-883f8e33c.m022-8543125db .m022-7a30a1dce {
            padding: 6px 10px;
            font-size: 11px;
        }
        
        /* v2 - компактный */
        .m022-883f8e33c.m022-2b9f994e2 .m022-0fce9b1e6 .m022-38a39c2c4 {
            gap: 1px;
        }
        .m022-883f8e33c.m022-2b9f994e2 .m022-7a30a1dce {
            padding: 5px 8px;
            font-size: 10px;
        }
        .m022-883f8e33c.m022-2b9f994e2 .m022-12d358729 {
            font-size: 11px;
        }
        
        /* v3 - расширенный */
        .m022-883f8e33c.m022-6ac4400b6 .m022-0fce9b1e6 .m022-38a39c2c4 {
            gap: 4px;
        }
        .m022-883f8e33c.m022-6ac4400b6 .m022-7a30a1dce {
            padding: 8px 12px;
            font-size: 12px;
        }
        .m022-883f8e33c.m022-6ac4400b6 .m022-12d358729 {
            font-size: 13px;
        }
        
        /* v4 - минималистичный */
        .m022-883f8e33c.m022-b41a96e34 .m022-0fce9b1e6 .m022-38a39c2c4 {
            gap: 0;
        }
        .m022-883f8e33c.m022-b41a96e34 .m022-7a30a1dce {
            padding: 6px 8px;
            font-size: 10px;
            border-radius: 4px;
        }
        .m022-883f8e33c.m022-b41a96e34 .m022-7a30a1dce:hover {
            background: rgba(47,191,177,0.12);
        }
        
        .m022-bbbeec632 {
            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;
        }
        
        .m022-883f8e33c.m022-248ee3f16 .m022-bbbeec632 {
            opacity: 0;
            max-width: 0;
            margin: 0;
            pointer-events: none;
        }
        
        .m022-bbbeec632 .m022-268ae3f85 {
            padding: 6px 14px;
            font-size: 12px;
            border-radius: 18px;
        }
        
        .m022-bbbeec632 .m022-d49ab279f {
            background: transparent;
            border: 1px solid rgba(207,225,253,0.3);
            color: #d5f1e3;
        }
        
        .m022-bbbeec632 .m022-52b453a95 {
            background: #2abeb5;
            color: #101941;
            border: none;
            font-weight: 600;
        }
        
        .m022-f7fd5f155 {
            position: fixed;
            inset: 0;
            background: var(--m022-1cb994b7f);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10000;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }
        
        .m022-f7fd5f155.m022-03a017b96 {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
        
        .m022-16bcb514b {
            width: 60px;
            height: 60px;
            border: 3px solid var(--m022-a52894928);
            border-top-color: var(--m022-250eb5c18);
            border-radius: 50%;
            animation: m022-a4567b311 0.8s linear infinite;
        }
        
        @keyframes m022-a4567b311 {
            to { transform: rotate(360deg); }
        }
        
        .m022-ff32bba76 {
            opacity: 0;
        }
        
        .m022-00e0537b5 {
            margin: 2rem 0;
            padding: 1.5rem;
            background: rgba(207,225,253,0.025);
            border-radius: 12px;
            border: 1px solid rgba(207,225,253,0.06);
        }
        /* ===== Variants: Site Structure (v1..m022-6ad767d1a) ===== */
        .m022-00e0537b5.m022-2b9f994e2 .m022-8f36a959b {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
        }
        .m022-00e0537b5.m022-2b9f994e2 .m022-fc73e376f {
            background: rgba(28,23,76,0.18);
            border: 1px solid rgba(207,225,253,0.06);
            border-radius: 12px;
            padding: 0.9rem;
        }
        .m022-00e0537b5.m022-6ac4400b6 .m022-be3cb3b75 {
            background: transparent;
            border: 1px dashed rgba(207,225,253,0.16);
        }
        .m022-00e0537b5.m022-6ac4400b6 .m022-8f36a959b {
            display: flex;
            gap: 0.9rem;
            overflow-x: auto;
            padding-bottom: 0.4rem;
        }
        .m022-00e0537b5.m022-6ac4400b6 .m022-fc73e376f { min-width: 260px; }
        .m022-00e0537b5.m022-b41a96e34 { background: rgba(28,23,76,0.22); border-style: dashed; }
        .m022-00e0537b5.m022-b41a96e34 .m022-5ef7fb823 { display: none; }
        .m022-00e0537b5.m022-b41a96e34 .m022-be3cb3b75 { padding: 0.6rem 0.8rem; }
        .m022-6bcd481ae { margin-bottom: 1rem; }
        .m022-bcc570535 { font-size: 1.35rem; margin-bottom: 0.25rem; color: var(--m022-250eb5c18); }
        .m022-322ec49a0 { color: rgba(207,225,253,0.55); margin-bottom: 0; font-size: 0.9rem; }
        .m022-be3cb3b75 {
            display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
            margin-bottom: 1.25rem; padding: 0.75rem 1rem; background: rgba(28,23,76,0.2);
            border-radius: 8px;
        }
        .m022-b97ff90cc { font-size: 0.85rem; color: rgba(207,225,253,0.5); margin-right: 0.25rem; }
        .m022-a0e724de7 { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem; }
        .m022-3731bf94a { color: rgba(207,225,253,0.9); text-decoration: none; font-size: 0.95rem; font-weight: 500; }
        .m022-3731bf94a:hover { color: var(--m022-250eb5c18); }
        .m022-66dd4c9a7 { color: rgba(207,225,253,0.35); user-select: none; }
        .m022-8f36a959b { display: flex; flex-wrap: wrap; gap: 1.5rem; }
        .m022-fc73e376f { flex: 1 1 200px; }
        .m022-cd2e36bb0 { font-size: 0.95rem; color: rgba(207,225,253,0.8); margin-bottom: 0.25rem; font-weight: 600; }
        .m022-5ef7fb823 { font-size: 0.8rem; color: rgba(207,225,253,0.45); margin-bottom: 0.5rem; }
        .m022-b4eb43053 { list-style: none; padding: 0; margin: 0; }
        .m022-0e49631bf { margin-top: 1rem; font-size: 0.9rem; color: rgba(207,225,253,0.7); display: flex; align-items: center; gap: 0.5rem; }
        .m022-0e49631bf .m022-66f37ed68 { width: 8px; height: 8px; border-radius: 50%; background: var(--m022-250eb5c18); box-shadow: 0 0 8px var(--m022-250eb5c18); animation: m022-da2185e20 1.5s ease-in-out infinite; }
        @keyframes m022-da2185e20 { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
        .m022-b4eb43053 li { margin-bottom: 0.35rem; }
        .m022-28ca8d4bf { color: rgba(207,225,253,0.85); text-decoration: none; }
        .m022-28ca8d4bf:hover { color: var(--m022-250eb5c18); text-decoration: underline; }
        .m022-9e60ddf44 { color: var(--m022-250eb5c18); font-weight: 600; }
        .m022-5b8703950 {
            display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1rem;
            margin: 0.75rem 0 1rem; padding: 0.6rem 1rem; background: rgba(207,225,253,0.04);
            border-radius: 8px; font-size: 0.9rem;
        }
        .m022-45945d049 { color: rgba(207,225,253,0.55); }
        .m022-23d84370e { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
        .m022-277b7dda2 { color: var(--m022-250eb5c18); text-decoration: none; }
        .m022-277b7dda2:hover { text-decoration: underline; }
        .m022-cec15a70f { margin: 2rem 0; }
        .m022-ee5e6b586 { margin: 2rem 0; }
        /* ===== Variants: Review Quotes / Thematic ===== */
        .m022-cec15a70f.m022-2b9f994e2 .m022-81ee09df7,
        .m022-ee5e6b586.m022-2b9f994e2 .m022-81ee09df7 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        .m022-cec15a70f.m022-6ac4400b6,
        .m022-ee5e6b586.m022-6ac4400b6 {
            padding: 1.25rem;
        }
        .m022-cec15a70f.m022-6ac4400b6 .m022-e3b966056,
        .m022-ee5e6b586.m022-6ac4400b6 .m022-e3b966056 {
            border-style: dashed;
            background: rgba(28,23,76,0.18);
        }
        .m022-cec15a70f.m022-b41a96e34 .m022-bdb545941,
        .m022-ee5e6b586.m022-b41a96e34 .m022-bdb545941 {
            display: block;
            padding-top: 0.25rem;
        }
        .m022-cec15a70f.m022-b41a96e34 .m022-e2c9e2d81::after,
        .m022-ee5e6b586.m022-b41a96e34 .m022-e2c9e2d81::after {
            display: none;
        }
        body.m022-20c24af91 .m022-ee5e6b586 .m022-81ee09df7 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        @media (max-width: 768px) {
            body.m022-20c24af91 .m022-ee5e6b586 .m022-81ee09df7 {
                grid-template-columns: 1fr;
            }
        }
        .m022-3192f130e { font-size: 1.25rem; margin-bottom: 0.35rem; color: rgba(207,225,253,0.95); }
        .m022-0efe3fa54 { font-size: 0.9rem; color: rgba(207,225,253,0.6); margin-bottom: 1rem; }
        .m022-d53268a0e .m022-f8c9016f5 { font-weight: 600; }
        .m022-f88726044 { margin: 0; font-style: italic; color: rgba(207,225,253,0.85); }
        .m022-8327852f2, .m022-8d9331cc1 {
            margin: 2rem 0;
            padding: 1.5rem;
            background: rgba(207,225,253,0.025);
            border: 1px solid rgba(207,225,253,0.08);
            border-radius: 14px;
        }
        
        .m022-422d7be0b, .m022-8a7882df4 {
            font-size: 1.35rem;
            margin-bottom: 0.5rem;
            color: var(--m022-250eb5c18);
            font-weight: 600;
        }
        
        .m022-23c91bb23, .m022-47eb8671a {
            color: rgba(207,225,253,0.55);
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }
        
        .m022-e07528459 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 0.9rem;
        }
        /* ===== Variants: Related ===== */
        .m022-8327852f2.m022-2b9f994e2 .m022-e07528459 { grid-template-columns: 1fr 1fr; gap: 1rem; }
        .m022-8327852f2.m022-2b9f994e2 .m022-0891f8165 { padding: 1.25rem; border-radius: 14px; }
        .m022-8327852f2.m022-6ac4400b6 .m022-e07528459 {
            display: flex;
            gap: 0.85rem;
            overflow-x: auto;
            padding-bottom: 0.4rem;
        }
        .m022-8327852f2.m022-6ac4400b6 .m022-0891f8165 { min-width: 260px; }
        .m022-8327852f2.m022-b41a96e34 .m022-e07528459 { grid-template-columns: 1fr; gap: 0.65rem; }
        .m022-8327852f2.m022-b41a96e34 .m022-0891f8165 { background: transparent; border-style: dashed; }
        body.m022-20c24af91 .m022-e07528459 {
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        body.m022-20c24af91 .m022-0891f8165 {
            display: flex;
            flex-direction: column;
        }
        body.m022-1102380e7 .m022-e07528459 {
            grid-template-columns: 1fr;
            gap: 0.75rem;
        }
        
        .m022-0891f8165 {
            padding: 1.1rem;
            background: rgba(28,23,76,0.2);
            border-radius: 10px;
            border: 1px solid rgba(207,225,253,0.06);
            transition: border-color 0.2s, background 0.2s;
        }
        
        .m022-0891f8165:hover {
            background: rgba(47,191,177,0.06);
            border-color: rgba(47,191,177,0.2);
        }
        
        .m022-141694769 {
            text-decoration: none;
            color: inherit;
            display: block;
        }
        
        .m022-b375740d4 {
            font-size: 1rem;
            font-weight: 600;
            margin: 0 0 0.35rem 0;
            color: #e9e6e8;
        }
        
        .m022-f9ca52920 {
            font-size: 0.85rem;
            color: rgba(207,225,253,0.55);
            line-height: 1.35;
            margin: 0;
        }
        
        .m022-84efe319a {
            list-style: none;
            padding: 0;
            margin: 1rem 0 0 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        
        .m022-433e19dce {
            margin: 0;
        }
        
        .m022-433e19dce .m022-9e6387660 {
            display: inline-block;
            padding: 0.6rem 1rem;
            background: rgba(207,225,253,0.04);
            border-radius: 8px;
            border: 1px solid rgba(207,225,253,0.08);
            text-decoration: none;
            color: #dbf4ea;
            font-size: 0.88rem;
            font-weight: 500;
            transition: background 0.2s, border-color 0.2s, color 0.2s;
        }
        
        .m022-433e19dce .m022-9e6387660:hover {
            background: rgba(47,191,177,0.1);
            border-color: rgba(47,191,177,0.25);
            color: var(--m022-250eb5c18);
        }
        
        @media (max-width: 768px) {
            .m022-00e0537b5 { margin: 1.25rem 0; padding: 1.25rem; }
            .m022-be3cb3b75 { flex-direction: column; align-items: flex-start; }
            .m022-8f36a959b { flex-direction: column; }
            .m022-5b8703950 { flex-direction: column; align-items: flex-start; }
            .m022-8327852f2, .m022-8d9331cc1 {
                margin: 1.25rem 0;
                padding: 1.25rem;
            }
            .m022-422d7be0b, .m022-8a7882df4 {
                font-size: 1.15rem;
            }
            .m022-e07528459 {
                grid-template-columns: 1fr;
            }
            body.m022-20c24af91 .m022-e07528459 {
                grid-template-columns: 1fr;
            }
        }

/* MARTIN CASINO_HERO_RECOMPOSE */
.m022-8232912a8{grid-template-columns:1fr;gap:28px}
.m022-5fb0f2ff1{display:grid;grid-template-columns:1fr;grid-template-areas:"badge" "title" "tagline" "stats" "actions";row-gap:10px;align-items:start;text-align:center}
.m022-19e9ea78a{grid-area:badge;justify-self:center}
.m022-9a43aa1d7{grid-area:title;justify-self:center}
.m022-8aa8a4158{grid-area:tagline;max-width:850px;justify-self:center}
.m022-e5ae114f9{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}
.m022-be1c65c3b{grid-area:actions;justify-content:center}
.m022-3db9d5fb0{padding-top:26px;border-top:1px solid var(--m022-9d4ae6026)}
.m022-e2b21bdf6{text-align:center;margin:0 0 16px}
.m022-8d4ce8a12{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.m022-941cbfa4f{min-height:118px;align-content:start;cursor:default}
.m022-4cc20e1ab.m022-6ac4400b6 .m022-7afb34d36 .m022-52b453a95{background:linear-gradient(135deg,#d5f1e3 0%,#eee7f4 100%);color:#e1e4f9;border:2px solid #cfe1fd;box-shadow:0 12px 30px rgba(207,225,253,.2),0 0 0 4px rgba(207,225,253,.08);animation:none}
.m022-4cc20e1ab.m022-6ac4400b6 .m022-7afb34d36 .m022-52b453a95:hover{background:#cfe1fd;color:#1c252d;transform:translateY(-3px);box-shadow:0 16px 34px rgba(207,225,253,.28),0 0 0 4px rgba(237,226,239,.18)}
.m022-4cc20e1ab.m022-6ac4400b6 .m022-7afb34d36 .m022-52b453a95:focus-visible{outline:3px solid #cfe1fd;outline-offset:4px}
.m022-bc5281386.m022-8543125db{width:min(1120px,calc(100% - 24px));margin:30px auto;padding:32px 36px;background:linear-gradient(145deg,rgba(32,33,67,.78),rgba(22,48,48,.94));border:1px solid rgba(43,191,173,.32);border-radius:18px;box-shadow:0 12px 30px rgba(25,28,78,.22)}
.m022-bc5281386.m022-8543125db h2{margin:0 0 14px;font-size:clamp(25px,3vw,35px);line-height:1.16}
.m022-bc5281386.m022-8543125db p{max-width:none;margin:8px 0;font-size:17px;line-height:1.52}
.m022-bc5281386.m022-8543125db nav{margin-top:18px}
.m022-bc5281386.m022-8543125db ul{display:flex;flex-wrap:wrap;gap:9px;list-style:none;margin:0;padding:0}
.m022-bc5281386.m022-8543125db li{margin:0;padding:0}
.m022-bc5281386.m022-8543125db a{display:block;padding:7px 11px;border:1px solid rgba(237,226,239,.22);border-radius:999px;background:rgba(207,225,253,.07);font-size:14px;line-height:1.2;text-decoration:none}
@media(max-width:900px){.m022-e5ae114f9{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.m022-8d4ce8a12{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.m022-e5ae114f9,.m022-8d4ce8a12{grid-template-columns:1fr}.m022-941cbfa4f{min-height:0}.m022-bc5281386.m022-8543125db{width:100%;padding:21px 19px;margin:21px auto}.m022-bc5281386.m022-8543125db p{font-size:15px}.m022-bc5281386.m022-8543125db a{font-size:12px;padding:6px 9px}}
/* END_MARTIN CASINO_HERO_RECOMPOSE */













/* M022_NIGHT_TERRARIUM_IDENTITY */
:root{--m022-7731373bc:#160f24;--m022-a5f122a5e:#241737;--m022-c90330ca1:#302046;--m022-be568a67e:#48d7c4;--m022-8fdb8b566:#ff985c;--m022-332bea4d9:#ae83ff;--m022-988f44658:#e0f0eb;--m022-0d1958298:#aabdc1;--m022-0094acbbe:#604d79}
html{background:#160f24}body{position:relative;isolation:isolate;background:radial-gradient(circle at 8% 12%,rgba(72,215,196,.12),transparent 28%),radial-gradient(circle at 88% 18%,rgba(255,152,92,.1),transparent 30%),linear-gradient(156deg,#160f24 0%,#241737 52%,#17152c 100%);color:#e0f0eb;font-family:Corbel,Candara,sans-serif;overflow-x:hidden}
body:before{content:"";position:fixed;inset:-35%;z-index:-2;pointer-events:none;background:radial-gradient(circle,transparent 0 54px,rgba(174,131,255,.055) 56px 59px,transparent 61px 118px,rgba(72,215,196,.035) 120px 123px,transparent 125px);background-size:246px 246px;animation:m022-7825e5370 52s linear infinite;will-change:transform}
body:after{content:"";position:fixed;inset:-30%;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 22% 38%,rgba(72,215,196,.22),transparent 30%),radial-gradient(ellipse at 76% 58%,rgba(255,152,92,.17),transparent 34%),radial-gradient(ellipse at 49% 77%,rgba(174,131,255,.17),transparent 31%);filter:blur(78px);opacity:.48;animation:m022-7e5a2584e 36s ease-in-out infinite alternate;will-change:transform,opacity}
@keyframes m022-7825e5370{to{transform:translate3d(246px,123px,0) rotate(3deg)}}
@keyframes m022-7e5a2584e{0%{transform:translate3d(-5%,-2%,0) scale(1);opacity:.38}50%{transform:translate3d(2%,3%,0) scale(1.08);opacity:.56}100%{transform:translate3d(7%,-1%,0) scale(1.03);opacity:.44}}
h1,h2,h3,h4{font-family:"Lucida Bright",Cambria,Georgia,serif;letter-spacing:.008em}button,a{font-family:Corbel,Candara,sans-serif}
header[role="banner"]{background:rgba(22,15,36,.92)!important;border-bottom-color:rgba(72,215,196,.34)!important;backdrop-filter:blur(14px)}
main section{border-color:rgba(96,77,121,.5)!important}main section:nth-of-type(3n+1){box-shadow:0 20px 58px rgba(9,5,18,.25),0 0 28px rgba(72,215,196,.07)}main section:nth-of-type(4n+2){box-shadow:0 18px 54px rgba(9,5,18,.23),0 0 30px rgba(255,152,92,.065)}
h1{color:#e0f0eb!important;text-shadow:0 4px 28px rgba(174,131,255,.24)}h2,h3,h4{color:#e0f0eb!important;-webkit-text-fill-color:currentColor}
a[href="/goto/"],button{transition:transform .22s ease,filter .22s ease,box-shadow .22s ease}a[href="/goto/"]:hover,button:hover{transform:translateY(-3px);filter:brightness(1.1);box-shadow:0 12px 28px rgba(72,215,196,.12)}
article,main section>div{border-color:rgba(96,77,121,.42)}.m022-865e66629{display:none}
aside[aria-label="Бонусное предложение"]{width:min(780px,calc(100vw - 24px))!important;max-width:780px!important;height:auto!important;max-height:none!important;min-height:94px!important;padding:12px 50px 12px 17px!important;background:linear-gradient(124deg,#2c1d42,#3a2853 52%,#174c50)!important;border-color:rgba(72,215,196,.65)!important;color:#e0f0eb!important;overflow:visible!important}
aside[aria-label="Бонусное предложение"]>div{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:13px!important;opacity:1!important;visibility:visible!important}aside[aria-label="Бонусное предложение"]>div>div{min-width:0!important;opacity:1!important;visibility:visible!important}aside[aria-label="Бонусное предложение"] span{color:#e0f0eb!important;-webkit-text-fill-color:#e0f0eb!important;opacity:1!important;visibility:visible!important;text-shadow:0 1px 9px rgba(0,0,0,.42)!important}aside[aria-label="Бонусное предложение"] a{position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;margin:0!important;opacity:1!important;visibility:visible!important;z-index:3!important;background:linear-gradient(112deg,#48d7c4,#ae83ff)!important;color:#160f24!important;-webkit-text-fill-color:#160f24!important;border:1px solid #a6fff2!important}aside[aria-label="Бонусное предложение"]>button{display:grid!important;place-items:center!important;color:#160f24!important;-webkit-text-fill-color:#160f24!important;background:#ff985c!important;border:2px solid #ffd0ae!important;opacity:1!important;visibility:visible!important;z-index:5!important}
footer{background:linear-gradient(180deg,rgba(22,15,36,.98),#0f0a1b)!important;border-top-color:rgba(255,152,92,.35)!important}
@media(max-width:700px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}header[role="banner"]>div{width:100%!important;max-width:100%!important;padding:8px 12px!important}header[role="banner"] nav{display:none!important}header[role="banner"]>div>div{display:none!important}header[role="banner"] button[aria-controls]{display:flex!important;margin-left:auto!important}main,main>div,main article,main article>header{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}main>div{padding-left:12px!important;padding-right:12px!important}main article>header{padding-left:0!important;padding-right:0!important;overflow:hidden!important}main article section{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:auto!important;box-sizing:border-box!important}main article section *{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}h1{display:block!important;width:100%!important;max-width:100%!important;font-size:clamp(1.38rem,6.1vw,1.9rem)!important;line-height:1.12!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}aside[aria-label="Бонусное предложение"]{width:calc(100vw - 16px)!important;max-width:none!important;height:auto!important;max-height:none!important;min-height:134px!important;padding:11px 39px 11px 12px!important}aside[aria-label="Бонусное предложение"]>div{grid-template-columns:minmax(0,1fr)!important;gap:8px!important;align-items:start!important}aside[aria-label="Бонусное предложение"]>div>:first-child{display:none!important}aside[aria-label="Бонусное предложение"] a{width:100%!important;min-height:36px!important;font-size:11px!important;line-height:1.2!important;padding:9px 12px!important;white-space:normal!important}aside[aria-label="Бонусное предложение"] span{line-height:1.2!important;white-space:normal!important}}
@media(prefers-reduced-motion:reduce){body:before,body:after{animation:none!important}}
@media(max-width:700px){html,body{min-width:0!important;width:100vw!important;max-width:100vw!important}main,main>div,main article{min-width:0!important;width:100vw!important;max-width:100vw!important}main article>header,main article section{min-width:0!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important}h1,h2,h3,h4{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}h1{width:min(300px,calc(100vw - 64px))!important;max-width:300px!important;margin-left:auto!important;margin-right:auto!important;font-size:1.05rem!important;line-height:1.25!important;padding-inline:8px!important}h2{font-size:1.12rem!important}h3{width:min(280px,calc(100vw - 84px))!important;max-width:280px!important;margin-left:auto!important;margin-right:auto!important;font-size:.92rem!important;line-height:1.28!important}}
/* Popup: split badge and two-level action panel */
aside[aria-label="Бонусное предложение"]{width:min(650px,calc(100vw - 28px))!important;max-width:650px!important;min-height:126px!important;padding:14px 48px 14px 14px!important;border-radius:24px!important;background:linear-gradient(104deg,#34204d 0 108px,#211833 108px 67%,#17434a 100%)!important;box-shadow:0 22px 60px rgba(8,4,18,.48),0 0 30px rgba(72,215,196,.13)!important}
aside[aria-label="Бонусное предложение"]>div{grid-template-columns:80px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:18px!important;row-gap:10px!important;align-items:center!important}
aside[aria-label="Бонусное предложение"]>div>:first-child{display:grid!important;grid-column:1!important;grid-row:1/3!important;place-items:center!important;width:68px!important;height:68px!important;border-radius:20px!important;background:linear-gradient(145deg,#48d7c4,#ae83ff)!important;color:#160f24!important;font-size:30px!important;box-shadow:inset 0 0 0 1px rgba(224,240,235,.5),0 10px 24px rgba(72,215,196,.2)!important}
aside[aria-label="Бонусное предложение"]>div>div{grid-column:2!important;grid-row:1!important;display:grid!important;grid-template-columns:auto 1fr!important;align-items:baseline!important;gap:8px 14px!important}
aside[aria-label="Бонусное предложение"]>div>div span:first-child{font-size:24px!important;font-weight:800!important;letter-spacing:.02em!important;color:#e0f0eb!important}
aside[aria-label="Бонусное предложение"]>div>div span:last-child{font-size:13px!important;color:#aabdc1!important;-webkit-text-fill-color:#aabdc1!important}
aside[aria-label="Бонусное предложение"] a{grid-column:2!important;grid-row:2!important;justify-self:start!important;width:auto!important;min-height:38px!important;padding:9px 20px!important;border-radius:12px!important}
aside[aria-label="Бонусное предложение"]>button{position:absolute!important;top:10px!important;right:10px!important;transform:none!important;width:30px!important;height:30px!important;border-radius:10px!important;background:#ff985c!important;color:#160f24!important;-webkit-text-fill-color:#160f24!important}
@media(max-width:700px){aside[aria-label="Бонусное предложение"]{width:calc(100vw - 18px)!important;max-width:none!important;min-height:142px!important;padding:13px 40px 13px 13px!important;border-radius:20px!important;background:linear-gradient(145deg,#34204d,#211833 60%,#17434a)!important}aside[aria-label="Бонусное предложение"]>div{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;gap:10px!important}aside[aria-label="Бонусное предложение"]>div>:first-child{display:none!important}aside[aria-label="Бонусное предложение"]>div>div{grid-column:1!important;grid-row:1!important;grid-template-columns:1fr!important;gap:4px!important;text-align:center!important}aside[aria-label="Бонусное предложение"]>div>div span:first-child{font-size:20px!important}aside[aria-label="Бонусное предложение"]>div>div span:last-child{font-size:12px!important}aside[aria-label="Бонусное предложение"] a{grid-column:1!important;grid-row:2!important;justify-self:stretch!important;width:100%!important;min-height:40px!important;padding:10px 12px!important}}
/* END_M022_NIGHT_TERRARIUM_IDENTITY */
