/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-42guol98wr] {
    display: grid;
    grid-template-columns: minmax(220px, 240px) 1fr;
    min-height: 100vh;
    background: var(--p-bg-alt, #f6f7f8);
}

.admin-sidebar[b-42guol98wr] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 1rem;
    background: var(--p-surface);
    border-right: 1px solid var(--p-border);
    position: sticky;
    top: 0;
    height: 100vh;
}

.admin-brand[b-42guol98wr] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.25rem 0.35rem 1rem;
    border-bottom: 1px solid var(--p-border);
}

.admin-brand-mark[b-42guol98wr] {
    color: var(--p-accent);
    display: inline-flex;
}

.admin-brand-text[b-42guol98wr] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.admin-brand-name[b-42guol98wr] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--p-text);
}

.admin-brand-accent[b-42guol98wr] {
    color: var(--p-accent);
}

.admin-brand-label[b-42guol98wr] {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--p-text-muted);
    font-weight: 600;
}

.admin-nav[b-42guol98wr] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.admin-nav-link[b-42guol98wr] {
    display: flex;
    align-items: center;
    padding: 0.55rem 0.75rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--p-text);
    text-decoration: none;
    border-radius: var(--p-radius-sm);
    transition: background-color 0.15s ease, color 0.15s ease;
}

.admin-nav-link:hover[b-42guol98wr] {
    background: var(--p-bg-alt);
    color: var(--p-accent);
    text-decoration: none;
}

.admin-nav-link.active[b-42guol98wr] {
    background: var(--p-accent-soft);
    color: var(--p-accent);
}

.admin-sidebar-foot[b-42guol98wr] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--p-border);
}

.admin-back[b-42guol98wr] {
    font-size: 0.85rem;
    color: var(--p-text-muted);
    text-decoration: none;
    padding: 0.4rem 0.75rem;
}

.admin-back:hover[b-42guol98wr] {
    color: var(--p-accent);
    text-decoration: none;
}

.admin-logout[b-42guol98wr] {
    display: contents;
}

.admin-logout-btn[b-42guol98wr] {
    appearance: none;
    background: transparent;
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius-sm);
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    color: var(--p-text-muted);
    cursor: pointer;
    text-align: left;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.admin-logout-btn:hover[b-42guol98wr] {
    background: var(--p-bg-alt);
    color: var(--bs-danger, #dc3545);
    border-color: var(--p-border-strong);
}

.admin-main[b-42guol98wr] {
    padding: 2rem 2rem 4rem;
    overflow-x: auto;
}

.admin-main-inner[b-42guol98wr] {
    max-width: 64rem;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .admin-shell[b-42guol98wr] {
        grid-template-columns: 1fr;
    }

    .admin-sidebar[b-42guol98wr] {
        position: static;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.75rem;
        padding: 1rem;
    }

    .admin-brand[b-42guol98wr] {
        padding: 0;
        border: 0;
    }

    .admin-nav[b-42guol98wr] {
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: auto;
    }

    .admin-sidebar-foot[b-42guol98wr] {
        border-top: 0;
        padding-top: 0;
        flex-direction: row;
        margin-top: 0;
        width: 100%;
    }

    .admin-main[b-42guol98wr] {
        padding: 1.5rem 1rem 3rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-0musfzwu1g] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--p-bg);
}

.site-main[b-0musfzwu1g] {
    flex: 1 1 auto;
    padding: 2rem 1rem 4rem;
}

.content-container[b-0musfzwu1g] {
    max-width: var(--p-container);
    margin-inline: auto;
    width: 100%;
}

.site-footer[b-0musfzwu1g] {
    background: var(--p-bg-alt);
    border-top: 1px solid var(--p-border);
    padding: 2.5rem 1rem 2rem;
    color: var(--p-text-muted);
    font-size: 0.9rem;
}

.footer-inner[b-0musfzwu1g] {
    max-width: var(--p-container);
    margin-inline: auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

.footer-brand[b-0musfzwu1g] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.footer-logo[b-0musfzwu1g] {
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    color: var(--p-text);
}

.footer-logo-accent[b-0musfzwu1g] {
    color: var(--p-accent);
}

.footer-tagline[b-0musfzwu1g] {
    margin: 0;
    font-size: 0.875rem;
    max-width: 28rem;
}

.footer-nav[b-0musfzwu1g] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.footer-nav-group[b-0musfzwu1g] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-nav-title[b-0musfzwu1g] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--p-text);
    margin-bottom: 0.25rem;
}

