/* /Components/Layout/Footer.razor.rz.scp.css */
.footer-wrapper[b-x5jjwif1np] {
    margin-top: auto;
    overflow: hidden;
    position: relative;
}

.footer-wave[b-x5jjwif1np] {
    height: 1.5rem;
    background-color: var(--color-secondary);
    clip-path: ellipse(60% 100% at 50% 100%);
}

.footer-content[b-x5jjwif1np] {
    background-color: var(--color-secondary);
}

.footer-container[b-x5jjwif1np] {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .footer-container[b-x5jjwif1np] {
        padding-top: 2.5rem;
    }
}

.footer-grid[b-x5jjwif1np] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .footer-grid[b-x5jjwif1np] {
        grid-template-columns: 5fr 3fr 4fr;
        gap: 2rem;
    }
}

/* Brand section */
.footer-brand[b-x5jjwif1np] {
    max-width: 20rem;
}

.footer-logo[b-x5jjwif1np] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    margin-bottom: 0.75rem;
}

.footer-logo-icon[b-x5jjwif1np] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: var(--radius-lg);
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    box-shadow: var(--shadow-sm);
}

.group:hover .footer-logo-icon[b-x5jjwif1np] {
    transform: scale(1.05);
}

.footer-logo-text[b-x5jjwif1np] {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--color-foreground);
}

.footer-about[b-x5jjwif1np] {
    color: var(--color-muted-foreground);
    line-height: 1.6;
    margin: 0;
    font-size: 0.875rem;
    max-width: 24rem;
}

/* Headings */
.footer-heading[b-x5jjwif1np] {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-muted-foreground);
    margin: 0 0 0.75rem;
}

/* Links section */
.footer-link-list[b-x5jjwif1np] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link[b-x5jjwif1np] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.footer-link:hover[b-x5jjwif1np] {
    color: var(--color-primary);
}

.arrow-icon[b-x5jjwif1np] {
    opacity: 0;
    transition: opacity 0.2s;
    width: 0.75rem;
    height: 0.75rem;
}

.group:hover .arrow-icon[b-x5jjwif1np] {
    opacity: 1;
}

/* Contact section */
.footer-contact-list[b-x5jjwif1np] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer-contact-item[b-x5jjwif1np] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.footer-contact-item:hover[b-x5jjwif1np] {
    color: var(--color-primary);
}

.footer-contact-icon[b-x5jjwif1np] {
    width: 2rem;
    height: 2rem;
    border-radius: var(--radius-lg);
    background-color: hsla(155, 35%, 38%, 0.1);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.group:hover .footer-contact-icon[b-x5jjwif1np] {
    background-color: hsla(155, 35%, 38%, 0.2);
}

/* Bottom Bar */
.footer-bottom[b-x5jjwif1np] {
    border-top: 1px solid var(--color-border);
    margin-top: 1.5rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
}

@media (min-width: 640px) {
    .footer-bottom[b-x5jjwif1np] {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-bottom p[b-x5jjwif1np] {
    margin: 0;
}

.footer-bottom-links[b-x5jjwif1np] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hover-link[b-x5jjwif1np] {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.hover-link:hover[b-x5jjwif1np] {
    color: var(--color-primary);
}

.separator[b-x5jjwif1np] {
    color: var(--color-border);
}
/* /Components/Layout/Header.razor.rz.scp.css */
.header[b-j6qbolht19] {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: hsla(40, 20%, 98%, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid hsla(35, 15%, 90%, 0.5);
}

.header-container[b-j6qbolht19] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
}

@media (min-width: 768px) {
    .header-container[b-j6qbolht19] {
        height: 4rem;
    }
}

/* Logo */
.logo[b-j6qbolht19] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
}

.logo:hover .logo-icon[b-j6qbolht19] {
    transform: scale(1.05);
}

.logo-icon[b-j6qbolht19] {
    width: 2rem;
    height: 2rem;
    border-radius: var(--radius-lg);
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.logo-text[b-j6qbolht19] {
    display: flex;
    flex-direction: column;
}

.logo-title[b-j6qbolht19] {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
}

.logo-subtitle[b-j6qbolht19] {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
    display: none;
}

@media (min-width: 640px) {
    .logo-subtitle[b-j6qbolht19] {
        display: block;
    }
}

/* Desktop Navigation */
.nav-desktop[b-j6qbolht19] {
    display: none;
    align-items: center;
    gap: 0.25rem;
}

@media (min-width: 1024px) {
    .nav-desktop[b-j6qbolht19] {
        display: flex;
    }
}

[b-j6qbolht19] .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    opacity: 0.7;
    text-decoration: none;
    border-radius: var(--radius-full);
    transition: all 0.2s;
    border: none;
    background: none;
    cursor: pointer;
}

[b-j6qbolht19] .nav-link:hover {
    opacity: 1;
    color: var(--color-foreground);
    background-color: var(--color-secondary);
}

[b-j6qbolht19] .nav-link.active {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    opacity: 1;
}

[b-j6qbolht19] .nav-link.active:hover {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
}

.nav-divider[b-j6qbolht19] {
    width: 1px;
    height: 1.5rem;
    background-color: var(--color-border);
    margin: 0 0.5rem;
}

.user-badge[b-j6qbolht19] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    background-color: var(--color-secondary);
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
    font-weight: 500;
    margin-right: 0.5rem;
}

.btn[b-j6qbolht19] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: var(--radius-full);
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    line-height: 1.25;
}

.btn-sm[b-j6qbolht19] {
    padding: 0.375rem 0.875rem;
    font-size: 0.875rem;
}

.btn-primary[b-j6qbolht19] {
    background: linear-gradient(135deg, hsl(155, 35%, 38%) 0%, hsl(155, 40%, 48%) 100%);
    color: var(--color-primary-foreground);
    box-shadow: 0 4px 12px rgba(63, 131, 99, 0.5);
    border: 1px solid hsla(155, 35%, 45%, 0.5);
}

.btn-primary:hover[b-j6qbolht19] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(63, 131, 99, 0.6);
    background: linear-gradient(135deg, hsl(155, 35%, 40%) 0%, hsl(155, 40%, 50%) 100%);
}

.btn-ghost[b-j6qbolht19] {
    background-color: transparent;
    color: var(--color-foreground);
    border: none;
}

.btn-ghost:hover[b-j6qbolht19] {
    background-color: var(--color-accent);
    color: var(--color-accent-foreground);
}


/* Dropdown */
.dropdown[b-j6qbolht19] {
    position: relative;
}

.dropdown-trigger[b-j6qbolht19] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.dropdown-trigger svg[b-j6qbolht19] {
    transition: transform 0.2s;
}

.dropdown-trigger svg.chevron-open[b-j6qbolht19] {
    transform: rotate(180deg);
}

.dropdown-menu[b-j6qbolht19] {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: all 0.2s;
}

.dropdown-menu.open[b-j6qbolht19] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu-inner[b-j6qbolht19] {
    background-color: var(--color-card);
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-lg);
    padding: 0.5rem 0;
    min-width: 11rem;
}

.dropdown-item[b-j6qbolht19] {
    display: block;
    padding: 0.625rem 1rem;
    color: var(--color-foreground);
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.2s;
}

.dropdown-item:hover[b-j6qbolht19] {
    opacity: 1;
    background-color: var(--color-muted);
    color: var(--color-foreground);
}

/* Mobile Menu Button */
.mobile-menu-btn[b-j6qbolht19] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem;
    border-radius: var(--radius-xl);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-foreground);
    transition: background-color 0.2s;
}

.mobile-menu-btn:hover[b-j6qbolht19] {
    background-color: var(--color-secondary);
}

@media (min-width: 1024px) {
    .mobile-menu-btn[b-j6qbolht19] {
        display: none;
    }
}

/* Mobile Navigation */
.nav-mobile[b-j6qbolht19] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem var(--container-padding) 1.5rem;
    animation: fadeIn 0.2s ease-out;
}

@media (min-width: 1024px) {
    .nav-mobile[b-j6qbolht19] {
        display: none;
    }
}

.mobile-nav-link[b-j6qbolht19] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-xl);
    color: var(--color-foreground);
    opacity: 0.8;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.mobile-nav-link:hover[b-j6qbolht19] {
    opacity: 1;
    background-color: var(--color-secondary);
    color: var(--color-foreground);
}

.mobile-nav-link-indent[b-j6qbolht19] {
    padding-left: 2rem;
}

.mobile-nav-divider[b-j6qbolht19] {
    height: 1px;
    background-color: var(--color-border);
    margin: 0.5rem 0;
}

.mobile-nav-label[b-j6qbolht19] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-muted-foreground);
    margin: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-flh60f8ak7] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-flh60f8ak7] {
    flex: 1;
}

#blazor-error-ui[b-flh60f8ak7] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: hsl(45, 100%, 90%);
    border-top: 1px solid hsl(45, 80%, 70%);
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-flh60f8ak7] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ail72biarb] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ail72biarb] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ail72biarb] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ail72biarb] {
    font-size: 1.1rem;
}

.bi[b-ail72biarb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ail72biarb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ail72biarb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ail72biarb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ail72biarb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ail72biarb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ail72biarb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ail72biarb]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ail72biarb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ail72biarb]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ail72biarb] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ail72biarb] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ail72biarb] {
        display: none;
    }

    .nav-scrollable[b-ail72biarb] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0fzgjg6g44],
.components-reconnect-repeated-attempt-visible[b-0fzgjg6g44],
.components-reconnect-failed-visible[b-0fzgjg6g44],
.components-pause-visible[b-0fzgjg6g44],
.components-resume-failed-visible[b-0fzgjg6g44],
.components-rejoining-animation[b-0fzgjg6g44] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-0fzgjg6g44 {
    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/Admin/BoardQuestions/BoardQuestionDetails.razor.rz.scp.css */
.admin-edit-page[b-sn2sey5r43] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-sn2sey5r43] {
        padding: 3rem 1.5rem 4rem;
    }
}

.detail-row[b-sn2sey5r43] {
    display: flex;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border);
    align-items: baseline;
}

.detail-row:last-of-type[b-sn2sey5r43] {
    border-bottom: none;
}

.detail-label[b-sn2sey5r43] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    min-width: 5rem;
    font-weight: 500;
}

.detail-value[b-sn2sey5r43] {
    font-size: 0.875rem;
    color: var(--color-foreground);
}

.question-text[b-sn2sey5r43],
.answer-text[b-sn2sey5r43] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: var(--color-muted);
    border-radius: var(--radius-lg);
    white-space: pre-wrap;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.unanswered[b-sn2sey5r43] {
    color: var(--color-muted-foreground);
    font-style: italic;
}

.btn-danger[b-sn2sey5r43] {
    padding: 0.625rem 1.25rem;
    background-color: hsl(0, 70%, 50%);
    color: white;
    border: none;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-danger:hover[b-sn2sey5r43] {
    background-color: hsl(0, 70%, 40%);
}

.btn-secondary[b-sn2sey5r43] {
    padding: 0.625rem 1.25rem;
    background-color: var(--color-secondary);
    color: var(--color-secondary-foreground);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover[b-sn2sey5r43] {
    background-color: var(--color-muted);
}

.error-message[b-sn2sey5r43] {
    padding: 1rem;
    background-color: hsla(0, 70%, 50%, 0.1);
    border-radius: var(--radius-lg);
    color: hsl(0, 70%, 40%);
    font-size: 0.875rem;
}

.loading-container[b-sn2sey5r43] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/BoardQuestions/BoardQuestionEdit.razor.rz.scp.css */
.admin-edit-page[b-xcu9a909jo] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-xcu9a909jo] {
        padding: 3rem 1.5rem 4rem;
    }
}

.edit-form[b-xcu9a909jo] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.question-text[b-xcu9a909jo] {
    padding: 1rem;
    background-color: var(--color-muted);
    border-radius: var(--radius-lg);
    white-space: pre-wrap;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.info-banner[b-xcu9a909jo] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background-color: hsla(200, 80%, 50%, 0.08);
    border: 1px solid hsla(200, 80%, 50%, 0.2);
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--color-foreground);
}

.info-banner svg[b-xcu9a909jo] {
    flex-shrink: 0;
    color: hsl(200, 80%, 45%);
    margin-top: 0.125rem;
}

.checkbox-row[b-xcu9a909jo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-row label[b-xcu9a909jo] {
    margin: 0;
    cursor: pointer;
    font-size: 0.875rem;
}

[b-xcu9a909jo] .checkbox-row input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: var(--color-primary);
    cursor: pointer;
}

.loading-container[b-xcu9a909jo] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/BoardQuestions/BoardQuestionList.razor.rz.scp.css */
.admin-list-page[b-jcyzee6t3b] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-jcyzee6t3b] {
        padding: 1.5rem 1.5rem 3rem;
    }
}

.title-text[b-jcyzee6t3b] {
    font-weight: 500;
    color: var(--color-foreground);
}

.date-cell[b-jcyzee6t3b] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    white-space: nowrap;
}

.center-cell[b-jcyzee6t3b] {
    text-align: center;
}

.icon-check[b-jcyzee6t3b] {
    color: var(--color-primary);
}

.help-title[b-jcyzee6t3b] {
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.loading-container[b-jcyzee6t3b] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Calendar/EventEdit.razor.rz.scp.css */
.admin-edit-page[b-gmxpnjcvjj] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-gmxpnjcvjj] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-gmxpnjcvjj] {
    margin-bottom: 2rem;
}

.breadcrumb[b-gmxpnjcvjj] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-gmxpnjcvjj] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-gmxpnjcvjj] {
    opacity: 0.8;
}

.page-header h1[b-gmxpnjcvjj] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Form */
.edit-form[b-gmxpnjcvjj] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-gmxpnjcvjj] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-card[b-gmxpnjcvjj] {
        padding: 2rem;
    }
}

.form-group[b-gmxpnjcvjj] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-gmxpnjcvjj] {
    margin-bottom: 0;
}

.form-group label[b-gmxpnjcvjj] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

[b-gmxpnjcvjj] .form-group input[type="text"],
[b-gmxpnjcvjj] .form-group input[type="datetime-local"],
[b-gmxpnjcvjj] .form-group textarea,
[b-gmxpnjcvjj] .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-gmxpnjcvjj] .form-group input::placeholder,
[b-gmxpnjcvjj] .form-group textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-gmxpnjcvjj] .form-group input:focus,
[b-gmxpnjcvjj] .form-group textarea:focus,
[b-gmxpnjcvjj] .form-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.form-group textarea[b-gmxpnjcvjj] {
    resize: vertical;
    min-height: 8rem;
}

.form-group select[b-gmxpnjcvjj] {
    cursor: pointer;
}

.form-row[b-gmxpnjcvjj] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .form-row[b-gmxpnjcvjj] {
        flex-direction: row;
        align-items: flex-end;
    }

    .form-row .form-group[b-gmxpnjcvjj] {
        flex: 1;
        margin-bottom: 0;
    }
}

.form-checkbox[b-gmxpnjcvjj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-direction: row !important;
}

.form-checkbox input[type="checkbox"][b-gmxpnjcvjj] {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: var(--color-primary);
    cursor: pointer;
}

.form-checkbox label[b-gmxpnjcvjj] {
    margin-bottom: 0;
    cursor: pointer;
}

/* Form Actions */
.form-actions[b-gmxpnjcvjj] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-primary[b-gmxpnjcvjj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-gmxpnjcvjj] {
    opacity: 0.9;
}

.btn-primary:disabled[b-gmxpnjcvjj] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-gmxpnjcvjj] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-gmxpnjcvjj] {
    background-color: var(--color-border);
}

/* Loading */
.loading-container[b-gmxpnjcvjj] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Calendar/EventList.razor.rz.scp.css */
.admin-list-page[b-wqv4gymqos] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-wqv4gymqos] {
        padding: 1.5rem 1.5rem 3rem;
    }
}

/* Table cell styling */
.title-cell[b-wqv4gymqos] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.event-icon[b-wqv4gymqos] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: var(--radius-lg);
    background-color: hsl(155, 60%, 94%);
    color: hsl(155, 60%, 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.title-text[b-wqv4gymqos] {
    font-weight: 500;
    color: var(--color-foreground);
}

.date-cell[b-wqv4gymqos] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.location-cell[b-wqv4gymqos] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
}

.text-muted[b-wqv4gymqos] {
    color: var(--color-muted-foreground);
}

/* Help content styling */
.help-title[b-wqv4gymqos] {
    font-weight: 600;
    margin: 0 0 0.5rem;
}

/* Loading state */
.loading-container[b-wqv4gymqos] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/ContentPage/ContentPageEdit.razor.rz.scp.css */
.admin-edit-page[b-e0j8czf61t] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.page-header[b-e0j8czf61t] {
    margin-bottom: 2rem;
}

.page-header h1[b-e0j8czf61t] {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-foreground);
    margin: 0;
}

.breadcrumb[b-e0j8czf61t] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-e0j8czf61t] {
    color: var(--color-muted-foreground);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.breadcrumb a:hover[b-e0j8czf61t] {
    color: var(--color-primary);
}

.edit-form[b-e0j8czf61t] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-e0j8czf61t] {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-2xl);
    padding: 2rem;
    box-shadow: var(--shadow-card);
}

