/* /Components/CvsCaremarkLogo.razor.rz.scp.css */
/* CVS Caremark wordmark lockup — sized by the parent's font-size (em units). */
.cvs-logo[b-pjdajsvtgv] {
    display: inline-flex;
    align-items: center;
    gap: .28em;
    line-height: 1;
    white-space: nowrap;
}

.cvs-logo-heart[b-pjdajsvtgv] {
    width: 1.15em;
    height: 1.15em;
    flex: none;
    fill: var(--cvs-red);
}

.cvs-logo-text b[b-pjdajsvtgv] {
    font-weight: 800;
    color: var(--cvs-red);
    letter-spacing: -.02em;
}

.cvs-logo-text i[b-pjdajsvtgv] {
    font-style: normal;
    font-weight: 500;
    color: var(--cvs-red);
    margin-left: .12em;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.top-bar[b-8pk26a4w4x] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: .75rem 1.5rem;
    background: var(--brand-surface);
    border-bottom: 1px solid var(--brand-line);
    box-shadow: 0 1px 3px rgba(39, 57, 67, .05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.brand[b-8pk26a4w4x] {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.brand img[b-8pk26a4w4x] {
    height: 38px;
    width: auto;
}

.nav-links[b-8pk26a4w4x] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.nav-links a[b-8pk26a4w4x] {
    color: var(--brand-slate);
    font-weight: 500;
    font-size: .95rem;
    text-decoration: none;
    padding: .35rem 0;
    border-bottom: 2px solid transparent;
    transition: color .15s ease, border-color .15s ease;
}

.nav-links a:hover[b-8pk26a4w4x] {
    color: var(--brand-cyan-dark);
    border-bottom-color: var(--brand-cyan);
    text-decoration: none;
}

.auth-links[b-8pk26a4w4x] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.greeting[b-8pk26a4w4x] {
    color: var(--brand-muted);
    font-size: .9rem;
}

.site-footer[b-8pk26a4w4x] {
    border-top: 1px solid var(--brand-line);
    padding: 1.25rem 1.5rem;
    text-align: center;
    color: var(--brand-muted);
    font-size: .85rem;
    background: var(--brand-surface);
}

@media (max-width: 640px) {
    .top-bar[b-8pk26a4w4x] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .greeting[b-8pk26a4w4x] {
        display: none;
    }
}

#blazor-error-ui[b-8pk26a4w4x] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8pk26a4w4x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* Informational member dashboard (client-facing) */
.dash-head[b-q0io30qqyi] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.dash-head h1[b-q0io30qqyi] {
    margin: 0 0 .25rem;
    font-size: 1.7rem;
}

.dash-head p[b-q0io30qqyi] {
    margin: 0;
    color: var(--brand-muted);
}

.plan-pill[b-q0io30qqyi] {
    background: #e8f7ee;
    color: #1f8a4c;
    font-size: .8rem;
    font-weight: 600;
    padding: .4rem .8rem;
    border-radius: 999px;
    white-space: nowrap;
}

/* Two-column grid ----------------------------------------------------- */
.dash-grid[b-q0io30qqyi] {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 1.25rem;
    align-items: start;
}

.dash-main[b-q0io30qqyi], .dash-side[b-q0io30qqyi] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.panel h3[b-q0io30qqyi] {
    margin: 0 0 1rem;
    font-size: 1.1rem;
}

.panel-head[b-q0io30qqyi] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.panel-head h3[b-q0io30qqyi] { margin: 0; }

.tag[b-q0io30qqyi] {
    background: var(--brand-cyan-soft);
    color: var(--brand-cyan-dark);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    padding: .3rem .65rem;
    border-radius: 999px;
    white-space: nowrap;
}

.muted-note[b-q0io30qqyi] {
    font-size: .82rem;
    color: var(--brand-muted);
}

/* Group plan meta ----------------------------------------------------- */
.plan-meta[b-q0io30qqyi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid var(--brand-line);
}

.plan-meta label[b-q0io30qqyi] {
    display: block;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--brand-muted);
    margin-bottom: .2rem;
}

.plan-meta span[b-q0io30qqyi] {
    font-weight: 600;
    color: var(--brand-ink);
}

/* Benefit highlights -------------------------------------------------- */
.benefits[b-q0io30qqyi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.benefit[b-q0io30qqyi] {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
}

.benefit span[b-q0io30qqyi] { font-size: 1.4rem; line-height: 1; }

.benefit strong[b-q0io30qqyi] {
    display: block;
    font-size: .92rem;
    color: var(--brand-ink);
}

.benefit small[b-q0io30qqyi] {
    color: var(--brand-muted);
    font-size: .8rem;
}

/* Benefit schedule footnote ------------------------------------------- */
.schedule-foot[b-q0io30qqyi] {
    margin: 1rem 0 0;
    font-size: .85rem;
    color: var(--brand-muted);
}

.schedule-foot strong[b-q0io30qqyi] { color: var(--brand-ink); }

/* Quick actions ------------------------------------------------------- */
.actions[b-q0io30qqyi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;
}

.action[b-q0io30qqyi] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    padding: .9rem .75rem;
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius);
    color: var(--brand-slate);
    font-size: .85rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}

.action span[b-q0io30qqyi] { font-size: 1.25rem; }

.action:hover[b-q0io30qqyi] {
    border-color: var(--brand-cyan);
    color: var(--brand-cyan-dark);
    background: var(--brand-cyan-soft);
    text-decoration: none;
}

/* Branded pharmacy-vendor SSO buttons (top row) ----------------------- */
.action.vendor[b-q0io30qqyi] {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .5rem;
    padding: 1.1rem .75rem;
    font-size: 1.05rem;   /* the logo lockups are em-sized, so this scales them */
}

.action.vendor small[b-q0io30qqyi] {
    font-size: .72rem;
    font-weight: 500;
    color: var(--brand-muted);
}

.action.vendor.cvs:hover[b-q0io30qqyi] {
    border-color: var(--cvs-red);
    background: #fff5f5;
    color: var(--brand-slate);
}

.action.vendor.prime:hover[b-q0io30qqyi] {
    border-color: var(--prime-blue);
    background: var(--prime-blue-soft);
    color: var(--brand-slate);
}

/* Digital ID card ----------------------------------------------------- */
.id-card[b-q0io30qqyi] {
    border-radius: var(--brand-radius);
    overflow: hidden;
    box-shadow: var(--brand-shadow);
    background: linear-gradient(135deg, var(--brand-slate-dark), var(--brand-cyan-dark));
    color: #fff;
}

.id-top[b-q0io30qqyi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .85rem 1rem;
    background: rgba(255, 255, 255, .12);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.id-top img[b-q0io30qqyi] {
    height: 24px;
    background: #fff;
    border-radius: 4px;
    padding: 2px 5px;
}

.id-body[b-q0io30qqyi] { padding: 1rem; display: flex; flex-direction: column; gap: .75rem; }

.id-body label[b-q0io30qqyi] {
    display: block;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    opacity: .75;
    margin-bottom: .1rem;
}

.id-body span[b-q0io30qqyi] { font-weight: 600; font-size: .95rem; }

.id-row[b-q0io30qqyi] { display: flex; gap: 2rem; }

/* Member services ----------------------------------------------------- */
.help-line[b-q0io30qqyi] {
    margin: 0 0 .75rem;
    font-size: .88rem;
    color: var(--brand-muted);
}

.links[b-q0io30qqyi] { list-style: none; margin: 0; padding: 0; }

.links li[b-q0io30qqyi] { border-top: 1px solid var(--brand-line); }
.links li:first-child[b-q0io30qqyi] { border-top: none; }

.links a[b-q0io30qqyi] {
    display: block;
    padding: .6rem 0;
    font-size: .9rem;
    font-weight: 500;
}

/* Member info (UserData record) --------------------------------------- */
.member-grid[b-q0io30qqyi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.member-grid label[b-q0io30qqyi] {
    display: block;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--brand-muted);
    margin-bottom: .2rem;
}

.member-grid span[b-q0io30qqyi] {
    font-weight: 600;
    color: var(--brand-ink);
    word-break: break-word;
}

/* Wide fields (e.g. email) take two grid tracks so long values don't wrap. */
.member-grid .span-2[b-q0io30qqyi] {
    grid-column: span 2;
}

@media (max-width: 860px) {
    .dash-grid[b-q0io30qqyi] { grid-template-columns: 1fr; }
    .account-cta[b-q0io30qqyi] { flex-direction: column; align-items: flex-start; }
}

/* ── Your services: data-driven tiles ─────────────────────────────────────────
   One row per entitled service, from the catalogue filtered by the member's
   bundle. --c carries the service's accent colour from the catalogue entry, so
   a new vendor styles itself without another rule here. */
.svc-list[b-q0io30qqyi] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.svc-row[b-q0io30qqyi] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: .9rem;
    padding: .85rem .25rem;
    border-bottom: 1px solid var(--brand-line);
}

.svc-row:last-child[b-q0io30qqyi] { border-bottom: 0; }

.svc-ic[b-q0io30qqyi] {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--brand-radius);
    font-size: 1.05rem;
    /* Tint the badge with the service accent without hard-coding a palette. */
    background: color-mix(in srgb, var(--c) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--c) 30%, transparent);
}

