.mirror-modal-open {
    overflow: hidden;
}

.mirror-topline {
    background: #191919;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mirror-topline-inner {
    max-width: 1180px;
    margin: 0 auto;
    color: #9b9b9b;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 10px;
    padding: 0 10px;
}

.mirror-history-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}
.mirror-history-summary-card {
    border: 1px solid rgba(22, 28, 51, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    padding: 16px;
    display: grid;
    gap: 6px;
}
.mirror-history-summary-card span,
.mirror-history-section-head h2 {
    color: #6a7284;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.mirror-history-summary-card strong {
    font-size: 24px;
    color: #1d2438;
}
.mirror-history-section-head {
    margin: 18px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mirror-history-section-head h2 {
    margin: 0;
    font-size: 14px;
}
.mirror-history-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(31, 145, 118, 0.12);
    color: #1f916e;
    font-size: 12px;
    font-weight: 700;
}
.mirror-history-filter-row {
    display: grid;
    grid-template-columns: 220px minmax(220px, 1fr) auto;
    gap: 12px;
    align-items: end;
    margin: 16px 0 18px;
}
.mirror-history-filter-row label {
    grid-column: 1 / -1;
    color: #6a7284;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.mirror-history-filter-select {
    min-height: 46px;
    border: 1px solid rgba(22, 28, 51, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    padding: 0 14px;
    font-size: 14px;
}
.mirror-history-filter-btn {
    min-height: 46px;
    border: 0;
    border-radius: 14px;
    padding: 0 18px;
    background: linear-gradient(135deg, #1f916e 0%, #155be8 100%);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.mirror-withdraw-quick-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 8px 0 14px;
}
.mirror-withdraw-quick-btn {
    border: 1px solid rgba(22, 28, 51, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 12px;
    font-weight: 700;
    cursor: pointer;
}
#withdrawIbanConfirmWrap {
    margin-top: 6px;
}
.mirror-mt-24 {
    margin-top: 24px;
}

.mirror-withdraw-shell .mirror-account-card {
    border-radius: 12px;
    border: 1px solid rgba(143, 119, 48, 0.28);
    background: linear-gradient(180deg, rgba(14, 24, 42, 0.96) 0%, rgba(10, 18, 32, 0.98) 100%);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
}

.mirror-withdraw-form {
    display: grid;
    gap: 12px;
}

.mirror-withdraw-field {
    margin: 0;
}

.mirror-withdraw-form label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #c9d6ee;
}

.mirror-withdraw-form input,
.mirror-withdraw-form select,
.mirror-withdraw-form textarea {
    border: 1px solid rgba(189, 204, 231, 0.26);
    border-radius: 10px;
    background: rgba(14, 26, 46, 0.88);
    color: #f3f7ff;
    min-height: 44px;
    padding: 10px 12px;
}

.mirror-withdraw-form textarea {
    min-height: 96px;
}

.mirror-withdraw-form input:focus,
.mirror-withdraw-form select:focus,
.mirror-withdraw-form textarea:focus {
    outline: none;
    border-color: rgba(210, 176, 74, 0.82);
    box-shadow: 0 0 0 3px rgba(210, 176, 74, 0.18);
}

.mirror-withdraw-balance-note {
    display: inline-block;
    margin-top: 7px;
    color: #9cb2d9;
    font-size: 12px;
}

.mirror-withdraw-quick-row {
    margin: 2px 0 2px;
}

.mirror-withdraw-quick-btn {
    min-height: 42px;
    border-color: rgba(210, 176, 74, 0.42);
    background: rgba(210, 176, 74, 0.12);
    color: #f3d98d;
}

.mirror-withdraw-quick-btn:hover {
    background: rgba(210, 176, 74, 0.2);
}

.mirror-withdraw-consent-row {
    margin: 0;
    border: 1px solid rgba(189, 204, 231, 0.2);
    border-radius: 10px;
    background: rgba(16, 28, 48, 0.7);
    padding: 10px 12px;
}

.mirror-withdraw-consent-row label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: none;
    letter-spacing: 0;
    color: #dce7fb;
    font-weight: 600;
}

.mirror-withdraw-consent-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-height: 16px;
}

