@import '_content/CWMC.AppUI/CWMC.AppUI.7gn9eqo1h5.bundle.scp.css';

/* /Components/Church/MobileAppPreview.razor.rz.scp.css */
.map-wrap[b-2ljqv134gt] {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
}

/* ── Phone bezel ── */
.map-phone[b-2ljqv134gt] {
    width: 262px;
    border-radius: 38px;
    background: #1f2329;
    border: 10px solid #1f2329;
    box-shadow: 0 14px 36px rgba(0,0,0,0.28);
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.map-notch[b-2ljqv134gt] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 104px;
    height: 20px;
    background: #1f2329;
    border-radius: 0 0 14px 14px;
    z-index: 2;
}

.map-screen[b-2ljqv134gt] {
    height: 510px;
    border-radius: 28px;
    overflow: hidden;
}

/* ── Download CTA ── */
.map-cta[b-2ljqv134gt] { max-width: 280px; }

.map-cta-title[b-2ljqv134gt] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--mud-palette-text-primary, #1a1a1a);
    margin-bottom: 6px;
}

.map-cta-text[b-2ljqv134gt] {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--mud-palette-text-secondary, #6b7280);
    margin-bottom: 16px;
}

.map-qr[b-2ljqv134gt] {
    display: inline-block;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--mud-palette-lines-default, #e5e7eb);
    border-radius: 12px;
    line-height: 0;
}

/* Let the QR render at its intrinsic size — do NOT force width/height (that distorts the
   modules and breaks scanning). */
.map-qr[b-2ljqv134gt]  svg {
    display: block;
}

.map-cta-note[b-2ljqv134gt] {
    font-size: 0.72rem;
    line-height: 1.4;
    color: var(--mud-palette-text-secondary, #6b7280);
    margin-top: 12px;
}

.map-qr-link[b-2ljqv134gt] {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.7rem;
    color: var(--mud-palette-primary, #0094c0);
    word-break: break-all;
}
/* /Components/Giving/StripeOnboardingPanel.razor.rz.scp.css */
/* Stripe Connect onboarding — a guided, in-app experience.
   Colors use MudBlazor palette vars so church theming + light/dark all work for free. */

/* ---------- Hero ---------- */
.cwmc-onboard-hero[b-kfi68e53yd] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 16px;
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--mud-palette-primary) 12%, transparent),
        color-mix(in srgb, var(--mud-palette-primary) 3%, transparent));
    border: 1px solid var(--mud-palette-lines-default, #e0e0e0);
}

.cwmc-onboard-hero--live[b-kfi68e53yd] {
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--mud-palette-success) 16%, transparent),
        color-mix(in srgb, var(--mud-palette-success) 4%, transparent));
    border-color: color-mix(in srgb, var(--mud-palette-success) 40%, transparent);
}

.cwmc-onboard-hero__badge[b-kfi68e53yd] {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: var(--mud-palette-primary);
    color: #fff;
    box-shadow: 0 6px 16px color-mix(in srgb, var(--mud-palette-primary) 35%, transparent);
}

.cwmc-onboard-hero--live .cwmc-onboard-hero__badge[b-kfi68e53yd] {
    background: var(--mud-palette-success);
    box-shadow: 0 6px 16px color-mix(in srgb, var(--mud-palette-success) 35%, transparent);
}

