.receive-screen {
    min-height: 100vh;
    background: #1697a6;
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
}

.receive-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1697a6;
    padding: 0 0 0 0;
    height: 60px;
    position: relative;
}

.receive-back-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 24px;
    padding-right: 0;
    width: 30px;
    text-align: left;
    cursor: pointer;
    z-index: 2;
}

.receive-header-title {
    flex: 1 1 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Sora', sans-serif;
    line-height: 60px;
    padding-left: 24px;
}

.receive-header-filler {
    width: 56px;
    height: 1px;
    display: block;
}

.receive-bg-map {
    width: 100vw;
    height: 220px;
    opacity: 0.18;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 0;
    pointer-events: none;
}

.receive-map{
    width: 160%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    filter: invert(59%) sepia(26%) saturate(1643%) hue-rotate(137deg) brightness(50%) contrast(96%);
}

.receive-icon-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    margin-top: 36px;
    margin-bottom: 24px;
    text-align: center;
    z-index: 2;
}

.deposit-icon {
    width: 90px;
    height: 90px;
    opacity: 0.93;
}

.receive-content-main {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f6fa;
    border-radius: 10px 10px 0 0;
    z-index: 3;
    min-height: 310px;
    max-height: 60vh;
    overflow-y: auto;
}

.receive-content-sub {
    background: #f5f6fa;
    padding: 0 5px 15px 5px;
    z-index: 3;
    position: relative;
}

.receive-tabs {
    display: flex;
    background: #fff;
    overflow: hidden;
    margin-bottom: 5px;
    height: 50px;
    align-items: center;
}

.tab-btn {
    flex: 1;
    height: 50px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    border: none;
    color: #7b8da1;
    background: none;
    outline: none;
    position: relative;
    z-index: 1;
    transition: background 0.12s;
    border-radius: 0;
}

.tab-btn.active {
    color: #11ba80;
    background: #fff;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(0,0,0,0.02);
    border-bottom: 3px solid #11ba80;
}

.receive-address-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px 10px 10px 10px;
    margin-bottom: 5px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.hash-icon-wrapper {
    background: none;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.hash-icon {
    width: 54px;
    height: 54px;
}

.receive-address {
    color: #1697A6;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center;
}

.memo-text {
    color: rgba(148, 167, 184, 0.9);
    font-size: 15px;
    margin-bottom: 22px;
    text-align: center;
}

.federation-card {
    background: #f7f9fb;
    border-radius: 20px;
    padding: 22px 20px 20px;
    margin: 0 10px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    position: relative;
}

.federation-card-content {
    display: flex;
    flex-direction: column;
    line-height: 20px;
}

.federation-title {
    font-weight: 700;
    color: #21293a;
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 20px;

}

.federation-sub {
    font-size: 14px;
    color: #8ca0b3;
}

.federation-arrow {
    color: #b7c3ce;
    font-size: 28px;
    margin-left: 18px;
    flex-shrink: 0;
    align-self: center;
    line-height: 1;
}

.receive-actions {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;

}

.receive-btn {
    flex: 1;
    background: none;
    color: #1697A6;
    border: none;
    border-radius: 18px;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 7px rgba(0,0,0,0.02);
    gap: 2px;
    font-family: "Sora", sans-serif;

}

.receive-icon-bg {
    background: none;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.receive-icon-bg img {
    width: 22px;
    height: 22px;
}

.qr-popup {
    position: fixed;
    inset: 0;
    background: rgba(22, 42, 61, 0.32);
    backdrop-filter: blur(5px);
    z-index: 1200;
    display: none;
    align-items: flex-end;
    justify-content: center;
    transition: opacity 0.25s;
}

.qr-popup.active {
    display: flex;
    opacity: 1;
}
.qr-popup-container {
    background: #fff;
    width: 100%;
    max-width: 430px;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -6px 30px rgba(0,0,0,0.13);
    margin-bottom: 0;
    padding: 28px 24px 24px 24px;
}

.qr-popup.active .qr-popup-container {
    animation: slideUp 0.22s;
}

.qr-popup-container.slide-out {
    animation: slideOut 0.22s forwards !important;
}

@keyframes slideUp {
    from { transform: translateY(100%);}
    to { transform: translateY(0);}
}

@keyframes slideOut {
    from { transform: translateY(0);}
    to { transform: translateY(100%);}
}

.qr-popup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #263045;
    margin-bottom: 18px;
    justify-content: flex-start;
}

.close-popup-btn {
    background: #f2f4f7;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 22px;
    color: #6c7a91;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    transition: background 0.14s;
}

.qr-popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

#qr-code {
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(30,127,163,0.07);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-address-text {
    font-size: 16px;
    color: #586a87;
    background: #f5f6fa;
    padding: 7px 13px;
    border-radius: 10px;
    font-weight: 500;
    word-break: break-all;
    margin-bottom: 10px;
    text-align: center;
}

.qr-popup-footer {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.explorer-btn {
    background: linear-gradient(90deg, #1cc7aa, #1e7fa3 95%);
    color: #fff;
    border: none;
    border-radius: 13px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(30,127,163,0.10);
    transition: background 0.18s;
    cursor: pointer;
    outline: none;
    text-align: center;
}
