/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-y1l5nql0cf] {
    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-y1l5nql0cf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/*
 * Scoped styles for the placeholder home page. Bundled into the external
 * Lassist.Portal.styles.css (served from 'self'), so nothing here is an inline
 * style attribute or <style> block — required by the strict CSP (style-src 'self').
 */

.portal-hero[b-z2pdp05thy] {
    background-color: var(--brand);
    color: #ffffff;
    padding: 3rem 2rem 2.5rem;
    font-family: var(--font-sans);
}

.brand-logo[b-z2pdp05thy] {
    display: block;
    height: 64px;
    width: auto;
    margin: 0 0 1.25rem;
    background-color: #ffffff;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
}

.portal-hero__eyebrow[b-z2pdp05thy] {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--brand-soft-2);
}

.portal-hero__title[b-z2pdp05thy] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
}

.portal-hero__subtitle[b-z2pdp05thy] {
    margin: 0.5rem 0 0;
    font-size: 1rem;
    font-weight: 300;
    color: var(--brand-soft-2);
}

.portal-main[b-z2pdp05thy] {
    padding: 2rem;
    font-family: var(--font-sans);
}

.portal-card[b-z2pdp05thy] {
    max-width: 640px;
    background-color: var(--surface);
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 1.75rem;
    box-shadow: 0 1px 2px rgba(14, 32, 42, 0.06);
}

.portal-card__title[b-z2pdp05thy] {
    margin: 0 0 0.5rem;
    color: var(--brand);
    font-size: 1.25rem;
    font-weight: 600;
}

.portal-card__body[b-z2pdp05thy] {
    margin: 0 0 1.5rem;
    color: var(--ink-2);
    line-height: 1.55;
}

.portal-meta[b-z2pdp05thy] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem 1.5rem;
    margin: 0 0 1.5rem;
}

.portal-meta dt[b-z2pdp05thy] {
    color: var(--ink-3);
    font-size: 0.85rem;
    align-self: center;
}

.portal-meta dd[b-z2pdp05thy] {
    margin: 0;
}

.portal-chip[b-z2pdp05thy] {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    background-color: var(--bg);
    border: 1px solid var(--line);
    color: var(--brand-700);
    font-family: var(--font-mono);
    font-size: 0.85rem;
}

.portal-button[b-z2pdp05thy] {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    border-radius: 4px;
    background-color: var(--accent);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.portal-button:hover[b-z2pdp05thy] {
    filter: brightness(0.95);
}