.footer-nav a[b-0musfzwu1g] {
    color: var(--p-text-muted);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
    width: fit-content;
}

.footer-nav a:hover[b-0musfzwu1g] {
    color: var(--p-accent);
}

.footer-meta[b-0musfzwu1g] {
    border-top: 1px solid var(--p-border);
    padding-top: 1rem;
    font-size: 0.8rem;
    color: var(--p-text-muted);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
}

@media (min-width: 768px) {
    .site-main[b-0musfzwu1g] { padding: 3rem 2rem 5rem; }
    .site-footer[b-0musfzwu1g] { padding: 3rem 2rem 2rem; }

    .footer-inner[b-0musfzwu1g] {
        grid-template-columns: 2fr 2fr 1fr;
        gap: 3rem;
        align-items: start;
    }

    .footer-meta[b-0musfzwu1g] {
        border-top: 0;
        padding-top: 0;
        text-align: right;
    }
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-pssx7ba528] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--p-nav-bg);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid var(--p-border);
    box-shadow: 0 0 0 0 transparent;
    transition: background-color 0.25s ease, border-color 0.2s ease, box-shadow 0.25s ease;
}

:root.is-scrolled .site-nav[b-pssx7ba528] {
    border-bottom-color: var(--p-border-strong);
    box-shadow: 0 4px 12px var(--p-shadow-color), 0 1px 3px var(--p-shadow-color-2);
}

.nav-inner[b-pssx7ba528] {
    max-width: var(--p-container);
    margin-inline: auto;
    min-height: var(--p-header-height);
    padding: 0 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    flex-wrap: wrap;
}

.brand[b-pssx7ba528] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--p-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    padding: 0.35rem 0;
}

.brand:hover[b-pssx7ba528] {
    color: var(--p-text);
    text-decoration: none;
}

.brand-mark[b-pssx7ba528] {
    color: var(--p-accent);
    display: inline-flex;
    transition: color 0.2s ease;
}

.brand-mark svg[b-pssx7ba528] {
    display: block;
}

.brand-text-accent[b-pssx7ba528] {
    color: var(--p-accent);
    font-weight: 600;
}

.nav-actions[b-pssx7ba528] {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    order: 2;
}

.nav-auth-form[b-pssx7ba528] {
    display: contents;
}

.nav-auth-btn[b-pssx7ba528],
.nav-auth-link[b-pssx7ba528] {
    display: inline-flex;
    align-items: center;
    height: 2.5rem;
    padding: 0 0.85rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--p-text);
    background: var(--p-surface);
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.nav-auth-btn:hover[b-pssx7ba528],
.nav-auth-link:hover[b-pssx7ba528] {
    background: var(--p-bg-alt);
    border-color: var(--p-border-strong);
    color: var(--p-accent);
    text-decoration: none;
}

.nav-auth-btn:focus-visible[b-pssx7ba528],
.nav-auth-link:focus-visible[b-pssx7ba528] {
    outline: none;
    border-color: var(--p-accent);
    box-shadow: 0 0 0 3px var(--bs-focus-ring-color);
}

.nav-user[b-pssx7ba528] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-user-trigger[b-pssx7ba528] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    height: 2.5rem;
    padding: 0.25rem 0.35rem 0.25rem 0.75rem;
    border: 1px solid var(--p-border);
    border-radius: calc(var(--p-radius-sm) + 0.75rem);
    background: var(--p-surface);
    color: var(--p-text);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.nav-user-trigger:hover[b-pssx7ba528] {
    background: var(--p-bg-alt);
    border-color: var(--p-border-strong);
}

.nav-user-trigger:focus-visible[b-pssx7ba528] {
    outline: none;
    border-color: var(--p-accent);
    box-shadow: 0 0 0 3px var(--bs-focus-ring-color);
}

.nav-user.is-open .nav-user-trigger[b-pssx7ba528] {
    border-color: var(--p-accent);
    box-shadow: 0 0 0 3px var(--bs-focus-ring-color);
}

.nav-user-text[b-pssx7ba528] {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.15;
    gap: 0.1rem;
}

.nav-user-text .nav-user-name[b-pssx7ba528] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--p-text);
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user-role[b-pssx7ba528] {
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--p-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.nav-avatar[b-pssx7ba528] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--p-accent-soft);
    color: var(--p-accent);
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 0.02em;
    overflow: hidden;
    flex-shrink: 0;
}

.nav-avatar-initials[b-pssx7ba528] {
    text-transform: uppercase;
}

