body {
    margin: 0;
    min-height: 100vh;
    color: #172033;
    background:
        radial-gradient(circle at 12% 10%, rgba(104, 92, 255, .18), transparent 30%),
        radial-gradient(circle at 90% 20%, rgba(0, 194, 255, .14), transparent 28%),
        linear-gradient(135deg, #f5f7ff 0%, #edf2fb 55%, #f7f9fc 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

#wrap {
    min-height: auto;
}

#wrap > .container {
    width: 100%;
    max-width: 1320px;
    padding: 34px 28px 10px;
}

.tc-page {
    width: 100%;
}

.tc-header,
.tc-hero,
.tc-main-grid,
.tc-banner {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.tc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.tc-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tc-brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #fff;
    font-weight: 800;
    border-radius: 14px;
    background: linear-gradient(135deg, #695cff, #26b9ff);
    box-shadow: 0 12px 28px rgba(91, 83, 220, .28);
}

.tc-brand strong,
.tc-brand small {
    display: block;
}

.tc-brand strong {
    font-size: 19px;
    line-height: 1.1;
}

.tc-brand small {
    margin-top: 3px;
    color: #8790a5;
    font-size: 11px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.tc-secure-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    color: #405068;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(126, 139, 166, .2);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(49, 62, 88, .08);
}

.tc-secure-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #28c984;
    box-shadow: 0 0 0 5px rgba(40, 201, 132, .12);
}

.tc-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 28px;
}

.tc-hero-copy {
    max-width: 700px;
}

.tc-eyebrow {
    display: inline-block;
    margin-bottom: 11px;
    color: #6357e8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.tc-hero h1 {
    margin: 0;
    color: #111a2d;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.tc-hero p {
    max-width: 610px;
    margin: 17px 0 0;
    color: #69758b;
    font-size: 16px;
    line-height: 1.7;
}

.tc-hero-security {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 275px;
    padding: 16px 18px;
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(126, 139, 166, .18);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(36, 48, 75, .08);
}

.tc-security-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    color: #fff;
    font-weight: 900;
    border-radius: 12px;
    background: #28c984;
}

.tc-hero-security strong,
.tc-hero-security small {
    display: block;
}

.tc-hero-security strong {
    font-size: 13px;
}

.tc-hero-security small {
    margin-top: 4px;
    color: #8a94a7;
    font-size: 11px;
}

.tc-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
}

.tc-card {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(133, 146, 174, .16);
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(36, 48, 75, .1);
}

.tc-payment-card {
    padding: 30px;
}

.tc-card-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 24px;
    border-bottom: 1px solid #edf0f6;
}

.tc-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-weight: 800;
    border-radius: 13px;
    background: linear-gradient(135deg, #695cff, #8176ff);
}

.tc-card-heading h2,
.tc-card-heading p {
    margin: 0;
}

.tc-card-heading h2 {
    font-size: 20px;
    font-weight: 800;
}

.tc-card-heading p {
    margin-top: 4px;
    color: #8a94a7;
    font-size: 13px;
}

.tc-form-section {
    margin-top: 26px;
}

.tc-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.tc-label-row label {
    margin: 0;
    color: #222c40;
    font-size: 14px;
    font-weight: 800;
}

.tc-label-row span {
    color: #9aa3b4;
    font-size: 11px;
}

.tc-options {
    display: grid;
    gap: 10px;
}

