@import 'EVibeLoyalty.Client.9egg5luphh.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7yrlayoflt],
.components-reconnect-repeated-attempt-visible[b-7yrlayoflt],
.components-reconnect-failed-visible[b-7yrlayoflt],
.components-pause-visible[b-7yrlayoflt],
.components-resume-failed-visible[b-7yrlayoflt],
.components-rejoining-animation[b-7yrlayoflt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7yrlayoflt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7yrlayoflt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7yrlayoflt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7yrlayoflt],
#components-reconnect-modal.components-reconnect-retrying[b-7yrlayoflt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7yrlayoflt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7yrlayoflt],
#components-reconnect-modal.components-reconnect-failed[b-7yrlayoflt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7yrlayoflt] {
    display: block;
}


#components-reconnect-modal[b-7yrlayoflt] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7yrlayoflt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7yrlayoflt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7yrlayoflt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7yrlayoflt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7yrlayoflt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7yrlayoflt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7yrlayoflt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7yrlayoflt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7yrlayoflt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7yrlayoflt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7yrlayoflt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7yrlayoflt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7yrlayoflt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7yrlayoflt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7yrlayoflt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7yrlayoflt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7yrlayoflt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7yrlayoflt {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Public/Home.razor.rz.scp.css */
/* ============================================================
   Marketing home — Bento Grid house style (public page, Bootstrap).
   Component-scoped CSS (Blazor .razor.css). Tokens only (defined in
   wwwroot/css/custom.css :root); rem for spacing, var(--radius*) /
   var(--shadow-bento) for shape + depth.
   ============================================================ */

.lp[b-z1o0duig78] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 var(--chrome-gap);
}

/* ---------- top bar ---------- */
.lp-top[b-z1o0duig78] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem .25rem;
}

.lp-brand[b-z1o0duig78] {
    display: flex;
    align-items: center;
    gap: .65rem;
    text-decoration: none;
}

.lp-brand__mark[b-z1o0duig78] {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-sm);
    display: grid;
    place-items: center;
    background: var(--ai-gradient);
    color: var(--on-accent);
    font-weight: 700;
    font-size: 1.15rem;
    font-family: "Outfit", sans-serif;
}

.lp-brand__name[b-z1o0duig78] {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--text-primary);
    letter-spacing: -.01em;
}

.lp-top__actions[b-z1o0duig78] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.lp-link-btn[b-z1o0duig78] {
    color: var(--text-secondary);
    text-decoration: none;
}
.lp-link-btn:hover[b-z1o0duig78] { color: var(--text-primary); }

.lp-ghost[b-z1o0duig78] {
    border: 1px solid var(--outline-strong);
    color: var(--text-primary);
    background: transparent;
}
.lp-ghost:hover[b-z1o0duig78] {
    border-color: var(--accent-line);
    background: var(--surface-2);
    color: var(--text-primary);
}

/* hide the marketing CTA in the very top bar on phones (kept in the hero) */
@media (max-width: 600px) {
    .lp-top__actions .lp-cta[b-z1o0duig78] { display: none; }
}

/* ---------- hero ---------- */
.lp-hero[b-z1o0duig78] {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
    padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5.5rem);
}

.lp-hero__title[b-z1o0duig78] {
    margin: 1rem 0 0;
    font-weight: 600;
    font-size: clamp(2.1rem, 1.4rem + 3.2vw, 3.4rem);
    line-height: 1.06;
    letter-spacing: -.025em;
    color: var(--text-primary);
}

.lp-hero__sub[b-z1o0duig78] {
    margin: 1.25rem 0 0;
    max-width: 46ch;
    color: var(--text-secondary);
    font-size: clamp(1rem, .96rem + .3vw, 1.12rem);
    line-height: 1.65;
}

.lp-hero__cta[b-z1o0duig78] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.9rem;
}

.lp-trust[b-z1o0duig78] {
    list-style: none;
    margin: 1.9rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1.4rem;
}

.lp-trust li[b-z1o0duig78] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .88rem;
    color: var(--text-secondary);
}

.lp-trust[b-z1o0duig78]  .mud-icon-root { color: var(--accent); }

/* ---------- hero art: the loyalty pass ---------- */
.lp-hero__art[b-z1o0duig78] {
    display: grid;
    place-items: center;
}