.svc-tx[b-q0io30qqyi] { display: flex; flex-direction: column; min-width: 0; }
.svc-tx strong[b-q0io30qqyi] { color: var(--brand-ink); font-weight: 600; }
.svc-tx small[b-q0io30qqyi] { color: var(--brand-muted); font-size: .78rem; }

.svc-go[b-q0io30qqyi] {
    border: 1px solid var(--c);
    background: transparent;
    color: var(--c);
    font: inherit;
    font-weight: 600;
    font-size: .82rem;
    padding: .38rem .95rem;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.svc-go:hover[b-q0io30qqyi] { background: var(--c); color: #fff; }

.svc-stat[b-q0io30qqyi] {
    font-size: .72rem;
    color: var(--brand-muted);
    white-space: nowrap;
}

/* The service interstitial popup styles (.svc-modal shell + .svc-info-* skin + .handoff lockup) moved to
   wwwroot/app.css: the popup markup is now rendered by the shared Shared.Benefits.Web ServiceInterstitialModals
   component, which has no per-component scope attribute, so scoped rules here would never match it. This file
   keeps only the dashboard's own (scoped) tile-list styles above. */
@media (max-width: 640px) {
    .svc-row[b-q0io30qqyi] { grid-template-columns: auto 1fr auto; }
    .svc-stat[b-q0io30qqyi] { display: none; }
}
/* /Components/Pages/Dashboard2.razor.rz.scp.css */
/* status colors local to the dashboard mockup */
.dash-head[b-v9v95s0wjn] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.dash-head h1[b-v9v95s0wjn] {
    margin: 0 0 .25rem;
    font-size: 1.7rem;
}

.dash-head p[b-v9v95s0wjn] {
    margin: 0;
    color: var(--brand-muted);
}

.plan-pill[b-v9v95s0wjn] {
    background: #e8f7ee;
    color: #1f8a4c;
    font-size: .8rem;
    font-weight: 600;
    padding: .4rem .8rem;
    border-radius: 999px;
    white-space: nowrap;
}

/* Stat tiles ---------------------------------------------------------- */
.dash-stats[b-v9v95s0wjn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat[b-v9v95s0wjn] {
    background: var(--brand-surface);
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius);
    box-shadow: var(--brand-shadow);
    padding: 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.stat-icon[b-v9v95s0wjn] { font-size: 1.4rem; }

.stat-value[b-v9v95s0wjn] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--brand-slate-dark);
    line-height: 1.1;
}

.stat-label[b-v9v95s0wjn] {
    font-size: .82rem;
    color: var(--brand-muted);
}

/* Two-column grid ----------------------------------------------------- */
.dash-grid[b-v9v95s0wjn] {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 1.25rem;
    align-items: start;
}

.dash-main[b-v9v95s0wjn], .dash-side[b-v9v95s0wjn] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.panel h3[b-v9v95s0wjn] {
    margin: 0 0 1rem;
    font-size: 1.1rem;
}

.panel-head[b-v9v95s0wjn] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.panel-head h3[b-v9v95s0wjn] { margin: 0; }

.panel-head a[b-v9v95s0wjn] {
    font-size: .85rem;
    font-weight: 500;
}

.btn-sm[b-v9v95s0wjn] {
    padding: .35rem .9rem;
    font-size: .82rem;
}

/* Prescription list --------------------------------------------------- */
.rx-list[b-v9v95s0wjn] { display: flex; flex-direction: column; }

.rx[b-v9v95s0wjn] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .85rem 0;
    border-top: 1px solid var(--brand-line);
}