.tc-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tc-currencies {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tc-option {
    position: relative;
    margin: 0;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.tc-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tc-service-option {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 14px 15px;
    background: #f8f9fc;
    border: 1px solid #e5e9f1;
    border-radius: 15px;
}

.tc-option-dot {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border-radius: 50%;
    background: #cbd2df;
    box-shadow: 0 0 0 5px rgba(203, 210, 223, .2);
}

.tc-service-option.active {
    color: #564bd5;
    background: #f1efff;
    border-color: #766bf1;
    box-shadow: 0 10px 24px rgba(99, 87, 232, .12);
}

.tc-service-option.active .tc-option-dot {
    background: #695cff;
    box-shadow: 0 0 0 5px rgba(105, 92, 255, .14);
}

.tc-currency-option {
    display: flex;
    flex-direction: column;
    min-height: 74px;
    padding: 14px;
    background: #f8f9fc;
    border: 1px solid #e5e9f1;
    border-radius: 15px;
}

.tc-currency-option strong {
    font-size: 15px;
}

.tc-currency-option small {
    margin-top: 6px;
    color: #9aa3b4;
    font-size: 10px;
}

.tc-currency-option.active {
    color: #fff;
    background: linear-gradient(135deg, #695cff, #4f8cff);
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(91, 83, 220, .25);
}

.tc-currency-option.active small {
    color: rgba(255,255,255,.75);
}

.tc-option.disabled {
    cursor: not-allowed;
    opacity: .45;
}

.tc-option:not(.disabled):hover {
    transform: translateY(-2px);
}

.tc-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.tc-button {
    min-height: 50px;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 800;
    border: 0;
    border-radius: 14px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.tc-button:hover {
    transform: translateY(-2px);
}

.tc-button-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 175px;
    color: #fff;
    background: linear-gradient(135deg, #695cff, #4f8cff);
    box-shadow: 0 14px 30px rgba(91, 83, 220, .25);
}

.tc-button-secondary {
    color: #38445a;
    background: #edf1f7;
}

.tc-status-note {
    margin: 14px 0 0;
    color: #9aa3b4;
    font-size: 11px;
}

.tc-info-card {
    padding: 30px 26px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 8%, rgba(90, 215, 255, .22), transparent 30%),
        linear-gradient(160deg, #1a2340, #11172b);
}

.tc-info-label {
    color: #8fa7ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tc-info-card h3 {
    margin: 13px 0 27px;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
}

.tc-info-step {
    display: flex;
    gap: 14px;
    margin-top: 22px;
}

.tc-info-step > span {
    color: #7f91ff;
    font-size: 11px;
    font-weight: 800;
}

.tc-info-step strong {
    display: block;
    font-size: 13px;
}

.tc-info-step p {
    margin: 6px 0 0;
    color: #9ca8c3;
    font-size: 12px;
    line-height: 1.55;
}

.tc-banner {
    display: flex;
    gap: 18px;
    margin-top: 24px;
    padding: 24px 28px;
    background: rgba(239, 252, 246, .94);
    border: 1px solid #cceede;
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(38, 126, 85, .08);
}

.tc-banner-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: #fff;
    font-weight: 900;
    border-radius: 13px;
    background: #28c984;
}

.tc-banner h3 {
    margin: 2px 0 8px;
    color: #17683f;
    font-size: 17px;
    font-weight: 800;
}

.tc-banner-body {
    color: #476459;
    font-size: 13px;
    line-height: 1.6;
}

.tc-banner-body > div {
    padding: 0 !important;
    text-align: left !important;
}

@media (max-width: 900px) {
    .tc-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .tc-main-grid {
        grid-template-columns: 1fr;
    }

    .tc-info-card {
        order: 2;
    }
}

@media (max-width: 650px) {
    #wrap > .container {
        padding: 20px 14px 8px;
    }

    .tc-header {
        margin-bottom: 26px;
    }

    .tc-secure-badge {
        padding: 8px 10px;
        font-size: 10px;
    }

    .tc-hero h1 {
        font-size: 31px;
    }

    .tc-hero-security {
        width: 100%;
        min-width: 0;
    }

    .tc-payment-card,
    .tc-info-card {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .tc-services {
        grid-template-columns: 1fr;
    }

    .tc-currencies {
        grid-template-columns: repeat(2, 1fr);
    }

    .tc-actions {
        flex-direction: column;
    }

    .tc-button {
        width: 100%;
    }

    .tc-banner {
        padding: 20px;
    }
}

/* TOTALCASINO COMPACT STEP1 V2 */

#wrap > .container {
    padding-top: 16px;
    padding-bottom: 6px;
}

.tc-hero-compact {
    align-items: center;
    margin-bottom: 14px;
}

.tc-hero-compact .tc-eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
}

.tc-hero-compact h1 {
    font-size: 30px;
    line-height: 1.08;
}

.tc-hero-compact p {
    max-width: 680px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
}

.tc-hero-compact .tc-hero-security {
    min-width: 245px;
    padding: 10px 13px;
    border-radius: 14px;
}

.tc-hero-compact .tc-security-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-radius: 10px;
}