.mirror-withdraw-form .mirror-account-submit {
    width: 100%;
    min-height: 46px;
    border-radius: 10px;
    background: linear-gradient(180deg, #d7b85b 0%, #b89334 100%);
    letter-spacing: 0.02em;
}
@media (max-width: 980px) {
    .mirror-history-summary-grid,
    .mirror-withdraw-quick-row {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .mirror-history-summary-grid,
    .mirror-withdraw-quick-row {
        grid-template-columns: 1fr;
    }
    .mirror-history-filter-row {
        grid-template-columns: 1fr;
    }
}
.mirror-topline-inner button {
    border: 0;
    background: transparent;
    color: #c8c8c8;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

nav .home-page {
    min-height: 60px;
    align-items: center;
}

body.betwins-mirror nav > .container {
    background: #1f1f1f !important;
}

body.betwins-mirror #navbar-menu2 {
    background: #1f1f1f !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#navbar-menu2 .menu-style {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    width: 100%;
}

nav .navbar-collapse {
    display: block !important;
}

nav .navbar-form.ctrs {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

nav .navbar-brand {
    padding-left: 24px;
}

nav .navbar-brand img {
    width: 188px;
    height: auto;
}

.mirror-header-icons {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
    visibility: visible;
}

.mirror-header-icons a {
    color: #d5d5d5;
    font-size: 12px;
    line-height: 1;
}

.ctrs .sep {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    visibility: visible;
}

.mirror-head-btn {
    min-width: 45px;
    min-height: 22px;
    border-radius: 3px;
    border: 1px solid #8f7730;
    background: #c9a93c;
    color: #111;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    text-transform: uppercase;
}

.mirror-user-actions {
    gap: 6px;
}

.mirror-user-actions .mirror-head-btn {
    min-height: 26px;
    padding: 4px 10px;
    font-size: 10px;
}

.mirror-user-actions .js-open-promo-code {
    min-width: 122px;
}

.mirror-head-btn-soft {
    background: #252525;
    color: #d9d9d9;
    border-color: rgba(255, 255, 255, 0.2);
}

.clock-box {
    min-width: 78px;
    justify-content: center;
    gap: 8px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #232323;
    padding: 2px 7px;
    color: #dfdfdf;
    font-weight: 700;
    font-size: 10px;
    display: inline-flex !important;
    align-items: center;
    visibility: visible;
}

.clock-box .clock-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d7b241;
    box-shadow: 0 0 0 2px rgba(215, 178, 65, 0.25);
}

.header-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.18);
    margin-left: 8px;
    display: block;
}

.menu-style .nav-link {
    color: #efefef;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.01em;
    min-height: 76px;
    min-width: 88px;
    display: inline-flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.1;
    gap: 6px;
    padding: 8px 6px;
    border-left: 1px solid rgba(31, 52, 97, 0.32);
    border-bottom: 1px solid rgba(31, 52, 97, 0.24);
}

.menu-style .nav-link:first-child {
    border-left: 0;
}

.menu-style .nav-link:hover {
    color: #ffffff;
}

.menu-style .nav-link i {
    color: #f1f1f1;
    margin-right: 0;
    font-size: 17px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
}