.lp-pass-stack[b-z1o0duig78] {
    position: relative;
    width: min(360px, 100%);
    aspect-ratio: 1.05 / 1;
}

.lp-pass[b-z1o0duig78] {
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    border: 1px solid var(--outline);
}

.lp-pass--back[b-z1o0duig78] {
    background: var(--surface-3);
    transform: rotate(-7deg) translate(-1.4rem, 1rem) scale(.94);
    opacity: .85;
}

.lp-pass--front[b-z1o0duig78] {
    background: var(--ai-gradient);
    color: var(--on-accent);
    border-color: var(--on-accent-soft);
    padding: 1.5rem 1.5rem 1.4rem;
    display: flex;
    flex-direction: column;
    transform: rotate(3deg);
    animation: lp-float-b-z1o0duig78 6s ease-in-out infinite;
}

.lp-pass__head[b-z1o0duig78] {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.lp-pass__mark[b-z1o0duig78] {
    width: 34px;
    height: 34px;
    border-radius: var(--radius-sm);
    display: grid;
    place-items: center;
    background: var(--on-accent-soft);
    color: var(--on-accent);
    font-family: "Outfit", sans-serif;
    font-weight: 700;
}

.lp-pass__brand[b-z1o0duig78] { display: flex; flex-direction: column; line-height: 1.15; }
.lp-pass__name[b-z1o0duig78] { font-family: "Outfit", sans-serif; font-weight: 600; font-size: 1.05rem; }
.lp-pass__tag[b-z1o0duig78] {
    font-size: .62rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--on-accent-dim);
}

.lp-pass__wallet[b-z1o0duig78] {
    margin-left: auto;
    width: 34px;
    height: 34px;
    border-radius: var(--radius-pill);
    display: grid;
    place-items: center;
    background: var(--on-accent-soft);
}
.lp-pass__wallet[b-z1o0duig78]  .mud-icon-root { color: var(--on-accent); }

.lp-pass__points[b-z1o0duig78] { margin-top: auto; padding-top: 1.5rem; }
.lp-pass__pts-value[b-z1o0duig78] {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -.02em;
}
.lp-pass__pts-label[b-z1o0duig78] {
    display: block;
    margin-top: .3rem;
    font-size: .82rem;
    color: var(--on-accent-dim);
}

.lp-pass__reward[b-z1o0duig78] {
    margin-top: 1rem;
    align-self: flex-start;
    background: var(--on-accent-soft);
    border-radius: var(--radius-pill);
    padding: .4rem .85rem;
    font-size: .8rem;
    font-weight: 600;
}

.lp-pass__barcode[b-z1o0duig78] {
    margin-top: 1.1rem;
    height: 40px;
    border-radius: var(--radius-sm);
    background:
        repeating-linear-gradient(90deg,
            var(--bg) 0, var(--bg) 2px,
            transparent 2px, transparent 5px),
        var(--on-accent);
}

@keyframes lp-float-b-z1o0duig78 {
    0%, 100% { transform: rotate(3deg) translateY(0); }
    50%      { transform: rotate(3deg) translateY(-10px); }
}

/* ---------- generic section ---------- */
.lp-section[b-z1o0duig78] { padding: clamp(2.5rem, 5vw, 4rem) 0; }

.lp-section__head[b-z1o0duig78] { max-width: 52ch; margin-bottom: 2rem; }
.lp-section__title[b-z1o0duig78] {
    margin: .7rem 0 0;
    font-weight: 600;
    font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.1rem);
    line-height: 1.12;
    letter-spacing: -.02em;
    color: var(--text-primary);
}

/* ---------- steps ---------- */
.lp-steps[b-z1o0duig78] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.lp-step[b-z1o0duig78] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: var(--surface);
    border: 1px solid var(--outline);
    border-radius: var(--radius);
    padding: 1.6rem;
}

.lp-step__num[b-z1o0duig78] {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-pill);
    display: grid;
    place-items: center;
    background: var(--accent-soft);
    color: var(--accent);
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.lp-step__title[b-z1o0duig78] {
    margin: 0 0 .4rem;
    font-weight: 600;
    font-size: 1.08rem;
    color: var(--text-primary);
}