.tc-main-grid-compact {
    grid-template-columns: minmax(0, 1fr) 355px;
    gap: 16px;
}

.tc-payment-card-compact {
    padding: 18px 20px;
}

.tc-payment-card-compact .tc-card-heading {
    padding-bottom: 12px;
}

.tc-payment-card-compact .tc-step-number {
    width: 36px;
    height: 36px;
    font-size: 12px;
    border-radius: 11px;
}

.tc-payment-card-compact .tc-card-heading h2 {
    font-size: 17px;
}

.tc-payment-card-compact .tc-card-heading p {
    margin-top: 2px;
    font-size: 11px;
}

.tc-payment-card-compact .tc-form-section {
    margin-top: 13px;
}

.tc-payment-card-compact .tc-label-row {
    margin-bottom: 7px;
}

.tc-payment-card-compact .tc-label-row label {
    font-size: 12px;
}

.tc-payment-card-compact .tc-label-row span {
    font-size: 9px;
}

.tc-payment-card-compact .tc-options {
    gap: 7px;
}

.tc-payment-card-compact .tc-service-option {
    min-height: 42px;
    padding: 9px 11px;
    border-radius: 12px;
    font-size: 12px;
}

.tc-payment-card-compact .tc-currency-option {
    min-height: 54px;
    padding: 9px 10px;
    border-radius: 12px;
}

.tc-payment-card-compact .tc-currency-option strong {
    font-size: 13px;
}

.tc-payment-card-compact .tc-currency-option small {
    margin-top: 3px;
    font-size: 9px;
}

.tc-method-section {
    margin-top: 15px !important;
}

.tc-method-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.tc-method-button {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 9px 12px;
    text-align: left;
    border: 0;
    border-radius: 14px;
}

.tc-method-button-primary {
    color: #fff;
    background: linear-gradient(135deg, #695cff, #4f8cff);
    box-shadow: 0 10px 24px rgba(91, 83, 220, .22);
}

.tc-method-button-primary:hover,
.tc-method-button-primary:focus {
    color: #fff;
    transform: translateY(-1px);
}

.tc-method-button-disabled {
    color: #7d8798;
    background: #edf0f5;
    border: 1px dashed #cbd2df;
    cursor: not-allowed;
    opacity: .74;
}

.tc-method-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    font-size: 15px;
    border-radius: 10px;
    background: rgba(255,255,255,.16);
}

.tc-method-button-disabled .tc-method-button-icon {
    background: #fff;
}

.tc-method-button-copy {
    display: block;
    min-width: 0;
    flex: 1;
}

.tc-method-button-copy strong,
.tc-method-button-copy small {
    display: block;
}

.tc-method-button-copy strong {
    font-size: 12px;
    line-height: 1.2;
}

.tc-method-button-copy small {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.25;
    opacity: .79;
}

.tc-method-arrow {
    font-size: 18px;
    font-weight: 800;
}

.tc-method-soon {
    padding: 3px 6px;
    color: #7c8698;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    border-radius: 999px;
}

.tc-payment-card-compact .tc-status-note {
    margin-top: 8px;
    font-size: 9px;
}

.tc-info-card-compact {
    padding: 20px 19px;
}

.tc-info-card-compact h3 {
    margin: 8px 0 15px;
    font-size: 20px;
}

.tc-method-info {
    display: flex;
    gap: 10px;
    margin-top: 13px;
}

.tc-method-info-number {
    color: #8194ff;
    font-size: 10px;
    font-weight: 800;
}

.tc-method-info strong {
    display: block;
    font-size: 12px;
}

.tc-method-info p {
    margin: 4px 0 0;
    color: #a4aec5;
    font-size: 10px;
    line-height: 1.4;
}