.form-group[b-e0j8czf61t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.form-group:last-child[b-e0j8czf61t] {
    margin-bottom: 0;
}

.form-group label[b-e0j8czf61t] {
    font-weight: 600;
    color: var(--color-foreground);
    font-size: 0.875rem;
}

.form-hint[b-e0j8czf61t] {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
    margin: 0;
}

.form-group input[type="text"][b-e0j8czf61t],
.form-group textarea[b-e0j8czf61t],
.form-group select[b-e0j8czf61t] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    font-size: 1rem;
    font-family: inherit;
    background: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s;
}

.form-group input[type="text"]:focus[b-e0j8czf61t],
.form-group textarea:focus[b-e0j8czf61t],
.form-group select:focus[b-e0j8czf61t] {
    outline: none;
    border-color: var(--color-primary);
}

.form-group textarea[b-e0j8czf61t] {
    resize: vertical;
    min-height: 200px;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
}

.form-row[b-e0j8czf61t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-checkbox[b-e0j8czf61t] {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
}

.form-checkbox input[type="checkbox"][b-e0j8czf61t] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.form-checkbox label[b-e0j8czf61t] {
    margin: 0;
    cursor: pointer;
}

.form-actions[b-e0j8czf61t] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.btn-primary[b-e0j8czf61t] {
    padding: 0.75rem 1.5rem;
    background: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-full);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary:hover:not(:disabled)[b-e0j8czf61t] {
    background: hsl(155, 35%, 35%);
    box-shadow: var(--shadow-card-hover);
}

.btn-primary:disabled[b-e0j8czf61t] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-e0j8czf61t] {
    padding: 0.75rem 1.5rem;
    background: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-full);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover[b-e0j8czf61t] {
    background: hsl(30, 8%, 40%);
}

.loading-container[b-e0j8czf61t] {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--color-muted-foreground);
}

@media (max-width: 768px) {
    .form-row[b-e0j8czf61t] {
        grid-template-columns: 1fr;
    }

    .form-card[b-e0j8czf61t] {
        padding: 1.5rem;
    }

    .form-actions[b-e0j8czf61t] {
        flex-direction: column-reverse;
    }

    .form-actions a[b-e0j8czf61t],
    .form-actions button[b-e0j8czf61t] {
        width: 100%;
        text-align: center;
    }
}
/* /Components/Pages/Admin/ContentPage/ContentPageList.razor.rz.scp.css */
.admin-page[b-rgeh3x2l9b] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-page[b-rgeh3x2l9b] {
        padding: 1.5rem 1.5rem 4rem;
    }
}

/* Page Header — AdminPageHeader pattern */
.page-header[b-rgeh3x2l9b] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .page-header[b-rgeh3x2l9b] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.header-left[b-rgeh3x2l9b] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-icon[b-rgeh3x2l9b] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
}

.page-header h1[b-rgeh3x2l9b] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

.header-subtitle[b-rgeh3x2l9b] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    margin: 0;
}

.back-link[b-rgeh3x2l9b] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.back-link:hover[b-rgeh3x2l9b] {
    text-decoration: underline;
}

/* Tabs — pill-shaped tab bar */
.tabs-header[b-rgeh3x2l9b] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .tabs-header[b-rgeh3x2l9b] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.tabs-list[b-rgeh3x2l9b] {
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
    background-color: hsla(30, 10%, 15%, 0.05);
    border-radius: var(--radius-full);
}

.tab[b-rgeh3x2l9b] {
    padding: 0.5rem 1rem;
    border: none;
    background: none;
    border-radius: var(--radius-full);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-muted-foreground);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.tab:hover[b-rgeh3x2l9b] {
    color: var(--color-foreground);
    background-color: hsla(30, 10%, 15%, 0.05);
}

.tab.active[b-rgeh3x2l9b] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* CTA Button */
.btn-cta[b-rgeh3x2l9b] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
}

.btn-cta:hover[b-rgeh3x2l9b] {
    opacity: 0.9;
}

/* List Card + Table */
.list-card[b-rgeh3x2l9b] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.table-header[b-rgeh3x2l9b] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr 100px;
    gap: 1rem;
    padding: 0.75rem 1.5rem;
    background-color: hsla(30, 10%, 15%, 0.03);
    font-weight: 600;
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
}

.table-row[b-rgeh3x2l9b] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr 100px;
    gap: 1rem;
    padding: 0.75rem 1.5rem;
    border-top: 1px solid var(--color-border);
    align-items: center;
    transition: background-color 0.2s;
}

.table-row:hover[b-rgeh3x2l9b] {
    background-color: hsla(30, 10%, 15%, 0.02);
}

.title-text[b-rgeh3x2l9b] {
    font-weight: 500;
    color: var(--color-foreground);
    font-size: 0.875rem;
}

.col-slug code[b-rgeh3x2l9b] {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    background-color: var(--color-muted);
    border-radius: var(--radius-lg);
    color: var(--color-muted-foreground);
}

.col-date[b-rgeh3x2l9b] {
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
}

.col-actions[b-rgeh3x2l9b] {
    display: flex;
    gap: 0.375rem;
    justify-content: flex-end;
}

.badge[b-rgeh3x2l9b] {
    display: inline-block;
    padding: 0.125rem 0.625rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-role[b-rgeh3x2l9b] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
}

.btn-icon[b-rgeh3x2l9b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--color-border);
    background-color: var(--color-card);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all 0.2s;
    color: var(--color-foreground);
    text-decoration: none;
}

.btn-icon:hover[b-rgeh3x2l9b] {
    background-color: var(--color-muted);
    border-color: var(--color-primary);
}

.btn-danger-icon[b-rgeh3x2l9b] {
    color: hsl(0, 70%, 50%);
    border-color: hsl(0, 70%, 90%);
}

.btn-danger-icon:hover[b-rgeh3x2l9b] {
    background-color: hsl(0, 70%, 95%);
    border-color: hsl(0, 70%, 50%);
}

/* Empty/Loading States */
.loading-container[b-rgeh3x2l9b],
.empty-state[b-rgeh3x2l9b] {
    text-align: center;
    padding: 3rem 1.5rem;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

/* Modal */
.modal-overlay[b-rgeh3x2l9b] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal[b-rgeh3x2l9b] {
    background-color: var(--color-card);
    border-radius: var(--radius-xl);
    padding: 2rem;
    max-width: 28rem;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal h3[b-rgeh3x2l9b] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: var(--color-foreground);
}

.modal p[b-rgeh3x2l9b] {
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
    margin: 0 0 1.5rem;
}

.modal-actions[b-rgeh3x2l9b] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-secondary[b-rgeh3x2l9b] {
    padding: 0.5rem 1rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-secondary:hover[b-rgeh3x2l9b] {
    background-color: var(--color-border);
}

.btn-danger[b-rgeh3x2l9b] {
    padding: 0.5rem 1rem;
    background-color: hsl(0, 70%, 50%);
    color: white;
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-danger:hover[b-rgeh3x2l9b] {
    opacity: 0.9;
}

/* Responsive table */
@media (max-width: 768px) {
    .table-header[b-rgeh3x2l9b],
    .table-row[b-rgeh3x2l9b] {
        grid-template-columns: 1fr;
    }

    .table-header[b-rgeh3x2l9b] {
        display: none;
    }

    .table-row[b-rgeh3x2l9b] {
        gap: 0.5rem;
        padding: 1rem;
    }

    .col-slug code[b-rgeh3x2l9b] {
        font-size: 0.7rem;
    }
}

/* Menu Group tab */
.menugroup-info[b-rgeh3x2l9b] {
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    line-height: 1.5;
}

.menugroup-info p[b-rgeh3x2l9b] {
    margin: 0;
}

.menugroup-form-card[b-rgeh3x2l9b] {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.5rem;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

.form-card-title[b-rgeh3x2l9b] {
    font-family: var(--font-serif);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin: 0 0 1rem;
}

.menugroup-form-row[b-rgeh3x2l9b] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.menugroup-input[b-rgeh3x2l9b] {
    flex: 1;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-family: var(--font-sans);
    color: var(--color-foreground);
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md, 0.5rem);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.menugroup-input:focus[b-rgeh3x2l9b] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.menugroup-input[b-rgeh3x2l9b]::placeholder {
    color: var(--color-muted-foreground);
    opacity: 0.6;
}

.btn-primary[b-rgeh3x2l9b] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.btn-primary:hover:not(:disabled)[b-rgeh3x2l9b] {
    opacity: 0.9;
}

.btn-primary:disabled[b-rgeh3x2l9b] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Menu group grid */
.menugroup-grid[b-rgeh3x2l9b] {
    grid-template-columns: 2fr 1fr 1fr 100px;
}

.page-count[b-rgeh3x2l9b] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.table-footer[b-rgeh3x2l9b] {
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--color-border);
    text-align: center;
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
}

/* Order buttons */
.order-buttons[b-rgeh3x2l9b] {
    display: flex;
    gap: 0.25rem;
}

.order-btn[b-rgeh3x2l9b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    font-size: 0.75rem;
    background-color: var(--color-muted);
    color: var(--color-muted-foreground);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.order-btn:hover[b-rgeh3x2l9b] {
    background-color: var(--color-background);
    color: var(--color-foreground);
}

/* Error message */
.error-message[b-rgeh3x2l9b] {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    background-color: hsl(0, 72%, 51%, 0.1);
    color: hsl(0, 72%, 41%);
    border: 1px solid hsl(0, 72%, 51%, 0.2);
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .menugroup-grid[b-rgeh3x2l9b] {
        grid-template-columns: 1fr;
    }

    .menugroup-form-row[b-rgeh3x2l9b] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-dashboard[b-6hvjlc1ac1] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

@media (min-width: 768px) {
    .admin-dashboard[b-6hvjlc1ac1] {
        padding: 3rem 1rem;
    }
}

/* Dashboard Header */
.dashboard-header[b-6hvjlc1ac1] {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .dashboard-header[b-6hvjlc1ac1] {
        margin-bottom: 2.5rem;
    }
}

.dashboard-header h1[b-6hvjlc1ac1] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 0.25rem;
    line-height: 2rem;
}

@media (min-width: 768px) {
    .dashboard-header h1[b-6hvjlc1ac1] {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.dashboard-header p[b-6hvjlc1ac1] {
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .dashboard-header p[b-6hvjlc1ac1] {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

/* Admin Cards Grid */
.admin-cards-grid[b-6hvjlc1ac1] {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .admin-cards-grid[b-6hvjlc1ac1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .admin-cards-grid[b-6hvjlc1ac1] {
        gap: 1rem;
    }
}

/* Admin Card Link */
.admin-card-link[b-6hvjlc1ac1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    text-decoration: none;
    transition-property: all;
    transition-duration: 200ms;
}

.admin-card-link:hover[b-6hvjlc1ac1] {
    background-color: hsl(var(--color-card-hsl) / 0.8);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.card-icon[b-6hvjlc1ac1] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Icon background color variants (from Tailwind config approximations) */
.icon-bg-primary[b-6hvjlc1ac1] {
    background-color: hsla(155, 35%, 38%, 0.1);
    color: var(--color-primary);
}

.icon-bg-secondary[b-6hvjlc1ac1] {
    background-color: var(--color-secondary);
    color: var(--color-secondary-foreground);
}

.icon-bg-sky[b-6hvjlc1ac1] {
    background-color: #e0f2fe;
    color: #0284c7;
}

.icon-bg-rose[b-6hvjlc1ac1] {
    background-color: #ffe4e6;
    color: #f43f5e;
}

.icon-bg-violet[b-6hvjlc1ac1] {
    background-color: #ede9fe;
    color: #8b5cf6;
}

.icon-bg-amber[b-6hvjlc1ac1] {
    background-color: #fef3c7;
    color: #d97706;
}

.icon-bg-accent[b-6hvjlc1ac1] {
    background-color: hsla(18, 55%, 58%, 0.1);
    color: var(--color-accent);
}

.icon-bg-success[b-6hvjlc1ac1] {
    background-color: hsla(155, 50%, 94%, 0.1);
    color: var(--color-success);
}

.icon-bg-slate[b-6hvjlc1ac1] {
    background-color: #f1f5f9;
    color: #64748b;
}

.card-content[b-6hvjlc1ac1] {
    flex: 1;
    min-width: 0;
}

.card-content h3[b-6hvjlc1ac1] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin: 0 0 0.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-content p[b-6hvjlc1ac1] {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-muted-foreground);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-arrow[b-6hvjlc1ac1] {
    flex-shrink: 0;
    color: hsla(30, 8%, 45%, 0.5);
    transition: color 200ms;
}

.admin-card-link:hover .card-arrow[b-6hvjlc1ac1] {
    color: hsla(30, 8%, 45%, 0.8);
}

/* Quick Links */
.quick-links[b-6hvjlc1ac1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--color-border);
}

.quick-link[b-6hvjlc1ac1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    text-decoration: none;
    transition: color 200ms;
}

.quick-link:hover[b-6hvjlc1ac1] {
    color: var(--color-foreground);
}

/* Guide Section */
.guide-section h2[b-6hvjlc1ac1] {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin: 0 0 1rem;
}

.guide-cards[b-6hvjlc1ac1] {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 768px) {
    .guide-cards[b-6hvjlc1ac1] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.guide-image-card[b-6hvjlc1ac1] {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--color-border);
    background-color: hsla(40, 25%, 95%, 0.3); /* muted/30 approximation */
}

.guide-image-card img[b-6hvjlc1ac1] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Loading */
.loading-container[b-6hvjlc1ac1] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    padding: 2rem;
}
/* /Components/Pages/Admin/Documents/CategoriesList.razor.rz.scp.css */
.admin-list-page[b-j2sb4mczx9] {
    max-width: 60rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-j2sb4mczx9] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-j2sb4mczx9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.breadcrumb[b-j2sb4mczx9] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-j2sb4mczx9] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-j2sb4mczx9] {
    opacity: 0.8;
}

.page-header h1[b-j2sb4mczx9] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Buttons */
.btn-primary[b-j2sb4mczx9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover[b-j2sb4mczx9] {
    opacity: 0.9;
}

.btn-secondary[b-j2sb4mczx9] {
    padding: 0.625rem 1.25rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-j2sb4mczx9] {
    background-color: var(--color-border);
}

.btn-danger[b-j2sb4mczx9] {
    padding: 0.625rem 1.25rem;
    background-color: hsl(0, 70%, 50%);
    color: white;
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-danger:hover[b-j2sb4mczx9] {
    opacity: 0.9;
}

.btn-icon[b-j2sb4mczx9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.btn-icon:hover[b-j2sb4mczx9] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
}

.btn-icon.btn-danger[b-j2sb4mczx9] {
    background-color: var(--color-muted);
    color: var(--color-foreground);
    padding: 0;
    width: 2.25rem;
    height: 2.25rem;
}

.btn-icon.btn-danger:hover[b-j2sb4mczx9] {
    background-color: hsl(0, 70%, 50%);
    color: white;
}

/* Table */
.list-table[b-j2sb4mczx9] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.table-header[b-j2sb4mczx9] {
    display: none;
    padding: 1rem 1.5rem;
    background-color: var(--color-muted);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-muted-foreground);
}

@media (min-width: 768px) {
    .table-header[b-j2sb4mczx9] {
        display: grid;
        grid-template-columns: 1fr 10rem 6rem;
        gap: 1rem;
    }
}

.table-row[b-j2sb4mczx9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--color-border);
}

.table-row:first-of-type[b-j2sb4mczx9] {
    border-top: none;
}

.table-row.sub-category[b-j2sb4mczx9] {
    background-color: var(--color-muted);
    padding-left: 2rem;
}

@media (min-width: 768px) {
    .table-row[b-j2sb4mczx9] {
        display: grid;
        grid-template-columns: 1fr 10rem 6rem;
        gap: 1rem;
        align-items: center;
        flex-direction: row;
    }

    .table-row.sub-category[b-j2sb4mczx9] {
        padding-left: 3rem;
    }
}

.col-name[b-j2sb4mczx9] {
    display: flex;
    align-items: center;
}

.category-name[b-j2sb4mczx9] {
    font-weight: 500;
    color: var(--color-foreground);
}

.col-count[b-j2sb4mczx9] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.doc-count[b-j2sb4mczx9] {
    display: inline-flex;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: var(--color-muted);
    color: var(--color-muted-foreground);
    border-radius: var(--radius-full);
}

.col-actions[b-j2sb4mczx9] {
    display: flex;
    gap: 0.5rem;
}

/* Empty & Loading States */
.loading-container[b-j2sb4mczx9],
.empty-state[b-j2sb4mczx9] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

/* Modal */
.modal-overlay[b-j2sb4mczx9] {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: hsla(0, 0%, 0%, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal[b-j2sb4mczx9] {
    background-color: var(--color-card);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    max-width: 24rem;
    width: 100%;
}

.modal h3[b-j2sb4mczx9] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 0.5rem;
}

.modal p[b-j2sb4mczx9] {
    color: var(--color-muted-foreground);
    margin: 0 0 1.5rem;
}

.modal-actions[b-j2sb4mczx9] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}
/* /Components/Pages/Admin/Documents/CategoryEdit.razor.rz.scp.css */
.admin-edit-page[b-w20oimvegc] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-w20oimvegc] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-w20oimvegc] {
    margin-bottom: 2rem;
}

.breadcrumb[b-w20oimvegc] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-w20oimvegc] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-w20oimvegc] {
    opacity: 0.8;
}

.page-header h1[b-w20oimvegc] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Form */
.edit-form[b-w20oimvegc] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-w20oimvegc] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-card[b-w20oimvegc] {
        padding: 2rem;
    }
}