.menu-style .nav-link .nav-label {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-toggle.rocks-toggle {
    display: none !important;
}

.navbar-toggle.rocks-toggle .link-button,
.navbar-toggle.rocks-toggle .register-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 24px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-toggle.rocks-toggle .link-button {
    background: #252525;
    color: #ececec;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.navbar-toggle.rocks-toggle .register-button {
    background: #c9a93c;
    color: #111;
    border: 1px solid #8f7730;
}

.mirror-quick-chip {
    color: #f6f6f6;
}

.mirror-mobile-head-actions {
    display: none;
}

.mirror-mobile-menu-trigger {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(180deg, #183152 0%, #122642 100%);
    color: #f4f8ff;
    border-radius: 10px;
    min-height: 34px;
    padding: 0 11px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.mirror-mobile-menu-trigger i {
    font-size: 13px;
}

@media (max-width: 991.98px) {
    nav > .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    nav .home-page {
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
        margin-left: 0;
        margin-right: 0;
    }

    nav .home-page .col-5,
    nav .home-page .col-7 {
        width: auto;
        max-width: none;
        flex: 0 0 auto;
        padding: 0;
    }

    nav .home-page .col-5 {
        flex: 1 1 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    nav .home-page .col-7 {
        display: none;
    }

    nav .navbar-brand {
        padding-left: 0;
        margin: 0;
        display: inline-flex;
        align-items: center;
    }

    nav .navbar-brand img {
        width: 152px;
    }

    nav .navbar-collapse,
    #navbar-menu2 {
        display: none !important;
    }

    .mirror-mobile-head-actions {
        display: inline-flex;
        align-items: center;
        margin-right: 0;
    }

    .navbar-toggle.rocks-toggle {
        display: none !important;
    }

    #navbar-menu2 .menu-style {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .menu-style .nav-link {
        flex: 0 0 104px;
        font-size: 10px;
        min-height: 70px;
        padding: 7px 6px;
    }

    .menu-style .nav-link i {
        font-size: 16px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
}

@media (max-width: 575.98px) {
    nav > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    nav .home-page {
        min-height: 52px;
        padding: 7px 0;
    }

    nav .navbar-brand img {
        width: 136px;
    }
}

.mirror-footer-wrap {
    margin-top: 20px;
    background: #1b1b1b;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 86px;
}

.support-button-container {
    text-align: center;
    padding: 14px 12px 10px;
}

.support-contact-btn {
    display: inline-block;
    background: transparent;
    color: #dbdbdb;
    font-weight: 700;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 7px 18px;
    font-size: 10px;
    letter-spacing: 0.04em;
}

.footer-bar {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 10px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    color: #1b1b1b;
    background: #d2ad3a;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 9px;
}

.language-select {
    color: #101010;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    background: #d2ad3a;
    border-radius: 4px;
    padding: 3px 7px;
}

.flag-icon {
    width: 12px;
    height: 12px;
    border-radius: 999px;
}

.footer-info {
    max-width: 1180px;
    margin: 0 auto;
    padding: 4px 16px 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.footer-section h4 {
    color: #f1f1f1;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 8px;
}

.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section li {
    margin-bottom: 4px;
}

.footer-section a {
    color: #9a9a9a;
    font-size: 10px;
}

.footer-copyright {
    text-align: center;
    padding: 16px 0 20px;
}

.mirror-license-wrap {
    max-width: 1180px;
    margin: 8px auto 0;
    padding: 14px 16px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background-image: url("/static/external/betwins899.com/2c3a5574aa645bf090a6.png");
    background-repeat: space;
    background-position-y: -231px;
    background-position-x: 734px;
}

.mirror-license-head {
    color: #efefef;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 12px;
}

.mirror-license-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mirror-license-badges img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.mirror-patent-link {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mirror-patent-link img {
    width: 220px;
    height: 220px;
}

.mirror-call-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

.mirror-call-card,
.mirror-call-side {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: linear-gradient(180deg, #222 0%, #181818 100%);
}

.mirror-call-card {
    padding: 20px;
}

.mirror-call-head h1 {
    margin: 8px 0 4px;
    color: #f5f5f5;
    font-size: 24px;
    font-weight: 800;
}

.mirror-call-head p {
    margin: 0;
    color: #b9b9b9;
    font-size: 13px;
}

.mirror-call-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(203, 170, 64, 0.16);
    color: #e0be56;
    border: 1px solid rgba(203, 170, 64, 0.38);
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
}

.mirror-call-form {
    margin-top: 16px;
    display: grid;
    gap: 12px;
}

.mirror-call-field {
    display: grid;
    gap: 6px;
}

.mirror-call-field label {
    color: #e0e0e0;
    font-size: 12px;
    font-weight: 700;
}

.mirror-call-field input,
.mirror-call-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #121212;
    color: #efefef;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
    outline: none;
}

.mirror-call-field textarea {
    min-height: 96px;
    resize: vertical;
}

.mirror-call-field input:focus,
.mirror-call-field textarea:focus {
    border-color: rgba(203, 170, 64, 0.65);
    box-shadow: 0 0 0 2px rgba(203, 170, 64, 0.2);
}

.mirror-call-error {
    color: #f39a9a;
    font-size: 11px;
}

.mirror-call-submit {
    margin-top: 4px;
    border: 1px solid #8f7730;
    border-radius: 8px;
    background: linear-gradient(180deg, #d2b04a 0%, #b99536 100%);
    color: #121212;
    height: 42px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mirror-call-side {
    padding: 18px;
    height: fit-content;
}

.mirror-call-side h2 {
    margin: 0 0 10px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 800;
}

.mirror-call-side-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d4d4d4;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.02);
}

.mirror-call-side-link:hover {
    color: #fff;
    border-color: rgba(203, 170, 64, 0.42);
}

.mirror-live-help-fab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1200;
    border: 1px solid #8f7730;
    border-radius: 999px;
    background: linear-gradient(180deg, #d4b24a 0%, #b79232 100%);
    color: #1a1a1a;
    min-height: 44px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transform-origin: 85% 100%;
    animation: mirror-help-wiggle-in 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.25s 1 both;
}

@keyframes mirror-help-wiggle-in {
    0% {
        opacity: 0;
        transform: translateY(14px) rotate(0deg) scale(0.92);
    }
    18% {
        opacity: 1;
        transform: translateY(0) rotate(-6deg) scale(1);
    }
    32% {
        transform: rotate(6deg);
    }
    46% {
        transform: rotate(-5deg);
    }
    60% {
        transform: rotate(4deg);
    }
    74% {
        transform: rotate(-2deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mirror-live-help-fab {
        animation: none;
    }
}

.mirror-live-help-modal {
    position: fixed;
    inset: 0;
    z-index: 1250;
    display: none;
}

.mirror-live-help-modal.is-open {
    display: block;
}

.mirror-live-help-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.56);
}

.mirror-live-help-card {
    position: absolute;
    right: 18px;
    bottom: 74px;
    width: min(360px, calc(100vw - 24px));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: #1b1b1b;
    padding: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

.mirror-live-help-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #a8a8a8;
    font-size: 20px;
    line-height: 1;
}

.mirror-live-help-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.mirror-live-help-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #20d16f;
    box-shadow: 0 0 0 4px rgba(32, 209, 111, 0.24);
}

.mirror-live-help-head h3 {
    margin: 0;
    color: #f6f6f6;
    font-size: 16px;
    font-weight: 800;
}

.mirror-live-help-head p {
    margin: 2px 0 0;
    color: #bdbdbd;
    font-size: 12px;
}

.mirror-live-help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.mirror-live-help-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: #131313;
    color: #ebebeb;
    min-height: 82px;
    padding: 10px;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    gap: 4px;
}

.mirror-live-help-item i {
    color: #d5b24a;
    font-size: 16px;
}

.mirror-live-help-item span {
    font-size: 12px;
    font-weight: 800;
}

.mirror-live-help-item small {
    color: #a0a0a0;
    font-size: 10px;
}

.mirror-live-help-item:hover {
    border-color: rgba(213, 178, 74, 0.52);
    color: #fff;
}

@media (max-width: 991.98px) {
    .mirror-call-shell {
        grid-template-columns: 1fr;
    }

    .mirror-live-help-card {
        right: 8px;
        left: 8px;
        bottom: 74px;
        width: auto;
    }

    .mirror-live-help-fab {
        right: 10px;
        bottom: 12px;
        min-height: 40px;
        padding: 0 14px;
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .mirror-announcement {
        font-size: 9px;
        padding: 4px 8px;
    }

    .mirror-live-help-grid {
        grid-template-columns: 1fr;
    }

    .mirror-live-help-item {
        min-height: 70px;
    }

    .mirror-call-card,
    .mirror-call-side {
        padding: 14px;
    }

    .mirror-call-head h1 {
        font-size: 21px;
    }

    .mirror-call-side-link {
        font-size: 11px;
        padding: 9px 10px;
    }

    .mirror-static-header h1,
    .mirror-account-title,
    .mirror-personal-main-head h1 {
        font-size: 20px;
        line-height: 1.2;
    }

    .mirror-message-item {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@media (max-width: 399.98px) {
    .mirror-live-help-fab span {
        display: none;
    }

    .mirror-live-help-fab {
        width: 38px;
        min-width: 38px;
        padding: 0;
        justify-content: center;
        border-radius: 999px;
    }
}

.mirror-license-note {
    margin: 10px auto 0;
    max-width: 900px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    line-height: 1.55;
    padding: 8px 10px 0;
}

.mirror-license-note .hl {
    color: #c6aa45;
}

.mirror-providers-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 14px 0 8px;
}

.mirror-providers-wrap img {
    display: block;
    margin: 0 auto;
    width: min(100%, 1180px);
    max-width: 90%;
    height: auto;
    object-position: center;
}

.mirror-payments-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 6px 14px 8px;
}

.mirror-payments-title {
    text-align: center;
    margin-bottom: 8px;
}

.mirror-payments-title span {
    font-size: 10px;
    color: #dddddd;
    font-weight: 700;
    background: #242424;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 4px 10px;
}

.mirror-payments-slider {
    overflow: hidden;
    border-radius: 0;
    border: 0;
    background: transparent;
}

.mirror-payments-track {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    padding: 8px 0;
    animation: mirrorPaymentsLoop 20s linear infinite;
}

.mirror-payments-track img {
    width: 100px;
    height: 34px;
    object-fit: contain;
    filter: saturate(0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    background: #2b2b2b;
    padding: 3px 8px;
}

@keyframes mirrorPaymentsLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.footer-copyright .brand-text {
    margin-top: 10px;
    color: #8e8e8e;
    font-size: 10px;
}

.Bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    background: #050d1e;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.Bottom-in {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.Bottom-item {
    text-align: center;
    color: #c9d6e8;
    padding: 9px 4px 8px;
    font-size: 10px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.Bottom-item i {
    font-size: 16px;
}

.Bottom-item.is-active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.Bottom-item#menuToggleButton {
    background: linear-gradient(180deg, rgba(217, 179, 59, 0.18) 0%, rgba(16, 29, 51, 0.6) 100%);
}

.mobile-fullscreen-drawer {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(104%);
    width: min(92vw, 360px);
    height: 100%;
    background: linear-gradient(180deg, #0d1f39 0%, #0a1730 100%);
    z-index: 1400;
    transition: transform 0.25s ease;
    overflow-y: auto;
    box-shadow: -16px 0 36px rgba(0, 0, 0, 0.45);
}

.mobile-fullscreen-drawer.open {
    transform: translateX(0);
}

.mobile-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 1300;
    display: none;
}

.mobile-drawer-backdrop.open {
    display: block;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: sticky;
    top: 0;
    background: rgba(10, 23, 48, 0.96);
    z-index: 2;
}

.mobile-logo {
    width: 112px;
}

.mobile-close-btn {
    border: 0;
    background: transparent;
    color: #95acc6;
    font-size: 16px;
}

.mobile-drawer-content {
    padding: 12px 12px 20px;
}

.mobile-drawer-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.quick-link {
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, #14345a 0%, #102745 100%);
    color: #e7f3ff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.quick-link:active {
    transform: scale(0.985);
}

.quick-link i {
    color: #64b8f0;
}

.mobile-wallet-box {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 12px;
    background: linear-gradient(160deg, #123255 0%, #10233d 100%);
    margin-bottom: 10px;
}

.mobile-wallet-box .label {
    color: #9cb6d2;
    font-size: 11px;
}

.mobile-wallet-box .value {
    color: #fff;
    font-weight: 700;
    margin-top: 4px;
}

.mobile-wallet-box .sub {
    color: #d4e0ec;
    font-size: 11px;
    margin-top: 2px;
}

.menu-section-title {
    color: #6f8eac;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 12px 4px 7px;
}

.menu-link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #f4f8ff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0f2038;
    padding: 9px 10px;
    border-radius: 10px;
    margin-bottom: 7px;
    font-size: 13px;
}

.mobile-auth-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.mobile-auth-cta {
    border: 1px solid #8f7730;
    background: linear-gradient(180deg, #cfaf42 0%, #b8932b 100%);
    color: #11141d;
    border-radius: 10px;
    min-height: 40px;
    padding: 8px 9px;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    width: 100%;
}

.mobile-auth-cta.is-soft {
    border-color: rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, #18365b 0%, #122a49 100%);
    color: #e6effd;
}

.mobile-auth-cta.guest-primary {
    grid-column: span 2;
}

.guest-grid {
    grid-template-columns: 1fr 1fr;
}

.mobile-auth-cta i {
    font-size: 13px;
}

.mobile-auth-cta:active {
    transform: scale(0.985);
}

.menu-link.is-active {
    border-color: rgba(220, 177, 61, 0.7);
    background: linear-gradient(180deg, #1a3356 0%, #132845 100%);
}

.icon-bg {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .mirror-mobile-menu-trigger {
        min-height: 32px;
        padding: 0 10px;
        font-size: 10px;
    }

    .mobile-fullscreen-drawer {
        width: 100vw;
    }

    .mobile-header {
        padding: 12px;
    }

    .mobile-logo {
        width: 104px;
    }

    .menu-link {
        font-size: 12px;
        padding: 8px 9px;
    }

    .mobile-auth-cta {
        min-height: 38px;
        font-size: 11px;
        padding: 7px 8px;
    }
}

.bg-petrol {
    background: #1b3a59;
}

.bg-red {
    background: #c12967;
}

.mobile-logout-form {
    margin-top: 10px;
}

.mobile-logout-btn {
    width: 100%;
    border: 0;
    background: #c12967;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px;
}

.mirror-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1600;
    padding: 18px;
}

.mirror-modal-overlay.hidden {
    display: none;
}

.mirror-auth-modal {
    width: min(100%, 390px);
    background: #08152b;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 16px;
    color: #fff;
}

.mirror-auth-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mirror-auth-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mirror-auth-switch {
    font-size: 12px;
    background: #173a58;
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
}

.mirror-auth-close {
    border: 0;
    background: transparent;
    color: #9eb4cb;
    font-size: 18px;
}

.mirror-auth-title {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mirror-auth-title .subtext {
    color: #9eb4cb;
    font-size: 12px;
}

.mirror-auth-title .maintext {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.mirror-auth-form {
    display: grid;
    gap: 8px;
}

.mirror-register-form {
    gap: 10px;
}

.mirror-register-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.mirror-register-col {
    display: grid;
    gap: 8px;
}

.mirror-auth-form input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #0e223c;
    border-radius: 8px;
    color: #fff;
    padding: 10px;
    font-size: 13px;
}

.mirror-input-fake {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #132847;
    border-radius: 8px;
    color: #cde0f4;
    padding: 10px;
    font-size: 13px;
    line-height: 1.15;
}

.mirror-auth-submit {
    border: 0;
    border-radius: 8px;
    background: #e91e63;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    padding: 10px;
    margin-top: 4px;
}

.mirror-auth-link {
    text-align: center;
    color: #8db7df;
    font-size: 12px;
    margin-top: 4px;
}

.mirror-remember-row {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #bfd4ea;
    font-size: 12px;
    margin-top: 2px;
}

.mirror-terms-row {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
    color: #bfd4ea;
    font-size: 12px;
    line-height: 1.45;
}

.mirror-terms-row input {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    accent-color: #e91e63;
}

.mirror-remember-row input {
    width: 14px;
    height: 14px;
    accent-color: #e91e63;
}

.mirror-auth-warning {
    background: linear-gradient(135deg, #2a1f1f 0%, #3d2626 100%);
    border-left: 4px solid #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 6px;
    padding: 10px 11px;
    margin-top: 2px;
}

.mirror-auth-warning .warn-title {
    color: #f87171;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
}

.mirror-auth-warning .warn-text {
    color: #d1d5db;
    font-size: 12px;
    line-height: 1.45;
}

.mirror-auth-page-shell {
    min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}

.mirror-auth-page-card {
    width: min(100%, 460px);
}

.mirror-auth-error-box {
    border: 1px solid rgba(248, 113, 113, 0.45);
    border-radius: 6px;
    background: rgba(127, 29, 29, 0.42);
    color: #fecaca;
    padding: 8px 10px;
    font-size: 12px;
}

.mirror-auth-error-box p {
    margin: 0 0 4px;
}

.mirror-auth-field-error {
    margin-top: -2px;
    color: #fca5a5;
    font-size: 11px;
}

.mirror-promo-code-modal {
    width: min(100%, 420px);
}

.mirror-account-shell {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.mirror-deposit-shell {
    max-width: 1320px;
}

.mirror-account-card {
    background: #1b1b1d;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 18px;
    color: #ececec;
}

.mirror-account-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.mirror-account-title {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.mirror-account-sub {
    margin: 5px 0 0;
    color: #b8b8b8;
    font-size: 13px;
}

.mirror-account-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.mirror-account-link,
.mirror-account-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border-radius: 4px;
    border: 1px solid #8f7730;
    background: #c9a93c;
    color: #111;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    text-transform: uppercase;
}

.mirror-account-link.is-soft,
.mirror-account-button.is-soft {
    background: #252525;
    color: #dddddd;
    border-color: rgba(255, 255, 255, 0.2);
}

.mirror-account-form p {
    margin: 0 0 10px;
}

.mirror-account-form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #d2d2d2;
    margin-bottom: 5px;
}

.mirror-account-form input,
.mirror-account-form select,
.mirror-account-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: #202124;
    color: #f1f1f1;
    padding: 9px 10px;
    font-size: 13px;
}

.mirror-account-form textarea {
    resize: vertical;
    min-height: 88px;
}

.mirror-account-submit {
    border: 1px solid #8f7730;
    border-radius: 4px;
    background: #c9a93c;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    text-transform: uppercase;
}

.mirror-account-note {
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #242529;
    color: #d8d8d8;
    padding: 10px;
    font-size: 12px;
    line-height: 1.45;
}

.mirror-deposit-shell .iframe-demo {
    margin-top: 12px;
}

.mirror-deposit-shell .browser {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    background: #1e1f23;
}

.mirror-deposit-shell .browser-top {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: #2b2d33;
}

.mirror-deposit-shell .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #8a8f9b;
}

.mirror-deposit-shell .addr {
    margin-left: 6px;
    color: #c4cbda;
    font-family: "IBM Plex Mono", "Menlo", monospace;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mirror-deposit-shell .iframe-sample {
    display: block;
    width: 100%;
    min-height: 900px;
    height: 72vh;
    border: 0;
    background: #ffffff;
}

@media (max-width: 768px) {
    .mirror-deposit-shell {
        max-width: 100%;
    }

    .mirror-deposit-shell .iframe-sample {
        min-height: 700px;
        height: 78vh;
    }

    .mirror-deposit-shell .addr {
        font-size: 11px;
    }
}

.mirror-account-errors {
    margin: 0 0 10px;
    padding: 0;
    color: #ff9e9e;
    font-size: 12px;
}

.mirror-account-errors p {
    margin: 0 0 4px;
}

.mirror-account-logout {
    margin-top: 12px;
}

.mirror-personal-page {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 14px;
    max-width: 1180px;
    margin: 0 auto;
}

.mirror-personal-sidebar,
.mirror-personal-main {
    border: 1px solid rgba(80, 108, 152, 0.45);
    border-radius: 8px;
    background: #0f1c36;
    color: #e8eef8;
}

.mirror-personal-sidebar {
    padding: 14px;
}

.mirror-personal-id {
    color: #98a9c7;
    font-size: 12px;
    margin-bottom: 10px;
}

.mirror-personal-balance-card,
.mirror-personal-bonus-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(15, 34, 64, 0.9);
    padding: 10px;
    margin-bottom: 10px;
}

.mirror-personal-balance-label,
.mirror-personal-bonus-label {
    font-size: 11px;
    color: #9eb2d4;
}

.mirror-personal-balance-value,
.mirror-personal-bonus-value {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.mirror-personal-bonus-sub {
    margin-top: 4px;
    font-size: 12px;
    color: #c2d0ea;
}

.mirror-personal-balance-actions {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.mirror-personal-action-btn {
    flex: 1;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #8f7730;
    background: #c9a93c;
    color: #111;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 8px;
}

.mirror-personal-action-btn.is-soft {
    background: #293754;
    color: #e2e9f7;
    border-color: rgba(226, 233, 247, 0.28);
}

.mirror-personal-menu-block {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 9px;
    margin-top: 9px;
}

.mirror-personal-menu-title {
    color: #d3ddf0;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 6px;
}

.mirror-personal-menu-link {
    display: block;
    color: #b9c9e5;
    font-size: 12px;
    padding: 4px 0;
}

.mirror-personal-menu-link.is-active {
    color: #ffffff;
    font-weight: 700;
}

.mirror-personal-promo-form {
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 10px;
}

.mirror-personal-promo-form label {
    display: block;
    color: #dbe4f5;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 6px;
}

.mirror-personal-promo-row {
    display: flex;
    gap: 6px;
}

.mirror-personal-promo-row input {
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    background: #172946;
    color: #edf2fb;
    padding: 8px 9px;
    font-size: 12px;
}

.mirror-personal-promo-row button {
    border: 1px solid #8f7730;
    border-radius: 5px;
    background: #c9a93c;
    color: #111;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 12px;
}

.mirror-personal-logout-form {
    margin-top: 10px;
}

.mirror-personal-logout-btn {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 5px;
    background: #203250;
    color: #f2f6ff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
}

.mirror-personal-main {
    padding: 18px;
}

.mirror-personal-main-head h1 {
    margin: 0 0 14px;
    font-size: 27px;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.mirror-personal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mirror-personal-field label {
    display: block;
    color: #d6e0f1;
    font-size: 13px;
    margin-bottom: 6px;
}

.mirror-personal-field input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    background: #172946;
    color: #f0f5ff;
    padding: 10px;
    font-size: 14px;
}

.mirror-personal-save-row {
    margin-top: 14px;
}

.mirror-messages-page {
    align-items: start;
}

.mirror-messages-main {
    display: grid;
    gap: 10px;
}

.mirror-messages-sub {
    margin: -2px 0 0;
    color: #b9c8df;
    font-size: 12px;
}

.mirror-messages-thread {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #111f3a;
    padding: 10px;
    display: grid;
    gap: 8px;
    max-height: 430px;
    overflow-y: auto;
}

.mirror-message-card {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 9px 10px;
}

.mirror-message-card.is-user {
    background: rgba(255, 255, 255, 0.04);
}

.mirror-message-card.is-staff {
    background: rgba(208, 176, 73, 0.12);
    border-color: rgba(208, 176, 73, 0.32);
}

.mirror-message-meta {
    color: #a9bbd8;
    font-size: 11px;
    margin-bottom: 5px;
}

.mirror-message-body {
    color: #edf2fb;
    font-size: 13px;
    line-height: 1.45;
    white-space: pre-line;
}

.mirror-messages-empty {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #b9c8df;
    font-size: 12px;
    padding: 11px;
    text-align: center;
}

.mirror-messages-form {
    display: grid;
    gap: 7px;
    margin-top: 4px;
}

.mirror-messages-form label {
    color: #d5dbe6;
    font-size: 12px;
    font-weight: 700;
}

.mirror-messages-form textarea,
.mirror-messages-form input,
.mirror-messages-form select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: #121f35;
    color: #edf2fc;
    padding: 10px 11px;
    font-size: 13px;
}

.mirror-messages-form textarea {
    min-height: 110px;
    resize: vertical;
}

.mirror-messages-submit {
    border: 1px solid #8f7730;
    border-radius: 7px;
    background: linear-gradient(180deg, #d2b04a 0%, #b99536 100%);
    color: #111;
    min-height: 40px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 0 12px;
    justify-self: start;
}

.mirror-history-main {
    display: grid;
    gap: 10px;
}

.mirror-history-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #111f3a;
}

.mirror-history-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}

.mirror-history-table th,
.mirror-history-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    color: #e9eff9;
    font-size: 12px;
    text-align: left;
}

.mirror-history-table th {
    color: #a9bbd8;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.03);
}

.mirror-history-empty-cell {
    text-align: center;
    color: #b9c8df;
    padding: 16px;
}

.mirror-history-cards {
    display: grid;
    gap: 8px;
}

.mirror-history-card {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #111f3a;
    padding: 10px;
}

.mirror-history-title {
    color: #edf2fb;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
}

.mirror-history-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: #c4d1e6;
    padding: 3px 0;
}

.mirror-history-row strong {
    color: #f4f7fe;
}

.mirror-history-empty {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #b9c8df;
    font-size: 12px;
    padding: 11px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .mirror-personal-page {
        grid-template-columns: 1fr;
    }

    .mirror-personal-grid {
        grid-template-columns: 1fr;
    }

    .mirror-personal-main-head h1 {
        font-size: 24px;
    }

    .mirror-messages-thread {
        max-height: none;
    }
}

.mirror-static-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.mirror-static-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mirror-static-nav li + li {
    margin-top: 7px;
}

.mirror-static-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #8d0d0d;
    border-radius: 0;
    background: linear-gradient(180deg, #9e1e1e 0%, #842929 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    min-height: 30px;
    padding: 0 11px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.mirror-static-nav a i {
    width: 15px;
    text-align: center;
    font-size: 12px;
}

.mirror-static-nav a.is-active {
    background: linear-gradient(180deg, #b72b2b 0%, #982121 100%);
    border-color: #7f1717;
}

.mirror-static-content {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    overflow: hidden;
}

.mirror-static-header {
    padding: 0 0 10px;
    border-bottom: 0;
    background: transparent;
}

.mirror-static-header h1 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.payment-subtitle,
.contact-subtitle {
    margin: 8px 0 0;
    color: #c6c6c6;
    font-size: 14px;
    line-height: 1.45;
}

.faq-content,
.mirror-accordion-list {
    padding: 0;
    display: grid;
    gap: 0;
}

.faq-item,
.mirror-accordion-item {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #2e2e2e;
    border-radius: 0;
    overflow: hidden;
}

.faq-question,
.mirror-accordion-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #f3f3f3;
    font-size: 12px;
    font-weight: 900;
    line-height: 17.1429px;
    padding: 15px 20px;
    background: #2e2e2e;
}

.mirror-accordion-item summary {
    min-height: 85px;
}

.faq-question::-webkit-details-marker,
.mirror-accordion-item summary::-webkit-details-marker {
    display: none;
}

.faq-item .fa-chevron-down,
.mirror-accordion-item .fa-chevron-down {
    color: #dcb13d;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.faq-item[open] .fa-chevron-down,
.mirror-accordion-item[open] .fa-chevron-down {
    transform: rotate(180deg);
}

.faq-answer,
.mirror-accordion-body {
    border-top: 0;
    background: #180a0a;
    padding: 15px 15px 5px;
}

.faq-answer p,
.mirror-accordion-body p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 17.1429px;
    white-space: pre-line;
}

.payment-methods-grid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.payment-method-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: #2e2e2e;
    padding: 14px 16px;
}

.payment-method-card h3 {
    margin: 0 0 6px;
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 700;
}

.payment-method-card p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 17.1429px;
}

.contact-cards-grid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.contact-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: #2e2e2e;
    padding: 14px 16px;
}