.tc-account-warning {
    margin-top: 16px;
    padding: 12px;
    color: #f3e8be;
    background: rgba(255, 188, 65, .1);
    border: 1px solid rgba(255, 188, 65, .22);
    border-radius: 13px;
}

.tc-account-warning strong {
    display: block;
    color: #ffd77c;
    font-size: 11px;
}

.tc-account-warning p {
    margin: 5px 0 0;
    color: #c7cce0;
    font-size: 9px;
    line-height: 1.4;
}

.tc-banner {
    margin-top: 16px;
}

@media (max-width: 900px) {
    .tc-main-grid-compact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .tc-method-actions {
        grid-template-columns: 1fr;
    }

    .tc-hero-compact h1 {
        font-size: 27px;
    }
}

/* TOTALCASINO CASHBACK POPUP V1 */

body.tc-popup-open {
    overflow: hidden;
}

#cashback-banner {
    scroll-margin-top: 22px;
}

.tc-popup {
    position: fixed;
    z-index: 10050;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tc-popup.is-visible {
    display: flex;
}

.tc-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 22, 42, .68);
    backdrop-filter: blur(5px);
}

.tc-popup-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 480px;
    padding: 28px;
    color: #253047;
    background: #fff;
    border: 1px solid rgba(126, 139, 166, .2);
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(18, 27, 56, .32);
    animation: tcPopupEnter .25s ease-out;
}

.tc-popup-x {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #8a94a7;
    font-size: 25px;
    line-height: 29px;
    background: transparent;
    border: 0;
    border-radius: 50%;
}

.tc-popup-x:hover,
.tc-popup-x:focus {
    color: #344057;
    background: #f1f3f7;
    outline: none;
}

.tc-popup-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(135deg, #695cff, #26b9ff);
    border-radius: 17px;
    box-shadow: 0 13px 30px rgba(91, 83, 220, .25);
}

.tc-popup-label {
    display: inline-block;
    margin-bottom: 7px;
    color: #6258e5;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tc-popup-copy h2 {
    margin: 0;
    padding-right: 25px;
    color: #202a3e;
    font-size: 24px;
    line-height: 1.18;
}

.tc-popup-copy p {
    margin: 12px 0 0;
    color: #6f7a90;
    font-size: 14px;
    line-height: 1.55;
}

.tc-popup-actions {
    display: flex;
    gap: 10px;
    margin-top: 23px;
}

.tc-popup-button {
    min-height: 43px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 12px;
}

.tc-popup-button-more {
    flex: 1;
    color: #fff;
    background: linear-gradient(135deg, #695cff, #4f8cff);
    border: 0;
    box-shadow: 0 10px 23px rgba(91, 83, 220, .22);
}

.tc-popup-button-more:hover,
.tc-popup-button-more:focus {
    color: #fff;
    transform: translateY(-1px);
    outline: none;
}

.tc-popup-button-close {
    color: #667188;
    background: #f0f2f6;
    border: 1px solid #e0e4ec;
}

.tc-popup-button-close:hover,
.tc-popup-button-close:focus {
    color: #313c52;
    background: #e7eaf0;
    outline: none;
}

@keyframes tcPopupEnter {
    from {
        opacity: 0;
        transform: translateY(15px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 520px) {
    .tc-popup {
        align-items: flex-end;
        padding: 11px;
    }

    .tc-popup-dialog {
        padding: 23px 20px 20px;
        border-radius: 21px;
    }

    .tc-popup-copy h2 {
        font-size: 21px;
    }

    .tc-popup-actions {
        flex-direction: column;
    }

    .tc-popup-button {
        width: 100%;
    }
}

/* TOTALCASINO DEPOSIT INFO MODALS V1 */

.tc-method-info-copy {
    min-width: 0;
    flex: 1;
}

.tc-info-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
    padding: 0;
    color: #aeb7ff;
    font-size: 10px;
    font-weight: 800;
    background: transparent;
    border: 0;
}

.tc-info-more:hover,
.tc-info-more:focus {
    color: #fff;
    outline: none;
}

.tc-info-more span {
    transition: transform .18s ease;
}

.tc-info-more:hover span {
    transform: translateX(3px);
}

body.tc-info-modal-open {
    overflow: hidden;
}

.tc-info-modal {
    position: fixed;
    z-index: 10100;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tc-info-modal.is-visible {
    display: flex;
}

.tc-info-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 21, 40, .73);
    backdrop-filter: blur(5px);
}

.tc-info-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 27px 29px 25px;
    color: #29344a;
    background: #fff;
    border: 1px solid rgba(126, 139, 166, .2);
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(15, 24, 55, .37);
    animation: tcInfoModalEnter .22s ease-out;
}