.form-group[b-w20oimvegc] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-w20oimvegc] {
    margin-bottom: 0;
}

.form-group label[b-w20oimvegc] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

.help-text[b-w20oimvegc] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
}

[b-w20oimvegc] .form-group input[type="text"],
[b-w20oimvegc] .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-w20oimvegc] .form-group input::placeholder {
    color: var(--color-muted-foreground);
}

[b-w20oimvegc] .form-group input:focus,
[b-w20oimvegc] .form-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.form-group select[b-w20oimvegc] {
    cursor: pointer;
}

/* Form Actions */
.form-actions[b-w20oimvegc] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-primary[b-w20oimvegc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-w20oimvegc] {
    opacity: 0.9;
}

.btn-primary:disabled[b-w20oimvegc] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-w20oimvegc] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-w20oimvegc] {
    background-color: var(--color-border);
}

/* Loading */
.loading-container[b-w20oimvegc] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Documents/DocumentEdit.razor.rz.scp.css */
.admin-edit-page[b-e730tt8ges] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-e730tt8ges] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-e730tt8ges] {
    margin-bottom: 2rem;
}

.breadcrumb[b-e730tt8ges] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-e730tt8ges] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-e730tt8ges] {
    opacity: 0.8;
}

.page-header h1[b-e730tt8ges] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Form */
.edit-form[b-e730tt8ges] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-e730tt8ges] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-card[b-e730tt8ges] {
        padding: 2rem;
    }
}

.form-group[b-e730tt8ges] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-e730tt8ges] {
    margin-bottom: 0;
}

.form-group label[b-e730tt8ges] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

.help-text[b-e730tt8ges] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
}

[b-e730tt8ges] .form-group input[type="text"],
[b-e730tt8ges] .form-group textarea,
[b-e730tt8ges] .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-e730tt8ges] .form-group input::placeholder,
[b-e730tt8ges] .form-group textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-e730tt8ges] .form-group input:focus,
[b-e730tt8ges] .form-group textarea:focus,
[b-e730tt8ges] .form-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.form-group textarea[b-e730tt8ges] {
    resize: vertical;
    min-height: 6rem;
}

.form-group select[b-e730tt8ges] {
    cursor: pointer;
}

.file-input[b-e730tt8ges] {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.file-input:hover[b-e730tt8ges] {
    border-color: var(--color-primary);
}

.current-file[b-e730tt8ges] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: var(--color-muted);
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    color: var(--color-foreground);
}

.current-file svg[b-e730tt8ges] {
    flex-shrink: 0;
    color: var(--color-muted-foreground);
}

.form-row[b-e730tt8ges] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .form-row[b-e730tt8ges] {
        flex-direction: row;
        align-items: flex-start;
    }

    .form-row .form-group[b-e730tt8ges] {
        flex: 1;
        margin-bottom: 0;
    }
}

/* Form Actions */
.form-actions[b-e730tt8ges] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-primary[b-e730tt8ges] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-e730tt8ges] {
    opacity: 0.9;
}

.btn-primary:disabled[b-e730tt8ges] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-e730tt8ges] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-e730tt8ges] {
    background-color: var(--color-border);
}

.field-error[b-e730tt8ges] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: hsl(0, 70%, 40%);
}

/* Loading */
.loading-container[b-e730tt8ges] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Documents/DocumentsList.razor.rz.scp.css */
.admin-list-page[b-oygt1hhewp] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-oygt1hhewp] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-oygt1hhewp] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

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

.breadcrumb[b-oygt1hhewp] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-oygt1hhewp] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-oygt1hhewp] {
    opacity: 0.8;
}

.page-header h1[b-oygt1hhewp] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Buttons */
.btn-primary[b-oygt1hhewp] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover[b-oygt1hhewp] {
    opacity: 0.9;
}

.btn-secondary[b-oygt1hhewp] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-oygt1hhewp] {
    background-color: var(--color-border);
}

.btn-danger[b-oygt1hhewp] {
    padding: 0.625rem 1.25rem;
    background-color: hsl(0, 70%, 50%);
    color: white;
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-danger:hover[b-oygt1hhewp] {
    opacity: 0.9;
}

.btn-icon[b-oygt1hhewp] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.btn-icon:hover[b-oygt1hhewp] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
}

.btn-icon.btn-danger[b-oygt1hhewp] {
    background-color: var(--color-muted);
    color: var(--color-foreground);
    padding: 0;
    width: 2.25rem;
    height: 2.25rem;
}

.btn-icon.btn-danger:hover[b-oygt1hhewp] {
    background-color: hsl(0, 70%, 50%);
    color: white;
}

/* Table */
.list-table[b-oygt1hhewp] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.table-header[b-oygt1hhewp] {
    display: none;
    padding: 1rem 1.5rem;
    background-color: var(--color-muted);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-muted-foreground);
}

@media (min-width: 768px) {
    .table-header[b-oygt1hhewp] {
        display: grid;
        grid-template-columns: 2fr 1fr 1.25fr 8rem 7rem 6rem;
        gap: 1rem;
    }
}

.table-row[b-oygt1hhewp] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--color-border);
}

.table-row:first-of-type[b-oygt1hhewp] {
    border-top: none;
}

@media (min-width: 768px) {
    .table-row[b-oygt1hhewp] {
        display: grid;
        grid-template-columns: 2fr 1fr 1.25fr 8rem 7rem 6rem;
        gap: 1rem;
        align-items: center;
        flex-direction: row;
    }
}

.col-title[b-oygt1hhewp] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.title-text[b-oygt1hhewp] {
    font-weight: 500;
    color: var(--color-foreground);
}

.doc-icon-wrapper[b-oygt1hhewp] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: var(--radius-lg);
    background-color: hsl(280, 65%, 95%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-icon[b-oygt1hhewp] {
    color: hsl(280, 65%, 50%);
}

.search-container[b-oygt1hhewp] {
    position: relative;
    max-width: 20rem;
}

.search-icon[b-oygt1hhewp] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-muted-foreground);
}

.search-input[b-oygt1hhewp] {
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    font-size: 0.875rem;
    color: var(--color-foreground);
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    transition: outline 0.2s, box-shadow 0.2s;
}

.search-input:focus[b-oygt1hhewp] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(280, 65%, 50%, 0.1);
}

.description-text[b-oygt1hhewp] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.col-category[b-oygt1hhewp],
.col-role[b-oygt1hhewp] {
    font-size: 0.875rem;
}

.text-muted[b-oygt1hhewp] {
    color: var(--color-muted-foreground);
    font-style: italic;
}

.col-file[b-oygt1hhewp] {
    font-size: 0.875rem;
}

.file-info[b-oygt1hhewp] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.file-name[b-oygt1hhewp] {
    color: var(--color-foreground);
}

.file-size[b-oygt1hhewp] {
    color: var(--color-muted-foreground);
    font-size: 0.8125rem;
}

.col-date[b-oygt1hhewp] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.col-actions[b-oygt1hhewp] {
    display: flex;
    gap: 0.5rem;
}

/* Badges */
.badge[b-oygt1hhewp] {
    display: inline-flex;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: var(--radius-full);
}

.badge-category[b-oygt1hhewp] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
}

.badge-role[b-oygt1hhewp] {
    background-color: var(--color-muted);
    color: var(--color-muted-foreground);
}

/* Empty & Loading States */
.loading-container[b-oygt1hhewp],
.empty-state[b-oygt1hhewp] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

/* Modal */
.modal-overlay[b-oygt1hhewp] {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: hsla(0, 0%, 0%, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal[b-oygt1hhewp] {
    background-color: var(--color-card);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    max-width: 24rem;
    width: 100%;
}

.modal h3[b-oygt1hhewp] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 0.5rem;
}

.modal p[b-oygt1hhewp] {
    color: var(--color-muted-foreground);
    margin: 0 0 1.5rem;
}

.modal-actions[b-oygt1hhewp] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}
/* /Components/Pages/Admin/Email/EmailDetails.razor.rz.scp.css */
.admin-edit-page[b-oqvklodgwe] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-oqvklodgwe] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Detail rows */
.detail-row[b-oqvklodgwe] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-border);
}

.detail-row:last-child[b-oqvklodgwe] {
    border-bottom: none;
}

.detail-label[b-oqvklodgwe] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-muted-foreground);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.detail-value[b-oqvklodgwe] {
    font-size: 0.875rem;
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.detail-body[b-oqvklodgwe] {
    font-size: 0.875rem;
    color: var(--color-foreground);
    line-height: 1.6;
    padding: 0.75rem;
    background-color: var(--color-muted);
    border-radius: var(--radius-lg);
    max-height: 24rem;
    overflow-y: auto;
}

/* Toggle button */
.toggle-btn[b-oqvklodgwe] {
    background: none;
    border: none;
    color: var(--color-primary);
    font-size: 0.8125rem;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.toggle-btn:hover[b-oqvklodgwe] {
    color: var(--color-foreground);
}

/* Recipients list */
.recipients-list[b-oqvklodgwe] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0;
    max-height: 16rem;
    overflow-y: auto;
}

.recipient-item[b-oqvklodgwe] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.375rem 0.75rem;
    background-color: var(--color-muted);
    border-radius: var(--radius-lg);
    font-size: 0.8125rem;
}

.recipient-email[b-oqvklodgwe] {
    color: var(--color-muted-foreground);
}

/* Attachments */
.attachments-list[b-oqvklodgwe] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.attachment-item[b-oqvklodgwe] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    color: var(--color-foreground);
}

.attachment-size[b-oqvklodgwe] {
    color: var(--color-muted-foreground);
}

/* Loading */
.loading-container[b-oqvklodgwe] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Email/EmailEdit.razor.rz.scp.css */
.admin-edit-page[b-krvlrxw01v] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-krvlrxw01v] {
        padding: 3rem 1.5rem 4rem;
    }
}

.edit-form[b-krvlrxw01v] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Readonly field */
.readonly-field[b-krvlrxw01v] {
    padding: 0.5rem 0.75rem;
    background-color: var(--color-muted);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
}

/* Recipient group radio buttons */
.recipient-groups[b-krvlrxw01v] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 20rem;
    overflow-y: auto;
    padding: 0.25rem;
}

.radio-option[b-krvlrxw01v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all 0.15s ease;
}

.radio-option:hover[b-krvlrxw01v] {
    background-color: var(--color-muted);
}

.radio-option input[type="radio"][b-krvlrxw01v] {
    accent-color: var(--color-primary);
    width: 1rem;
    height: 1rem;
}

.radio-label[b-krvlrxw01v] {
    font-size: 0.875rem;
    color: var(--color-foreground);
}

.recipient-count[b-krvlrxw01v] {
    color: var(--color-muted-foreground);
    font-size: 0.8125rem;
}

/* Loading */
.loading-container[b-krvlrxw01v] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Email/EmailList.razor.rz.scp.css */
.admin-list-page[b-43icjgx1rv] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-43icjgx1rv] {
        padding: 1.5rem 1.5rem 3rem;
    }
}

/* Filter row */
.filter-row[b-43icjgx1rv] {
    display: flex;
    justify-content: flex-end;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--color-border);
}

.filter-select[b-43icjgx1rv] {
    padding: 0.375rem 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-card);
    color: var(--color-foreground);
    font-size: 0.875rem;
    cursor: pointer;
}

/* Table cell styling */
.title-cell[b-43icjgx1rv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.title-text[b-43icjgx1rv] {
    font-weight: 500;
    color: var(--color-foreground);
}

.attachment-icon[b-43icjgx1rv] {
    display: inline-flex;
    color: var(--color-muted-foreground);
}

/* Action buttons */
.action-buttons[b-43icjgx1rv] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.action-btn[b-43icjgx1rv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: var(--radius-lg);
    background: transparent;
    color: var(--color-muted-foreground);
    cursor: pointer;
    transition: all 0.15s ease;
}

.action-btn:hover[b-43icjgx1rv] {
    background-color: var(--color-muted);
    color: var(--color-foreground);
}

.send-btn:hover[b-43icjgx1rv] {
    background-color: hsla(155, 35%, 38%, 0.1);
    color: var(--color-primary);
}

/* Help content styling */
.help-title[b-43icjgx1rv] {
    font-weight: 600;
    margin: 0 0 0.5rem;
}

/* Loading state */
.loading-container[b-43icjgx1rv] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Email/RecipientGroupEdit.razor.rz.scp.css */
.admin-edit-page[b-t726l5xmds] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-t726l5xmds] {
        padding: 3rem 1.5rem 4rem;
    }
}

.edit-form[b-t726l5xmds] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Readonly field */
.readonly-field[b-t726l5xmds] {
    padding: 0.5rem 0.75rem;
    background-color: var(--color-muted);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
}

/* Member selection */
.member-summary[b-t726l5xmds] {
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
    margin-bottom: 0.5rem;
}

.member-list[b-t726l5xmds] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-height: 24rem;
    overflow-y: auto;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 0.5rem;
}

.member-option[b-t726l5xmds] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 0.5rem;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.member-option:hover[b-t726l5xmds] {
    background-color: var(--color-muted);
}

.member-option.disabled[b-t726l5xmds] {
    opacity: 0.5;
    cursor: not-allowed;
}

.member-option input[type="checkbox"][b-t726l5xmds] {
    margin-top: 0.125rem;
    accent-color: var(--color-primary);
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.member-info[b-t726l5xmds] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.member-name[b-t726l5xmds] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
}

.member-email[b-t726l5xmds] {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
}

.member-no-email[b-t726l5xmds] {
    font-size: 0.75rem;
    color: hsl(0, 60%, 50%);
    font-style: italic;
}

.member-house[b-t726l5xmds] {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
}

/* Loading */
.loading-container[b-t726l5xmds] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/EmergencyContacts/EmergencyContactsEdit.razor.rz.scp.css */
.admin-edit-page[b-gvlyeesuyp] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-gvlyeesuyp] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-gvlyeesuyp] {
    margin-bottom: 2rem;
}

.breadcrumb[b-gvlyeesuyp] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-gvlyeesuyp] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-gvlyeesuyp] {
    opacity: 0.8;
}

.page-header h1[b-gvlyeesuyp] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Form */
.edit-form[b-gvlyeesuyp] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-gvlyeesuyp] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-card[b-gvlyeesuyp] {
        padding: 2rem;
    }
}

.form-group[b-gvlyeesuyp] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-gvlyeesuyp] {
    margin-bottom: 0;
}

.form-group label[b-gvlyeesuyp] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

.required[b-gvlyeesuyp] {
    color: hsl(0, 72%, 51%);
}

[b-gvlyeesuyp] .form-group input,
[b-gvlyeesuyp] .form-group textarea,
[b-gvlyeesuyp] .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-gvlyeesuyp] .form-group input::placeholder,
[b-gvlyeesuyp] .form-group textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-gvlyeesuyp] .form-group input:focus,
[b-gvlyeesuyp] .form-group textarea:focus,
[b-gvlyeesuyp] .form-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.form-group textarea[b-gvlyeesuyp] {
    resize: vertical;
}

.form-row[b-gvlyeesuyp] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .form-row[b-gvlyeesuyp] {
        flex-direction: row;
        align-items: flex-end;
    }

    .form-row .form-group[b-gvlyeesuyp] {
        flex: 1;
        margin-bottom: 0;
    }
}

/* Form Actions */
.form-actions[b-gvlyeesuyp] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-primary[b-gvlyeesuyp] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-gvlyeesuyp] {
    opacity: 0.9;
}

.btn-primary:disabled[b-gvlyeesuyp] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-gvlyeesuyp] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-gvlyeesuyp] {
    background-color: var(--color-border);
}

/* Loading state */
.loading-container[b-gvlyeesuyp] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/EmergencyContacts/EmergencyContactsList.razor.rz.scp.css */
.admin-list-page[b-dp4spbckm7] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-dp4spbckm7] {
        padding: 1.5rem 1.5rem 3rem;
    }
}

/* Table cell styling */
.name-cell[b-dp4spbckm7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.name-text[b-dp4spbckm7] {
    font-weight: 500;
    color: var(--color-foreground);
}

.contact-cell[b-dp4spbckm7] {
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
}

.contact-item[b-dp4spbckm7] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.125rem;
}

.contact-item svg[b-dp4spbckm7] {
    flex-shrink: 0;
    opacity: 0.6;
}

.comment-cell[b-dp4spbckm7] {
    max-width: 12rem;
}

.comment-text[b-dp4spbckm7] {
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Loading */
.loading-container[b-dp4spbckm7] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/ExternalRoles/ExternalRolesEdit.razor.rz.scp.css */
.admin-edit-page[b-8ske6m1nhm] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-8ske6m1nhm] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-8ske6m1nhm] {
    margin-bottom: 2rem;
}

.breadcrumb[b-8ske6m1nhm] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-8ske6m1nhm] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-8ske6m1nhm] {
    opacity: 0.8;
}

.page-header h1[b-8ske6m1nhm] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Form */
.edit-form[b-8ske6m1nhm] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-8ske6m1nhm] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-card[b-8ske6m1nhm] {
        padding: 2rem;
    }
}

.form-group[b-8ske6m1nhm] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-8ske6m1nhm] {
    margin-bottom: 0;
}

.form-group label[b-8ske6m1nhm] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

.required[b-8ske6m1nhm] {
    color: hsl(0, 72%, 51%);
}