.rx:first-child[b-v9v95s0wjn] { border-top: none; }

.rx-info[b-v9v95s0wjn] { display: flex; flex-direction: column; flex: 1; min-width: 0; }

.rx-name[b-v9v95s0wjn] { font-weight: 600; color: var(--brand-ink); }

.rx-sub[b-v9v95s0wjn] { font-size: .82rem; color: var(--brand-muted); }

/* Badges -------------------------------------------------------------- */
.badge[b-v9v95s0wjn] {
    font-size: .72rem;
    font-weight: 600;
    padding: .25rem .6rem;
    border-radius: 999px;
    white-space: nowrap;
}

.badge-ready[b-v9v95s0wjn] { background: var(--brand-cyan-soft); color: var(--brand-cyan-dark); }
.badge-due[b-v9v95s0wjn]   { background: #fdf2e0; color: #b9750f; }
.badge-ok[b-v9v95s0wjn]    { background: #eef1f4; color: var(--brand-slate); }

/* Quick actions ------------------------------------------------------- */
.actions[b-v9v95s0wjn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;
}

.action[b-v9v95s0wjn] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    padding: .9rem .75rem;
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius);
    color: var(--brand-slate);
    font-size: .85rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}

.action span[b-v9v95s0wjn] { font-size: 1.25rem; }