.tc-info-modal-dialog-small {
    max-width: 520px;
}

.tc-info-modal-x {
    position: absolute;
    top: 13px;
    right: 14px;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #8b95a8;
    font-size: 25px;
    line-height: 30px;
    background: transparent;
    border: 0;
    border-radius: 50%;
}

.tc-info-modal-x:hover,
.tc-info-modal-x:focus {
    color: #303b50;
    background: #f0f2f6;
    outline: none;
}

.tc-info-modal-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-right: 35px;
}

.tc-info-modal-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    background: linear-gradient(135deg, #695cff, #4f8cff);
    border-radius: 13px;
}

.tc-info-modal-label {
    display: block;
    margin-bottom: 4px;
    color: #6e62e8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tc-info-modal-header h2 {
    margin: 0;
    color: #222c40;
    font-size: 23px;
    line-height: 1.2;
}

.tc-info-modal-content {
    margin-top: 21px;
}

.tc-info-modal-content > p {
    margin: 11px 0;
    color: #616d82;
    font-size: 13px;
    line-height: 1.58;
}

.tc-info-modal-warning {
    margin-top: 18px;
    padding: 15px 16px;
    color: #6f5116;
    background: #fff7dc;
    border: 1px solid #f0d586;
    border-radius: 14px;
}

.tc-info-modal-warning strong {
    display: block;
    color: #6b4b0c;
    font-size: 12px;
}

.tc-info-modal-warning p {
    margin: 5px 0 0;
    color: #765b25;
    font-size: 11px;
    line-height: 1.5;
}

.tc-info-modal-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}

.tc-info-modal-close {
    min-width: 110px;
    min-height: 41px;
    padding: 9px 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    background: linear-gradient(135deg, #695cff, #4f8cff);
    border: 0;
    border-radius: 12px;
}

.tc-info-modal-close:hover,
.tc-info-modal-close:focus {
    color: #fff;
    transform: translateY(-1px);
    outline: none;
}

@keyframes tcInfoModalEnter {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 600px) {
    .tc-info-modal {
        align-items: flex-end;
        padding: 10px;
    }

    .tc-info-modal-dialog {
        max-height: calc(100vh - 20px);
        padding: 23px 19px 20px;
        border-radius: 21px;
    }

    .tc-info-modal-header h2 {
        font-size: 20px;
    }

    .tc-info-modal-content > p {
        font-size: 12px;
    }

    .tc-info-modal-close {
        width: 100%;
    }
}

/* TOTALCASINO PAPER WALLET ANIMATION V1 */

.tc-info-link-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 7px;
}

.tc-info-link-row .tc-info-more {
    margin-top: 0;
}

.tc-info-animation {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    color: #7ee0b0;
    font-size: 10px;
    font-weight: 800;
    background: transparent;
    border: 0;
}

.tc-info-animation:hover,
.tc-info-animation:focus {
    color: #baf2d5;
    outline: none;
}

.tc-info-animation-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    color: #fff;
    font-size: 8px;
    background: rgba(60, 207, 139, .22);
    border: 1px solid rgba(126, 224, 176, .32);
    border-radius: 50%;
}

body.tc-animation-open {
    overflow: hidden;
}

.tc-animation-modal {
    position: fixed;
    z-index: 10200;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.tc-animation-modal.is-visible {
    display: flex;
}

.tc-animation-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 16, 33, .82);
    backdrop-filter: blur(7px);
}