.nav-avatar-img[b-pssx7ba528] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.visually-hidden[b-pssx7ba528] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nav-user-backdrop[b-pssx7ba528] {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: transparent;
}

.nav-user-menu[b-pssx7ba528] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 61;
    min-width: 12rem;
    padding: 0.4rem;
    background: var(--p-surface);
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius-sm);
    box-shadow: 0 12px 32px var(--p-shadow-color), 0 2px 6px var(--p-shadow-color-2);
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.nav-user-form[b-pssx7ba528] {
    display: contents;
}

.nav-user-item[b-pssx7ba528] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 0.7rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--p-text);
    background: transparent;
    border: 0;
    border-radius: var(--p-radius-sm);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.nav-user-item:hover[b-pssx7ba528],
.nav-user-item:focus-visible[b-pssx7ba528] {
    outline: none;
    background: var(--p-bg-alt);
    color: var(--p-accent);
    text-decoration: none;
}

.nav-user-item-danger:hover[b-pssx7ba528],
.nav-user-item-danger:focus-visible[b-pssx7ba528] {
    color: var(--bs-danger, #dc3545);
}

.nav-toggle[b-pssx7ba528] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.55rem 0.6rem;
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius-sm);
    background: var(--p-surface);
    cursor: pointer;
    color: var(--p-text);
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.nav-toggle:hover[b-pssx7ba528] {
    background: var(--p-bg-alt);
    border-color: var(--p-border-strong);
}

.nav-toggle:focus-visible[b-pssx7ba528] {
    outline: none;
    border-color: var(--p-accent);
    box-shadow: 0 0 0 3px var(--bs-focus-ring-color);
}

.nav-toggle-bar[b-pssx7ba528] {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav.is-open .nav-toggle-bar:nth-child(1)[b-pssx7ba528] { transform: translateY(7px) rotate(45deg); }
.site-nav.is-open .nav-toggle-bar:nth-child(2)[b-pssx7ba528] { opacity: 0; }
.site-nav.is-open .nav-toggle-bar:nth-child(3)[b-pssx7ba528] { transform: translateY(-7px) rotate(-45deg); }

.nav-links[b-pssx7ba528] {
    display: none;
    width: 100%;
    padding: 0.5rem 0 1rem;
    gap: 0.25rem;
    flex-direction: column;
    order: 3;
}

.site-nav.is-open .nav-links[b-pssx7ba528] {
    display: flex;
}

.nav-links[b-pssx7ba528]  .nav-link {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 0.85rem;
    color: var(--p-text);
    font-weight: 500;
    border-radius: var(--p-radius-sm);
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
    position: relative;
}

.nav-links[b-pssx7ba528]  .nav-link:hover {
    background: var(--p-bg-alt);
    color: var(--p-accent);
}

.nav-links[b-pssx7ba528]  .nav-link.active {
    color: var(--p-accent);
    background: var(--p-accent-soft);
}

.nav-links[b-pssx7ba528]  .nav-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--bs-focus-ring-color);
}

@media (min-width: 768px) {
    .nav-inner[b-pssx7ba528] {
        flex-wrap: nowrap;
        padding: 0 1.5rem;
    }

    .nav-toggle[b-pssx7ba528] { display: none; }

    .nav-user-text[b-pssx7ba528] { display: flex; }

    .nav-links[b-pssx7ba528] {
        display: flex;
        flex-direction: row;
        width: auto;
        padding: 0;
        gap: 0.25rem;
        margin-left: auto;
        order: 1;
    }

    .nav-actions[b-pssx7ba528] {
        margin-left: 0.5rem;
        order: 2;
    }

    .nav-links[b-pssx7ba528]  .nav-link {
        padding: 0.55rem 0.9rem;
        font-size: 0.95rem;
    }

    .nav-links[b-pssx7ba528]  .nav-link.active {
        background: transparent;
    }

    .nav-links[b-pssx7ba528]  .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0.9rem;
        right: 0.9rem;
        bottom: -2px;
        height: 2px;
        border-radius: 2px;
        background: var(--p-accent);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7kzogby680],
.components-reconnect-repeated-attempt-visible[b-7kzogby680],
.components-reconnect-failed-visible[b-7kzogby680],
.components-pause-visible[b-7kzogby680],
.components-resume-failed-visible[b-7kzogby680],
.components-rejoining-animation[b-7kzogby680] {
    display: none;
}

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


#components-reconnect-modal[b-7kzogby680] {
    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-7kzogby680 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-7kzogby680 {
    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/Layout/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-ep86zz1kmy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius-sm);
    background: var(--p-surface);
    color: var(--p-text);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.theme-toggle:hover[b-ep86zz1kmy] {
    background: var(--p-bg-alt);
    border-color: var(--p-border-strong);
    color: var(--p-accent);
}

