/* /Pages/Carteira/Index.razor.rz.scp.css */
.wallet-page[b-k52b5pjcf7] {
    container-type: inline-size;
    min-width: 0;
}

.wallet-header[b-k52b5pjcf7] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.wallet-actions[b-k52b5pjcf7] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
}

.wallet-summary[b-k52b5pjcf7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.wallet-summary > div[b-k52b5pjcf7] {
    min-width: 0;
}

.wallet-summary[b-k52b5pjcf7]  .wallet-summary-card {
    height: 100%;
    min-height: 11rem;
}

.wallet-summary[b-k52b5pjcf7]  [data-slot="card-header"] {
    flex-wrap: wrap;
}

.wallet-summary[b-k52b5pjcf7]  strong {
    overflow-wrap: anywhere;
}

.wallet-updated[b-k52b5pjcf7] {
    margin-top: -.5rem;
    text-align: right;
}

@container (min-width: 72rem) {
    .wallet-summary[b-k52b5pjcf7] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@container (max-width: 40rem) {
    .wallet-summary[b-k52b5pjcf7] {
        grid-template-columns: minmax(0, 1fr);
    }

    .wallet-actions[b-k52b5pjcf7] {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .wallet-actions[b-k52b5pjcf7]  :is(button, a) {
        width: 100%;
    }

    .wallet-updated[b-k52b5pjcf7] {
        text-align: left;
    }
}
/* /Pages/Public/Parceiro.razor.rz.scp.css */
.hero-app-preview[b-arhnrlx2pe] {
    position: relative;
    width: min(100%, 30rem);
    margin-inline: auto;
    padding: clamp(1rem, 3vw, 1.5rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 204, 98, .24), transparent 38%),
        rgba(255, 255, 255, .1);
    box-shadow: 0 2rem 5rem rgba(30, 14, 55, .35);
    backdrop-filter: blur(18px);
    transform: rotate(1deg);
}

.hero-app-preview[b-arhnrlx2pe]::before {
    position: absolute;
    inset: auto -4rem -5rem auto;
    width: 12rem;
    height: 12rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    content: "";
}

.hero-app-preview__toolbar[b-arhnrlx2pe],
.hero-app-preview__metrics[b-arhnrlx2pe],
.hero-app-preview__activity[b-arhnrlx2pe] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.hero-app-preview__toolbar[b-arhnrlx2pe] {
    justify-content: space-between;
    gap: 1rem;
}

.hero-app-preview__logo[b-arhnrlx2pe] {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: .45rem .7rem;
    border-radius: .7rem;
    background: #fff;
}

.hero-app-preview__logo img[b-arhnrlx2pe] {
    width: 7.5rem;
    height: auto;
}

.hero-app-preview__status[b-arhnrlx2pe] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 700;
}

.hero-app-preview__status i[b-arhnrlx2pe] {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: #55f79c;
    box-shadow: 0 0 0 .25rem rgba(85, 247, 156, .14);
}

.hero-app-preview__balance[b-arhnrlx2pe] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: .25rem;
    padding: clamp(2rem, 6vw, 3.2rem) 0;
}

.hero-app-preview__balance span[b-arhnrlx2pe],
.hero-app-preview__metrics span[b-arhnrlx2pe] {
    color: rgba(255, 255, 255, .68);
    font-size: .78rem;
}

.hero-app-preview__balance strong[b-arhnrlx2pe] {
    font-size: clamp(2.2rem, 7vw, 3.7rem);
    line-height: 1;
    letter-spacing: -.055em;
}

.hero-app-preview__balance small[b-arhnrlx2pe] {
    color: #7af0ad;
    font-weight: 700;
}

.hero-app-preview__metrics[b-arhnrlx2pe] {
    gap: .75rem;
    margin-bottom: .75rem;
}

.hero-app-preview__metrics > div[b-arhnrlx2pe] {
    display: grid;
    flex: 1;
    gap: .2rem;
    padding: .85rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .9rem;
    background: rgba(255, 255, 255, .07);
}

.hero-app-preview__metrics strong[b-arhnrlx2pe] {
    font-size: 1.25rem;
}

.hero-app-preview__activity[b-arhnrlx2pe] {
    gap: .7rem;
    padding: .85rem;
    border-radius: .9rem;
    color: #17141f;
    background: #fff;
}

.hero-app-preview__activity-icon[b-arhnrlx2pe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    border-radius: .75rem;
    color: #008a43;
    background: #e8fff2;
}

.hero-app-preview__activity > div[b-arhnrlx2pe] {
    display: grid;
    min-width: 0;
}

.hero-app-preview__activity small[b-arhnrlx2pe] {
    overflow: hidden;
    color: #64748b;
    font-size: .72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-app-preview__activity b[b-arhnrlx2pe] {
    margin-left: auto;
    color: #008a43;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .hero-app-preview[b-arhnrlx2pe] {
        transform: none;
    }

    .hero-app-preview__activity b[b-arhnrlx2pe] {
        display: none;
    }
}