.tc-animation-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1120px;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    padding: 20px;
    color: #243047;
    background: #fff;
    border: 1px solid rgba(126, 139, 166, .22);
    border-radius: 23px;
    box-shadow: 0 34px 100px rgba(8, 15, 37, .46);
    animation: tcAnimationEnter .24s ease-out;
}

.tc-animation-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding: 2px 4px 16px;
}

.tc-animation-label {
    display: block;
    margin-bottom: 4px;
    color: #6258e5;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.tc-animation-header h2 {
    margin: 0;
    color: #202a3f;
    font-size: 23px;
    line-height: 1.2;
}

.tc-animation-header p {
    margin: 7px 0 0;
    color: #778197;
    font-size: 11px;
}

.tc-animation-x {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    padding: 0;
    color: #8791a5;
    font-size: 26px;
    line-height: 31px;
    background: #f1f3f7;
    border: 0;
    border-radius: 50%;
}

.tc-animation-x:hover,
.tc-animation-x:focus {
    color: #303b50;
    background: #e8ebf1;
    outline: none;
}

.tc-animation-stage {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #eef2f7;
    border: 1px solid #e0e5ee;
    border-radius: 17px;
}

.tc-animation-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: contain;
    transform: scale(1.012);
    transition:
        opacity .45s ease,
        transform .8s ease;
    pointer-events: none;
}

.tc-animation-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.tc-animation-progress {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    overflow: hidden;
    background: rgba(24, 34, 58, .16);
}

.tc-animation-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #695cff, #31c98a);
}

.tc-animation-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 3px 1px;
}

.tc-animation-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.tc-animation-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #ccd2de;
    border: 0;
    border-radius: 999px;
    transition: width .2s ease, background .2s ease;
}

.tc-animation-dots button.is-active {
    width: 24px;
    background: #695cff;
}

.tc-animation-counter {
    color: #8791a5;
    font-size: 10px;
    font-weight: 700;
}

