@import 'EVibeLoyalty.Client.3kr5hqrggm.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/HomePage.razor.rz.scp.css */
/* ============================================================
   Marketing home — page chrome (wrapper, top bar).
   Component-scoped CSS (Blazor .razor.css). Tokens only (defined in
   wwwroot/css/custom.css :root). Each content block carries its own
   scoped CSS in its section component.
   ============================================================ */

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

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

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

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

/* 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-w75rll3a48] { display: none; }
}
/* /Components/Pages/Public/Home/Sections/ClosingCtaSection.razor.rz.scp.css */
/* Closing CTA — component-scoped CSS. Tokens only (custom.css :root). */

.lp-cta-band[b-calq2h99oo] {
    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-calq2h99oo] {
    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-calq2h99oo] { margin: 1rem auto 0; max-width: 48ch; color: var(--text-secondary); }
.lp-cta-band__actions[b-calq2h99oo] {
    margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: center;
    align-items: center;
}
/* /Components/Pages/Public/Home/Sections/FeaturesSection.razor.rz.scp.css */
/* Features — component-scoped CSS. Tokens only (custom.css :root). ::deep reaches MudIcon roots. */

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

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

.lp-feature__icon[b-if7h59yvul] {
    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-if7h59yvul]  .mud-icon-root { color: var(--accent); }

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

@media (max-width: 900px) {
    .lp-features[b-if7h59yvul] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .lp-features[b-if7h59yvul] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Public/Home/Sections/HeroSection.razor.rz.scp.css */
/* Hero — component-scoped CSS. Tokens only (custom.css :root). ::deep reaches MudIcon roots. */

.lp-hero[b-jpscuxrbd3] {
    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-jpscuxrbd3] {
    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-jpscuxrbd3] {
    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-jpscuxrbd3] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.9rem;
}

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

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

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

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

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

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

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

.lp-pass--front[b-jpscuxrbd3] {
    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-jpscuxrbd3 6s ease-in-out infinite;
}

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

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

.lp-pass__wallet[b-jpscuxrbd3] {
    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-jpscuxrbd3]  .mud-icon-root { color: var(--on-accent); }

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