.cwmc-onboard-hero__badge[b-kfi68e53yd]  .mud-icon-root { color: #fff; }

.cwmc-onboard-hero__title[b-kfi68e53yd] { font-weight: 700; line-height: 1.2; }
.cwmc-onboard-hero__subtitle[b-kfi68e53yd] { color: var(--mud-palette-text-secondary); margin-top: 2px; }

/* ---------- Stepper (desktop) ---------- */
.cwmc-stepper[b-kfi68e53yd] {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
    padding: 4px 4px 0;
}

.cwmc-step[b-kfi68e53yd] {
    position: relative;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
}

.cwmc-step__node[b-kfi68e53yd] {
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    background: var(--mud-palette-surface, #fff);
    border: 2px solid var(--mud-palette-lines-default, #d0d0d0);
    color: var(--mud-palette-text-secondary);
    transition: all .25s ease;
}

.cwmc-step__label[b-kfi68e53yd] {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.25;
    color: var(--mud-palette-text-secondary);
    max-width: 96px;
    transition: color .25s ease;
}

/* Connector bar to the next node */
.cwmc-step__bar[b-kfi68e53yd] {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: var(--mud-palette-lines-default, #e0e0e0);
    z-index: 0;
    transition: background .25s ease;
}

/* States */
.cwmc-step--done .cwmc-step__node[b-kfi68e53yd] {
    background: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
    color: #fff;
}
.cwmc-step--done .cwmc-step__node[b-kfi68e53yd]  .mud-icon-root { color: #fff; }
.cwmc-step--done .cwmc-step__bar[b-kfi68e53yd] { background: var(--mud-palette-primary); }
.cwmc-step--done .cwmc-step__label[b-kfi68e53yd] { color: var(--mud-palette-text-primary); }

.cwmc-step--active .cwmc-step__node[b-kfi68e53yd] {
    background: var(--mud-palette-surface, #fff);
    border-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--mud-palette-primary) 18%, transparent);
}
.cwmc-step--active .cwmc-step__label[b-kfi68e53yd] {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

/* ---------- Stepper (mobile compact) ---------- */
.cwmc-stepper-mobile[b-kfi68e53yd] { display: none; margin-top: 18px; }
.cwmc-stepper-mobile__label[b-kfi68e53yd] { font-size: 13px; color: var(--mud-palette-text-secondary); margin-bottom: 6px; }
.cwmc-stepper-mobile__bar[b-kfi68e53yd] { height: 8px; border-radius: 8px; }

@media (max-width: 640px) {
    .cwmc-stepper[b-kfi68e53yd] { display: none; }
    .cwmc-stepper-mobile[b-kfi68e53yd] { display: block; }
    .cwmc-onboard-hero[b-kfi68e53yd] { padding: 16px; gap: 12px; }
    .cwmc-onboard-hero__badge[b-kfi68e53yd] { width: 44px; height: 44px; font-size: 22px; }
}

/* ---------- Embedded form frame ---------- */
.cwmc-onboard-card[b-kfi68e53yd] {
    border: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    border-radius: 16px;
    padding: 20px;
    background: var(--mud-palette-surface, #fff);
}

.cwmc-onboard-embed[b-kfi68e53yd] { padding: 12px; }

.cwmc-connect-onboarding[b-kfi68e53yd] {
    min-height: 320px;
    position: relative;
}

.cwmc-embed-skeleton[b-kfi68e53yd] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ---------- Trust row ---------- */
.cwmc-trust[b-kfi68e53yd] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    justify-content: center;
}
.cwmc-trust__item[b-kfi68e53yd] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--mud-palette-text-secondary);
}
.cwmc-trust__item[b-kfi68e53yd]  .mud-icon-root {
    font-size: 16px;
    color: var(--mud-palette-primary);
}

/* ---------- Footer ---------- */
.cwmc-onboard-foot[b-kfi68e53yd] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

/* ---------- Next steps (live state) ---------- */
.cwmc-nextsteps[b-kfi68e53yd] { display: flex; flex-direction: column; gap: 10px; }
.cwmc-nextstep[b-kfi68e53yd] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    text-decoration: none;
    color: inherit;
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.cwmc-nextstep:hover[b-kfi68e53yd] {
    border-color: var(--mud-palette-primary);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px color-mix(in srgb, var(--mud-palette-primary) 14%, transparent);
}
.cwmc-nextstep__icon[b-kfi68e53yd]  .mud-icon-root,
.cwmc-nextstep__icon[b-kfi68e53yd] {
    flex: 0 0 auto;
    color: var(--mud-palette-primary);
    font-size: 26px;
}
.cwmc-nextstep__title[b-kfi68e53yd] { font-weight: 600; }
.cwmc-nextstep__desc[b-kfi68e53yd] { font-size: 13px; color: var(--mud-palette-text-secondary); }
.cwmc-nextstep__go[b-kfi68e53yd] { margin-left: auto; color: var(--mud-palette-text-secondary); }
/* /Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fpez8fpr9k] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fpez8fpr9k] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fpez8fpr9k] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fpez8fpr9k] {
    font-size: 1.1rem;
}

.bi[b-fpez8fpr9k] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fpez8fpr9k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-fpez8fpr9k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-fpez8fpr9k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-fpez8fpr9k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fpez8fpr9k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fpez8fpr9k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fpez8fpr9k]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fpez8fpr9k]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fpez8fpr9k]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fpez8fpr9k] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fpez8fpr9k] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fpez8fpr9k] {
        display: none;
    }

    .nav-scrollable[b-fpez8fpr9k] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