.action:hover[b-v9v95s0wjn] {
    border-color: var(--brand-cyan);
    color: var(--brand-cyan-dark);
    background: var(--brand-cyan-soft);
    text-decoration: none;
}

/* Digital ID card ----------------------------------------------------- */
.id-card[b-v9v95s0wjn] {
    border-radius: var(--brand-radius);
    overflow: hidden;
    box-shadow: var(--brand-shadow);
    background: linear-gradient(135deg, var(--brand-slate-dark), var(--brand-cyan-dark));
    color: #fff;
}

.id-top[b-v9v95s0wjn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .85rem 1rem;
    background: rgba(255, 255, 255, .12);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.id-top img[b-v9v95s0wjn] {
    height: 24px;
    background: #fff;
    border-radius: 4px;
    padding: 2px 5px;
}

.id-body[b-v9v95s0wjn] { padding: 1rem; display: flex; flex-direction: column; gap: .75rem; }

.id-body label[b-v9v95s0wjn] {
    display: block;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    opacity: .75;
    margin-bottom: .1rem;
}

.id-body span[b-v9v95s0wjn] { font-weight: 600; font-size: .95rem; }

.id-row[b-v9v95s0wjn] { display: flex; gap: 2rem; }

/* Meters -------------------------------------------------------------- */
.meter[b-v9v95s0wjn] { margin-bottom: 1rem; }
.meter:last-child[b-v9v95s0wjn] { margin-bottom: 0; }

.meter-label[b-v9v95s0wjn] {
    display: flex;
    justify-content: space-between;
    font-size: .82rem;
    margin-bottom: .35rem;
    color: var(--brand-muted);
}

.bar[b-v9v95s0wjn] {
    height: 8px;
    border-radius: 999px;
    background: var(--brand-line);
    overflow: hidden;
}

.fill[b-v9v95s0wjn] {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-cyan), var(--brand-cyan-dark));
}

/* Resource links ------------------------------------------------------ */
.links[b-v9v95s0wjn] { list-style: none; margin: 0; padding: 0; }

.links li[b-v9v95s0wjn] { border-top: 1px solid var(--brand-line); }
.links li:first-child[b-v9v95s0wjn] { border-top: none; }

.links a[b-v9v95s0wjn] {
    display: block;
    padding: .6rem 0;
    font-size: .9rem;
    font-weight: 500;
}

@media (max-width: 860px) {
    .dash-grid[b-v9v95s0wjn] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-7ntnrc41en] {
    background: linear-gradient(135deg, var(--brand-slate-dark) 0%, var(--brand-slate) 45%, var(--brand-cyan-dark) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 3rem 2.5rem;
    box-shadow: var(--brand-shadow);
}

.hero .eyebrow[b-7ntnrc41en] {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .75rem;
    font-weight: 600;
    color: var(--brand-cyan-soft);
    margin-bottom: .75rem;
}

.hero h1[b-7ntnrc41en] {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    margin: 0 0 .75rem;
    font-weight: 700;
    line-height: 1.15;
}

.hero h1 .accent[b-7ntnrc41en] {
    color: var(--brand-cyan);
}

.hero .lede[b-7ntnrc41en] {
    max-width: 38rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, .9);
    margin: 0 0 1.75rem;
}

.hero-actions[b-7ntnrc41en] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

