* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
}

.game-categories-5ivxw {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px;
    justify-content: center;
}

p {
    color: var(--text-gray);
    line-height: 1.7;
    padding: 10px;
    margin-bottom: 1rem;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    p {
        padding: 8px;
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    p {
        padding: 6px;
        font-size: 13px;
        line-height: 1.5;
    }
}

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: var(--card-bg);
    border: 1px solid rgb(50 27 78);
    border-radius: 15px;
    overflow: hidden;
}

table th {
    background: rgb(123 49 179 / 33%);
    color: var(--text-light);
    padding: 1rem 0.8rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.95rem;
    border-bottom: 1px solid rgb(50 27 78);
    font-style: italic;
}

table td {
    padding: 0.9rem 0.8rem;
    color: var(--text-gray);
    border-bottom: 1px solid rgb(50 27 78);
    font-size: 0.9rem;
}

table tr:last-child td {
    border-bottom: none;
}

table tr:hover {
    background: rgb(123 49 179 / 6%);
}

table th:first-child {
    border-top-left-radius: 15px;
}

table th:last-child {
    border-top-right-radius: 15px;
}

@media (max-width: 768px) {
    table {
        margin: 1.5rem 0;
        font-size: 0.85rem;
        width: 100%;
    }
    table th {
        padding: 0.8rem 0.4rem;
        font-size: 0.8rem;
    }
    table td {
        padding: 0.7rem 0.4rem;
        font-size: 0.8rem;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    table {
        margin: 1rem 0;
        font-size: 0.75rem;
        width: 100%;
    }
    table th {
        padding: 0.6rem 0.3rem;
        font-size: 0.75rem;
    }
    table td {
        padding: 0.5rem 0.3rem;
        font-size: 0.75rem;
        word-break: break-word;
    }
}

ul,
ol {
    list-style-position: outside;
    padding-left: 40px;
    margin: 0;
    text-align: left;
}

ul li::marker {
    color: rgb(87 48 135);
}

ol li::marker {
    color: rgb(87 48 135);
}

li {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    ul,
    ol {
        padding-left: 25px;
    }
}

@media (max-width: 480px) {
    ul,
    ol {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .main-wrapper-5ivxw .game-categories-5ivxw {
        position: relative;
        width: calc(100vw);
        margin-left: 0;
        margin-right: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-t;
        padding: 0px 18px;
        gap: 2px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .sidebar-5ivxw.collapsed+.main-wrapper-5ivxw .game-categories-5ivxw {
        left: -60px;
    }
    .game-categories-5ivxw::-webkit-scrollbar {
        display: none;
    }
    .game-category-btn-5ivxw {
        flex-shrink: 0;
        min-width: 80px;
        white-space: nowrap;
    }
}

@media (min-width: 769px) {
    .main-wrapper-5ivxw .game-categories-5ivxw {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.game-category-btn-5ivxw {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica, sans-serif;
    font-weight: 500;
    width: 105px;
    height: 70px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    text-transform: none;
    white-space: nowrap;
    text-align: center;
    justify-content: space-around;
}

.game-category-btn-5ivxw.active {
    background: #182034;
    border-radius: 10px;
    color: #fff;
}

.game-category-btn-5ivxw img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

body {
    font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica, sans-serif;
    background: #0d111c;
    color: #ffffff;
    min-height: 100vh;
    overflow-x: hidden;
}

.app-container-5ivxw {
    display: flex;
    min-height: 100vh;
}

.sidebar-5ivxw {
    position: fixed;
    top: 80px;
    left: 0;
    width: 255px;
    background: #080e1a;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: width 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sidebar-5ivxw::-webkit-scrollbar {
    display: none;
}

.sidebar-5ivxw.collapsed {
    width: 90px;
}

.sidebar-container-5ivxw {
    padding: 16px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.sidebar-header-5ivxw {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.sidebar-5ivxw.collapsed .sidebar-header-5ivxw {
    padding: 8px;
    margin-bottom: 16px;
}

.sidebar-logo-5ivxw {
    transition: all 0.3s ease;
}

.sidebar-logo-5ivxw img {
    height: 34px;
    transition: all 0.3s ease;
}

.sidebar-5ivxw.collapsed .sidebar-logo-5ivxw img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.sidebar-close-btn-5ivxw {
    display: none;
}

.welcome-bonus-5ivxw {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sidebar-5ivxw.collapsed .welcome-bonus-5ivxw {
    display: none;
}

.welcome-bonus-5ivxw::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("1147866372b5b5e96fa84c7800a6d89802d94b38.svg");
    pointer-events: none;
}

.bonus-content-5ivxw {
    position: relative;
    z-index: 1;
}

.bonus-title-5ivxw {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.bonus-amount-5ivxw {
    margin-bottom: 4px;
}

.bonus-percent-5ivxw {
    font-size: 12px;
    font-weight: 450;
    color: #fcfc3c;
}

.bonus-text-5ivxw {
    font-size: 12px;
    font-weight: 450;
    color: #ffffff;
    margin-left: 4px;
}

.bonus-value-5ivxw {
    font-size: 12px;
    font-weight: 450;
    color: #fcfc3c;
    margin-bottom: 8px;
}

.bonus-link-5ivxw {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.bonus-link-5ivxw:hover {
    text-decoration: underline;
}

.sidebar-actions-5ivxw {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.sidebar-5ivxw.collapsed .sidebar-actions-5ivxw {
    display: block;
}

.sidebar-5ivxw.collapsed .sidebar-actions-5ivxw .sidebar-btn-5ivxw {
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    font-size: 0;
    margin-bottom: 4px;
    justify-content: center;
}

.sidebar-5ivxw.collapsed .sidebar-actions-5ivxw .sidebar-btn-5ivxw img {
    margin: 0;
}

.sidebar-5ivxw.collapsed .sidebar-grid-5ivxw {
    grid-template-columns: 1fr;
    gap: 0.1px;
}

.sidebar-5ivxw.collapsed .grid-btn-5ivxw {
    padding: 12px;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    font-size: 0;
}

.sidebar-5ivxw.collapsed .grid-btn-5ivxw img {
    margin: 0;
}

.sidebar-btn-5ivxw {
    width: 100%;
    background: rgb(0 33 55);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.sidebar-btn-5ivxw:hover {
    background: linear-gradient( 51.77deg, rgb(111 60 170) 0%, rgb(217 126 221) 100%);
}

.sidebar-grid-5ivxw {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.grid-btn-5ivxw {
    margin-bottom: 0;
    font-size: 12px;
    padding: 5px 5px;
}

.sidebar-nav-5ivxw {
    overflow: visible;
}

.nav-list-5ivxw {
    list-style: none;
    padding-left: 0px;
}

.nav-item-5ivxw {
    margin-bottom: 4px;
}

.nav-btn-5ivxw {
    width: 100%;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-5ivxw.collapsed .nav-btn-5ivxw {
    padding: 12px;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.sidebar-5ivxw.collapsed .nav-btn-5ivxw span {
    display: none;
}

.sidebar-5ivxw.collapsed .nav-btn-5ivxw img {
    margin: 0;
}

.nav-btn-5ivxw:hover {
    background: rgb(0 33 55);
}

.nav-btn-5ivxw.active {
    background: rgba(255, 215, 0, 0.1);
    color: #ffd700;
}

.sidebar-5ivxw.collapsed .expandable-5ivxw .nav-btn-5ivxw {
    justify-content: center;
}

.sidebar-5ivxw.collapsed .nav-item-5ivxw.expandable {
    position: relative;
}

.expand-icon-5ivxw {
    transition: transform 0.2s;
    color: rgba(255, 255, 255, 0.6);
}

.sidebar-5ivxw.collapsed .expand-icon-5ivxw {
    display: none;
}

.expandable-5ivxw.open .expand-icon-5ivxw {
    transform: rotate(180deg);
}

.sub-nav-5ivxw {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #00192a;
    border-radius: 10px;
}

.sidebar-5ivxw.collapsed .sub-nav-5ivxw {
    position: static;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    background: #18212e !important;
    gap: 4px;
    background: none;
    border: none;
    box-shadow: none;
}

.sidebar-5ivxw.collapsed .sub-nav-link-5ivxw {
    padding: 8px;
    justify-content: center;
    font-size: 0;
    gap: 0px;
    margin-bottom: 0;
}

.sidebar-5ivxw.collapsed .sub-nav-link-5ivxw img {
    margin: 0;
}

.expandable-5ivxw.open .sub-nav-5ivxw {
    max-height: 500px;
}

.sub-nav-link-5ivxw {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s;
    margin-bottom: 2px;
}

.sub-nav-link-5ivxw:hover {
    background: rgb(0 33 55);
    color: #ffffff;
}

.sidebar-bottom-actions-5ivxw {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.sidebar-5ivxw.collapsed .loyalty-program-5ivxw {
    margin-bottom: 0;
}

.sidebar-5ivxw.collapsed .loyalty-btn-large-5ivxw {
    min-width: 20px;
    height: 60px;
    font-size: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0;
    margin: 0;
    border-radius: 12px;
    background-color: rgb(252 88 25 / 0%);
    border: 1px solid rgb(48 55 68);
    box-shadow: rgb(145 53 18 / 0%) 0px 6px 0px -3px !important;
}

.sidebar-5ivxw.collapsed .loyalty-btn-large-5ivxw img:first-child {
    width: 25px;
    height: 25px;
    display: block;
}

.sidebar-5ivxw.collapsed .loyalty-btn-large-5ivxw img:last-child {
    display: none;
}

.sidebar-5ivxw.collapsed .bottom-grid-5ivxw {
    display: none;
}

.sidebar-5ivxw.collapsed .sidebar-footer-5ivxw {
    padding: 8px 0;
    align-items: center;
}

.sidebar-5ivxw.collapsed .sidebar-footer-5ivxw .support-btn-5ivxw {
    padding: 12px;
    justify-content: center;
}

.sidebar-5ivxw.collapsed .sidebar-footer-5ivxw .footer-btn-5ivxw {
    padding: 12px;
    justify-content: center;
}

.sidebar-5ivxw.collapsed .sidebar-footer-5ivxw .support-btn-5ivxw {
    font-size: 0;
}

.sidebar-5ivxw.collapsed .sidebar-footer-5ivxw .footer-btn-5ivxw {
    font-size: 0;
}

.sidebar-5ivxw.collapsed .sidebar-footer-5ivxw .support-btn-5ivxw img,
.sidebar-5ivxw.collapsed .sidebar-footer-5ivxw .footer-btn-5ivxw img {
    margin: 0;
}

.sidebar-5ivxw.collapsed .chat_img-5ivxw {
    display: none;
}

.sidebar-5ivxw.collapsed .support-btn-5ivxw {
    min-width: 55px;
    height: 60px;
    font-size: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0;
    margin: 0;
    border-radius: 12px;
    background-color: rgb(252 88 25 / 0%);
    border: 1px solid rgb(48 55 68);
    box-shadow: rgb(145 53 18 / 0%) 0px 6px 0px -3px !important;
}

.loyalty-program-5ivxw {
    margin-bottom: 16px;
}

.loyalty-btn-large-5ivxw {
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: __Inter_f367f3, __Inter_Fallback_f367f3, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    min-height: 42px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    height: 40px;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: none !important;
    outline: 0px;
    margin: 0px 0px 11px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-style: solid;
    border-image: initial;
    padding: 0px;
    background: linear-gradient(360deg, rgb(68, 35, 29) 0%, rgb(15, 21, 37) 100%);
    border-color: rgb(255, 56, 12);
    border-width: 0px 0px 2px;
    border-radius: 8px;
}

.sidebar-5ivxw.collapsed .loyalty-btn-large-5ivxw:hover {
    background: rgb(0 33 55);
}

.bottom-grid-5ivxw {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
}

.bottom-btn-5ivxw {
    background: rgb(0 33 55);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 5px 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bottom-btn-5ivxw:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-footer-5ivxw {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.support-btn-5ivxw {
    background: #00192a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    position: relative;
}

.support-btn-5ivxw img:last-child {
    position: absolute;
    right: 12px;
}

.support-btn-5ivxw:hover {
    background: #001a2e;
}

.footer-btn-5ivxw {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.footer-btn-5ivxw:hover {
    background: rgb(0 33 55);
    color: #ffffff;
}

.main-wrapper-5ivxw {
    flex: 1;
    margin-left: calc(255px + max(0px, (100vw - 255px - 1400px) / 2));
    max-width: 1400px;
    transition: margin-left 0.3s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sidebar-5ivxw.collapsed+.main-wrapper-5ivxw {
    margin-left: calc(90px + max(0px, (100vw - 90px - 1400px) / 2));
}

.sidebar-overlay-5ivxw {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sidebar-overlay-5ivxw.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-toggle-5ivxw {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
    display: none;
}

.sidebar-toggle-5ivxw:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .sidebar-toggle-5ivxw {
        display: block;
    }
}

.header-5ivxw {
    background: #0d111c;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #000000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header-container-5ivxw {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background: #0d111c;
    width: 100%;
    height: 60px;
    padding: 8px 5px;
}

.header-left-5ivxw {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.back-btn-5ivxw {
    background: linear-gradient(360deg, rgb(22, 33, 50) 0%, rgb(15, 21, 37) 100%);
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    margin-left: 14px;
    border-radius: 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s;
}

.back-btn-5ivxw:hover {
    background: linear-gradient(90deg, rgb(42, 63, 95) 0%, rgb(27, 38, 65) 100%);
}

body.sidebar-collapsed .back-btn-5ivxw img {
    transform: scaleX(-1);
}

.logo-5ivxw {
    display: flex;
    align-items: center;
    margin-left: 12px;
    margin-right: 58px;
    margin-top: 5px;
    margin-left: 23px;
}

.logo-5ivxw img {
    width: auto;
    height: 40px;
    padding-left: 14px;
}

.search-container-5ivxw {
    position: relative;
}

.search-input-wrapper-5ivxw {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgb(0, 33, 55);
    transition: 0.3s;
    border-radius: 15px;
    padding: 0;
    transition: all 0.3s;
}

.search-input-wrapper-5ivxw:hover {
    border: 1px solid #002137;
}

.search-input-wrapper-5ivxw:focus-within {
    border: 1px solid #002137;
}

.search-icon-wrapper-5ivxw {
    display: flex;
    align-items: center;
    padding: 0 12px;
    pointer-events: none;
}

.search-icon-5ivxw {
    width: 24px;
    height: 24px;
    color: transparent;
}

.search-input-5ivxw {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 16px 12px 0;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    outline: none;
}

.search-input-5ivxw::placeholder {
    color: #ffffff;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.search-input-5ivxw:focus::placeholder {
    opacity: 0;
}

.header-right-5ivxw {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
}

.btn-5ivxw {
    padding: 0px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    letter-spacing: 0;
    text-transform: none;
    margin: 5px;
    width: 68px;
    height: 40px;
}

.btn-login-5ivxw {
    background: transparent;
    color: #ffffff;
    border: 1px solid #7c32b5;
    position: relative;
}

.btn-login-5ivxw:hover {
    border: 1px solid #a6208d;
    background: none;
}

.btn-signup-5ivxw {
    background: linear-gradient( 51.77deg, rgb(95, 31, 170) 0%, rgb(210, 105, 215) 100%);
    color: #ffffff;
    border: none;
    position: relative;
}

.btn-signup-5ivxw:hover {
    background: linear-gradient( 51.77deg, rgb(111 60 170) 0%, rgb(217 126 221) 100%);
}

.btn-signup-5ivxw .gift-icon-5ivxw {
    position: absolute;
    top: -6px;
    right: -9px;
    width: 28px;
    height: 28px;
    animation: bounce-and-shake 2s infinite ease-in-out;
}

@keyframes bounce-and-shake {
    0% {
        transform: translateY(0) scale(1);
    }
    25% {
        transform: translateY(-5px) scale(1.1, 1.1);
    }
    50% {
        transform: translateY(0) scale(1);
    }
    75% {
        transform: rotate(-10deg);
    }
    87.5% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.main-content-5ivxw {
    padding: 70px 20px 60px;
    text-align: center;
    max-width: 100%;
    overflow-x: hidden;
}

.demo-title-5ivxw {
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

@media (min-width: 600px) {
    .header-5ivxw {
        height: 80px;
    }
    .header-container-5ivxw {
        height: 80px;
        padding: 8px 15px 8px 5px;
    }
    .main-content-5ivxw {
        padding-top: 0px;
    }
    .btn-5ivxw {
        width: 100px;
        height: 40px;
        font-size: 12px;
    }
}

@media (min-width: 900px) {
    .header-container-5ivxw {
        padding: 0 24px 0 0;
    }
    .search-container-5ivxw {}
}

@media (min-width: 1200px) {
    .btn-5ivxw {
        width: 132px;
        height: 40px;
        font-size: 12px;
    }
    .btn-login-5ivxw {
        width: 132px;
    }
    .btn-signup-5ivxw {
        width: 132px;
    }
}

@media (max-width: 768px) {
    .sidebar-5ivxw {
        position: fixed;
        top: 60px;
        left: -280px;
        width: 280px !important;
        transition: left 0.3s ease;
    }
    .sidebar-5ivxw.mobile-open {
        left: 0;
    }
    .sidebar-5ivxw.collapsed {
        width: 280px !important;
    }
    .sidebar-5ivxw.collapsed .welcome-bonus-5ivxw {
        display: block;
    }
    .sidebar-5ivxw.collapsed .sidebar-actions-5ivxw {
        display: block;
    }
    .sidebar-5ivxw.collapsed .sidebar-bottom-actions-5ivxw {
        display: block;
    }
    .sidebar-5ivxw.collapsed .nav-btn-5ivxw {
        flex-direction: row;
        gap: 12px;
        padding: 12px 16px;
    }
    .sidebar-5ivxw.collapsed .nav-btn-5ivxw span {
        display: inline;
    }
    .sidebar-5ivxw.collapsed .expand-icon-5ivxw {
        display: block;
    }
    .sidebar-5ivxw.collapsed .sub-nav-5ivxw {
        display: block;
    }
    .sidebar-5ivxw.collapsed .sidebar-footer-5ivxw .support-btn-5ivxw {
        font-size: 12px;
        justify-content: space-between;
        padding: 12px 16px;
    }
    .sidebar-5ivxw.collapsed .sidebar-footer-5ivxw .footer-btn-5ivxw {
        font-size: 12px;
        justify-content: flex-t;
        padding: 8px 16px;
    }
    .main-wrapper-5ivxw {
        margin-left: 0;
    }
    .sidebar-overlay-5ivxw {
        display: none;
    }
}

@media (max-width: 768px) {
    .sidebar-5ivxw {
        top: 64px;
        height: calc(100vh - 64px);
    }
    .header-5ivxw {
        height: auto;
        min-height: 64px;
        padding: 8px 12px;
    }
    .header-container-5ivxw {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .header-left-5ivxw {
        margin-bottom: 0;
    }
    .back-btn-5ivxw {
        display: none;
    }
    .logo-5ivxw img {
        height: 20px;
    }
    .search-container-5ivxw {
        display: none;
    }
    .search-input-5ivxw {
        font-size: 16px;
        padding: 12px 12px 12px 0;
    }
    .header-right-5ivxw {
        margin-left: auto;
        gap: 8px;
        align-items: center;
        align-self: center;
    }
    .btn-5ivxw {
        width: 100px;
        height: 40px;
        font-size: 12px;
        margin: 0;
    }
    .demo-title-5ivxw {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .header-5ivxw {
        flex-direction: column;
        align-items: stretch;
        padding: 5px;
    }
    .logo-5ivxw {
        display: flex;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
    }
    .header-left-5ivxw {
        justify-content: space-between;
    }
    .header-right-5ivxw {
        margin-left: 0;
        justify-content: center;
        gap: 6px;
        align-items: center;
        align-self: center;
    }
    .btn-5ivxw {
        width: 100px;
        font-size: 11px;
        margin: 0;
    }
    .search-container-5ivxw {
        display: none;
    }
    .demo-title-5ivxw {
        font-size: 36px;
    }
    .main-content-5ivxw {
        padding: 0px 16px 40px;
    }
}

.promotions-btn-5ivxw {
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: __Inter_f367f3, __Inter_Fallback_f367f3, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 12px;
    min-height: 42px;
    gap: 4px;
    color: rgb(255, 255, 255);
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: none !important;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 9px 18px;
    background: linear-gradient( 51.77deg, rgb(95, 31, 170) 0%, rgb(210, 105, 215) 100%);
    margin-bottom: 0.7rem;
}

.free-money-5ivxw {
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    border-image-source: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: __Inter_f367f3, __Inter_Fallback_f367f3, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 12px;
    gap: 4px;
    min-height: 42px;
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    border-image-slice: 1;
    box-shadow: none !important;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0px;
    background: linear-gradient( 360deg, rgb(81, 47, 58) 5%, rgb(14, 23, 44) 62.5%);
    border-color: rgb(237, 106, 30);
    border-style: solid;
    border-width: 0px 0px 2px;
    border-radius: 8px;
}

.lucky-spin-5ivxw {
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    border-image-source: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: __Inter_f367f3, __Inter_Fallback_f367f3, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 14px;
    min-height: 42px;
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    border-image-slice: 1;
    box-shadow: none !important;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0px;
    background: linear-gradient( 360deg, rgb(14, 84, 118) 5%, rgb(14, 23, 44) 62.5%) rgb(187, 40, 255);
    border-color: rgb(73, 167, 196);
    border-style: solid;
    border-width: 0px 0px 2px;
    border-radius: 8px;
}

.lucky-spin-5ivxw:hover {
    background: linear-gradient( 62.28deg, rgb(73, 167, 196) 34.78%, rgb(26, 118, 255) 65.95%);
}

.free-money-5ivxw:hover {
    background: linear-gradient( 51.77deg, rgb(237, 106, 30) 0%, rgb(210, 105, 215) 87.13%);
}

.slider-5ivxw {
    width: 100%;
    margin: 100px 0 0px;
    padding: 0 20px;
}

.slider-container-5ivxw {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 16px;
}

.slider-track-5ivxw {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 1400%;
}

.slide-5ivxw {
    width: 7.142857%;
    flex-shrink: 0;
}

.slide-images-5ivxw {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: center;
}

.slide-images-5ivxw img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.slider-dots-5ivxw {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 23px 0 2px 0;
    position: relative;
}

.dot-5ivxw {
    width: 26px;
    height: 8px;
    opacity: 1;
    border-radius: 50px;
    background-color: #182034;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot-5ivxw.active {
    width: 26px;
    height: 8px;
    opacity: 1;
    border-radius: 50px;
    background-color: #732cb2;
    border: 0;
}

@media (max-width: 768px) {
    .slider-5ivxw {
        margin: 80px 0 20px;
        padding: 0 15px;
    }
    .slider-track-5ivxw {
        width: 1400%;
    }
    .slide-5ivxw {
        width: 7.142857%;
        padding: 10px;
    }
    .slide-images-5ivxw {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .slide-images-5ivxw img {
        height: 180px;
        border-radius: 8px;
    }
    .slide-images-5ivxw img:nth-child(2),
    .slide-images-5ivxw img:nth-child(3) {
        display: none;
    }
    .dot-5ivxw:nth-child(n+10) {
        display: none;
    }
}

@media (max-width: 480px) {
    .slider-5ivxw {
        margin: 70px 0 15px;
        padding: 0 10px;
    }
    .slide-5ivxw {
        padding: 8px;
    }
    .slide-images-5ivxw img {
        height: 140px;
        border-radius: 6px;
    }
}

@media (max-width: 360px) {
    .slider-5ivxw {
        margin: 65px 0 10px;
        padding: 0 8px;
    }
    .slide-5ivxw {
        padding: 6px;
    }
    .slide-images-5ivxw img {
        height: 120px;
        border-radius: 4px;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .slider-5ivxw {
        margin: 70px 0 15px;
        padding: 0 20px;
    }
    .slide-5ivxw {
        padding: 8px;
    }
    .slide-images-5ivxw img {
        height: 160px;
        border-radius: 8px;
    }
    .slider-dots-5ivxw {
        gap: 10px;
        padding: 12px 0 8px 0;
    }
    .dot-5ivxw {
        width: 22px;
        height: 6px;
    }
}

@media (max-width: 480px) and (orientation: landscape) {
    .slider-5ivxw {
        margin: 65px 0 12px;
        padding: 0 15px;
    }
    .slide-5ivxw {
        padding: 6px;
    }
    .slide-images-5ivxw img {
        height: 140px;
        border-radius: 6px;
    }
    .slider-dots-5ivxw {
        gap: 8px;
        padding: 10px 0 6px 0;
    }
    .dot-5ivxw {
        width: 20px;
        height: 5px;
    }
}

@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px) {
    .header-5ivxw {
        height: 70px;
        min-height: 50px;
        padding: 4px 8px;
    }
    .header-container-5ivxw {
        height: 50px;
        padding: 0 12px 0 0;
    }
    .sidebar-5ivxw {
        top: 70px;
        height: calc(100vh - 50px);
    }
    .slider-5ivxw {
        margin: 75px 0 10px;
        padding: 0 15px;
    }
    .slide-images-5ivxw img {
        height: 185px;
    }
    .slider-dots-5ivxw {
        padding: 8px 0 4px 0;
    }
}

.modal-overlay-5ivxw {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.modal-overlay-5ivxw.hidden {
    display: none;
}

.hidden-5ivxw {
    display: none !important;
}

.register-modal-5ivxw {
    background: #0d111c;
    border-radius: 16px;
    width: 90%;
    max-width: 1000px;
    max-height: 95vh;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
}

.modal-close-5ivxw {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #073453;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 12px;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.modal-close-5ivxw:hover {
    background: rgba(255, 255, 255, 0.1);
}

.register-container-5ivxw {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}

.register-left-5ivxw {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

.promo-slider-5ivxw {
    width: 100%;
    height: 100%;
}

.promo-image-5ivxw {
    width: 100%;
    height: 100%;
}

.promo-image-5ivxw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}

.register-right-5ivxw {
    padding: 30px;
    color: #ffffff;
}

.register-header-5ivxw {
    margin-bottom: 30px;
}

.register-title-5ivxw {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
}

.auth-buttons-5ivxw {
    display: flex;
    gap: 10px;
    background: #00192a;
    border-radius: 15px;
    margin-bottom: 20px;
}

.auth-btn-5ivxw {
    flex: 1;
    padding: 13px 20px;
    background: transparent;
    border: 4px solid #00192a;
    color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.auth-btn-5ivxw.active {
    background: #073453;
    color: #ffffff;
}

.register-form-5ivxw {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group-5ivxw {
    position: relative;
}

.form-label-5ivxw {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #ffffff;
}

.form-input-5ivxw {
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: 1px solid #073453;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-input-5ivxw:focus {
    outline: none;
    border-color: #fe4af8;
}

.form-input-5ivxw::placeholder {
    color: #888;
}

.form-select-5ivxw {
    width: 100%;
    padding: 12px 16px;
    background: #001523;
    border: 1px solid #073453;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.form-select-5ivxw:focus {
    outline: none;
    border-color: #fe4af8;
}

.password-input-5ivxw {
    position: relative;
}

.password-toggle-5ivxw {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.phone-input-5ivxw {
    display: flex;
    align-items: center;
    border: 1px solid #073453;
    border-radius: 8px;
    overflow: hidden;
}

.country-code-5ivxw {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #1a1f2e;
    border-right: 1px solid #073453;
    color: #ffffff;
    font-size: 14px;
}

.ph-flag-5ivxw {
    width: 20px;
    height: 15px;
    background: url("0be3dabd2f1c6c2165e4423b0b293856165ad6d1.svg") no-repeat center/cover;
}

.ru-flag-5ivxw {
    width: 20px;
    height: 15px;
    background: url("cf273b32ae56a056b2e746f789c2c07e2e983fa7.svg") no-repeat center/cover;
    border-radius: 2px;
}

.phone-field-5ivxw {
    border: none;
    flex: 1;
}

.promo-toggle-5ivxw {
    margin: 10px 0;
}

.toggle-label-5ivxw {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
}

.promo-checkbox-5ivxw {
    width: 18px;
    height: 18px;
    accent-color: #742db2;
}

.submit-btn-5ivxw {
    width: 100%;
    padding: 14px;
    background: linear-gradient( 51.77deg, rgb(95, 31, 170) 0%, rgb(210, 105, 215) 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn-5ivxw:disabled {
    background: #00192a;
    color: #888;
    cursor: not-allowed;
}

.submit-btn-5ivxw:not(:disabled):hover {
    background: linear-gradient( 51.77deg, rgb(111 60 170) 0%, rgb(217 126 221) 100%);
}

.register-footer-5ivxw {
    text-align: center;
    margin: 20px 0;
}

.login-link-5ivxw {
    font-size: 14px;
    color: #ffffff;
}

.login-link-5ivxw a {
    color: #fe4af8;
    text-decoration: underline;
}

.social-login-5ivxw {
    margin: 20px 0;
}

.divider-5ivxw {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.divider-line-5ivxw {
    flex: 1;
    height: 1px;
    background: #444;
}

.divider-text-5ivxw {
    font-size: 12px;
    color: #888;
}

.google-btn-5ivxw {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px;
    background: #073453;
    border: 3px solid #00192a;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.terms-5ivxw {
    text-align: center;
    margin-top: 20px;
}

.terms-text-5ivxw {
    font-size: 12px;
}

.terms-notice-5ivxw {
    color: #1e83c9;
}

.terms-link-5ivxw {
    color: #fe4af8;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .register-modal-5ivxw {
        width: 95%;
        margin: 20px;
    }
    .register-container-5ivxw {
        grid-template-columns: 1fr;
    }
    .register-left-5ivxw {
        display: none;
    }
    .register-right-5ivxw {
        padding: 20px;
    }
    .register-title-5ivxw {
        display: block;
        margin-bottom: 20px;
    }
}

.ggrid-section-5ivxw {
    padding: 20px;
}

.ggrid-header-5ivxw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ggrid-title-5ivxw {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ggrid-section-icon-5ivxw {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.ggrid-section-title-5ivxw {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.ggrid-count-5ivxw {
    flex-grow: 1;
    margin-left: 20px;
}

.ggrid-count-number-5ivxw {
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #232331;
    padding: 7px;
    font-weight: 500;
    border-radius: 10px;
}

.ggrid-nav-5ivxw {
    display: flex;
    gap: 8px;
}

.ggrid-nav-btn-5ivxw {
    width: 40px;
    height: 40px;
    background: #073453;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.ggrid-nav-btn-5ivxw:hover:not(:disabled) {
    background: #0a4564;
}

.ggrid-nav-btn-5ivxw:disabled {
    background: #002137;
    color: #444;
    cursor: not-allowed;
}

.ggrid-slider-5ivxw {
    overflow: hidden;
}

.ggrid-track-5ivxw {
    display: flex;
    gap: 18px;
    transition: transform 0.3s ease;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.ggrid-card-5ivxw {
    flex-shrink: 0;
    width: 153px;
    max-width: 153px;
    min-width: 153px;
    height: 152px;
    max-height: 152px;
    min-height: 152px;
    background: #002137;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}

.ggrid-card-5ivxw:hover {
    transition: 0.3s;
}

.ggrid-card-5ivxw:hover .ggrid-overlay-5ivxw {
    opacity: 1;
}

.ggrid-card-5ivxw:hover .ggrid-image-5ivxw {
    filter: blur(0.5rem);
}

.ggrid-image-wrapper-5ivxw {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 122px;
}

.ggrid-image-5ivxw {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.ggrid-overlay-5ivxw {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    flex-direction: column;
    gap: 12px;
    z-index: 2;
}

.ggrid-actions-5ivxw {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
}

.ggrid-play-btn-5ivxw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    color: inherit;
    font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.75;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #16171a;
    background: linear-gradient( 51.77deg, rgb(95, 31, 170) 0%, rgb(210, 105, 215) 100%);
    box-shadow: none !important;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    padding: 7px 14px;
    font-size: 13px;
    min-height: 22px;
    line-height: 22px;
    border-radius: 10px;
    color: #fff;
    width: 80px;
    height: 40px;
    min-height: 40px;
    font-weight: 700;
    line-height: 26px;
    border-radius: 12px;
    padding: 10px 9px;
    font-size: 12px !important;
}

.ggrid-play-btn-5ivxw:hover {
    text-decoration: none;
    background: linear-gradient( 51.77deg, rgb(111 60 170) 0%, rgb(217 126 221) 100%);
    color: #fff;
}

.ggrid-info-5ivxw {
    text-align: center;
    background: linear-gradient( 360deg, rgb(14 84 118) 1% 5%, rgb(14, 23, 44) 62.5%) rgb(187, 40, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 30px;
    border-color: rgb(73, 167, 196);
    border-style: solid;
    border-width: 0px 0px 2px;
    border-radius: 0px 0px 15px 15px;
}

.ggrid-name-5ivxw {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.ggrid-provider-5ivxw {
    color: rgba(255, 255, 255, 0.4);
    font-size: 8px;
    font-weight: 400;
    line-height: 1.2;
    margin: 3px 0 0 0;
}

@media (max-width: 768px) {
    .ggrid-section-5ivxw {
        padding: 15px;
    }
    .ggrid-header-5ivxw {
        flex-wrap: wrap;
        gap: 10px;
    }
    .ggrid-title-5ivxw {
        flex: 1;
        min-width: 200px;
    }
    .ggrid-section-title-5ivxw {
        font-size: 18px;
    }
    .ggrid-slider-5ivxw {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .ggrid-slider-5ivxw::-webkit-scrollbar {
        display: none;
    }
    .ggrid-track-5ivxw {
        padding-bottom: 10px;
    }
    .ggrid-nav-5ivxw {
        display: none;
    }
}

.tournaments-section-5ivxw {
    padding: 20px;
}

.tournaments-header-5ivxw {
    margin-bottom: 24px;
}

.tournaments-title-wrapper-5ivxw {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tournaments-icon-5ivxw {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.tournaments-title-5ivxw {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.tournaments-slider-5ivxw {
    position: relative;
}

.tournaments-track-5ivxw {
    display: flex;
    transition: transform 0.3s ease;
    justify-content: space-around;
    flex-wrap: wrap;
}

.tournaments-track-5ivxw::-webkit-scrollbar {
    display: none;
}

.tournament-card-5ivxw {
    flex-shrink: 0;
    width: 330px;
    background: #080e1a;
    border-radius: 12px;
    border: 12px solid #212731;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    max-width: 100%;
}

.tournament-image-5ivxw {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.tournament-banner-5ivxw {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.tournament-countdown-5ivxw {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    justify-content: center;
}

.countdown-item-5ivxw {
    text-align: center;
}

.countdown-number-5ivxw {
    background: rgba(0, 25, 42, 0.9);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.countdown-label-5ivxw {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.tournament-provider-5ivxw {
    position: absolute;
    bottom: 0;
    right: 20px;
    background: #00192a;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 8px 8px 0 0;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
}

.tournament-info-5ivxw {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tournament-type-5ivxw {
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 4px 0;
    display: flex;
    justify-content: center;
}

.tournament-name-5ivxw {
    color: #ffffff;
    font-weight: 900;
    margin: 0 0 16px 0;
    line-height: 1.2;
    display: flex;
    justify-content: center;
}

.tournament-prize-label-5ivxw {
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 4px 0;
}

.tournament-prize-5ivxw {
    color: #fcfc3c;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 16px 0;
    line-height: 1.1;
}

.tournament-join-btn-5ivxw {
    background: linear-gradient( 51.77deg, rgb(95, 31, 170) 0%, rgb(210, 105, 215) 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: auto;
    font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica, sans-serif;
}

.tournament-join-btn-5ivxw:hover {
    background: linear-gradient( 51.77deg, rgb(85, 21, 160) 0%, rgb(200, 95, 205) 100%);
    transform: translateY(-2px);
}

@media (max-width: 1200px) {
    .tournament-card-5ivxw {
        width: 380px;
    }
}

@media (max-width: 1024px) {
    .tournament-card-5ivxw {
        width: 350px;
    }
    .tournaments-track-5ivxw {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .tournaments-track-5ivxw {
        flex-direction: column;
        overflow-x: visible;
        gap: 20px;
        padding: 0 20px;
    }
    .tournament-card-5ivxw {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .tournament-image-5ivxw {
        height: 200px;
    }
    .tournament-name-5ivxw {
        font-size: 20px;
    }
    .tournament-prize-5ivxw {
        font-size: 24px;
    }
    .tournament-info-5ivxw {
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .tournaments-track-5ivxw {
        padding: 0 15px;
    }
    .tournaments-icon-5ivxw {
        width: 28px;
        height: 28px;
    }
    .tournaments-title-5ivxw {
        font-size: 20px;
    }
    .tournament-countdown-5ivxw {
        gap: 12px;
        margin-bottom: 12px;
    }
    .countdown-number-5ivxw {
        font-size: 14px;
        padding: 6px 8px;
    }
    .countdown-label-5ivxw {
        font-size: 10px;
    }
    .tournament-name-5ivxw {
        font-size: 18px;
    }
    .tournament-prize-5ivxw {
        font-size: 22px;
    }
    .tournament-info-5ivxw {
        padding: 16px;
    }
}

.loyalty-program-section-5ivxw {
    padding: 20px;
}

.loyalty-container-5ivxw {
    background: linear-gradient( 104deg, rgb(33 39 49) 0%, rgb(33 39 49 / 29%) 100%), url("Loyalty_Program.avif") center / cover no-repeat;
    border-radius: 16px;
    padding: 40px;
    overflow: hidden;
}

.loyalty-left-5ivxw {
    position: relative;
    z-index: 2;
}

.loyalty-header-5ivxw {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.loyalty-main-5ivxw {
    color: #cccccc;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 24px 0;
}

.loyalty-link-5ivxw {
    margin: 0;
}

.loyalty-btn-5ivxw {
    background: linear-gradient( 51.77deg, rgb(95, 31, 170) 0%, rgb(210, 105, 215) 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.loyalty-btn-5ivxw:hover {
    background: linear-gradient( 51.77deg, rgb(85, 21, 160) 0%, rgb(200, 95, 205) 100%);
    transform: translateY(-2px);
}

.loyalty-arrow-5ivxw {
    font-weight: 700;
    transition: transform 0.3s ease;
}

.loyalty-btn-5ivxw:hover .loyalty-arrow-5ivxw {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .loyalty-program-section-5ivxw {
        padding: 35px;
    }
    .loyalty-container-5ivxw {
        padding: 30px 20px;
    }
    .loyalty-header-5ivxw {
        font-size: 24px;
    }
    .loyalty-main-5ivxw {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .loyalty-container-5ivxw {
        padding: 24px 16px;
    }
    .loyalty-header-5ivxw {
        font-size: 22px;
    }
    .loyalty-main-5ivxw {
        font-size: 14px;
    }
    .loyalty-btn-5ivxw {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.footer-container-5ivxw {
    margin: 0 auto;
}

.footer-top-5ivxw {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand-5ivxw {
    grid-column: span 1;
}

.footer-logo-img-5ivxw {
    width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.footer-certificates-5ivxw {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.certificate-item-5ivxw img {
    height: auto;
}

.anj-certificate-5ivxw img {
    max-width: 50px;
    height: auto;
}

.responsible-gaming-5ivxw img {
    max-width: 80px;
    height: auto;
}

.footer-column-title-5ivxw {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 24px;
}

.footer-links-5ivxw {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-5ivxw li {
    margin-bottom: 12px;
}

.footer-links-5ivxw a {
    color: #8298ad;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    transition: color 0.3s ease;
}

.footer-links-5ivxw a:hover {
    color: #fcfc3c;
}

.social-links-5ivxw {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.social-link-5ivxw {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-link-5ivxw:hover {
    background: #fcfc3c;
}

.social-link-5ivxw img {
    width: 16px;
    height: 16px;
}

.footer-section-5ivxw .support-btn-5ivxw {
    background: #fcfc3c;
    border: 1px solid #fcfc3c;
    border-radius: 8px;
    padding: 12px 20px;
    color: #00192a;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    text-decoration: none;
}

.footer-section-5ivxw .support-btn-5ivxw:hover {
    background: #e8e824;
    border-color: #e8e824;
}

.footer-section-5ivxw .support-btn-5ivxw span {
    color: #00192a;
    font-weight: 700;
}

.footer-section-5ivxw .support-btn-5ivxw img {
    width: 16px;
    height: 16px;
}

.footer-mobile-logo-5ivxw {
    display: none;
}

.footer-middle-5ivxw {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
    padding: 40px 0;
    border-top: 1px solid #1a2332;
    border-bottom: 1px solid #1a2332;
    align-items: center;
}

.partners-section-5ivxw {
    display: flex;
    justify-content: center;
}

.partners-img-5ivxw {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.payments-providers-5ivxw {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.payments-img-5ivxw,
.providers-img-5ivxw {
    width: 100%;
    max-width: 330px;
    height: auto;
}

.footer-bottom-5ivxw {
    text-align: center;
}

.copyright-text-5ivxw {
    color: #8298ad;
    font-size: 10px;
    line-height: 20px;
    margin: 0 0 20px 0;
    text-align: center;
}

.email-link-5ivxw {
    color: #fcfc3c;
    text-decoration: none;
}

.email-link-5ivxw:hover {
    text-decoration: underline;
}

.copyright-final-5ivxw {
    color: #8298ad;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0;
}

.update-date-5ivxw {
    color: #6b7c8d;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 8px 0 0 0;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .footer-top-5ivxw {
        grid-template-columns: 2fr 1fr 1fr;
        gap: 30px;
    }
    .footer-brand-5ivxw {
        grid-column: span 1;
    }
    .footer-social-5ivxw {
        grid-column: span 1;
        grid-row: 1;
    }
    .footer-middle-5ivxw {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .footer-certificates-5ivxw {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-container-5ivxw {
        padding: 30px 15px 15px;
    }
    .footer-top-5ivxw {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .footer-brand-5ivxw {
        grid-column: span 1;
        order: 1;
    }
    .footer-logo-img-5ivxw {
        width: 160px;
        margin: 0 auto 20px;
        display: block;
    }
    .footer-mobile-logo-5ivxw {
        display: none;
    }
    .footer-certificates-5ivxw {
        justify-content: center;
    }
    .social-links-5ivxw {
        justify-content: center;
    }
    .footer-middle-5ivxw {
        gap: 25px;
        padding: 30px 0;
    }
    .partners-img-5ivxw,
    .payments-img-5ivxw,
    .providers-img-5ivxw {
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .footer-container-5ivxw {
        padding: 25px 12px 12px;
    }
    .footer-top-5ivxw {
        gap: 20px;
    }
    .footer-logo-img-5ivxw {
        width: 140px;
    }
    .anj-certificate-5ivxw img {
        max-width: 60px;
    }
    .footer-column-title-5ivxw {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .footer-links-5ivxw a {
        font-size: 13px;
    }
    .social-links-5ivxw {
        gap: 10px;
    }
    .social-link-5ivxw {
        width: 36px;
        height: 36px;
    }
    .partners-img-5ivxw,
    .payments-img-5ivxw,
    .providers-img-5ivxw {
        max-width: 240px;
    }
    .copyright-text-5ivxw {
        font-size: 9px;
        line-height: 15px;
    }
    .copyright-final-5ivxw {
        font-size: 13px;
    }
    .update-date-5ivxw {
        font-size: 11px;
        line-height: 16px;
        margin: 6px 0 0 0;
    }
}

/* Tournament Pages */

.tournament-banner-5ivxw {
    max-width: 1000px;
    text-align: center;
}

.tournament-image-5ivxw {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .tournament-image-5ivxw {
        border-radius: 8px;
    }
}

/* Game Pages */

.game-container-5ivxw {
    max-width: 1000px;
    margin: 30px auto;
}

.game-window-5ivxw {
    width: 100%;
    height: 450px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.game-window-5ivxw::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(0.5rem);
    z-index: 1;
}

.game-overlay-5ivxw {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 62%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 2;
    border: 3px solid #1a384b;
    border-radius: 18px;
}

.game-play-btn-5ivxw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: #fcfc3c;
    outline: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0;
    padding: 12px 16px;
    border-radius: 12px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #000;
    width: 100px;
    height: 50px;
    min-height: 50px;
    box-shadow: none;
}

.game-play-btn-5ivxw:hover {
    text-decoration: none;
    background-color: #fcfc3c;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .game-container-5ivxw {
        margin: 20px 15px;
    }
    .game-window-5ivxw {
        height: 300px;
    }
    .game-play-btn-5ivxw {
        width: 90px;
        height: 45px;
        padding: 10px 14px;
        font-size: 14px;
    }
}

/* Game Description Styles */

.game-description-5ivxw {
    margin: 30px auto 0;
    padding: 0 20px;
    color: #ffffff;
    line-height: 1.5;
    text-align: left;
}

.game-description-5ivxw h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
    text-align: left;
}

.game-description-5ivxw h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0 12px;
    color: #ffffff;
    text-align: left;
}

.game-description-5ivxw p {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
}

.game-info-table-5ivxw {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    background: #00192a;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.game-info-table-5ivxw tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.game-info-table-5ivxw tr:last-child {
    border-bottom: none;
}

.game-info-table-5ivxw td {
    padding: 12px 16px;
    font-size: 14px;
    color: #ffffff;
}

.game-info-table-5ivxw td:first-child {
    background: #00192a;
    font-weight: 500;
    width: 60%;
}

.game-info-table-5ivxw td:last-child {
    background: #002137;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
}

.game-description-5ivxw ul {
    padding-left: 20px;
    list-style: none;
    margin: 16px 0;
}

.game-description-5ivxw ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}

.game-description-5ivxw ul li::before {
    content: "•";
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: -15px;
}

.game-description-5ivxw ol {
    padding-left: 20px;
    list-style: decimal;
    margin: 16px 0;
}

.game-description-5ivxw ol li {
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .game-description-5ivxw {
        padding: 0 16px;
        margin: 20px auto 0;
    }
    .game-description-5ivxw h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .game-description-5ivxw h3 {
        font-size: 16px;
        margin: 18px 0 10px;
    }
    .game-description-5ivxw p {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .game-description-5ivxw ul,
    .game-description-5ivxw ol {
        padding-left: 15px;
        margin: 12px 0;
    }
    .game-description-5ivxw ul li,
    .game-description-5ivxw ol li {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .game-info-table-5ivxw td {
        padding: 8px 10px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .game-description-5ivxw {
        padding: 0 12px;
        margin: 15px auto 0;
    }
    .game-description-5ivxw h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .game-description-5ivxw h3 {
        font-size: 15px;
        margin: 16px 0 8px;
    }
    .game-description-5ivxw p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .game-description-5ivxw ul,
    .game-description-5ivxw ol {
        padding-left: 12px;
        margin: 10px 0;
    }
    .game-description-5ivxw ul li,
    .game-description-5ivxw ol li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .game-info-table-5ivxw td {
        padding: 6px 8px;
        font-size: 12px;
    }
}

/* Breadcrumbs Styles */

.breadcrumbs-5ivxw {
    padding: 12px 20px;
    background: transparent;
    margin-top: 90px;
}

.breadcrumb-list-5ivxw {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.breadcrumb-item-5ivxw {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-link-5ivxw {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.breadcrumb-link-5ivxw:hover {
    color: #ffd700;
    text-decoration: none;
}

.breadcrumb-current-5ivxw {
    color: #ffffff;
    font-weight: 600;
}

.breadcrumb-separator-5ivxw {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

@media (max-width: 768px) {
    .breadcrumbs-5ivxw {
        padding: 10px 15px;
        margin-top: 70px;
    }
    .breadcrumb-list-5ivxw {
        font-size: 13px;
    }
    .breadcrumb-separator-5ivxw {
        margin: 0 6px;
    }
}

@media (max-width: 480px) {
    .breadcrumbs-5ivxw {
        padding: 8px 12px;
        margin-top: 75px;
    }
    .breadcrumb-list-5ivxw {
        font-size: 12px;
    }
    .breadcrumb-separator-5ivxw {
        margin: 0 4px;
    }
}

/* Tournament Category Cards */

.tournament-categories-5ivxw {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.tournament-category-card-5ivxw {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.tournament-category-card-5ivxw:hover {
    transform: translateY(-5px);
    border-color: #ffd700;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

.tournament-image-container-5ivxw {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.tournament-image-5ivxw {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tournament-category-card-5ivxw:hover .tournament-image-5ivxw {
    transform: scale(1.05);
}

.tournament-info-5ivxw {
    padding: 20px;
    color: #fff;
}

.tournament-info-5ivxw h3 {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffd700;
}

.tournament-info-5ivxw p {
    margin: 0 0 15px 0;
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.4;
}

.tournament-status-5ivxw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.tournament-badge-5ivxw {
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.tournament-badge-5ivxw.active {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #fff;
}

.tournament-prize-5ivxw {
    color: #ffd700;
    font-weight: bold;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .tournament-categories-5ivxw {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 15px;
        padding: 15px 0;
    }
    .tournament-image-container-5ivxw {
        height: 160px;
    }
    .tournament-info-5ivxw {
        padding: 15px;
    }
    .tournament-info-5ivxw h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .tournament-categories-5ivxw {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .tournament-image-container-5ivxw {
        height: 140px;
    }
}

/* Game Category Cards */

.game-category-card-5ivxw {
    background: #002137;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 160px;
    display: flex;
    flex-direction: column;
}

.game-category-card-5ivxw:hover {
    background: #00304a;
    border-color: rgba(255, 215, 0, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.category-link-5ivxw {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.category-link-5ivxw:hover {
    text-decoration: none;
    color: inherit;
}

.category-header-5ivxw {
    margin-bottom: 12px;
}

.category-header-5ivxw h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

.category-header-5ivxw p {
    color: #fcfc3c;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-description-5ivxw {
    flex-grow: 1;
    display: flex;
    align-items: flex-t;
}

.category-description-5ivxw p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.game-category-card-5ivxw:hover .category-header-5ivxw h4 {
    color: #ffd700;
}

.game-category-card-5ivxw:hover .category-description-5ivxw p {
    color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) {
    .ggrid-track-5ivxw {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    .game-category-card-5ivxw {
        height: 140px;
    }
    .category-link-5ivxw {
        padding: 16px;
    }
    .category-header-5ivxw h4 {
        font-size: 16px;
    }
    .category-description-5ivxw p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .game-category-card-5ivxw {
        height: 120px;
    }
    .category-link-5ivxw {
        padding: 14px;
    }
    .category-header-5ivxw {
        margin-bottom: 8px;
    }
    .category-header-5ivxw h4 {
        font-size: 15px;
    }
    .category-header-5ivxw p {
        font-size: 11px;
    }
    .category-description-5ivxw p {
        font-size: 12px;
        line-height: 1.3;
    }
}

.faq-section-5ivxw {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.faq-title-5ivxw {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.faq-container-5ivxw {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item-5ivxw {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.3s ease;
}

.faq-item-5ivxw:hover {
    background: rgba(255, 255, 255, 0.08);
}

.faq-question-5ivxw {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question-5ivxw:hover {
    color: #b758cd;
}

.faq-icon-5ivxw {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #b758cd;
}

.faq-item-5ivxw.active .faq-icon-5ivxw {
    transform: rotate(180deg);
}

.faq-answer-5ivxw {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item-5ivxw.active .faq-answer-5ivxw {
    max-height: 500px;
    padding: 0 24px 20px 24px;
}

.faq-answer-5ivxw p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .faq-section-5ivxw {
        margin: 30px auto;
        padding: 0 16px;
    }
    .faq-title-5ivxw {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .faq-question-5ivxw {
        font-size: 16px;
        padding: 16px 18px;
    }
    .faq-answer-5ivxw p {
        font-size: 14px;
    }
    .faq-item-5ivxw.active .faq-answer-5ivxw {
        padding: 0 18px 16px 18px;
    }
}

.contacts-section-5ivxw {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.contacts-title-5ivxw {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.contacts-container-5ivxw {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.contact-item-5ivxw {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.contact-item-5ivxw:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.contact-icon-5ivxw {
    flex-shrink: 0;
    color: #b758cd;
    stroke: #b758cd;
}

.contact-content-5ivxw {
    flex: 0.86;
}

.contact-label-5ivxw {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value-5ivxw {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}

.contact-link-5ivxw {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link-5ivxw:hover {
    color: #f39c12;
}

.winners-strip {
    padding: 14px 0
}

.winners {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 360px);
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.winners::-webkit-scrollbar {
    height: 0
}

.win-card {
    scroll-snap-align: start;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border: 1px solid var(--color-border);
    color: var(--color-text);
}

.win-thumb {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    flex: 0 0 64px;
    background: #1b2234 center/cover no-repeat;
    border: 1px solid var(--color-border);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .35);
}

.win-body {
    min-width: 0
}

.win-title {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.win-user {
    color: var(--color-muted);
    font-size: 14px;
    margin-top: 2px
}

.win-amount {
    margin-top: 6px;
    font-weight: 800;
    color: var(--color-accent)
}

.strip-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px
}

.strip-head h2 {
    margin: 0;
    font-size: 18px
}

.strip-arrows {
    display: flex;
    gap: 8px
}

.strip-arrow {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 0;
    color: #fff;
    background: rgba(12, 18, 28, .65);
    backdrop-filter: blur(6px)
}

.strip-arrow:disabled {
    opacity: .35;
    cursor: not-allowed
}

@media (min-width:1024px) {
    .winners {
        overflow: hidden;
        grid-auto-columns: 360px
    }
}

@media (max-width:480px) {
    .winners {
        grid-auto-columns: 260px
    }
    .win-card {
        grid-template-columns: 56px 1fr
    }
    .win-thumb {
        width: 56px;
        height: 56px;
        border-radius: 12px
    }
}

.providers-strip {
    padding: 12px 0
}

.providers-pill {
    border-radius: 18px;
    border: 1px solid var(--color-border);
    background: radial-gradient(120% 120% at 0% 0%, rgba(0, 230, 255, .08) 0%, rgba(0, 0, 0, 0) 55%), radial-gradient(120% 120% at 100% 100%, rgba(255, 59, 179, .08) 0%, rgba(0, 0, 0, 0) 55%), rgba(255, 255, 255, .02);
    padding: 12px;
}

.providers {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max(120px, 10%);
    gap: 22px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 6px 4px;
}

.providers::-webkit-scrollbar {
    height: 0
}

.prov {
    scroll-snap-align: start;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.prov img {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35));
    opacity: .95;
    transition: .2s;
}

.prov img:hover {
    opacity: 1;
    transform: translateY(-1px)
}

.strip-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px
}

.strip-head h2 {
    margin: 0;
    font-size: 18px
}

.strip-head__right {
    display: flex;
    align-items: center;
    gap: 10px
}

.strip-arrows {
    display: flex;
    gap: 8px
}

.strip-arrow {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 0;
    color: #fff;
    background: rgba(12, 18, 28, .65);
    backdrop-filter: blur(6px)
}

.strip-arrow:disabled {
    opacity: .35;
    cursor: not-allowed
}

@media (min-width:1024px) {
    .providers {
        overflow: hidden;
        grid-auto-columns: 160px
    }
}

@media (max-width:480px) {
    .providers {
        gap: 16px;
        grid-auto-columns: 120px
    }
    .prov img {
        height: 28px
    }
}

.strip-head__right a {
    color: #fff;
}

.brandbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.brandbar__logo img {
    height: 28px;
    width: auto;
    display: block
}

.brandbar__payments {
    display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
}

.brandbar__payments::-webkit-scrollbar {
    height: 0
}

.brandbar__payments li {
    flex: 0 0 auto;
    scroll-snap-align: center
}

.brandbar__payments img {
    height: 28px;
    width: auto;
    object-fit: contain;
    opacity: .55;
    transition: opacity .2s, transform .2s;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35));
}

.brandbar__payments img:hover {
    opacity: .9;
    transform: translateY(-1px)
}

@media (max-width:768px) {
    .brandbar {
        gap: 12px
    }
    .brandbar__payments {
        gap: 18px
    }
    .brandbar__payments img {
        height: 24px
    }
}

@media (max-width:480px) {
    .brandbar__logo img {
        height: 26px
    }
    .brandbar__payments {
        gap: 16px
    }
    .brandbar {
        padding: 12px 0
    }
}

@media (max-width: 768px) {
    .contacts-section-5ivxw {
        margin: 30px auto;
        padding: 0 16px;
    }
    .contacts-title-5ivxw {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contacts-container-5ivxw {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .contact-item-5ivxw {
        padding: 20px;
    }
    .contact-value-5ivxw {
        font-size: 14px;
    }
    .contact-label-5ivxw {
        font-size: 12px;
    }
}