.theme-toggle:focus-visible[b-ep86zz1kmy] {
    outline: none;
    border-color: var(--p-accent);
    box-shadow: 0 0 0 3px var(--bs-focus-ring-color);
}

.theme-icon[b-ep86zz1kmy] {
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.theme-icon svg[b-ep86zz1kmy] {
    display: block;
}

[data-theme-mode="system"] .theme-icon--system[b-ep86zz1kmy] { display: inline-flex; }
[data-theme-mode="light"]  .theme-icon--light[b-ep86zz1kmy]  { display: inline-flex; }
[data-theme-mode="dark"]   .theme-icon--dark[b-ep86zz1kmy]   { display: inline-flex; }
/* /Components/Pages/BlogPost.razor.rz.scp.css */
/* Author button — reset browser button styles, preserve layout from app.css */
button.blog-article-author[b-1p9t5jcxs3] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    border-radius: var(--p-radius-sm);
    transition: opacity 0.15s ease;
}

button.blog-article-author:hover[b-1p9t5jcxs3] {
    opacity: 0.8;
}

button.blog-article-author:focus-visible[b-1p9t5jcxs3] {
    outline: 2px solid var(--p-accent);
    outline-offset: 3px;
}

/* Offcanvas backdrop */
.bio-backdrop[b-1p9t5jcxs3] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1040;
    animation: bio-fade-in-b-1p9t5jcxs3 0.2s ease;
}

/* Offcanvas panel */
.bio-panel[b-1p9t5jcxs3] {
    position: fixed;
    top: 0;
    right: 0;
    width: min(22rem, 92vw);
    height: 100dvh;
    background: var(--p-surface);
    border-left: 1px solid var(--p-border);
    box-shadow: -4px 0 24px var(--p-shadow-color);
    z-index: 1050;
    padding: 2rem 1.75rem 2rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    animation: bio-slide-in-b-1p9t5jcxs3 0.22s cubic-bezier(0.22, 1, 0.36, 1);
    outline: none;
}

.bio-close[b-1p9t5jcxs3] {
    align-self: flex-end;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    color: var(--p-text-muted);
    border-radius: var(--p-radius-sm);
    display: flex;
    align-items: center;
    transition: color 0.15s ease;
    margin-bottom: 1rem;
}

.bio-close:hover[b-1p9t5jcxs3] {
    color: var(--p-text);
}

.bio-close:focus-visible[b-1p9t5jcxs3] {
    outline: 2px solid var(--p-accent);
    outline-offset: 2px;
}

.bio-avatar[b-1p9t5jcxs3] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--p-border);
    margin-bottom: 0.5rem;
}

.bio-avatar-placeholder[b-1p9t5jcxs3] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--p-accent-soft);
    color: var(--p-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    border: 2px solid var(--p-border);
    margin-bottom: 0.5rem;
}

.bio-name[b-1p9t5jcxs3] {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: var(--p-text);
}