/* The hero sits on the dark gradient, so the outline CTA reads in white rather than the
   default slate-on-light used elsewhere. */
.hero-actions .btn-outline[b-7ntnrc41en] {
    color: #fff;
    border-color: rgba(255, 255, 255, .55);
}

.hero-actions .btn-outline:hover[b-7ntnrc41en] {
    border-color: #fff;
    color: #fff;
}

.status[b-7ntnrc41en] {
    font-size: .9rem;
    color: rgba(255, 255, 255, .8);
}

.status-ok[b-7ntnrc41en]::before {
    content: "\2713\00a0";
    color: var(--brand-cyan);
    font-weight: 700;
}

.cards[b-7ntnrc41en] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.cards .card[b-7ntnrc41en] {
    transition: transform .15s ease, box-shadow .15s ease;
}

.cards .card:hover[b-7ntnrc41en] {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(39, 57, 67, .08), 0 16px 32px rgba(39, 57, 67, .1);
}

.card-icon[b-7ntnrc41en] {
    font-size: 1.75rem;
    margin-bottom: .5rem;
}

.cards .card h3[b-7ntnrc41en] {
    margin: 0 0 .4rem;
    font-size: 1.1rem;
}

.cards .card p[b-7ntnrc41en] {
    margin: 0;
    color: var(--brand-muted);
    font-size: .92rem;
    line-height: 1.55;
}
/* /Components/Pages/Register.razor.rz.scp.css */
/* Membership verification gate — clean card matching the dashboard/brand system. */

.register-card[b-9v11ng97e4] {
    max-width: 460px;
    margin: 4rem auto;
    background: var(--brand-surface);
    border: 1px solid var(--brand-line);
    border-radius: 16px;
    box-shadow: var(--brand-shadow);
    padding: 2.75rem 2.5rem;
    text-align: center;
}

.register-logo[b-9v11ng97e4] {
    height: 44px;
    width: auto;
    margin-bottom: 1.5rem;
}

.register-card h1[b-9v11ng97e4] {
    margin: 0 0 .6rem;
    font-size: 1.55rem;
}

.register-intro[b-9v11ng97e4] {
    color: var(--brand-muted);
    line-height: 1.6;
    margin: 0 0 2rem;
}

/* Form — left-aligned controls within the centered card. */
.register-form[b-9v11ng97e4] {
    text-align: left;
    display: flex;
    flex-direction: column;
}

/* Label sits as a header above its input, left-justified. Inter-field spacing lives
   here on .field (not on .register-form's gap): EditForm is a child component, so
   Blazor doesn't stamp the CSS-isolation attribute on its <form> root and any rule
   targeting .register-form itself silently fails to match. The .field divs are
   authored here and scoped, so their margin reliably applies — giving each label+box
   its own breathing room instead of an undifferentiated stack of identical boxes. */
.field[b-9v11ng97e4] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
    margin-bottom: 1.5rem;
}

.field label[b-9v11ng97e4] {
    text-align: left;
    font-size: .85rem;
    font-weight: 600;
    color: var(--brand-slate-dark);
}

.field-hint[b-9v11ng97e4] {
    text-align: left;
    font-size: .75rem;
    line-height: 1.35;
    color: #6b7280;
}

/* Inputs are rendered by child components (InputText/InputDate), so reach them
   with ::deep rather than the scoped attribute selector. */
.field[b-9v11ng97e4]  input {
    width: 100%;
    box-sizing: border-box;
    padding: .65rem .85rem;
    font-family: inherit;
    font-size: .95rem;
    color: var(--brand-ink);
    background: var(--brand-surface);
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius);
    transition: border-color .15s ease, box-shadow .15s ease;
}

.field[b-9v11ng97e4]  input:focus {
    outline: none;
    border-color: var(--brand-cyan);
    box-shadow: 0 0 0 3px var(--brand-cyan-soft);
}

/* Per-field validation messages — sit directly under the input. */
.field[b-9v11ng97e4]  .validation-message {
    width: 100%;
    color: var(--cvs-red);
    font-size: .82rem;
}

/* Form-level error — sits below the controls, above the submit button. */
.form-error[b-9v11ng97e4] {
    margin: 0;
    padding: .7rem .85rem;
    background: #fdeaea;
    border: 1px solid #f3c2c2;
    border-radius: var(--brand-radius);
    color: var(--cvs-red-dark);
    font-size: .88rem;
    line-height: 1.45;
    white-space: pre-line; /* honor the \n between the two sentences */
}

