.crypto-wallet-send-showcase,
.crypto-wallet-send-showcase * {
    box-sizing: border-box;
}

.crypto-wallet-send-showcase {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.crypto-wallet-send-showcase--full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.crypto-wallet-send-showcase__container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.crypto-wallet-send-showcase__section-inner {
    position: relative;
    width: 100%;
    min-height: 820px;
    padding: 20px 20px 40px;
    overflow: hidden;
    isolation: isolate;
    background: #000000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.crypto-wallet-send-showcase__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.crypto-wallet-send-showcase__heading {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 48px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.crypto-wallet-send-showcase__scene {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 650px;
    padding-top: 48px;
}

.crypto-wallet-send-showcase__device-cluster {
    position: relative;
    width: 290px;
    flex: 0 0 auto;
    transform: translateX(-55px);
}

.crypto-wallet-send-showcase__phone-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    transform-origin: center top;
}

.crypto-wallet-send-showcase__phone {
    position: relative;
    width: 290px;
    max-width: 100%;
    aspect-ratio: 0.476;
    padding: 8px;
    border: 2px solid #676b72;
    border-radius: 44px;
    background: #101114;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), 0 18px 44px rgba(0,0,0,0.45);
}

.crypto-wallet-send-showcase__phone::before,
.crypto-wallet-send-showcase__phone::after {
    content: "";
    position: absolute;
    left: -4px;
    width: 2px;
    border-radius: 999px;
    background: rgba(120,125,133,0.6);
}

.crypto-wallet-send-showcase__phone::before {
    top: 132px;
    height: 54px;
}

.crypto-wallet-send-showcase__phone::after {
    top: 194px;
    height: 70px;
}

.crypto-wallet-send-showcase__phone-notch {
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: 3;
    width: 106px;
    height: 24px;
    border-radius: 999px;
    background: #040506;
    transform: translateX(-50%);
}