.lp-step__body[b-z1o0duig78] { margin: 0; color: var(--text-secondary); font-size: .92rem; line-height: 1.6; }

/* ---------- features ---------- */
.lp-features[b-z1o0duig78] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.lp-feature[b-z1o0duig78] { padding: 1.5rem; }

.lp-feature__icon[b-z1o0duig78] {
    width: 46px;
    height: 46px;
    border-radius: var(--radius-sm);
    display: grid;
    place-items: center;
    background: var(--accent-soft);
    color: var(--accent);
    margin-bottom: 1rem;
}
.lp-feature__icon[b-z1o0duig78]  .mud-icon-root { color: var(--accent); }

.lp-feature__title[b-z1o0duig78] {
    margin: 0 0 .4rem;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--text-primary);
}
.lp-feature__body[b-z1o0duig78] { margin: 0; color: var(--text-secondary); font-size: .9rem; line-height: 1.6; }

/* ---------- plans ---------- */
.lp-plans[b-z1o0duig78] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 760px;
}

.lp-plan[b-z1o0duig78] {
    padding: 1.85rem 1.75rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.lp-plan--featured[b-z1o0duig78] { border-color: var(--accent-line); }

.lp-plan__badge[b-z1o0duig78] {
    position: absolute;
    top: 1.4rem;
    right: 1.5rem;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
    background: var(--accent-soft);
    border-radius: var(--radius-pill);
    padding: .25rem .7rem;
}

.lp-plan__name[b-z1o0duig78] {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    color: var(--text-primary);
}
.lp-plan__for[b-z1o0duig78] { margin: .35rem 0 1.2rem; color: var(--text-secondary); font-size: .9rem; }

.lp-plan__list[b-z1o0duig78] {
    list-style: none;
    margin: 0 0 1.6rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .65rem;
    flex: 1;
}
.lp-plan__list li[b-z1o0duig78] {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: var(--text-primary);
    font-size: .92rem;
}
.lp-plan__list[b-z1o0duig78]  .mud-icon-root { color: var(--success); }

/* ---------- closing CTA ---------- */
.lp-cta-band[b-z1o0duig78] {
    margin: clamp(2rem, 4vw, 3rem) 0;
    text-align: center;
    background: var(--surface);
    border: 1px solid var(--outline);
    border-radius: var(--radius);
    padding: clamp(2.5rem, 5vw, 4rem) 1.5rem;
}

.lp-cta-band__title[b-z1o0duig78] {
    margin: 0 auto;
    max-width: 22ch;
    font-weight: 600;
    font-size: clamp(1.6rem, 1.2rem + 2vw, 2.3rem);
    line-height: 1.1;
    letter-spacing: -.02em;
    color: var(--text-primary);
}
.lp-cta-band__sub[b-z1o0duig78] { margin: 1rem auto 0; max-width: 48ch; color: var(--text-secondary); }
.lp-cta-band__actions[b-z1o0duig78] {
    margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: center;
    align-items: center;
}

/* ---------- footer ---------- */
.lp-foot[b-z1o0duig78] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: 2rem .25rem 2.5rem;
    border-top: 1px solid var(--outline);
}
.lp-foot__brand[b-z1o0duig78] { font-family: "Outfit", sans-serif; font-weight: 600; color: var(--text-primary); }
.lp-foot__note[b-z1o0duig78] { color: var(--text-secondary); font-size: .85rem; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
    .lp-hero[b-z1o0duig78] { grid-template-columns: 1fr; }
    .lp-hero__art[b-z1o0duig78] { order: -1; }
    .lp-pass-stack[b-z1o0duig78] { width: min(320px, 86vw); }
    .lp-steps[b-z1o0duig78] { grid-template-columns: 1fr; }
    .lp-features[b-z1o0duig78] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .lp-features[b-z1o0duig78] { grid-template-columns: 1fr; }
    .lp-plans[b-z1o0duig78] { grid-template-columns: 1fr; }
    .lp-hero__cta .btn[b-z1o0duig78] { width: 100%; }
}

/* reduced motion: hold the pass still */
@media (prefers-reduced-motion: reduce) {
    .lp-pass--front[b-z1o0duig78] { animation: none; }
}