/* Full-width primary action to anchor the card. */
.register-form .btn-primary[b-9v11ng97e4] {
    justify-content: center;
    width: 100%;
    padding: .75rem 1.25rem;
    margin-top: 1.5rem;
}

/* Non-error status line (e.g. "we've sent a new code"). */
.form-notice[b-9v11ng97e4] {
    margin: 0 0 1.25rem;
    padding: .7rem .85rem;
    background: var(--brand-cyan-soft);
    border: 1px solid var(--brand-cyan);
    border-radius: var(--brand-radius);
    color: var(--brand-slate-dark);
    font-size: .88rem;
    line-height: 1.45;
}

/* Channel chooser — each on-file option is a selectable card. */
.channel-options[b-9v11ng97e4] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.channel-option[b-9v11ng97e4] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .85rem 1rem;
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius);
    cursor: pointer;
    font-size: .95rem;
    color: var(--brand-ink);
    transition: border-color .15s ease, box-shadow .15s ease;
}

.channel-option:hover[b-9v11ng97e4] {
    border-color: var(--brand-cyan);
}

.channel-option:has(input:checked)[b-9v11ng97e4] {
    border-color: var(--brand-cyan);
    box-shadow: 0 0 0 3px var(--brand-cyan-soft);
}

/* Resend sits under the verify button as a quiet, link-styled action. */
.resend-form[b-9v11ng97e4] {
    margin-top: 1rem;
    text-align: center;
}

.btn-link[b-9v11ng97e4] {
    background: none;
    border: none;
    padding: 0;
    color: var(--brand-cyan);
    font: inherit;
    font-size: .88rem;
    cursor: pointer;
    text-decoration: underline;
}

.btn-link:hover[b-9v11ng97e4] {
    color: var(--brand-slate-dark);
}

/* "Already have an account? Sign in" — quiet line under the details form. */
.register-alt[b-9v11ng97e4] {
    margin: 1.5rem 0 0;
    font-size: .88rem;
    color: var(--brand-muted);
}

.register-alt a[b-9v11ng97e4] {
    color: var(--brand-cyan);
    font-weight: 600;
    text-decoration: none;
}

.register-alt a:hover[b-9v11ng97e4] {
    text-decoration: underline;
}
/* /Components/Pages/SignedOut.razor.rz.scp.css */
.signed-out[b-tvgg41rlfp] {
    max-width: 480px;
    margin: 4rem auto;
    text-align: center;
    background: var(--brand-surface);
    border: 1px solid var(--brand-line);
    border-radius: 16px;
    box-shadow: var(--brand-shadow);
    padding: 3rem 2.5rem;
}

.signed-out-logo[b-tvgg41rlfp] {
    height: 44px;
    width: auto;
    margin-bottom: 1.5rem;
}

.signed-out-check[b-tvgg41rlfp] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: var(--brand-cyan-soft);
    color: var(--brand-cyan-dark);
    font-size: 2rem;
    line-height: 64px;
    font-weight: 700;
}

.signed-out h1[b-tvgg41rlfp] {
    margin: 0 0 .75rem;
    font-size: 1.6rem;
}

.signed-out p[b-tvgg41rlfp] {
    color: var(--brand-muted);
    line-height: 1.6;
    margin: 0 0 1.75rem;
}
/* /Components/PrimeLogo.razor.rz.scp.css */
/* Prime Therapeutics wordmark lockup — sized by the parent's font-size (em units). */
.prime-logo[b-fy1padjkm9] {
    display: inline-flex;
    align-items: center;
    gap: .4em;
    line-height: 1;
    white-space: nowrap;
}

.prime-logo-mark[b-fy1padjkm9] {
    width: 1.25em;
    height: 1.25em;
    flex: none;
}

.prime-logo-mark rect[b-fy1padjkm9] {
    fill: var(--prime-blue);
}

.prime-logo-mark text[b-fy1padjkm9] {
    fill: #fff;
    font-family: var(--brand-font);
}

.prime-logo-text[b-fy1padjkm9] {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.prime-logo-text b[b-fy1padjkm9] {
    font-weight: 700;
    color: var(--prime-purple);
    letter-spacing: -.01em;
}

.prime-logo-text i[b-fy1padjkm9] {
    font-style: normal;
    font-weight: 600;
    font-size: .34em;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--prime-blue);
    margin-top: .4em;
}