[b-8ske6m1nhm] .form-group input,
[b-8ske6m1nhm] .form-group textarea,
[b-8ske6m1nhm] .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-8ske6m1nhm] .form-group input::placeholder,
[b-8ske6m1nhm] .form-group textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-8ske6m1nhm] .form-group input:focus,
[b-8ske6m1nhm] .form-group textarea:focus,
[b-8ske6m1nhm] .form-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.form-group textarea[b-8ske6m1nhm] {
    resize: vertical;
}

.form-group select[b-8ske6m1nhm] {
    cursor: pointer;
}

.form-row[b-8ske6m1nhm] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .form-row[b-8ske6m1nhm] {
        flex-direction: row;
        align-items: flex-end;
    }

    .form-row .form-group[b-8ske6m1nhm] {
        flex: 1;
        margin-bottom: 0;
    }
}

/* Form Actions */
.form-actions[b-8ske6m1nhm] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-primary[b-8ske6m1nhm] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-8ske6m1nhm] {
    opacity: 0.9;
}

.btn-primary:disabled[b-8ske6m1nhm] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-8ske6m1nhm] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-8ske6m1nhm] {
    background-color: var(--color-border);
}

/* Loading state */
.loading-container[b-8ske6m1nhm] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/ExternalRoles/ExternalRolesList.razor.rz.scp.css */
.admin-list-page[b-us1tiwakd8] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-us1tiwakd8] {
        padding: 1.5rem 1.5rem 3rem;
    }
}

/* Table cell styling */
.name-cell[b-us1tiwakd8] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.name-text[b-us1tiwakd8] {
    font-weight: 500;
    color: var(--color-foreground);
}

.org-number[b-us1tiwakd8],
.member-type[b-us1tiwakd8] {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
}

.description-text[b-us1tiwakd8] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.date-text[b-us1tiwakd8] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.board-icon[b-us1tiwakd8] {
    color: var(--color-primary);
}

.contact-cell[b-us1tiwakd8] {
    font-size: 0.875rem;
}

.contact-cell a[b-us1tiwakd8] {
    color: var(--color-muted-foreground);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-cell a:hover[b-us1tiwakd8] {
    color: var(--color-primary);
}

/* Help content styling */
.help-title[b-us1tiwakd8] {
    font-weight: 600;
    margin: 0 0 0.5rem;
}

/* Hide columns on mobile */
@media (max-width: 767px) {
    .hide-mobile[b-us1tiwakd8] {
        display: none;
    }
}

/* Loading state */
.loading-container[b-us1tiwakd8] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

/* Role type form section */
.roletype-table-section[b-us1tiwakd8] {
    margin-top: 1.5rem;
}

/* Inline form within AdminCard */
.form-actions[b-us1tiwakd8] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border);
}

.btn-primary[b-us1tiwakd8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-us1tiwakd8] {
    opacity: 0.9;
}

.btn-primary:disabled[b-us1tiwakd8] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-us1tiwakd8] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-us1tiwakd8] {
    background-color: var(--color-border);
}

/* Error message */
.error-message[b-us1tiwakd8] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background-color: hsl(0, 72%, 51%, 0.1);
    color: hsl(0, 72%, 41%);
    border: 1px solid hsl(0, 72%, 51%, 0.2);
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
}

/* Order buttons */
.order-buttons[b-us1tiwakd8] {
    display: flex;
    gap: 0.25rem;
}

.order-btn[b-us1tiwakd8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    font-size: 0.75rem;
    background-color: var(--color-muted);
    color: var(--color-muted-foreground);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.order-btn:hover[b-us1tiwakd8] {
    background-color: var(--color-background);
    color: var(--color-foreground);
}
/* /Components/Pages/Admin/Houses/HouseEdit.razor.rz.scp.css */
.admin-edit-page[b-e3sxzq1b5a] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-e3sxzq1b5a] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-e3sxzq1b5a] {
    margin-bottom: 2rem;
}

.breadcrumb[b-e3sxzq1b5a] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-e3sxzq1b5a] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-e3sxzq1b5a] {
    opacity: 0.8;
}

.page-header h1[b-e3sxzq1b5a] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Form */
.edit-form[b-e3sxzq1b5a] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-e3sxzq1b5a] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-card[b-e3sxzq1b5a] {
        padding: 2rem;
    }
}

.form-section-title[b-e3sxzq1b5a] {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin: 0 0 1.25rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--color-border);
}

.form-group[b-e3sxzq1b5a] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-e3sxzq1b5a] {
    margin-bottom: 0;
}

.form-group label[b-e3sxzq1b5a] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

[b-e3sxzq1b5a] .form-group input[type="text"],
[b-e3sxzq1b5a] .form-group textarea,
[b-e3sxzq1b5a] .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-e3sxzq1b5a] .form-group input::placeholder,
[b-e3sxzq1b5a] .form-group textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-e3sxzq1b5a] .form-group input:focus,
[b-e3sxzq1b5a] .form-group textarea:focus,
[b-e3sxzq1b5a] .form-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.form-row[b-e3sxzq1b5a] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .form-row[b-e3sxzq1b5a] {
        flex-direction: row;
        align-items: flex-start;
    }

    .form-row .form-group[b-e3sxzq1b5a] {
        flex: 1;
        margin-bottom: 0;
    }

    .form-row .form-group-small[b-e3sxzq1b5a] {
        flex: 0 0 8rem;
    }
}

/* Residents list */
.residents-list[b-e3sxzq1b5a] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.resident-item[b-e3sxzq1b5a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 0.75rem;
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
}

.resident-info[b-e3sxzq1b5a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.resident-name[b-e3sxzq1b5a] {
    font-weight: 500;
    color: var(--color-foreground);
}

.resident-apartment[b-e3sxzq1b5a] {
    color: var(--color-muted-foreground);
    font-size: 0.8125rem;
}

.resident-email[b-e3sxzq1b5a] {
    color: var(--color-muted-foreground);
    font-size: 0.8125rem;
}

/* Validation */
[b-e3sxzq1b5a] .validation-message {
    color: hsl(0, 70%, 40%);
    font-size: 0.8125rem;
    margin-top: 0.25rem;
}

/* Form Actions */
.form-actions[b-e3sxzq1b5a] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-primary[b-e3sxzq1b5a] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-e3sxzq1b5a] {
    opacity: 0.9;
}

.btn-primary:disabled[b-e3sxzq1b5a] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-e3sxzq1b5a] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-e3sxzq1b5a] {
    background-color: var(--color-border);
}

/* Loading */
.loading-container[b-e3sxzq1b5a] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Houses/HousesList.razor.rz.scp.css */
.admin-list-page[b-aic0j91l53] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-aic0j91l53] {
        padding: 1.5rem 1.5rem 3rem;
    }
}

/* Search */
.search-container[b-aic0j91l53] {
    margin-bottom: 1rem;
}

.search-input[b-aic0j91l53] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-input[b-aic0j91l53]::placeholder {
    color: var(--color-muted-foreground);
}

.search-input:focus[b-aic0j91l53] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

/* Table cell styling */
.name-cell[b-aic0j91l53] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.name-text[b-aic0j91l53] {
    font-weight: 500;
    color: var(--color-foreground);
}

.house-icon[b-aic0j91l53] {
    flex-shrink: 0;
    color: var(--color-accent);
    opacity: 0.7;
}

.muted-cell[b-aic0j91l53] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

/* Loading */
.loading-container[b-aic0j91l53] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/HousingRoles/RoleMemberEdit.razor.rz.scp.css */
.admin-edit-page[b-ie1u0w44nw] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-ie1u0w44nw] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-ie1u0w44nw] {
    margin-bottom: 2rem;
}

.breadcrumb[b-ie1u0w44nw] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-ie1u0w44nw] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-ie1u0w44nw] {
    opacity: 0.8;
}

.page-header h1[b-ie1u0w44nw] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Form */
.edit-form[b-ie1u0w44nw] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-ie1u0w44nw] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-card[b-ie1u0w44nw] {
        padding: 2rem;
    }
}

.form-group[b-ie1u0w44nw] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-ie1u0w44nw] {
    margin-bottom: 0;
}

.form-group label[b-ie1u0w44nw] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

.required[b-ie1u0w44nw] {
    color: hsl(0, 72%, 51%);
}

.readonly-value[b-ie1u0w44nw] {
    font-size: 1rem;
    color: var(--color-foreground);
    padding: 0.75rem 1rem;
    background-color: var(--color-muted);
    border-radius: var(--radius-lg);
    margin: 0;
}

[b-ie1u0w44nw] .form-group input,
[b-ie1u0w44nw] .form-group textarea,
[b-ie1u0w44nw] .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-ie1u0w44nw] .form-group input::placeholder,
[b-ie1u0w44nw] .form-group textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-ie1u0w44nw] .form-group input:focus,
[b-ie1u0w44nw] .form-group textarea:focus,
[b-ie1u0w44nw] .form-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.form-group textarea[b-ie1u0w44nw] {
    resize: vertical;
}

.form-group select[b-ie1u0w44nw] {
    cursor: pointer;
}

.form-row[b-ie1u0w44nw] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .form-row[b-ie1u0w44nw] {
        flex-direction: row;
        align-items: flex-end;
    }

    .form-row .form-group[b-ie1u0w44nw] {
        flex: 1;
        margin-bottom: 0;
    }
}

/* Checkbox group */
.checkbox-group label[b-ie1u0w44nw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

[b-ie1u0w44nw] .checkbox-group input[type="checkbox"] {
    width: 1.125rem;
    height: 1.125rem;
    accent-color: var(--color-primary);
}

/* Form Actions */
.form-actions[b-ie1u0w44nw] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-primary[b-ie1u0w44nw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-ie1u0w44nw] {
    opacity: 0.9;
}

.btn-primary:disabled[b-ie1u0w44nw] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-ie1u0w44nw] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-ie1u0w44nw] {
    background-color: var(--color-border);
}

/* Loading state */
.loading-container[b-ie1u0w44nw] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/NewsEdit.razor.rz.scp.css */
.admin-edit-page[b-f6yfxw3wpv] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-f6yfxw3wpv] {
        padding: 3rem 1.5rem 4rem;
    }
}

.edit-form[b-f6yfxw3wpv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.checkbox-row[b-f6yfxw3wpv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden])[b-f6yfxw3wpv] {
    margin-top: 0.75rem;
}

.checkbox-row label[b-f6yfxw3wpv] {
    margin: 0;
    cursor: pointer;
    font-size: 0.875rem;
}

[b-f6yfxw3wpv] .checkbox-row input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: var(--color-primary);
    cursor: pointer;
}

/* Loading */
.loading-container[b-f6yfxw3wpv] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/NewsList.razor.rz.scp.css */
.admin-list-page[b-tg2i3ohon0] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-tg2i3ohon0] {
        padding: 1.5rem 1.5rem 3rem;
    }
}

/* Table cell styling */
.title-cell[b-tg2i3ohon0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.title-text[b-tg2i3ohon0] {
    font-weight: 500;
    color: var(--color-foreground);
}

.date-cell[b-tg2i3ohon0] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

/* Help content styling */
.help-title[b-tg2i3ohon0] {
    font-weight: 600;
    margin: 0 0 0.5rem;
}

/* Loading state */
.loading-container[b-tg2i3ohon0] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Photos/PhotoAlbumEdit.razor.rz.scp.css */
.admin-edit-page[b-k4ubwki3qr] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-k4ubwki3qr] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-k4ubwki3qr] {
    margin-bottom: 2rem;
}

.breadcrumb[b-k4ubwki3qr] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-k4ubwki3qr] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-k4ubwki3qr] {
    opacity: 0.8;
}

.page-header h1[b-k4ubwki3qr] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Form */
.edit-form[b-k4ubwki3qr] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-k4ubwki3qr] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-card[b-k4ubwki3qr] {
        padding: 2rem;
    }
}

.form-group[b-k4ubwki3qr] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-k4ubwki3qr] {
    margin-bottom: 0;
}

.form-group label[b-k4ubwki3qr] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

[b-k4ubwki3qr] .form-group input[type="text"],
[b-k4ubwki3qr] .form-group textarea,
[b-k4ubwki3qr] .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-k4ubwki3qr] .form-group input::placeholder,
[b-k4ubwki3qr] .form-group textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-k4ubwki3qr] .form-group input:focus,
[b-k4ubwki3qr] .form-group textarea:focus,
[b-k4ubwki3qr] .form-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.form-group textarea[b-k4ubwki3qr] {
    resize: vertical;
    min-height: 6rem;
}

.form-group select[b-k4ubwki3qr] {
    cursor: pointer;
}

/* Form Actions */
.form-actions[b-k4ubwki3qr] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-primary[b-k4ubwki3qr] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-k4ubwki3qr] {
    opacity: 0.9;
}

.btn-primary:disabled[b-k4ubwki3qr] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-k4ubwki3qr] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-k4ubwki3qr] {
    background-color: var(--color-border);
}

/* Photos Section */
.photos-section[b-k4ubwki3qr] {
    margin-top: 2rem;
}

.photos-section h2[b-k4ubwki3qr] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 1rem;
}

.photos-grid[b-k4ubwki3qr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.photo-card[b-k4ubwki3qr] {
    position: relative;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.photo-card:hover[b-k4ubwki3qr] {
    box-shadow: var(--shadow-card-hover);
}

.photo-image[b-k4ubwki3qr] {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: var(--color-muted);
}

.photo-image img[b-k4ubwki3qr] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-info[b-k4ubwki3qr] {
    padding: 0.75rem;
}

.photo-title[b-k4ubwki3qr] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin: 0 0 0.25rem;
}

.photo-description[b-k4ubwki3qr] {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-delete-photo[b-k4ubwki3qr] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: hsla(0, 0%, 100%, 0.9);
    color: hsl(0, 70%, 50%);
    border: none;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: background-color 0.2s ease;
    opacity: 0;
}

.photo-card:hover .btn-delete-photo[b-k4ubwki3qr] {
    opacity: 1;
}

.btn-delete-photo:hover[b-k4ubwki3qr] {
    background-color: hsl(0, 70%, 50%);
    color: white;
}

/* Upload Section */
.upload-section[b-k4ubwki3qr] {
    margin-top: 2rem;
}

.upload-section h2[b-k4ubwki3qr] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 1rem;
}

.upload-card[b-k4ubwki3qr] {
    position: relative;
    background-color: var(--color-card);
    border: 2px dashed var(--color-border);
    border-radius: var(--radius-xl);
    padding: 2rem;
    text-align: center;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.upload-card:hover[b-k4ubwki3qr] {
    border-color: var(--color-primary);
    background-color: hsla(155, 35%, 38%, 0.02);
}

.file-input[b-k4ubwki3qr] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-prompt[b-k4ubwki3qr] {
    pointer-events: none;
}

.upload-prompt svg[b-k4ubwki3qr] {
    color: var(--color-primary);
    margin: 0 auto 1rem;
}

.upload-prompt p[b-k4ubwki3qr] {
    color: var(--color-foreground);
    margin: 0 0 0.5rem;
}

.upload-prompt .upload-hint[b-k4ubwki3qr] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.upload-progress[b-k4ubwki3qr] {
    margin-top: 1rem;
    color: var(--color-primary);
    font-weight: 500;
}

/* Messages */
.error-message[b-k4ubwki3qr] {
    padding: 1rem;
    background-color: hsla(0, 70%, 50%, 0.1);
    border-radius: var(--radius-lg);
    color: hsl(0, 70%, 40%);
    font-size: 0.875rem;
}

/* Loading */
.loading-container[b-k4ubwki3qr] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

/* Modal */
.modal-overlay[b-k4ubwki3qr] {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: hsla(0, 0%, 0%, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal[b-k4ubwki3qr] {
    background-color: var(--color-card);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    max-width: 24rem;
    width: 100%;
}

.modal h3[b-k4ubwki3qr] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 0.5rem;
}

.modal p[b-k4ubwki3qr] {
    color: var(--color-muted-foreground);
    margin: 0 0 1.5rem;
}

.modal-actions[b-k4ubwki3qr] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-danger[b-k4ubwki3qr] {
    padding: 0.75rem 1.5rem;
    background-color: hsl(0, 70%, 50%);
    color: white;
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-danger:hover[b-k4ubwki3qr] {
    opacity: 0.9;
}
/* /Components/Pages/Admin/Photos/PhotoAlbumsList.razor.rz.scp.css */
.admin-list-page[b-zdbztafjhh] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-zdbztafjhh] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-zdbztafjhh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.breadcrumb[b-zdbztafjhh] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-zdbztafjhh] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-zdbztafjhh] {
    opacity: 0.8;
}

.page-header h1[b-zdbztafjhh] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Buttons */
.btn-primary[b-zdbztafjhh] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover[b-zdbztafjhh] {
    opacity: 0.9;
}

.btn-secondary[b-zdbztafjhh] {
    padding: 0.625rem 1.25rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-zdbztafjhh] {
    background-color: var(--color-border);
}

.btn-danger[b-zdbztafjhh] {
    padding: 0.625rem 1.25rem;
    background-color: hsl(0, 70%, 50%);
    color: white;
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-danger:hover[b-zdbztafjhh] {
    opacity: 0.9;
}

.btn-icon[b-zdbztafjhh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.btn-icon:hover[b-zdbztafjhh] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
}

.btn-icon.btn-danger[b-zdbztafjhh] {
    background-color: var(--color-muted);
    color: var(--color-foreground);
    padding: 0;
    width: 2.25rem;
    height: 2.25rem;
}

.btn-icon.btn-danger:hover[b-zdbztafjhh] {
    background-color: hsl(0, 70%, 50%);
    color: white;
}

/* Table */
.list-table[b-zdbztafjhh] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.table-header[b-zdbztafjhh] {
    display: none;
    padding: 1rem 1.5rem;
    background-color: var(--color-muted);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-muted-foreground);
}