.crypto-wallet-send-showcase__screen {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 58px 18px 18px;
    border-radius: 36px;
    background: linear-gradient(180deg, #1b1c1f 0%, #1a1b1e 100%);
    color: #ffffff;
}

.crypto-wallet-send-showcase__phone-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.crypto-wallet-send-showcase__search {
    height: 38px;
    margin-top: 16px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(220,220,220,0.38);
    border-radius: 7px;
    background: rgba(255,255,255,0.02);
}

.crypto-wallet-send-showcase__search span {
    color: #7c8087;
    font-size: 12px;
    line-height: 1;
}

.crypto-wallet-send-showcase__asset-list {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.crypto-wallet-send-showcase__asset-row {
    display: grid;
    grid-template-columns: 30px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
}

.crypto-wallet-send-showcase__asset-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--icon-color, #10d28b);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.crypto-wallet-send-showcase__asset-icon--small {
    width: 22px;
    height: 22px;
    font-size: 10px;
}

.crypto-wallet-send-showcase__asset-meta,
.crypto-wallet-send-showcase__asset-right {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.crypto-wallet-send-showcase__asset-right {
    align-items: flex-end;
    text-align: right;
}

.crypto-wallet-send-showcase__asset-code {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.crypto-wallet-send-showcase__asset-network,
.crypto-wallet-send-showcase__asset-value {
    color: #7c8087;
    font-size: 11px;
    line-height: 1.2;
}

.crypto-wallet-send-showcase__asset-amount {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.crypto-wallet-send-showcase__popup {
    position: absolute;
    top: 142px;
    left: 260px;
    z-index: 4;
    width: 250px;
    min-height: 315px;
    padding: 15px 13px 14px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    background: #050607;
    color: #ffffff;
    box-shadow: 0 0 28px rgba(62,90,160,0.2), 0 16px 38px rgba(0,0,0,0.58);
}

.crypto-wallet-send-showcase__popup-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.crypto-wallet-send-showcase__popup-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.crypto-wallet-send-showcase__popup-subtitle {
    margin-top: 3px;
    color: #7d8187;
    font-size: 10px;
    line-height: 1.25;
}

.crypto-wallet-send-showcase__popup-close {
    color: #9ca0a6;
    font-size: 16px;
    line-height: 1;
}

.crypto-wallet-send-showcase__popup-token {
    margin-top: 12px;
    padding: 10px;
    display: grid;
    grid-template-columns: 22px minmax(0,1fr) auto;
    align-items: center;
    gap: 8px;
    border: 1px dashed rgba(255,255,255,0.12);
    border-radius: 8px;
    background: rgba(255,255,255,0.02);
}

.crypto-wallet-send-showcase__popup-token-left {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.crypto-wallet-send-showcase__popup-token-left strong {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.crypto-wallet-send-showcase__popup-token-left span,
.crypto-wallet-send-showcase__popup-token-right {
    color: #7d8187;
    font-size: 9px;
    line-height: 1.2;
}

.crypto-wallet-send-showcase__popup-token-right {
    text-align: right;
}

.crypto-wallet-send-showcase__popup-label {
    margin-top: 10px;
    color: #cfd2d7;
    font-size: 10px;
    line-height: 1.2;
}

.crypto-wallet-send-showcase__popup-input-wrap {
    margin-top: 6px;
    display: grid;
    grid-template-columns: minmax(0,1fr) 16px 16px;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 8px;
    border: 1px solid rgba(221,221,221,0.5);
    border-radius: 6px;
}

.crypto-wallet-send-showcase__popup-input {
    min-width: 0;
    color: #7d8187;
    font-size: 10px;
    line-height: 1;
}

.crypto-wallet-send-showcase__popup-input-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b6b7bb;
    font-size: 11px;
}

.crypto-wallet-send-showcase__popup-button {
    width: 100%;
    min-height: 28px;
    margin-top: 12px;
    padding: 6px 10px;
    border: 0;
    border-radius: 4px;
    background: #d2d2d2;
    color: #141414;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

.crypto-wallet-send-showcase__popup-button span {
    display: inline-block;
    margin-left: 2px;
}

.crypto-wallet-send-showcase__glow {
    position: absolute;
    top: -14px;
    right: 12%;
    z-index: 1;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(70,97,160,0.7) 0%, rgba(0,0,0,0) 70%);
    filter: blur(12px);
    opacity: 0.92;
    pointer-events: none;
}

.crypto-wallet-send-showcase__sparkle {
    position: absolute;
    top: 34px;
    right: 14%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f4dded;
    font-size: 30px;
    line-height: 1;
    pointer-events: none;
}

.crypto-wallet-send-showcase__sparkle svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 991px) {
    .crypto-wallet-send-showcase__section-inner {
        min-height: 760px;
    }

    .crypto-wallet-send-showcase__heading {
        font-size: 22px;
        margin-bottom: 36px;
    }

    .crypto-wallet-send-showcase__scene {
        padding-top: 36px;
    }

    .crypto-wallet-send-showcase__device-cluster {
        width: 260px;
        transform: translateX(-45px);
    }

    .crypto-wallet-send-showcase__phone {
        width: 260px;
    }

    .crypto-wallet-send-showcase__popup {
        top: 128px;
        left: 228px;
        width: 230px;
        min-height: 290px;
    }
}

@media (max-width: 767px) {
    .crypto-wallet-send-showcase {
        padding: 20px 0;
    }

    .crypto-wallet-send-showcase__section-inner {
        min-height: 0;
        padding: 24px 14px 34px;
    }

    .crypto-wallet-send-showcase__heading {
        max-width: 92%;
        margin-bottom: 18px;
        font-size: 20px;
    }

    .crypto-wallet-send-showcase__scene {
        min-height: 0;
        padding-top: 20px !important;
    }

    .crypto-wallet-send-showcase__device-cluster {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: none !important;
    }

    .crypto-wallet-send-showcase__phone-wrap {
        width: auto;
        display: flex;
        justify-content: center;
        transform: none !important;
    }

    .crypto-wallet-send-showcase__phone {
        width: min(76vw, 285px);
    }

    .crypto-wallet-send-showcase__popup {
        position: relative;
        top: auto !important;
        left: auto !important;
        width: min(92vw, 320px);
        min-height: 0;
        margin: -44px auto 0;
    }

    .crypto-wallet-send-showcase__glow {
        top: -24px;
        right: -18px;
        width: 120px;
        height: 120px;
    }

    .crypto-wallet-send-showcase__sparkle {
        top: 18px;
        right: 18px;
        font-size: 24px;
    }
}

/* PandaEX 1.0.12 — full-bleed wallet send composition with popup anchored to the phone */

@media (min-width: 768px) {
    .crypto-wallet-send-showcase--reference-layout .crypto-wallet-send-showcase__scene {
        padding-top: 48px !important;
    }

    .crypto-wallet-send-showcase--reference-layout .crypto-wallet-send-showcase__device-cluster {
        width: 290px !important;
        transform: translateX(-55px) !important;
    }

    .crypto-wallet-send-showcase--reference-layout .crypto-wallet-send-showcase__phone {
        width: 290px !important;
    }

    .crypto-wallet-send-showcase--reference-layout .crypto-wallet-send-showcase__popup {
        top: 142px !important;
        left: 260px !important;
        width: 250px !important;
        min-height: 315px !important;
    }
}

@media (max-width: 767px) {
    .crypto-wallet-send-showcase--reference-layout .crypto-wallet-send-showcase__device-cluster {
        width: 100% !important;
        transform: none !important;
    }

    .crypto-wallet-send-showcase--reference-layout .crypto-wallet-send-showcase__phone {
        width: min(76vw, 285px) !important;
    }

    .crypto-wallet-send-showcase--reference-layout .crypto-wallet-send-showcase__popup {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: min(92vw, 320px) !important;
        min-height: 0 !important;
    }
}