.lp-pass__reward[b-jpscuxrbd3] {
    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-jpscuxrbd3] {
    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-jpscuxrbd3 {
    0%, 100% { transform: rotate(3deg) translateY(0); }
    50%      { transform: rotate(3deg) translateY(-10px); }
}

@media (max-width: 900px) {
    .lp-hero[b-jpscuxrbd3] { grid-template-columns: 1fr; }
    .lp-hero__art[b-jpscuxrbd3] { order: -1; }
    .lp-pass-stack[b-jpscuxrbd3] { width: min(320px, 86vw); }
}

@media (max-width: 600px) {
    .lp-hero__cta .btn[b-jpscuxrbd3] { width: 100%; }
}

/* reduced motion: hold the pass still */
@media (prefers-reduced-motion: reduce) {
    .lp-pass--front[b-jpscuxrbd3] { animation: none; }
}
/* /Components/Pages/Public/Home/Sections/HowItWorksSection.razor.rz.scp.css */
/* How it works — component-scoped CSS. Tokens only (custom.css :root). */

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

.lp-step[b-u4uarss6vv] {
    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-u4uarss6vv] {
    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-u4uarss6vv] {
    margin: 0 0 .4rem;
    font-weight: 600;
    font-size: 1.08rem;
    color: var(--text-primary);
}

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

@media (max-width: 900px) {
    .lp-steps[b-u4uarss6vv] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Public/Home/Sections/LandingSectionHeader.razor.rz.scp.css */
.lp-section__head[b-ye3f2pxwmh] { max-width: 52ch; margin-bottom: 2rem; }
.lp-section__title[b-ye3f2pxwmh] {
    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);
}
/* /Components/Pages/Public/Home/Sections/PlanCard.razor.rz.scp.css */
/* Plan card — component-scoped CSS. Tokens only (custom.css :root). ::deep reaches MudIcon roots. */

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

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

.lp-plan__badge[b-ojxtu2tizj] {
    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-ojxtu2tizj] {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    color: var(--text-primary);
}
.lp-plan__for[b-ojxtu2tizj] { margin: .35rem 0 1.2rem; color: var(--text-secondary); font-size: .9rem; }

.lp-plan__price[b-ojxtu2tizj] { display: flex; align-items: baseline; gap: .35rem; margin: .9rem 0 .1rem; }
.lp-plan__amount[b-ojxtu2tizj] {
    font-family: "Outfit", sans-serif; font-weight: 700; font-size: 2.6rem; line-height: 1;
    letter-spacing: -.02em; color: var(--text-primary);
}
.lp-plan__unit[b-ojxtu2tizj] { font-size: .85rem; font-weight: 600; color: var(--text-secondary); }
.lp-plan--featured .lp-plan__amount[b-ojxtu2tizj] { color: var(--accent); }

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

/* Headline first, detail muted after the em dash — the eye scans the leads, the detail answers "what
   exactly?" only when asked. */
.lp-plan__lead[b-ojxtu2tizj] { font-weight: 600; }
.lp-plan__detail[b-ojxtu2tizj] { color: var(--text-secondary); }

/* The value jump: a quiet separator, then this tier's own wins in the accent colour. */
.lp-plan__jump[b-ojxtu2tizj] {
    margin-top: .45rem;
    padding-top: .8rem;
    border-top: 1px solid var(--outline);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--accent);
}
.lp-plan__extra .lp-plan__lead[b-ojxtu2tizj] { color: var(--accent); }
.lp-plan__extra[b-ojxtu2tizj]  .mud-icon-root { color: var(--accent); }
/* /Components/Pages/Public/Home/Sections/PlansSection.razor.rz.scp.css */
/* Plans — component-scoped CSS. Tokens only (custom.css :root). */

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

@media (max-width: 600px) {
    .lp-plans[b-jogn1y3f9u] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Public/Legal/LegalPageShell.razor.rz.scp.css */
/* Scoped chrome for the legal pages. The document body typography is shared across all legal pages and
   lives in custom.css (.legal-doc …) since scoped CSS can't reach ChildContent from another component. */

.legal[b-oy9mfitoq4] { max-width: 1080px; margin: 0 auto; padding: 0 1.25rem 2rem; }

/* ---------- top bar ---------- */
.legal-top[b-oy9mfitoq4] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.25rem 0;
}
.legal-brand[b-oy9mfitoq4] { display: inline-flex; align-items: center; }
.legal-top__actions[b-oy9mfitoq4] { display: flex; align-items: center; gap: .75rem; }

/* ---------- title column ---------- */
.legal-main[b-oy9mfitoq4] { margin: 1.5rem auto 0; }
.legal-back[b-oy9mfitoq4] {
    display: inline-block; margin-bottom: 1.25rem;
    color: var(--text-secondary); text-decoration: none; font-size: .9rem;
}
.legal-back:hover[b-oy9mfitoq4] { color: var(--text-primary); }

.legal-head[b-oy9mfitoq4] { margin-bottom: 2rem; }
.legal-title[b-oy9mfitoq4] {
    font-size: clamp(1.9rem, 1.4rem + 2vw, 2.6rem); line-height: 1.15;
    margin: .35rem 0 0; color: var(--text-primary); letter-spacing: -.02em;
}
.legal-updated[b-oy9mfitoq4] { margin: .6rem 0 0; font-size: .82rem; color: var(--text-secondary); }
.legal-lead[b-oy9mfitoq4] { margin: 1.1rem 0 0; max-width: 68ch; color: var(--text-secondary); line-height: 1.6; }

@media (max-width: 600px) {
    .legal-top__actions .legal-cta[b-oy9mfitoq4] { display: none; }
}