@media (min-width: 768px) {
    .table-header[b-zdbztafjhh] {
        display: grid;
        grid-template-columns: 1fr 10rem 8rem 8rem 6rem;
        gap: 1rem;
    }
}

.table-row[b-zdbztafjhh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--color-border);
}

.table-row:first-of-type[b-zdbztafjhh] {
    border-top: none;
}

@media (min-width: 768px) {
    .table-row[b-zdbztafjhh] {
        display: grid;
        grid-template-columns: 1fr 10rem 8rem 8rem 6rem;
        gap: 1rem;
        align-items: center;
        flex-direction: row;
    }
}

.col-title[b-zdbztafjhh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.title-text[b-zdbztafjhh] {
    font-weight: 500;
    color: var(--color-foreground);
}

.col-date[b-zdbztafjhh] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.col-status[b-zdbztafjhh] {
    font-size: 0.875rem;
}

.col-actions[b-zdbztafjhh] {
    display: flex;
    gap: 0.5rem;
}

/* Badges */
.badge[b-zdbztafjhh] {
    display: inline-flex;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: var(--radius-full);
}

.badge-critical[b-zdbztafjhh] {
    background-color: hsl(0, 70%, 50%);
    color: white;
}

.badge-role[b-zdbztafjhh] {
    background-color: var(--color-muted);
    color: var(--color-muted-foreground);
}

.badge-info[b-zdbztafjhh] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    opacity: 0.8;
}

/* Empty & Loading States */
.loading-container[b-zdbztafjhh],
.empty-state[b-zdbztafjhh] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

/* Modal */
.modal-overlay[b-zdbztafjhh] {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: hsla(0, 0%, 0%, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal[b-zdbztafjhh] {
    background-color: var(--color-card);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    max-width: 24rem;
    width: 100%;
}

.modal h3[b-zdbztafjhh] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 0.5rem;
}

.modal p[b-zdbztafjhh] {
    color: var(--color-muted-foreground);
    margin: 0 0 1.5rem;
}

.modal-actions[b-zdbztafjhh] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}
/* /Components/Pages/Admin/Residents/ResidentEdit.razor.rz.scp.css */
.admin-edit-page[b-nnk6n41qzf] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-nnk6n41qzf] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-nnk6n41qzf] {
    margin-bottom: 2rem;
}

.breadcrumb[b-nnk6n41qzf] {
    margin-bottom: 0.5rem;
}

.breadcrumb a[b-nnk6n41qzf] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb a:hover[b-nnk6n41qzf] {
    opacity: 0.8;
}

.page-header h1[b-nnk6n41qzf] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Form */
.edit-form[b-nnk6n41qzf] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-nnk6n41qzf] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-card[b-nnk6n41qzf] {
        padding: 2rem;
    }
}

.form-section-title[b-nnk6n41qzf] {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin: 0 0 1.25rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--color-border);
}

.form-group[b-nnk6n41qzf] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-nnk6n41qzf] {
    margin-bottom: 0;
}

.form-group label[b-nnk6n41qzf] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

[b-nnk6n41qzf] .form-group input[type="text"],
[b-nnk6n41qzf] .form-group textarea,
[b-nnk6n41qzf] .form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-nnk6n41qzf] .form-group input::placeholder,
[b-nnk6n41qzf] .form-group textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-nnk6n41qzf] .form-group input:focus,
[b-nnk6n41qzf] .form-group textarea:focus,
[b-nnk6n41qzf] .form-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

[b-nnk6n41qzf] .form-group select {
    cursor: pointer;
}

.form-row[b-nnk6n41qzf] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .form-row[b-nnk6n41qzf] {
        flex-direction: row;
        align-items: flex-start;
    }

    .form-row .form-group[b-nnk6n41qzf] {
        flex: 1;
        margin-bottom: 0;
    }
}

.form-checkbox[b-nnk6n41qzf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-direction: row !important;
}

.form-checkbox input[type="checkbox"][b-nnk6n41qzf] {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: var(--color-primary);
    cursor: pointer;
}

.form-checkbox label[b-nnk6n41qzf] {
    margin-bottom: 0;
    cursor: pointer;
}

/* Validation */
[b-nnk6n41qzf] .validation-message {
    color: hsl(0, 70%, 40%);
    font-size: 0.8125rem;
    margin-top: 0.25rem;
}

/* Form Actions */
.form-actions[b-nnk6n41qzf] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-primary[b-nnk6n41qzf] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-nnk6n41qzf] {
    opacity: 0.9;
}

.btn-primary:disabled[b-nnk6n41qzf] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-secondary[b-nnk6n41qzf] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-muted);
    color: var(--color-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-secondary:hover[b-nnk6n41qzf] {
    background-color: var(--color-border);
}

/* Loading */
.loading-container[b-nnk6n41qzf] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Residents/ResidentsList.razor.rz.scp.css */
.admin-list-page[b-eg7zx08buq] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-eg7zx08buq] {
        padding: 1.5rem 1.5rem 3rem;
    }
}

/* Search */
.search-container[b-eg7zx08buq] {
    margin-bottom: 1rem;
}

.search-input[b-eg7zx08buq] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-input[b-eg7zx08buq]::placeholder {
    color: var(--color-muted-foreground);
}

.search-input:focus[b-eg7zx08buq] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

/* Table cell styling */
.name-cell[b-eg7zx08buq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.name-text[b-eg7zx08buq] {
    font-weight: 500;
    color: var(--color-foreground);
}

.address-cell[b-eg7zx08buq] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.apartment-code[b-eg7zx08buq] {
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
    opacity: 0.8;
}

.contact-cell[b-eg7zx08buq] {
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
}

.contact-item[b-eg7zx08buq] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.125rem;
}

.contact-item svg[b-eg7zx08buq] {
    flex-shrink: 0;
    opacity: 0.6;
}

/* Loading */
.loading-container[b-eg7zx08buq] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Settings/HousingSettings.razor.rz.scp.css */
.admin-edit-page[b-qf21c4afsh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.loading-container[b-qf21c4afsh] {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    color: var(--color-muted-foreground);
}

.checkbox-row[b-qf21c4afsh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-row label[b-qf21c4afsh] {
    font-size: 0.875rem;
    color: var(--color-foreground);
    cursor: pointer;
}

[b-qf21c4afsh] input.short-input {
    max-width: 16rem;
}

[b-qf21c4afsh] input[type="text"],
[b-qf21c4afsh] input[type="email"],
[b-qf21c4afsh] input[type="date"],
[b-qf21c4afsh] textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-qf21c4afsh] input::placeholder,
[b-qf21c4afsh] textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-qf21c4afsh] input:focus,
[b-qf21c4afsh] textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

[b-qf21c4afsh] textarea {
    resize: vertical;
    min-height: 5rem;
}

.feature-toggles[b-qf21c4afsh] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
/* /Components/Pages/Admin/Sms/SmsDetails.razor.rz.scp.css */
.admin-edit-page[b-hs7z35mga7] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-hs7z35mga7] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Detail rows */
.detail-row[b-hs7z35mga7] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-border);
}

.detail-row:last-child[b-hs7z35mga7] {
    border-bottom: none;
}

.detail-label[b-hs7z35mga7] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-muted-foreground);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.detail-value[b-hs7z35mga7] {
    font-size: 0.875rem;
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.detail-body[b-hs7z35mga7] {
    font-size: 0.875rem;
    color: var(--color-foreground);
    line-height: 1.6;
    padding: 0.75rem;
    background-color: var(--color-muted);
    border-radius: var(--radius-lg);
    white-space: pre-wrap;
}

/* Toggle button */
.toggle-btn[b-hs7z35mga7] {
    background: none;
    border: none;
    color: var(--color-primary);
    font-size: 0.8125rem;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.toggle-btn:hover[b-hs7z35mga7] {
    color: var(--color-foreground);
}

/* Recipients list */
.recipients-list[b-hs7z35mga7] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0;
    max-height: 16rem;
    overflow-y: auto;
}

.recipient-item[b-hs7z35mga7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.375rem 0.75rem;
    background-color: var(--color-muted);
    border-radius: var(--radius-lg);
    font-size: 0.8125rem;
}

.recipient-phone[b-hs7z35mga7] {
    color: var(--color-muted-foreground);
}

/* Loading */
.loading-container[b-hs7z35mga7] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Sms/SmsEdit.razor.rz.scp.css */
.admin-edit-page[b-l51xzz88qj] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-l51xzz88qj] {
        padding: 3rem 1.5rem 4rem;
    }
}

.edit-form[b-l51xzz88qj] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Readonly field */
.readonly-field[b-l51xzz88qj] {
    padding: 0.5rem 0.75rem;
    background-color: var(--color-muted);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
}

/* Recipient group radio buttons */
.recipient-groups[b-l51xzz88qj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 20rem;
    overflow-y: auto;
    padding: 0.25rem;
}

.radio-option[b-l51xzz88qj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all 0.15s ease;
}

.radio-option:hover[b-l51xzz88qj] {
    background-color: var(--color-muted);
}

.radio-option input[type="radio"][b-l51xzz88qj] {
    accent-color: var(--color-primary);
    width: 1rem;
    height: 1rem;
}

.radio-label[b-l51xzz88qj] {
    font-size: 0.875rem;
    color: var(--color-foreground);
}

/* Character count */
.char-info[b-l51xzz88qj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
}

.char-count[b-l51xzz88qj] {
    font-variant-numeric: tabular-nums;
}

.message-count[b-l51xzz88qj] {
    font-weight: 500;
}

/* Loading */
.loading-container[b-l51xzz88qj] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Sms/SmsList.razor.rz.scp.css */
.admin-list-page[b-qrevzxkp9a] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .admin-list-page[b-qrevzxkp9a] {
        padding: 1.5rem 1.5rem 3rem;
    }
}

/* Filter row */
.filter-row[b-qrevzxkp9a] {
    display: flex;
    justify-content: flex-end;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--color-border);
}

.filter-select[b-qrevzxkp9a] {
    padding: 0.375rem 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-card);
    color: var(--color-foreground);
    font-size: 0.875rem;
    cursor: pointer;
}

/* Table cell styling */
.title-cell[b-qrevzxkp9a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.title-text[b-qrevzxkp9a] {
    font-weight: 500;
    color: var(--color-foreground);
}

.message-count[b-qrevzxkp9a] {
    display: inline-flex;
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
    background-color: var(--color-muted);
    padding: 0.125rem 0.5rem;
    border-radius: var(--radius-full);
}

/* Action buttons */
.action-buttons[b-qrevzxkp9a] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.action-btn[b-qrevzxkp9a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: var(--radius-lg);
    background: transparent;
    color: var(--color-muted-foreground);
    cursor: pointer;
    transition: all 0.15s ease;
}

.action-btn:hover[b-qrevzxkp9a] {
    background-color: var(--color-muted);
    color: var(--color-foreground);
}

.send-btn:hover[b-qrevzxkp9a] {
    background-color: hsla(155, 35%, 38%, 0.1);
    color: var(--color-primary);
}

/* Help content styling */
.help-title[b-qrevzxkp9a] {
    font-weight: 600;
    margin: 0 0 0.5rem;
}

/* Loading state */
.loading-container[b-qrevzxkp9a] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/Sms/SmsRecipientGroupEdit.razor.rz.scp.css */
.admin-edit-page[b-98kjg0dxrl] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .admin-edit-page[b-98kjg0dxrl] {
        padding: 3rem 1.5rem 4rem;
    }
}

.edit-form[b-98kjg0dxrl] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Readonly field */
.readonly-field[b-98kjg0dxrl] {
    padding: 0.5rem 0.75rem;
    background-color: var(--color-muted);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
}

/* Member selection */
.member-summary[b-98kjg0dxrl] {
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
    margin-bottom: 0.5rem;
}

.member-list[b-98kjg0dxrl] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-height: 24rem;
    overflow-y: auto;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 0.5rem;
}

.member-option[b-98kjg0dxrl] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 0.5rem;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.member-option:hover[b-98kjg0dxrl] {
    background-color: var(--color-muted);
}

.member-option.disabled[b-98kjg0dxrl] {
    opacity: 0.5;
    cursor: not-allowed;
}

.member-option input[type="checkbox"][b-98kjg0dxrl] {
    margin-top: 0.125rem;
    accent-color: var(--color-primary);
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.member-info[b-98kjg0dxrl] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.member-name[b-98kjg0dxrl] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
}

.member-phone[b-98kjg0dxrl] {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
}

.member-no-phone[b-98kjg0dxrl] {
    font-size: 0.75rem;
    color: hsl(0, 60%, 50%);
    font-style: italic;
}

.member-house[b-98kjg0dxrl] {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
}

/* Loading */
.loading-container[b-98kjg0dxrl] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}
/* /Components/Pages/Admin/StartPage/StartPageSettings.razor.rz.scp.css */
/* Settings Card */
.settings-card[b-dgch4x1qod] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.card-section-header[b-dgch4x1qod] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--color-border);
}

@media (min-width: 768px) {
    .card-section-header[b-dgch4x1qod] {
        padding: 1.5rem 2rem;
    }
}

.section-icon[b-dgch4x1qod] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: hsl(160, 60%, 93%);
    color: hsl(155, 45%, 32%);
}

.card-section-header h3[b-dgch4x1qod] {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin: 0;
}

.card-section-header p[b-dgch4x1qod] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    margin: 0;
}

/* Card Body — AdminFormRow Pattern */
.card-body[b-dgch4x1qod] {
    padding: 0;
}

.form-row[b-dgch4x1qod] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--color-border);
}

.form-row:last-child[b-dgch4x1qod] {
    border-bottom: none;
}

@media (min-width: 768px) {
    .form-row[b-dgch4x1qod] {
        grid-template-columns: 11rem 1fr;
        gap: 1rem;
        padding: 1rem 2rem;
    }
}

.form-row > label[b-dgch4x1qod] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    padding-top: 0.5rem;
}

@media (min-width: 768px) {
    .form-row > label[b-dgch4x1qod] {
        text-align: right;
    }
}

.label-hint[b-dgch4x1qod] {
    font-size: 0.75rem;
}

[b-dgch4x1qod] .form-row input[type="text"],
[b-dgch4x1qod] .form-row textarea,
[b-dgch4x1qod] .form-row select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-dgch4x1qod] .form-row input::placeholder,
[b-dgch4x1qod] .form-row textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-dgch4x1qod] .form-row input:focus,
[b-dgch4x1qod] .form-row textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

[b-dgch4x1qod] .form-row textarea {
    resize: vertical;
    min-height: 6rem;
}

/* Image Preview */
.image-preview[b-dgch4x1qod] {
    margin-bottom: 0.75rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--color-border);
    aspect-ratio: 16 / 9;
}

.image-preview img[b-dgch4x1qod] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-placeholder[b-dgch4x1qod] {
    aspect-ratio: 16 / 9;
    background-color: var(--color-muted);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

/* Appearance Options */
.appearance-options[b-dgch4x1qod] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-checkbox[b-dgch4x1qod] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-dgch4x1qod] .form-checkbox input[type="checkbox"] {
    width: 1.125rem;
    height: 1.125rem;
    accent-color: var(--color-primary);
    cursor: pointer;
}

.form-checkbox label[b-dgch4x1qod] {
    font-size: 0.875rem;
    color: var(--color-foreground);
    cursor: pointer;
    margin: 0;
}

/* Card Footer */
.card-footer[b-dgch4x1qod] {
    display: flex;
    gap: 0.5rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--color-border);
}

@media (min-width: 768px) {
    .card-footer[b-dgch4x1qod] {
        padding: 1.25rem 2rem;
    }
}

.btn-save[b-dgch4x1qod] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-lg);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-save:hover:not(:disabled)[b-dgch4x1qod] {
    opacity: 0.9;
}

.btn-save:disabled[b-dgch4x1qod] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Messages */
.error-message[b-dgch4x1qod] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: hsla(0, 70%, 50%, 0.1);
    border-radius: var(--radius-lg);
    color: hsl(0, 70%, 40%);
    font-size: 0.875rem;
}

/* Loading */
.loading-container[b-dgch4x1qod] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--color-muted-foreground);
}
/* /Components/Pages/BoardQuestions/BoardQuestions.razor.rz.scp.css */
.hero[b-k07o0fa4q1] {
    padding: 3rem 1rem;
    text-align: center;
    background: linear-gradient(135deg, var(--color-primary), hsl(155, 35%, 30%));
    color: white;
}

.hero h1[b-k07o0fa4q1] {
    font-family: var(--font-serif);
    font-size: 2rem;
    margin: 0 0 0.5rem;
}

.hero-subtitle[b-k07o0fa4q1] {
    font-size: 1.125rem;
    opacity: 0.9;
}

.container[b-k07o0fa4q1] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.section[b-k07o0fa4q1] {
    padding: 2rem 0 3rem;
}

/* Q&A List */
.qa-list[b-k07o0fa4q1] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.qa-card[b-k07o0fa4q1] {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-2xl);
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.qa-card:hover[b-k07o0fa4q1] {
    box-shadow: var(--shadow-card-hover);
}

.qa-question[b-k07o0fa4q1] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
}

.qa-answer[b-k07o0fa4q1] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background-color: var(--color-muted);
    border-top: 1px solid var(--color-border);
}

