.zcn-wallet-paybox {
    background: linear-gradient(135deg, #ffffff 0%, #f7fffc 58%, #edf9f6 100%);
    border: 1px solid rgba(0, 184, 148, .22);
    border-left: 4px solid #00b894;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(22, 44, 58, .08);
    margin: 12px 0 0;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.zcn-wallet-paybox__top {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr auto;
}

.zcn-wallet-paybox__top > div {
    min-width: 0;
    padding-left: 52px;
    position: relative;
}

.zcn-wallet-paybox__top > div::before {
    align-items: center;
    background: linear-gradient(135deg, #0f2433 0%, #00b894 120%);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(0, 184, 148, .18);
    color: #fff;
    content: "USDT";
    display: flex;
    font-size: 10px;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    letter-spacing: .04em;
    left: 0;
    position: absolute;
    top: 1px;
    width: 40px;
}

.zcn-wallet-paybox__eyebrow {
    color: #009b7f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    margin: 0 0 3px;
    text-transform: uppercase;
}

.zcn-wallet-paybox__title {
    color: #102a3a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
}

.zcn-wallet-paybox__meta {
    color: #536776;
    font-size: 12.5px;
    line-height: 1.55;
    margin: 8px 0 0;
}

.zcn-wallet-paybox__meta strong {
    background: rgba(0, 184, 148, .1);
    border: 1px solid rgba(0, 184, 148, .16);
    border-radius: 999px;
    color: #008b74;
    display: inline-block;
    font-weight: 900;
    margin: 2px 2px 0;
    padding: 2px 8px;
}

.zcn-wallet-open-modal,
.zcn-wallet-modal__button {
    align-items: center;
    background: linear-gradient(135deg, #00b894 0%, #0aa88d 54%, #0f2433 155%) !important;
    border: 1px solid rgba(255, 255, 255, .42) !important;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(0, 184, 148, .24);
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none;
    white-space: nowrap;
}

.zcn-wallet-open-modal:hover,
.zcn-wallet-modal__button:hover {
    color: #fff !important;
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.zcn-wallet-modal {
    align-items: center;
    background: rgba(11, 16, 31, .66);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 18px;
    position: fixed;
    z-index: 999999;
}

.zcn-wallet-modal.is-open {
    display: flex;
}

.zcn-wallet-modal__dialog {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
    max-width: 620px;
    overflow: hidden;
    width: 100%;
}

.zcn-wallet-modal__header {
    background: linear-gradient(135deg, #23263f 0%, #30324d 72%, #00b894 190%) !important;
    color: #fff !important;
    padding: 18px 20px;
    position: relative;
}

.zcn-wallet-modal .zcn-wallet-modal__header h3,
.woocommerce-checkout .zcn-wallet-modal .zcn-wallet-modal__header h3 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 800;
    margin: 0 36px 4px 0;
}

.zcn-wallet-modal .zcn-wallet-modal__header p,
.woocommerce-checkout .zcn-wallet-modal .zcn-wallet-modal__header p {
    color: rgba(255, 255, 255, .82) !important;
    margin: 0;
}

.zcn-wallet-modal__close {
    background: rgba(255, 255, 255, .14);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 34px;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 34px;
}

.zcn-wallet-modal__body {
    display: grid;
    gap: 16px;
    grid-template-columns: 150px 1fr;
    padding: 20px;
}

.zcn-wallet-modal__qr {
    align-items: center;
    background: #f6fbfa;
    border: 1px solid #d7f3ed;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    min-height: 150px;
    padding: 10px;
}

.zcn-wallet-modal__qr img {
    display: block;
    height: 128px;
    width: 128px;
}

.zcn-wallet-modal__address {
    background: #f7fbfa;
    border: 1px dashed #00b894;
    border-radius: 14px;
    color: #23263f;
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
    line-height: 1.45;
    margin: 8px 0 10px;
    padding: 12px;
    word-break: break-all;
}

.zcn-wallet-modal__status {
    background: #f5f7fb;
    border-radius: 14px;
    color: #23263f;
    font-size: 14px;
    margin-top: 12px;
    padding: 12px;
}

.zcn-wallet-modal__status strong {
    color: #00a884;
}

.zcn-wallet-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.zcn-wallet-modal__button--light {
    background: #eef8f5 !important;
    border-color: #d5f0e9 !important;
    box-shadow: none;
    color: #102a3a !important;
}

.zcn-wallet-modal__button--light:hover {
    color: #102a3a !important;
}

.zcn-wallet-modal__warning {
    background: #fff8e8;
    border: 1px solid #ffe0a3;
    border-radius: 14px;
    color: #7a4d00;
    font-size: 13px;
    grid-column: 1 / -1;
    margin: 0;
    padding: 12px;
}

.zcn-wallet-alert {
    align-items: center;
    background: rgba(11, 16, 31, .66);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 18px;
    position: fixed;
    z-index: 1000000;
}

.zcn-wallet-alert__dialog {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
    max-width: 460px;
    padding: 24px;
    position: relative;
    text-align: center;
    width: 100%;
}

.zcn-wallet-alert__close {
    background: #eef8f5;
    border: 0;
    border-radius: 999px;
    color: #23263f;
    cursor: pointer;
    font-size: 22px;
    height: 34px;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 34px;
}

.zcn-wallet-alert__icon {
    align-items: center;
    background: linear-gradient(135deg, #23263f 0%, #30324d 56%, #00b894 180%);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    font-weight: 900;
    height: 54px;
    justify-content: center;
    margin-bottom: 14px;
    width: 54px;
}

.zcn-wallet-alert h3 {
    color: #23263f;
    font-size: 21px;
    margin: 0 0 8px;
}

.zcn-wallet-alert p {
    color: #58616d;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.zcn-wallet-alert__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 18px;
}

.zcn-wallet-alert__button {
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    min-height: 40px;
    padding: 0 16px;
}

.zcn-wallet-alert__button--primary {
    background: linear-gradient(135deg, #00b894 0%, #0aa88d 54%, #0f2433 155%);
    color: #fff;
}

.zcn-wallet-alert__button--light {
    background: #eef8f5;
    color: #23263f;
}

@media (max-width: 640px) {
    .zcn-wallet-paybox__top,
    .zcn-wallet-modal__body {
        display: block;
    }

    .zcn-wallet-paybox__top > div {
        padding-left: 48px;
    }

    .zcn-wallet-open-modal {
        margin-top: 12px;
        width: 100%;
    }

    .zcn-wallet-modal__qr {
        margin-bottom: 14px;
    }

    .zcn-wallet-alert__actions {
        display: grid;
    }
}