.contact-card h3 {
    margin: 0 0 8px;
    color: #f3f3f3;
    font-size: 17px;
}

.contact-card p {
    margin: 0;
    color: #cfcfcf;
    font-size: 13px;
    line-height: 1.55;
}

.contact-note-grid {
    padding: 8px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.contact-note-card {
    border: 1px solid rgba(220, 177, 61, 0.45);
    border-radius: 0;
    background: #2e2a1e;
    padding: 12px 14px;
}

.contact-note-card h4 {
    margin: 0 0 7px;
    color: #e2bc52;
    font-size: 14px;
    font-weight: 700;
}

.contact-note-card p {
    margin: 0;
    color: #dfdfdf;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .mirror-static-shell {
        grid-template-columns: 1fr;
    }

    .mirror-static-header h1 {
        font-size: 27px;
    }

    .mirror-static-nav a {
        font-size: 12px;
        min-height: 30px;
        line-height: 30px;
        padding: 0 11px;
    }

    .payment-methods-grid,
    .contact-cards-grid,
    .contact-note-grid {
        grid-template-columns: 1fr;
    }

    .faq-question,
    .mirror-accordion-item summary {
        font-size: 13px;
        padding: 12px;
    }

    .faq-answer,
    .mirror-accordion-body,
    .payment-method-card,
    .contact-card,
    .contact-note-card {
        padding: 12px;
    }
}