.qa-icon[b-k07o0fa4q1] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    background-color: hsla(200, 80%, 50%, 0.1);
    color: hsl(200, 80%, 45%);
}

.qa-icon.answer-icon[b-k07o0fa4q1] {
    background-color: hsla(155, 35%, 38%, 0.1);
    color: var(--color-primary);
}

.qa-content[b-k07o0fa4q1] {
    flex: 1;
    min-width: 0;
}

.qa-meta[b-k07o0fa4q1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin-bottom: 0.375rem;
}

.qa-date[b-k07o0fa4q1] {
    font-weight: 400;
    color: var(--color-muted-foreground);
}

.qa-text[b-k07o0fa4q1] {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--color-foreground);
    white-space: pre-wrap;
    margin: 0;
}

/* Empty state */
.empty-state[b-k07o0fa4q1] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--color-muted-foreground);
}

.empty-state svg[b-k07o0fa4q1] {
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* Submit form */
.submit-section[b-k07o0fa4q1] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--color-border);
}

.section-header[b-k07o0fa4q1] {
    margin-bottom: 1.5rem;
}

.section-title[b-k07o0fa4q1] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--color-foreground);
}

.submit-form[b-k07o0fa4q1] {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-2xl);
    padding: 1.5rem;
}

.form-group[b-k07o0fa4q1] {
    margin-bottom: 1rem;
}

.form-group label[b-k07o0fa4q1] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin-bottom: 0.375rem;
}

.form-group textarea[b-k07o0fa4q1] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    resize: vertical;
    transition: border-color 0.2s;
}

.form-group textarea:focus[b-k07o0fa4q1] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.15);
}

.checkbox-group[b-k07o0fa4q1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-group label[b-k07o0fa4q1] {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"][b-k07o0fa4q1] {
    width: 1.125rem;
    height: 1.125rem;
    accent-color: var(--color-primary);
    cursor: pointer;
}

.btn-submit[b-k07o0fa4q1] {
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-submit:hover[b-k07o0fa4q1] {
    background-color: hsl(155, 35%, 32%);
}

.btn-submit:disabled[b-k07o0fa4q1] {
    opacity: 0.6;
    cursor: not-allowed;
}

.success-message[b-k07o0fa4q1] {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    background-color: hsla(155, 50%, 45%, 0.1);
    border-radius: var(--radius-lg);
    color: hsl(155, 50%, 30%);
    font-size: 0.875rem;
}

.error-message[b-k07o0fa4q1] {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    background-color: hsla(0, 70%, 50%, 0.1);
    border-radius: var(--radius-lg);
    color: hsl(0, 70%, 40%);
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .hero[b-k07o0fa4q1] {
        padding: 4rem 1.5rem;
    }

    .hero h1[b-k07o0fa4q1] {
        font-size: 2.5rem;
    }

    .section[b-k07o0fa4q1] {
        padding: 3rem 0 4rem;
    }
}
/* /Components/Pages/Calendar/Calendar.razor.rz.scp.css */
.calendar-page[b-e3yev8j1ua] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .calendar-page[b-e3yev8j1ua] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-e3yev8j1ua] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.header-icon[b-e3yev8j1ua] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: var(--radius-full);
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-text h1[b-e3yev8j1ua] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
    line-height: 1.2;
}

.header-text p[b-e3yev8j1ua] {
    color: var(--color-muted-foreground);
    margin: 0.25rem 0 0;
}

@media (min-width: 768px) {
    .header-text h1[b-e3yev8j1ua] {
        font-size: 2.25rem;
    }
}

/* Empty State */
.empty-state[b-e3yev8j1ua] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 1rem;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

.empty-icon[b-e3yev8j1ua] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.empty-state h2[b-e3yev8j1ua] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.empty-state p[b-e3yev8j1ua] {
    color: var(--color-muted-foreground);
    margin: 0;
}

/* Calendar Events */
.calendar-events[b-e3yev8j1ua] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.calendar-event[b-e3yev8j1ua] {
    display: flex;
    flex-direction: column;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: all 0.2s ease;
}

.calendar-event:hover[b-e3yev8j1ua] {
    border-color: var(--color-primary);
    box-shadow: var(--shadow-card);
}

@media (min-width: 640px) {
    .calendar-event[b-e3yev8j1ua] {
        flex-direction: row;
    }
}

.event-date[b-e3yev8j1ua] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: hsla(155, 35%, 38%, 0.1);
    color: var(--color-primary);
}

@media (min-width: 640px) {
    .event-date[b-e3yev8j1ua] {
        flex-direction: column;
        justify-content: center;
        width: 7rem;
        flex-shrink: 0;
        border-right: 1px solid var(--color-border);
    }
}

.event-date .date[b-e3yev8j1ua] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.event-date .month[b-e3yev8j1ua] {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

.event-content[b-e3yev8j1ua] {
    flex: 1;
    padding: 1.5rem;
}

.event-header[b-e3yev8j1ua] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.event-header span[b-e3yev8j1ua] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.event-content h3[b-e3yev8j1ua] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin: 0 0 0.75rem;
}

.event-description[b-e3yev8j1ua] {
    color: var(--color-muted-foreground);
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* Page Actions */
.page-actions[b-e3yev8j1ua] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.btn-secondary[b-e3yev8j1ua],
.btn-outline[b-e3yev8j1ua] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.btn-secondary[b-e3yev8j1ua] {
    background-color: var(--color-secondary);
    color: var(--color-secondary-foreground);
}

.btn-secondary:hover[b-e3yev8j1ua] {
    background-color: var(--color-border);
}

.btn-outline[b-e3yev8j1ua] {
    background-color: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-foreground);
}

.btn-outline:hover[b-e3yev8j1ua] {
    background-color: var(--color-muted);
}
/* /Components/Pages/Contact/Contact.razor.rz.scp.css */
.contact-page[b-hagrd9vat4] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .contact-page[b-hagrd9vat4] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Page Header */
.page-header[b-hagrd9vat4] {
    margin-bottom: 2rem;
}

.page-header h1[b-hagrd9vat4] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
    .page-header h1[b-hagrd9vat4] {
        font-size: 2.25rem;
    }
}

.page-header p[b-hagrd9vat4] {
    color: var(--color-muted-foreground);
    font-size: 1.125rem;
    margin: 0;
}

/* Grid Layout */
.contact-grid[b-hagrd9vat4] {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .contact-grid[b-hagrd9vat4] {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

/* Contact Card */
.contact-card[b-hagrd9vat4] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .contact-card[b-hagrd9vat4] {
        padding: 2rem;
    }
}

.contact-card h2[b-hagrd9vat4] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin: 0 0 1.5rem;
}

/* Info Column */
.info-column[b-hagrd9vat4] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Form Styles */
.form-group[b-hagrd9vat4] {
    margin-bottom: 1.25rem;
}

.form-group label[b-hagrd9vat4] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

[b-hagrd9vat4] .form-group input,
[b-hagrd9vat4] .form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background-color: var(--color-background);
    color: var(--color-foreground);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

[b-hagrd9vat4] .form-group input::placeholder,
[b-hagrd9vat4] .form-group textarea::placeholder {
    color: var(--color-muted-foreground);
}

[b-hagrd9vat4] .form-group input:focus,
[b-hagrd9vat4] .form-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

[b-hagrd9vat4] .form-group textarea {
    resize: none;
    min-height: 8rem;
}

/* Submit Button */
.submit-button[b-hagrd9vat4] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: inherit;
    color: var(--color-primary-foreground);
    background-color: var(--color-primary);
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.submit-button:hover:not(:disabled)[b-hagrd9vat4] {
    opacity: 0.9;
}

.submit-button:disabled[b-hagrd9vat4] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Messages */
.success-message[b-hagrd9vat4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 1rem;
    background-color: hsla(155, 35%, 38%, 0.1);
    border-radius: var(--radius-lg);
    color: var(--color-primary);
    font-size: 0.875rem;
}

.error-message[b-hagrd9vat4] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: hsla(0, 70%, 50%, 0.1);
    border-radius: var(--radius-lg);
    color: hsl(0, 70%, 40%);
    font-size: 0.875rem;
}

/* Contact Info */
.info-list[b-hagrd9vat4] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.info-item[b-hagrd9vat4] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.info-icon[b-hagrd9vat4] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius-full);
    background-color: hsla(155, 35%, 38%, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-primary);
}

.info-label[b-hagrd9vat4] {
    font-weight: 500;
    color: var(--color-foreground);
    margin: 0;
    font-size: 0.875rem;
}

.info-value[b-hagrd9vat4] {
    color: var(--color-muted-foreground);
    margin: 0.25rem 0 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

a.info-value:hover[b-hagrd9vat4] {
    color: var(--color-primary);
}

/* Response Info */
.response-info[b-hagrd9vat4] {
    color: var(--color-muted-foreground);
    margin: 0;
    line-height: 1.6;
    font-size: 0.9375rem;
}

.response-info + .response-info[b-hagrd9vat4] {
    margin-top: 1rem;
}

/* External contact details */
.contact-name[b-hagrd9vat4] {
    font-weight: 500;
    color: var(--color-foreground);
    margin: 0.125rem 0 0;
    font-size: 0.9375rem;
}

.contact-description[b-hagrd9vat4] {
    color: var(--color-muted-foreground);
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
}
/* /Components/Pages/CustomPage/CustomPage.razor.rz.scp.css */
.custom-page[b-puz6byb18g] {
    max-width: 48rem; /* Optimize for readability similar to 'prose' */
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .custom-page[b-puz6byb18g] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Loading & Error */
.loading-container[b-puz6byb18g],
.error-container[b-puz6byb18g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
}

.error-container h2[b-puz6byb18g] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--color-foreground);
    margin: 0;
}

.error-container p[b-puz6byb18g] {
    color: var(--color-muted-foreground);
    margin: 0;
}

/* Header */
.page-header[b-puz6byb18g] {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-border);
}

.page-header h1[b-puz6byb18g] {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 1rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .page-header h1[b-puz6byb18g] {
        font-size: 2.5rem;
    }
}

.page-meta[b-puz6byb18g] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

/* Content Typography - Mimic Tailwind Typography / Prose */
[b-puz6byb18g] .page-content {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--color-foreground);
}

[b-puz6byb18g] .page-content p {
    margin-bottom: 1.5rem;
}

[b-puz6byb18g] .page-content h2 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    color: var(--color-foreground);
}

[b-puz6byb18g] .page-content h3 {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 2rem 0 0.75rem;
    color: var(--color-foreground);
}

[b-puz6byb18g] .page-content ul,
[b-puz6byb18g] .page-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

[b-puz6byb18g] .page-content li {
    margin-bottom: 0.5rem;
}

[b-puz6byb18g] .page-content a {
    color: var(--color-primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

[b-puz6byb18g] .page-content a:hover {
    color: var(--color-primary-dark);
}

/* Actions */
.page-actions[b-puz6byb18g] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--color-border);
    display: flex;
    justify-content: center;
}

.btn-primary[b-puz6byb18g],
.btn-outline[b-puz6byb18g] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: var(--radius-full);
    transition: all 0.2s;
    cursor: pointer;
}

.btn-primary[b-puz6byb18g] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
}

.btn-primary:hover[b-puz6byb18g] {
    filter: brightness(1.1);
}

.btn-outline[b-puz6byb18g] {
    background-color: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-foreground);
}

.btn-outline:hover[b-puz6byb18g] {
    background-color: var(--color-muted);
}
/* /Components/Pages/Documents/Documents.razor.rz.scp.css */
.documents-page[b-jl2t1dpsy9] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

/* Page Header */
.page-header[b-jl2t1dpsy9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.header-icon[b-jl2t1dpsy9] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: var(--radius-full);
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-text h1[b-jl2t1dpsy9] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
    line-height: 1.2;
}

.header-text p[b-jl2t1dpsy9] {
    color: var(--color-muted-foreground);
    margin: 0.25rem 0 0;
}

@media (min-width: 768px) {
    .documents-page[b-jl2t1dpsy9] {
        padding: 3rem 1.5rem 4rem;
    }

    .header-text h1[b-jl2t1dpsy9] {
        font-size: 2.25rem;
    }
}

/* Categories */
.categories-list[b-jl2t1dpsy9] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.category-section[b-jl2t1dpsy9] {
    animation: fadeIn-b-jl2t1dpsy9 0.3s ease-out;
}

.category-header[b-jl2t1dpsy9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.category-header .folder-icon[b-jl2t1dpsy9] {
    color: var(--color-primary);
}

.category-header h2[b-jl2t1dpsy9] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
}

/* Documents List */
.documents-list[b-jl2t1dpsy9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.document-item[b-jl2t1dpsy9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: var(--color-card);
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-border);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.document-item:hover[b-jl2t1dpsy9] {
    border-color: hsla(155, 35%, 38%, 0.3);
    box-shadow: var(--shadow-card);
}

.document-item:hover h3[b-jl2t1dpsy9] {
    color: var(--color-primary);
}

.doc-icon[b-jl2t1dpsy9] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius-lg);
    background-color: hsla(155, 35%, 38%, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 1rem;
}

.doc-icon svg[b-jl2t1dpsy9] {
    color: var(--color-primary);
}

.doc-info[b-jl2t1dpsy9] {
    flex: 1;
    min-width: 0;
}

.doc-info h3[b-jl2t1dpsy9] {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin: 0;
    transition: color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doc-info p[b-jl2t1dpsy9] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    margin: 0.25rem 0 0;
}

.download-icon[b-jl2t1dpsy9] {
    padding: 0.5rem;
    border-radius: var(--radius-full);
    color: var(--color-primary);
    transition: background-color 0.2s ease;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.document-item:hover .download-icon[b-jl2t1dpsy9] {
    background-color: hsla(155, 35%, 38%, 0.1);
}

/* Empty & Loading States */
.loading-container[b-jl2t1dpsy9] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    color: var(--color-muted-foreground);
}

.empty-state[b-jl2t1dpsy9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 1rem;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

.empty-icon[b-jl2t1dpsy9] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.empty-state h2[b-jl2t1dpsy9] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: var(--color-foreground);
}

.empty-state p[b-jl2t1dpsy9] {
    color: var(--color-muted-foreground);
    margin: 0;
}

@keyframes fadeIn-b-jl2t1dpsy9 {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Photos/PhotoAlbum.razor.rz.scp.css */
.album-page[b-l1d0qaziba] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .album-page[b-l1d0qaziba] {
        padding: 3rem 1.5rem 4rem;
    }
}

/* Breadcrumb */
.breadcrumb[b-l1d0qaziba] {
    margin-bottom: 1.5rem;
}

.breadcrumb a[b-l1d0qaziba] {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.breadcrumb a:hover[b-l1d0qaziba] {
    opacity: 0.8;
}

/* Album Header */
.album-header[b-l1d0qaziba] {
    margin-bottom: 2rem;
}

.album-header h1[b-l1d0qaziba] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
    .album-header h1[b-l1d0qaziba] {
        font-size: 2.25rem;
    }
}

.album-description[b-l1d0qaziba] {
    color: var(--color-muted-foreground);
    margin: 0 0 0.5rem;
    line-height: 1.6;
}

.photo-count[b-l1d0qaziba] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    margin: 0;
}

/* Photos Grid */
.photos-grid[b-l1d0qaziba] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

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

@media (min-width: 1024px) {
    .photos-grid[b-l1d0qaziba] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

.photo-item[b-l1d0qaziba] {
    aspect-ratio: 1;
    border-radius: var(--radius-xl);
    overflow: hidden;
    cursor: pointer;
    background-color: var(--color-muted);
}

.photo-item img[b-l1d0qaziba] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo-item:hover img[b-l1d0qaziba] {
    transform: scale(1.05);
}

/* Lightbox */
.lightbox[b-l1d0qaziba] {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: hsla(0, 0%, 0%, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    animation: fadeIn-b-l1d0qaziba 0.2s ease-out;
}

.lightbox-close[b-l1d0qaziba] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border: none;
    background-color: hsla(0, 0%, 100%, 0.1);
    color: white;
    border-radius: var(--radius-full);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.lightbox-close:hover[b-l1d0qaziba] {
    background-color: hsla(0, 0%, 100%, 0.2);
}

.lightbox-content[b-l1d0qaziba] {
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-content img[b-l1d0qaziba] {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: var(--radius-xl);
}

.lightbox-caption[b-l1d0qaziba] {
    margin-top: 1rem;
    color: white;
    font-size: 0.875rem;
    text-align: center;
}

/* Empty & Loading States */
.loading-container[b-l1d0qaziba] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    color: var(--color-muted-foreground);
}

.empty-state[b-l1d0qaziba] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 1rem;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

.empty-icon[b-l1d0qaziba] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.empty-state h2[b-l1d0qaziba] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: var(--color-foreground);
}

.empty-state p[b-l1d0qaziba] {
    color: var(--color-muted-foreground);
    margin: 0;
}

.back-link[b-l1d0qaziba] {
    margin-top: 1.5rem;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover[b-l1d0qaziba] {
    text-decoration: underline;
}

@keyframes fadeIn-b-l1d0qaziba {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* /Components/Pages/Photos/Photos.razor.rz.scp.css */
.photos-page[b-0lf11456c7] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

/* Page Header */
.page-header[b-0lf11456c7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.header-icon[b-0lf11456c7] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: var(--radius-full);
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-text h1[b-0lf11456c7] {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
    line-height: 1.2;
}

.header-text p[b-0lf11456c7] {
    color: var(--color-muted-foreground);
    margin: 0.25rem 0 0;
}

@media (min-width: 768px) {
    .photos-page[b-0lf11456c7] {
        padding: 3rem 1.5rem 4rem;
    }

    .header-text h1[b-0lf11456c7] {
        font-size: 2.25rem;
    }
}

/* Albums Grid */
.albums-grid[b-0lf11456c7] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .albums-grid[b-0lf11456c7] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .albums-grid[b-0lf11456c7] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Album Card */
.album-card[b-0lf11456c7] {
    display: block;
    text-decoration: none;
    color: inherit;
    animation: fadeIn-b-0lf11456c7 0.3s ease-out;
}

.album-cover[b-0lf11456c7] {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-xl);
    overflow: hidden;
    margin-bottom: 1rem;
    background-color: var(--color-muted);
}

.album-cover img[b-0lf11456c7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.album-card:hover .album-cover img[b-0lf11456c7] {
    transform: scale(1.05);
}

.album-cover[b-0lf11456c7]::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.album-card:hover .album-cover[b-0lf11456c7]::after {
    background-color: hsla(30, 10%, 15%, 0.2);
}

.no-cover[b-0lf11456c7] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-muted);
    color: var(--color-muted-foreground);
}

.album-count[b-0lf11456c7] {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    padding: 0.25rem 0.75rem;
    background-color: hsla(40, 20%, 98%, 0.9);
    backdrop-filter: blur(4px);
    border-radius: var(--radius-full);
    font-size: 0.875rem;
    font-weight: 500;
    z-index: 1;
}

.album-card h2[b-0lf11456c7] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
    transition: color 0.2s ease;
}

.album-card:hover h2[b-0lf11456c7] {
    color: var(--color-primary);
}

.album-date[b-0lf11456c7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    margin-top: 0.25rem;
}

/* Empty & Loading States */
.loading-container[b-0lf11456c7] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    color: var(--color-muted-foreground);
}