.tc-animation-close {
    min-width: 105px;
    min-height: 38px;
    margin-left: auto;
    padding: 8px 18px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    background: linear-gradient(135deg, #695cff, #4f8cff);
    border: 0;
    border-radius: 11px;
}

.tc-animation-close:hover,
.tc-animation-close:focus {
    color: #fff;
    transform: translateY(-1px);
    outline: none;
}

@keyframes tcAnimationProgress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes tcAnimationEnter {
    from {
        opacity: 0;
        transform: translateY(13px) scale(.988);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 650px) {
    .tc-animation-modal {
        align-items: flex-end;
        padding: 8px;
    }

    .tc-animation-dialog {
        max-height: calc(100vh - 16px);
        padding: 14px;
        border-radius: 19px;
    }

    .tc-animation-header h2 {
        font-size: 19px;
    }

    .tc-animation-header p {
        font-size: 10px;
    }

    .tc-animation-footer {
        flex-wrap: wrap;
    }

    .tc-animation-close {
        width: 100%;
        margin-left: 0;
    }
}

/* MODERN SERVICE CARDS PHASE 1 */

.tc-hidden {
    display: none !important;
}

.tc-services-scroll-shell {
    margin-right: -8px;
    overflow: hidden;
}

.tc-services.tc-services-scroll {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 8px 10px 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.tc-services.tc-services-scroll::-webkit-scrollbar {
    height: 8px;
}

.tc-services.tc-services-scroll::-webkit-scrollbar-track {
    background: #edf0f6;
    border-radius: 999px;
}

.tc-services.tc-services-scroll::-webkit-scrollbar-thumb {
    background: #c4ccda;
    border-radius: 999px;
}

.tc-services.tc-services-scroll .tc-service-option {
    flex: 0 0 235px;
    align-items: flex-start;
    scroll-snap-align: start;
}

.tc-service-copy {
    display: block;
    min-width: 0;
}

.tc-service-copy strong,
.tc-service-copy small {
    display: block;
}

.tc-service-copy strong {
    font-size: 12px;
    line-height: 1.2;
}

.tc-service-copy small {
    margin-top: 5px;
    color: #8790a5;
    font-size: 9px;
    line-height: 1.35;
    font-weight: 500;
}

.tc-service-option.active .tc-service-copy small {
    color: #6e64dd;
}

.tc-method-actions-single {
    grid-template-columns: minmax(0, 1fr) !important;
}

.tc-method-actions-single .tc-method-button {
    width: 100%;
    justify-content: flex-start;
}

@media (max-width: 650px) {
    .tc-services.tc-services-scroll .tc-service-option {
        flex-basis: 78%;
    }
}

/* MODERN RESTORE MOBILE METHOD */

.tc-method-button-secondary.disabled {
    cursor: not-allowed;
}

.tc-method-button-secondary .tc-method-badge {
    margin-left: auto;
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tc-method-info-secondary {
    margin-top: 18px;
}

.tc-info-more-disabled {
    opacity: 0.58;
    cursor: not-allowed;
}

/* MODERN CASHBACK POPUP CONFIG */

#cashback-banner {
    display: none !important;
}

.tc-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.tc-popup.is-visible {
    display: flex;
}

.tc-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 20, 38, 0.68);
    backdrop-filter: blur(8px);
}

.tc-popup-dialog {
    position: relative;
    width: min(560px, 100%);
    border-radius: 28px;
    padding: 34px 36px 30px;
    background:
        radial-gradient(circle at top left, rgba(37, 210, 130, 0.16), transparent 42%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    box-shadow:
        0 28px 80px rgba(13, 24, 48, 0.34),
        0 0 0 1px rgba(37, 210, 130, 0.16);
    color: #1d2944;
}

.tc-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid rgba(29, 41, 68, 0.16);
    background: rgba(255, 255, 255, 0.85);
    color: #27344f;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.tc-popup-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.tc-popup-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1fd17b, #1fa95f);
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(31, 209, 123, 0.34);
}

.tc-popup-label {
    color: #5d55df;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tc-popup-dialog h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.08;
    color: #15213b;
}

.tc-popup-message {
    margin: 0;
    color: #34435f;
    font-size: 16px;
    line-height: 1.6;
}

.tc-popup-secondary-message {
    margin: 14px 0 0;
    color: #6b768e;
    font-size: 13px;
    line-height: 1.5;
}

.tc-popup-timer {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(92, 103, 255, 0.08);
    color: #4e5a78;
    font-size: 13px;
    font-weight: 700;
}

.tc-popup-timer strong {
    color: #1f64ff;
    font-size: 17px;
}

.tc-popup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.tc-popup-more,
.tc-popup-secondary {
    border: 0;
    border-radius: 14px;
    padding: 13px 20px;
    font-weight: 900;
    cursor: pointer;
}

.tc-popup-more {
    background: linear-gradient(135deg, #1fd17b, #17a85f);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(31, 209, 123, 0.25);
}

.tc-popup-secondary {
    background: #edf1f8;
    color: #26344f;
}

.tc-popup-open {
    overflow: hidden;
}

@media (max-width: 620px) {
    .tc-popup-dialog {
        border-radius: 24px;
        padding: 30px 24px 24px;
    }

    .tc-popup-dialog h3 {
        font-size: 25px;
    }

    .tc-popup-actions {
        flex-direction: column;
    }

    .tc-popup-more,
    .tc-popup-secondary {
        width: 100%;
    }
}

/* MODERN CASHBACK POPUP ROOT CONFIG FIX */

#cashback-banner {
    display: none !important;
}

.tc-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.tc-popup.is-visible {
    display: flex;
}

/* MODERN CASHBACK POPUP HTML VARIABLE */

#cashback-banner {
    display: none !important;
}

.tc-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.tc-popup.is-visible {
    display: flex;
}

/* MODERN CASHBACK POPUP BEFORE STEP2 */

.tc-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.tc-popup.is-visible {
    display: flex;
}

.tc-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 20, 38, 0.68);
    backdrop-filter: blur(8px);
}