.bio-role[b-1p9t5jcxs3] {
    font-size: 0.78rem;
    color: var(--p-text-muted);
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.bio-role--ai[b-1p9t5jcxs3] {
    color: var(--p-accent);
}

.bio-text[b-1p9t5jcxs3] {
    margin: 0.75rem 0 0;
    color: var(--p-text-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

@keyframes bio-fade-in-b-1p9t5jcxs3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes bio-slide-in-b-1p9t5jcxs3 {
    from { transform: translateX(100%); }
    to   { transform: translateX(0); }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-b0rp6fznnz] {
    padding: 3rem 0 2.5rem;
    max-width: 48rem;
}

.hero-title[b-b0rp6fznnz] {
    font-size: clamp(2rem, 1rem + 3.5vw, 3rem);
    line-height: 1.15;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.hero-accent[b-b0rp6fznnz] {
    color: var(--p-accent);
    white-space: nowrap;
}

.hero-lead[b-b0rp6fznnz] {
    font-size: 1.1rem;
    line-height: 1.65;
    color: var(--p-text-muted);
    margin-bottom: 1.75rem;
    max-width: 38rem;
}

.hero-actions[b-b0rp6fznnz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.feature-grid[b-b0rp6fznnz] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--p-border);
}

.feature-card[b-b0rp6fznnz] {
    background: var(--p-surface);
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius);
    padding: 1.5rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.feature-card:hover[b-b0rp6fznnz] {
    border-color: var(--p-border-strong);
    box-shadow: var(--p-shadow);
    transform: translateY(-2px);
}

.feature-icon[b-b0rp6fznnz] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--p-radius-sm);
    background: var(--p-accent-soft);
    color: var(--p-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.feature-card h3[b-b0rp6fznnz] {
    margin: 0 0 0.4rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.feature-card p[b-b0rp6fznnz] {
    color: var(--p-text-muted);
    margin: 0 0 1rem;
    line-height: 1.55;
    font-size: 0.95rem;
}

.feature-link[b-b0rp6fznnz] {
    font-weight: 500;
    color: var(--p-accent);
    text-decoration: none;
}

.feature-link:hover[b-b0rp6fznnz] {
    text-decoration: underline;
}

@media (min-width: 640px) {
    .feature-grid[b-b0rp6fznnz] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

@media (min-width: 768px) {
    .hero[b-b0rp6fznnz] { padding: 4.5rem 0 3rem; }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-form[b-zngjbztozy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 24rem;
    padding: 1.75rem;
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius);
    background: var(--p-surface);
    box-shadow: var(--p-shadow-sm);
}

.login-field[b-zngjbztozy] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.login-field label[b-zngjbztozy] {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--p-text-muted);
}

.login-error[b-zngjbztozy] {
    max-width: 24rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
    border-radius: var(--p-radius-sm);
    font-size: 0.9rem;
}

[data-bs-theme="dark"] .login-error[b-zngjbztozy] {
    border-color: #7f1d1d;
    background: #3b0e0e;
    color: #fecaca;
}

.login-divider[b-zngjbztozy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 24rem;
    color: var(--p-text-muted);
    font-size: 0.8rem;
}

.login-divider[b-zngjbztozy]::before,
.login-divider[b-zngjbztozy]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--p-border);
}

.btn-google[b-zngjbztozy] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    max-width: 24rem;
    width: 100%;
    padding: 0.6rem 1rem;
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius-sm);
    background: var(--p-surface);
    color: var(--p-text);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}

.btn-google:hover[b-zngjbztozy] {
    border-color: var(--p-border-strong);
    box-shadow: var(--p-shadow-sm);
    color: var(--p-text);
    text-decoration: none;
}

.btn-google:focus-visible[b-zngjbztozy] {
    outline: 2px solid var(--p-accent);
    outline-offset: 2px;
}

.btn-google-icon[b-zngjbztozy] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-form[b-docgbajea5] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 32rem;
    padding: 1.75rem;
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius);
    background: var(--p-surface);
    box-shadow: var(--p-shadow-sm);
}

.profile-field[b-docgbajea5],
.profile-avatar-field[b-docgbajea5] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.profile-field label[b-docgbajea5],
.profile-avatar-field label[b-docgbajea5] {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--p-text-muted);
}

.profile-hint[b-docgbajea5] {
    font-size: 0.78rem;
    color: var(--p-text-muted);
}

.profile-avatar-row[b-docgbajea5] {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.profile-avatar[b-docgbajea5] {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--p-accent-soft, #e6f4f1);
    color: var(--p-accent, #0f766e);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 600;
    border: 1px solid var(--p-border);
}

.profile-avatar img[b-docgbajea5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-avatar-initials[b-docgbajea5] {
    letter-spacing: 0.02em;
}

.profile-avatar-field[b-docgbajea5] {
    flex: 1 1 auto;
    min-width: 0;
}

.profile-readonly[b-docgbajea5] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.6rem 0.8rem;
    border: 1px dashed var(--p-border);
    border-radius: var(--p-radius-sm);
    background: var(--p-surface-muted, transparent);
}

.profile-readonly-label[b-docgbajea5] {
    font-size: 0.78rem;
    color: var(--p-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.profile-readonly-value[b-docgbajea5] {
    font-size: 0.95rem;
    color: var(--p-text);
}

.profile-notice[b-docgbajea5] {
    max-width: 32rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-radius: var(--p-radius-sm);
    font-size: 0.9rem;
}

.profile-notice-ok[b-docgbajea5] {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #14532d;
}

[data-bs-theme="dark"] .profile-notice-ok[b-docgbajea5] {
    border-color: #14532d;
    background: #052e1a;
    color: #bbf7d0;
}

.profile-notice-error[b-docgbajea5] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

[data-bs-theme="dark"] .profile-notice-error[b-docgbajea5] {
    border-color: #7f1d1d;
    background: #3b0e0e;
    color: #fecaca;
}