.empty-state[b-0lf11456c7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 1rem;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
}

.empty-icon[b-0lf11456c7] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.empty-state h2[b-0lf11456c7] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: var(--color-foreground);
}

.empty-state p[b-0lf11456c7] {
    color: var(--color-muted-foreground);
    margin: 0;
}

@keyframes fadeIn-b-0lf11456c7 {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/StartPage/StartPage.razor.rz.scp.css */
/* Loading & Error states */
.loading-container[b-j6kz2ylcyw],
.error-container[b-j6kz2ylcyw] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    color: var(--color-muted-foreground);
}

/* Hero Section */
.hero[b-j6kz2ylcyw] {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .hero[b-j6kz2ylcyw] {
        min-height: 65vh;
    }
}

.hero-overlay[b-j6kz2ylcyw] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, hsla(30, 15%, 12%, 0.45) 0%, hsla(30, 15%, 8%, 0.75) 100%);
}

.hero-content[b-j6kz2ylcyw] {
    position: relative;
    padding-bottom: 2.5rem;
    padding-top: 5rem;
    max-width: 36rem;
    margin-right: auto;
}

@media (min-width: 768px) {
    .hero-content[b-j6kz2ylcyw] {
        padding-bottom: 3.5rem;
        padding-top: 6rem;
    }
}

.hero-badge[b-j6kz2ylcyw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    background-color: hsla(255, 255%, 255%, 0.15);
    backdrop-filter: blur(8px);
    color: hsla(255, 255%, 255%, 0.9);
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: var(--radius-full);
    margin-bottom: 1rem;
    border: 1px solid hsla(255, 255%, 255%, 0.1);
}

.badge-dot[b-j6kz2ylcyw] {
    width: 0.375rem;
    height: 0.375rem;
    background-color: var(--color-accent);
    border-radius: 50%;
    animation: pulse-b-j6kz2ylcyw 2s infinite;
}

@keyframes pulse-b-j6kz2ylcyw {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.hero-title[b-j6kz2ylcyw] {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 0.75rem;
    text-wrap: balance;
}

@media (min-width: 768px) {
    .hero-title[b-j6kz2ylcyw] {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .hero-title[b-j6kz2ylcyw] {
        font-size: 3rem;
    }
}

.hero-subtitle[b-j6kz2ylcyw] {
    font-size: 0.875rem;
    color: hsla(255, 255%, 255%, 0.85);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    max-width: 28rem;
}

@media (min-width: 768px) {
    .hero-subtitle[b-j6kz2ylcyw] {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

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

.btn-hero-primary[b-j6kz2ylcyw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background-color: white;
    color: var(--color-foreground);
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: var(--shadow-lg);
}

.btn-hero-primary:hover[b-j6kz2ylcyw] {
    background-color: hsla(255, 255%, 255%, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.btn-hero-outline[b-j6kz2ylcyw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border: 1px solid hsla(255, 255%, 255%, 0.3);
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all 0.2s;
    backdrop-filter: blur(8px);
}

.btn-hero-outline:hover[b-j6kz2ylcyw] {
    background-color: hsla(255, 255%, 255%, 0.1);
    border-color: hsla(255, 255%, 255%, 0.5);
    color: white;
}

.hero-curve[b-j6kz2ylcyw] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2rem;
    background-color: var(--color-background);
    border-radius: 100% 100% 0 0;
}

/* News Section */
.news-section[b-j6kz2ylcyw] {
    background-color: var(--color-background);
}

.section-header[b-j6kz2ylcyw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .section-header[b-j6kz2ylcyw] {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

.section-label[b-j6kz2ylcyw] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
}

.section-link[b-j6kz2ylcyw] {
    display: none;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-foreground);
    opacity: 0.7;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.section-link:hover[b-j6kz2ylcyw] {
    opacity: 1;
    color: var(--color-primary);
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .section-link[b-j6kz2ylcyw] {
        display: flex;
    }
}

/* News Layout */
.news-layout[b-j6kz2ylcyw] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .news-layout[b-j6kz2ylcyw] {
        grid-template-columns: repeat(5, 1fr);
    }
}

.featured-column[b-j6kz2ylcyw] {
    /* lg:col-span-2 */
}

@media (min-width: 1024px) {
    .featured-column[b-j6kz2ylcyw] {
        grid-column: span 2 / span 2;
    }
}

.others-column[b-j6kz2ylcyw] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .others-column[b-j6kz2ylcyw] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .others-column[b-j6kz2ylcyw] {
        grid-column: span 3 / span 3;
    }
}

/* Card Warm */
.card-warm[b-j6kz2ylcyw] {
    background-color: var(--color-card);
    border-radius: var(--radius-xl);
    padding: 1.25rem;
    border: 1px solid hsla(35, 15%, 90%, 0.5);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: var(--color-foreground);
}

@media (min-width: 768px) {
    .card-warm[b-j6kz2ylcyw] {
        padding: 1.5rem;
    }
}

.card-warm:hover[b-j6kz2ylcyw] {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-3px);
    border-color: hsla(155, 35%, 38%, 0.2);
}

/* Card Featured */
.card-featured[b-j6kz2ylcyw] {
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    color: var(--color-primary-foreground);
    background: linear-gradient(145deg, hsl(155, 35%, 38%) 0%, hsl(155, 40%, 32%) 100%);
    box-shadow: 0 8px 32px hsla(155, 35%, 30%, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.card-featured:hover[b-j6kz2ylcyw] {
    box-shadow: 0 12px 48px hsla(155, 35%, 30%, 0.3);
    transform: translateY(-3px);
}

.card-featured-glow[b-j6kz2ylcyw] {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    background: hsla(255, 255%, 255%, 0.05); /* white/5 */
    border-radius: 50%;
    filter: blur(40px); /* blur-2xl */
    pointer-events: none;
}

/* Card Content */
.card-content[b-j6kz2ylcyw] {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-top[b-j6kz2ylcyw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.card-title[b-j6kz2ylcyw] {
    font-family: var(--font-serif);
    font-size: 1.125rem; /* text-lg */
    font-weight: 600;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .card-title[b-j6kz2ylcyw] {
        font-size: 1.25rem; /* md:text-xl */
    }
}

.card-featured .card-title[b-j6kz2ylcyw] {
    color: white;
    transition: color 0.2s;
}

.card-featured:hover .card-title[b-j6kz2ylcyw] {
    color: hsla(255, 255%, 255%, 0.9);
}

.card-warm .card-title[b-j6kz2ylcyw] {
    color: var(--color-foreground);
    transition: color 0.2s;
}

.card-warm:hover .card-title[b-j6kz2ylcyw] {
    color: var(--color-primary);
}

.card-excerpt[b-j6kz2ylcyw] {
    font-size: 0.875rem; /* text-sm */
    line-height: 1.6;
    margin: 0 0 1rem;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-featured .card-excerpt[b-j6kz2ylcyw] {
    color: hsla(255, 255%, 255%, 0.75);
}

.card-warm .card-excerpt[b-j6kz2ylcyw] {
    color: var(--color-muted-foreground);
}

.card-footer[b-j6kz2ylcyw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem; /* text-xs */
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid;
}

.card-featured .card-footer[b-j6kz2ylcyw] {
    border-color: hsla(255, 255%, 255%, 0.15);
    color: hsla(255, 255%, 255%, 0.6);
}

.card-warm .card-footer[b-j6kz2ylcyw] {
    border-color: var(--color-border);
    color: var(--color-muted-foreground);
}

/* Badges & Icons */
.badge-critical[b-j6kz2ylcyw] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.125rem 0.625rem;
    background-color: hsla(255, 255%, 255%, 0.2);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    backdrop-filter: blur(4px);
}

.badge-critical-outlined[b-j6kz2ylcyw] {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    background: linear-gradient(135deg, hsla(18, 55%, 58%, 0.15) 0%, hsla(18, 55%, 58%, 0.1) 100%);
    color: var(--color-accent);
}

.arrow-up-right[b-j6kz2ylcyw] {
    opacity: 0;
    transition: all 0.2s;
}

.card-featured .arrow-up-right[b-j6kz2ylcyw] {
    color: hsla(255, 255%, 255%, 0.6);
}

.card-warm .arrow-up-right[b-j6kz2ylcyw] {
    color: var(--color-muted-foreground);
}

.group:hover .arrow-up-right[b-j6kz2ylcyw] {
    opacity: 1;
    transform: translate(2px, -2px);
}
    border-color: var(--color-accent);
    border-width: 2px;[b-j6kz2ylcyw]
}

/* Card header with badge and arrow */
.news-card-header[b-j6kz2ylcyw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 1.5rem 0;
}

.news-card-featured .news-card-header[b-j6kz2ylcyw] {
    padding: 2rem 2rem 0;
}

.news-badge[b-j6kz2ylcyw] {
    padding: 0.25rem 0.75rem;
    background-color: hsla(18, 55%, 58%, 0.15);
    color: var(--color-accent);
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--radius-full);
}

.news-arrow[b-j6kz2ylcyw] {
    opacity: 0;
    color: var(--color-muted-foreground);
    transition: all 0.2s;
    transform: translate(0, 0);
}

.news-card:hover .news-arrow[b-j6kz2ylcyw] {
    opacity: 1;
    transform: translate(2px, -2px);
}

.news-card-content[b-j6kz2ylcyw] {
    padding: 1rem 1.5rem;
    flex: 1;
}

.news-card-featured .news-card-content[b-j6kz2ylcyw] {
    padding: 1rem 2rem;
}

.news-title[b-j6kz2ylcyw] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    line-height: 1.3;
    transition: color 0.2s;
}

.news-card:not(.news-card-featured):hover .news-title[b-j6kz2ylcyw] {
    color: var(--color-primary);
}

.news-title-sm[b-j6kz2ylcyw] {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    line-height: 1.3;
    transition: color 0.2s;
}

.news-card:not(.news-card-featured):hover .news-title-sm[b-j6kz2ylcyw] {
    color: var(--color-primary);
}

.news-excerpt[b-j6kz2ylcyw] {
    color: var(--color-muted-foreground);
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-excerpt-sm[b-j6kz2ylcyw] {
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* News footer with date */
.news-footer[b-j6kz2ylcyw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    margin-top: auto;
    border-top: 1px solid var(--color-border);
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.news-card-featured .news-footer[b-j6kz2ylcyw] {
    padding: 1rem 2rem;
}

.mobile-cta[b-j6kz2ylcyw] {
    display: flex;
    width: 100%;
    margin-top: 2rem;
}

@media (min-width: 640px) {
    .mobile-cta[b-j6kz2ylcyw] {
        display: none;
    }
}

/* Quick Links Section */
.quick-links-section[b-j6kz2ylcyw] {
    background-color: hsla(35, 15%, 95%, 0.5);
}

.section-header-center[b-j6kz2ylcyw] {
    text-align: center;
    margin-bottom: 3rem;
}

.quick-links-grid[b-j6kz2ylcyw] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .quick-links-grid[b-j6kz2ylcyw] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .quick-links-grid[b-j6kz2ylcyw] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

.quick-link-card[b-j6kz2ylcyw] {
    display: block;
    background-color: var(--color-card);
    border: 1px solid hsla(35, 15%, 90%, 0.5);
    border-radius: var(--radius-2xl);
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.quick-link-card:hover[b-j6kz2ylcyw] {
    border-color: var(--color-border);
    box-shadow: var(--shadow-lg);
}

.quick-link-card:hover .quick-link-title[b-j6kz2ylcyw] {
    color: var(--color-primary);
}

.quick-link-card:hover .quick-link-action[b-j6kz2ylcyw] {
    opacity: 1;
    transform: translateY(0);
}

.quick-link-icon[b-j6kz2ylcyw] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: var(--radius-2xl);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    transition: all 0.3s;
}

.quick-link-icon-primary[b-j6kz2ylcyw] {
    background-color: hsla(155, 35%, 38%, 0.1);
    color: var(--color-primary);
}

.quick-link-card:hover .quick-link-icon-primary[b-j6kz2ylcyw] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
}

.quick-link-icon-accent[b-j6kz2ylcyw] {
    background-color: hsla(18, 55%, 58%, 0.1);
    color: var(--color-accent);
}

.quick-link-card:hover .quick-link-icon-accent[b-j6kz2ylcyw] {
    background-color: var(--color-accent);
    color: var(--color-accent-foreground);
}

.quick-link-icon-success[b-j6kz2ylcyw] {
    background-color: hsla(155, 45%, 42%, 0.1);
    color: var(--color-success);
}

.quick-link-card:hover .quick-link-icon-success[b-j6kz2ylcyw] {
    background-color: var(--color-success);
    color: var(--color-success-foreground);
}

.quick-link-icon-secondary[b-j6kz2ylcyw] {
    background-color: var(--color-secondary);
    color: var(--color-secondary-foreground);
}

.quick-link-card:hover .quick-link-icon-secondary[b-j6kz2ylcyw] {
    background-color: var(--color-foreground);
    color: var(--color-background);
}

.quick-link-title[b-j6kz2ylcyw] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    transition: color 0.2s;
}

.quick-link-desc[b-j6kz2ylcyw] {
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
    margin: 0 0 1rem;
    line-height: 1.5;
}

.quick-link-action[b-j6kz2ylcyw] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-primary);
    opacity: 0;
    transform: translateY(0.5rem);
    transition: all 0.2s;
}
/* /Components/Pages/User/Login.razor.rz.scp.css */
.login-section[b-583eyjdwru] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: var(--color-background);
}

.login-card[b-583eyjdwru] {
    width: 100%;
    max-width: 420px;
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-2xl);
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
}

.login-header[b-583eyjdwru] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h1[b-583eyjdwru] {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 0.5rem;
}

.login-subtitle[b-583eyjdwru] {
    color: var(--color-muted-foreground);
    margin: 0;
}

.form-group[b-583eyjdwru] {
    margin-bottom: 1.25rem;
}

.form-group label[b-583eyjdwru] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-foreground);
    margin-bottom: 0.5rem;
}

[b-583eyjdwru] .form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: var(--color-foreground);
    background: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-583eyjdwru] .form-input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

[b-583eyjdwru] .form-input::placeholder {
    color: var(--color-muted-foreground);
}

.form-options[b-583eyjdwru] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.checkbox-label[b-583eyjdwru] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    cursor: pointer;
}

.checkbox-label input[type="checkbox"][b-583eyjdwru] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--color-primary);
}

.forgot-link[b-583eyjdwru] {
    font-size: 0.875rem;
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.2s;
}

.forgot-link:hover[b-583eyjdwru] {
    color: var(--color-primary-dark);
    text-decoration: underline;
}

.btn-login[b-583eyjdwru] {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-primary-foreground);
    background: var(--color-primary);
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-login:hover:not(:disabled)[b-583eyjdwru] {
    background: var(--color-primary-dark);
}

.btn-login:active:not(:disabled)[b-583eyjdwru] {
    transform: scale(0.98);
}

.btn-login:disabled[b-583eyjdwru] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner[b-583eyjdwru] {
    width: 1rem;
    height: 1rem;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: spin-b-583eyjdwru 0.6s linear infinite;
}

@keyframes spin-b-583eyjdwru {
    to {
        transform: rotate(360deg);
    }
}

.error-message[b-583eyjdwru] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: hsla(0, 70%, 50%, 0.1);
    border: 1px solid hsla(0, 70%, 50%, 0.2);
    border-radius: var(--radius-lg);
    color: hsl(0, 70%, 40%);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.error-message svg[b-583eyjdwru] {
    flex-shrink: 0;
}

.login-footer[b-583eyjdwru] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-border);
}