.tc-popup-dialog {
    position: relative;
    width: min(560px, 100%);
    border-radius: 28px;
    padding: 34px 36px 30px;
    background:
        radial-gradient(circle at top left, rgba(37, 210, 130, 0.16), transparent 42%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    box-shadow:
        0 28px 80px rgba(13, 24, 48, 0.34),
        0 0 0 1px rgba(37, 210, 130, 0.16);
    color: #1d2944;
}

.tc-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid rgba(29, 41, 68, 0.16);
    background: rgba(255, 255, 255, 0.85);
    color: #27344f;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.tc-popup-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.tc-popup-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1fd17b, #1fa95f);
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(31, 209, 123, 0.34);
}

.tc-popup-label {
    color: #5d55df;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tc-popup-dialog h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.08;
    color: #15213b;
}

.tc-popup-message {
    margin: 0;
    color: #34435f;
    font-size: 16px;
    line-height: 1.6;
}

.tc-popup-secondary-message {
    margin: 14px 0 0;
    color: #6b768e;
    font-size: 13px;
    line-height: 1.5;
}

.tc-popup-timer {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(92, 103, 255, 0.08);
    color: #4e5a78;
    font-size: 13px;
    font-weight: 700;
}

.tc-popup-timer strong {
    color: #1f64ff;
    font-size: 17px;
}

.tc-popup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.tc-popup-more,
.tc-popup-secondary {
    border: 0;
    border-radius: 14px;
    padding: 13px 20px;
    font-weight: 900;
    cursor: pointer;
}

.tc-popup-more {
    background: linear-gradient(135deg, #1fd17b, #17a85f);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(31, 209, 123, 0.25);
}

.tc-popup-secondary {
    background: #edf1f8;
    color: #26344f;
}

.tc-popup-open {
    overflow: hidden;
}

@media (max-width: 620px) {
    .tc-popup-dialog {
        border-radius: 24px;
        padding: 30px 24px 24px;
    }

    .tc-popup-dialog h3 {
        font-size: 25px;
    }

    .tc-popup-actions {
        flex-direction: column;
    }

    .tc-popup-more,
    .tc-popup-secondary {
        width: 100%;
    }
}

/* MODERN CASHBACK POPUP CLICK BEFORE STEP2 */

.tc-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.tc-popup.is-visible {
    display: flex;
}

.tc-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 20, 38, 0.68);
    backdrop-filter: blur(8px);
}

.tc-popup-dialog {
    position: relative;
    width: min(560px, 100%);
    border-radius: 28px;
    padding: 34px 36px 30px;
    background:
        radial-gradient(circle at top left, rgba(37, 210, 130, 0.16), transparent 42%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    box-shadow:
        0 28px 80px rgba(13, 24, 48, 0.34),
        0 0 0 1px rgba(37, 210, 130, 0.16);
    color: #1d2944;
}

.tc-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid rgba(29, 41, 68, 0.16);
    background: rgba(255, 255, 255, 0.85);
    color: #27344f;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.tc-popup-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.tc-popup-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1fd17b, #1fa95f);
    color: #ffffff;
    font-weight: 900;
}

.tc-popup-label {
    color: #5d55df;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tc-popup-dialog h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.08;
    color: #15213b;
}

.tc-popup-message {
    margin: 0;
    color: #34435f;
    font-size: 16px;
    line-height: 1.6;
}

.tc-popup-secondary-message {
    margin: 14px 0 0;
    color: #6b768e;
    font-size: 13px;
    line-height: 1.5;
}

.tc-popup-timer {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(92, 103, 255, 0.08);
    color: #4e5a78;
    font-size: 13px;
    font-weight: 700;
}

.tc-popup-timer strong {
    color: #1f64ff;
    font-size: 17px;
}

.tc-popup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.tc-popup-more,
.tc-popup-secondary {
    border: 0;
    border-radius: 14px;
    padding: 13px 20px;
    font-weight: 900;
    cursor: pointer;
}

.tc-popup-more {
    background: linear-gradient(135deg, #1fd17b, #17a85f);
    color: #ffffff;
}

.tc-popup-secondary {
    background: #edf1f8;
    color: #26344f;
}

.tc-popup-open {
    overflow: hidden;
}