@media (max-width: 767.98px) {
    .mirror-user-actions .mirror-head-btn {
        min-height: 24px;
        padding: 4px 8px;
        font-size: 9px;
    }

    .mirror-user-actions .js-open-promo-code {
        min-width: 102px;
    }

    .mirror-account-card {
        padding: 14px;
    }

    .mirror-account-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .mirror-auth-mobile-tuned {
        padding: 12px 10px;
        align-items: flex-start;
        min-height: 0;
    }

    .mirror-auth-page-card,
    .mirror-auth-modal {
        width: 100%;
    }

    .mirror-auth-modal {
        padding: 14px;
        border-radius: 10px;
    }

    .mirror-auth-header img {
        width: 116px;
        height: auto;
    }

    .mirror-auth-switch {
        font-size: 11px;
        padding: 5px 9px;
    }

    .mirror-auth-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mirror-auth-title .subtext,
    .mirror-auth-warning .warn-title,
    .mirror-auth-warning .warn-text,
    .mirror-auth-link,
    .mirror-remember-row,
    .mirror-terms-row {
        font-size: 11px;
    }

    .mirror-auth-title .maintext {
        font-size: 16px;
    }

    .mirror-auth-form {
        gap: 7px;
    }

    .mirror-auth-form input,
    .mirror-input-fake {
        min-height: 40px;
        padding: 9px 10px;
        font-size: 12px;
    }

    .mirror-auth-submit {
        min-height: 42px;
        font-size: 12px;
        margin-top: 3px;
    }

    .mirror-auth-warning {
        padding: 9px 10px;
    }

    .mirror-register-grid,
    .mirror-register-col {
        gap: 7px;
    }

    .mirror-message-card {
        padding: 10px;
    }

    .mirror-messages-form input,
    .mirror-messages-form textarea,
    .mirror-messages-form select {
        font-size: 12px;
        padding: 9px 10px;
    }

    .mirror-messages-submit {
        width: 100%;
        min-height: 40px;
        font-size: 12px;
        justify-self: stretch;
    }

    .mirror-message-meta {
        font-size: 10px;
    }

    .mirror-message-body {
        font-size: 12px;
    }

    .mirror-messages-thread {
        padding: 8px;
        gap: 7px;
    }

    .mirror-history-table th,
    .mirror-history-table td {
        font-size: 11px;
        padding: 8px;
    }

    .mirror-history-title,
    .mirror-history-row,
    .mirror-history-empty {
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .mirror-footer-wrap {
        padding-bottom: 18px;
    }

    .footer-info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .mirror-license-badges img {
        width: 140px;
        height: 140px;
    }

    .mirror-patent-link img {
        width: 280px;
        height: 280px;
    }

    .mirror-payments-track img {
        width: 132px;
        height: 46px;
    }

    .mirror-topline-inner {
        min-height: 34px;
        font-size: 10px;
    }

    .mirror-license-wrap {
        background-position-y: -231px;
        background-position-x: 734px;
    }

    .mirror-register-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .Bottom,
    .mobile-fullscreen-drawer,
    .mobile-drawer-backdrop {
        display: none;
    }
}

.bo-mt-14 {
    margin-top: 14px;
}

.bo-title-sm {
    font-size: 20px;
}

.bo-filter-form {
    margin-bottom: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.bo-table-wrap {
    overflow-x: auto;
}

.bo-table {
    width: 100%;
}

.bo-table-deposit {
    min-width: 980px;
}

.bo-table-withdraw {
    min-width: 1080px;
}

.bo-action-form {
    display: flex;
    gap: 6px;
    align-items: center;
}

.bo-action-form-wrap {
    flex-wrap: wrap;
}

.bo-note-input {
    max-width: 140px;
}

.bo-filter-input {
    min-width: 320px;
}

.bo-table-games {
    min-width: 1160px;
}

.bo-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.bo-dashboard-grid-wide {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
    .bo-dashboard-grid,
    .bo-dashboard-grid-wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 399.98px) {
    .mirror-auth-title .maintext {
        font-size: 15px;
    }

    .mirror-auth-modal {
        padding: 12px;
    }
}