.login-footer p[b-583eyjdwru] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
}

.login-footer a[b-583eyjdwru] {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.login-footer a:hover[b-583eyjdwru] {
    text-decoration: underline;
}

/* Validation styling */
[b-583eyjdwru] .validation-message {
    color: hsl(0, 70%, 45%);
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.form-input.invalid[b-583eyjdwru] {
    border-color: hsl(0, 70%, 50%);
}
/* /Components/Pages/User/Logout.razor.rz.scp.css */
.logout-section[b-cqnlzqaysc] {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout-message[b-cqnlzqaysc] {
    text-align: center;
}

.logout-message p[b-cqnlzqaysc] {
    color: var(--color-muted-foreground);
    margin-top: 1rem;
}

.spinner-large[b-cqnlzqaysc] {
    width: 3rem;
    height: 3rem;
    border: 3px solid var(--color-border);
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: spin-b-cqnlzqaysc 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-cqnlzqaysc {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Shared/Admin/AdminCard.razor.rz.scp.css */
.admin-card[b-g3hn93e6lo] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.card-header[b-g3hn93e6lo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--color-border);
}

.header-icon[b-g3hn93e6lo] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-icon svg[b-g3hn93e6lo] {
    width: 1.25rem;
    height: 1.25rem;
}

/* Icon color variants */
.header-icon.icon-primary[b-g3hn93e6lo] {
    background-color: hsla(155, 35%, 38%, 0.1);
    color: var(--color-primary);
}

.header-icon.icon-sky[b-g3hn93e6lo] {
    background-color: hsl(200, 80%, 95%);
    color: hsl(200, 80%, 45%);
}

.header-icon.icon-emerald[b-g3hn93e6lo] {
    background-color: hsl(155, 60%, 94%);
    color: hsl(155, 60%, 40%);
}

.header-icon.icon-amber[b-g3hn93e6lo] {
    background-color: hsl(35, 90%, 94%);
    color: hsl(35, 90%, 45%);
}

.header-icon.icon-rose[b-g3hn93e6lo] {
    background-color: hsl(350, 70%, 95%);
    color: hsl(350, 70%, 55%);
}

.header-icon.icon-violet[b-g3hn93e6lo] {
    background-color: hsl(270, 60%, 95%);
    color: hsl(270, 60%, 55%);
}

.header-icon.icon-slate[b-g3hn93e6lo] {
    background-color: hsl(215, 16%, 93%);
    color: hsl(215, 16%, 47%);
}

.header-text h3[b-g3hn93e6lo] {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-foreground);
    margin: 0;
    line-height: 1.3;
}

.header-text p[b-g3hn93e6lo] {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    margin: 0.125rem 0 0;
}

.card-content[b-g3hn93e6lo] {
    /* No default padding - use with-padding class when needed */
}

.card-content.with-padding[b-g3hn93e6lo] {
    padding: 1.25rem 1.5rem;
}

.card-footer[b-g3hn93e6lo] {
    display: flex;
    gap: 0.5rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--color-border);
}
/* /Components/Shared/Admin/AdminFormRow.razor.rz.scp.css */
.admin-form-row[b-4slq39jhn9] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-border);
}

.admin-form-row:last-child[b-4slq39jhn9] {
    border-bottom: none;
}

@media (min-width: 768px) {
    .admin-form-row[b-4slq39jhn9] {
        grid-template-columns: 11.25rem 1fr;
        gap: 1rem;
    }
}

.admin-form-row.no-label .form-input[b-4slq39jhn9] {
    grid-column: 1 / -1;
}

@media (min-width: 768px) {
    .admin-form-row.no-label .form-input[b-4slq39jhn9] {
        grid-column-start: 2;
    }
}

.form-label[b-4slq39jhn9] {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .form-label[b-4slq39jhn9] {
        text-align: right;
        justify-content: flex-end;
        padding-top: 0.5rem;
    }
}

.form-label .required[b-4slq39jhn9] {
    color: var(--color-destructive);
}

.form-label .help-text[b-4slq39jhn9] {
    font-size: 0.75rem;
}

.form-input[b-4slq39jhn9] {
    min-width: 0;
}

/* Input styling */
.form-input input[type="text"][b-4slq39jhn9],
.form-input input[type="email"][b-4slq39jhn9],
.form-input input[type="tel"][b-4slq39jhn9],
.form-input input[type="password"][b-4slq39jhn9],
.form-input input[type="date"][b-4slq39jhn9],
.form-input input[type="time"][b-4slq39jhn9],
.form-input input[type="datetime-local"][b-4slq39jhn9],
.form-input textarea[b-4slq39jhn9],
.form-input select[b-4slq39jhn9] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-family: var(--font-sans);
    color: var(--color-foreground);
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input input:focus[b-4slq39jhn9],
.form-input textarea:focus[b-4slq39jhn9],
.form-input select:focus[b-4slq39jhn9] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px hsla(155, 35%, 38%, 0.1);
}

.form-input input[b-4slq39jhn9]::placeholder,
.form-input textarea[b-4slq39jhn9]::placeholder {
    color: var(--color-muted-foreground);
    opacity: 0.6;
}

.form-input textarea[b-4slq39jhn9] {
    resize: vertical;
    min-height: 6rem;
}

.form-input input[type="file"][b-4slq39jhn9] {
    padding: 0.375rem 0.5rem;
}
/* /Components/Shared/Admin/AdminPageHeader.razor.rz.scp.css */
.admin-page-header[b-bv6isr5bc8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .admin-page-header[b-bv6isr5bc8] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.header-content[b-bv6isr5bc8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-icon[b-bv6isr5bc8] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
}

.header-icon.icon-primary[b-bv6isr5bc8] {
    background-color: var(--color-primary);
}

.header-icon.icon-sky[b-bv6isr5bc8] {
    background-color: hsl(200, 80%, 45%);
}

.header-icon.icon-emerald[b-bv6isr5bc8] {
    background-color: hsl(155, 60%, 40%);
}

.header-icon.icon-amber[b-bv6isr5bc8] {
    background-color: hsl(35, 90%, 50%);
}

.header-icon.icon-rose[b-bv6isr5bc8] {
    background-color: hsl(350, 70%, 55%);
}

.header-icon.icon-violet[b-bv6isr5bc8] {
    background-color: hsl(270, 60%, 55%);
}

.header-icon.icon-purple[b-bv6isr5bc8] {
    background-color: hsl(280, 65%, 50%);
}

.header-icon.icon-slate[b-bv6isr5bc8] {
    background-color: hsl(215, 16%, 47%);
}

.header-text[b-bv6isr5bc8] {
    min-width: 0;
}

.title-row[b-bv6isr5bc8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.title-row h1[b-bv6isr5bc8] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0;
    line-height: 1.2;
}

.subtitle[b-bv6isr5bc8] {
    color: var(--color-muted-foreground);
    font-size: 0.875rem;
    margin: 0.125rem 0 0;
}

.help-button[b-bv6isr5bc8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: var(--radius-full);
    color: var(--color-muted-foreground);
    cursor: pointer;
    transition: all 0.2s;
}

.help-button:hover[b-bv6isr5bc8] {
    background-color: var(--color-muted);
    color: var(--color-foreground);
}

.help-popover[b-bv6isr5bc8] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    width: 18rem;
    margin-top: 0.5rem;
    padding: 0.875rem;
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    font-size: 0.875rem;
}

.back-link[b-bv6isr5bc8] {
    color: var(--color-primary);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.header-right[b-bv6isr5bc8] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .header-right[b-bv6isr5bc8] {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
}

.header-actions[b-bv6isr5bc8] {
    display: flex;
    gap: 0.5rem;
}

.back-link:hover[b-bv6isr5bc8] {
    text-decoration: underline;
}
/* /Components/Shared/Admin/AdminTable.razor.rz.scp.css */
.admin-table[b-hwhboyuxn1] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.04);
}

.table-toolbar[b-hwhboyuxn1] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--color-border);
    background-color: hsla(35, 15%, 95%, 0.3);
}

.table-wrapper[b-hwhboyuxn1] {
    overflow-x: auto;
}

.admin-table table[b-hwhboyuxn1] {
    width: 100%;
    border-collapse: collapse;
}

.admin-table thead[b-hwhboyuxn1] {
    background-color: hsla(35, 15%, 95%, 0.3);
}

.admin-table th[b-hwhboyuxn1] {
    padding: 0.875rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-foreground);
    text-align: left;
    white-space: nowrap;
}

.admin-table th:last-child[b-hwhboyuxn1] {
    text-align: right;
}

.admin-table td[b-hwhboyuxn1] {
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    color: var(--color-foreground);
    border-top: 1px solid var(--color-border);
    vertical-align: middle;
}

.admin-table tbody tr:first-child td[b-hwhboyuxn1] {
    border-top: none;
}

.admin-table tbody tr[b-hwhboyuxn1] {
    transition: background-color 0.15s;
}

.admin-table tbody tr:hover[b-hwhboyuxn1] {
    background-color: hsla(35, 15%, 95%, 0.3);
}

/* Group class for action button hover effects */
.admin-table tbody tr.group:hover .list-action-buttons[b-hwhboyuxn1] {
    opacity: 1;
}

.table-empty[b-hwhboyuxn1] {
    padding: 3rem 1.5rem;
    text-align: center;
}

.table-empty svg[b-hwhboyuxn1] {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.75rem;
    color: var(--color-muted-foreground);
    opacity: 0.5;
}

.table-empty p[b-hwhboyuxn1] {
    color: var(--color-muted-foreground);
    margin: 0;
}

.table-footer[b-hwhboyuxn1] {
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--color-border);
    text-align: center;
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
}
/* /Components/Shared/Admin/AdminTabs.razor.rz.scp.css */
.admin-tabs[b-wqbkx7rts0] {
    width: 100%;
}

.tabs-header[b-wqbkx7rts0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .tabs-header[b-wqbkx7rts0] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.tabs-list[b-wqbkx7rts0] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem;
    background-color: hsla(35, 15%, 95%, 0.5);
    border-radius: var(--radius-full);
}

.tab-trigger[b-wqbkx7rts0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-muted-foreground);
    background: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.tab-trigger:hover:not(.active)[b-wqbkx7rts0] {
    color: var(--color-foreground);
    background-color: hsla(35, 15%, 95%, 0.7);
}

.tab-trigger.active[b-wqbkx7rts0] {
    color: white;
    background-color: hsl(155, 60%, 40%);
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1);
}

.tabs-actions[b-wqbkx7rts0] {
    display: flex;
    gap: 0.5rem;
}

.tabs-content[b-wqbkx7rts0] {
    width: 100%;
}
/* /Components/Shared/Admin/CtaButton.razor.rz.scp.css */
.cta-button[b-nkhug3egvd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 1.25rem;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.cta-button:disabled[b-nkhug3egvd] {
    opacity: 0.5;
    pointer-events: none;
}

.btn-icon[b-nkhug3egvd] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon svg[b-nkhug3egvd] {
    width: 1rem;
    height: 1rem;
}

/* Sizes */
.btn-sm[b-nkhug3egvd] {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
}

.btn-lg[b-nkhug3egvd] {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
}

/* Variants */
.btn-primary[b-nkhug3egvd] {
    background-color: var(--color-cta, var(--color-primary));
    color: var(--color-cta-foreground, var(--color-primary-foreground));
}

.btn-primary:hover[b-nkhug3egvd] {
    opacity: 0.9;
    filter: brightness(1.05);
}

.btn-secondary[b-nkhug3egvd] {
    background-color: var(--color-secondary);
    color: var(--color-secondary-foreground);
}

.btn-secondary:hover[b-nkhug3egvd] {
    background-color: var(--color-border);
}

.btn-outline[b-nkhug3egvd] {
    background-color: transparent;
    color: var(--color-foreground);
    border: 1px solid var(--color-border);
}

.btn-outline:hover[b-nkhug3egvd] {
    background-color: var(--color-muted);
}

.btn-ghost[b-nkhug3egvd] {
    background-color: transparent;
    color: var(--color-foreground);
}

.btn-ghost:hover[b-nkhug3egvd] {
    background-color: var(--color-muted);
}

.btn-destructive[b-nkhug3egvd] {
    background-color: var(--color-destructive);
    color: var(--color-destructive-foreground);
}

.btn-destructive:hover[b-nkhug3egvd] {
    opacity: 0.9;
}

.btn-link[b-nkhug3egvd] {
    background: transparent;
    color: var(--color-muted-foreground);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.btn-link:hover[b-nkhug3egvd] {
    color: var(--color-foreground);
    text-decoration: underline;
}
/* /Components/Shared/Admin/DeleteConfirmDialog.razor.rz.scp.css */
.modal-overlay[b-hcej6pjkio] {
    position: fixed;
    inset: 0;
    z-index: 100;
    background-color: hsla(0, 0%, 0%, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn-b-hcej6pjkio 0.15s ease-out;
}

.modal[b-hcej6pjkio] {
    background-color: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    max-width: 24rem;
    width: 100%;
    animation: slideUp-b-hcej6pjkio 0.2s ease-out;
}

.modal h3[b-hcej6pjkio] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-foreground);
    margin: 0 0 0.5rem;
}

.modal p[b-hcej6pjkio] {
    color: var(--color-muted-foreground);
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.modal-actions[b-hcej6pjkio] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.modal-btn[b-hcej6pjkio] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all 0.2s;
}

.modal-btn.btn-secondary[b-hcej6pjkio] {
    background-color: var(--color-muted);
    color: var(--color-foreground);
}

.modal-btn.btn-secondary:hover[b-hcej6pjkio] {
    background-color: var(--color-border);
}

.modal-btn.btn-danger[b-hcej6pjkio] {
    background-color: var(--color-destructive);
    color: white;
}

.modal-btn.btn-danger:hover[b-hcej6pjkio] {
    opacity: 0.9;
}

@keyframes fadeIn-b-hcej6pjkio {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-hcej6pjkio {
    from { 
        opacity: 0; 
        transform: translateY(10px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}
/* /Components/Shared/Admin/ListActionButtons.razor.rz.scp.css */
.list-action-buttons[b-m6p63xm9cu] {
    display: flex;
    justify-content: flex-end;
    gap: 0.25rem;
    opacity: 0.7;
    transition: opacity 0.2s;
}

/* Show full opacity on row hover - parent must have .group class */
:global(.group:hover) .list-action-buttons[b-m6p63xm9cu] {
    opacity: 1;
}

.action-btn[b-m6p63xm9cu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

/* View button */
.action-view[b-m6p63xm9cu] {
    color: var(--color-muted-foreground);
}

.action-view:hover[b-m6p63xm9cu] {
    color: var(--color-foreground);
    background-color: var(--color-muted);
}

/* Edit button */
.action-edit[b-m6p63xm9cu] {
    color: hsl(35, 90%, 45%);
}

.action-edit:hover[b-m6p63xm9cu] {
    color: hsl(35, 90%, 35%);
    background-color: hsl(35, 90%, 95%);
}

/* Delete button */
.action-delete[b-m6p63xm9cu] {
    color: var(--color-destructive);
}

.action-delete:hover[b-m6p63xm9cu] {
    color: var(--color-destructive);
    background-color: hsla(0, 65%, 50%, 0.1);
}
/* /Components/Shared/Admin/SaveButton.razor.rz.scp.css */
.cta-button[b-u5fcl480sp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 1.25rem;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.cta-button:disabled[b-u5fcl480sp] {
    opacity: 0.5;
    pointer-events: none;
}

.btn-primary[b-u5fcl480sp] {
    background-color: var(--color-cta, var(--color-primary));
    color: var(--color-cta-foreground, var(--color-primary-foreground));
}

.btn-primary:hover:not(:disabled)[b-u5fcl480sp] {
    opacity: 0.9;
}

.saving[b-u5fcl480sp] {
    opacity: 0.7;
}

.spinner[b-u5fcl480sp] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin-b-u5fcl480sp 0.6s linear infinite;
}

@keyframes spin-b-u5fcl480sp {
    to { transform: rotate(360deg); }
}

.error-message[b-u5fcl480sp] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: hsla(0, 70%, 50%, 0.1);
    border-radius: var(--radius-lg);
    color: hsl(0, 70%, 40%);
    font-size: 0.875rem;
}

.success-message[b-u5fcl480sp] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: hsla(155, 70%, 40%, 0.1);
    border-radius: var(--radius-lg);
    color: hsl(155, 50%, 30%);
    font-size: 0.875rem;
}
/* /Components/Shared/Badge.razor.rz.scp.css */
.badge[b-hmtls241kc] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    border-radius: var(--radius-full);
    white-space: nowrap;
}

.badge-default[b-hmtls241kc] {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
}

.badge-secondary[b-hmtls241kc] {
    background-color: var(--color-muted);
    color: var(--color-muted-foreground);
}

.badge-success[b-hmtls241kc] {
    background-color: hsl(155, 60%, 94%);
    color: hsl(155, 60%, 30%);
    border: 1px solid hsl(155, 50%, 85%);
}

.badge-warning[b-hmtls241kc] {
    background-color: hsl(35, 90%, 94%);
    color: hsl(35, 70%, 30%);
    border: 1px solid hsl(35, 80%, 85%);
}

.badge-destructive[b-hmtls241kc] {
    background-color: hsla(0, 65%, 50%, 0.1);
    color: var(--color-destructive);
}

.badge-critical[b-hmtls241kc] {
    background-color: var(--color-destructive);
    color: white;
}
