/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Copyright (c) 2025-2026 Zunicor LLC. All rights reserved. */

.page-wrapper[b-fle4he2i51] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--background, hsl(30, 25%, 97%)) !important;
}

/* Override MudBlazor dark backgrounds */
[b-fle4he2i51] .mud-layout,
[b-fle4he2i51] .mud-layout-content,
[b-fle4he2i51] .mud-main-content {
    background-color: var(--background, hsl(30, 25%, 97%)) !important;
}

/* Glass Morphism Appbar - new warm neutral theme */
[b-fle4he2i51] .unearthed-appbar,
[b-fle4he2i51] .unearthed-appbar.mud-appbar,
.unearthed-appbar[b-fle4he2i51] {
    background-color: rgba(247, 245, 242, 0.80) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: none !important;
}

.appbar-logo-link[b-fle4he2i51] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
    text-decoration: none !important;
    color: var(--foreground, #1e293b) !important;
}
.appbar-logo-text[b-fle4he2i51] {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--accent, #2a9d8f);
}
.appbar-logo-img[b-fle4he2i51] {
    height: 30px;
    width: auto;
    display: block;
}
.appbar-logo-icon[b-fle4he2i51] {
    height: 30px;
    width: 30px;
    display: block;
}
.drawer-logo-img[b-fle4he2i51] {
    height: 34px;
    width: auto;
    max-width: 180px;
    display: block;
}
.appbar-logo-tagline[b-fle4he2i51] {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--muted-foreground, #64748b);
    letter-spacing: 0.02em;
}

.appbar-menu-button[b-fle4he2i51],
.appbar-action-button[b-fle4he2i51] {
    color: var(--foreground, #1e293b) !important;
}

.appbar-menu-button:hover[b-fle4he2i51],
.appbar-action-button:hover[b-fle4he2i51] {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

/* Glass Morphism Drawer - new warm neutral theme */
[b-fle4he2i51] .unearthed-drawer,
[b-fle4he2i51] .unearthed-drawer.mud-drawer,
.unearthed-drawer[b-fle4he2i51] {
    background-color: rgba(247, 245, 242, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.04) !important;
}

[b-fle4he2i51] .unearthed-drawer .mud-drawer-content {
    background-color: transparent !important;
}

.drawer-logo-container[b-fle4he2i51] {
    padding: 16px;
    text-align: center;
}

.drawer-logo-link[b-fle4he2i51] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: var(--foreground, #1e293b) !important;
}
.drawer-logo-text[b-fle4he2i51] {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--accent, #2a9d8f);
}
.drawer-logo-tagline[b-fle4he2i51] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--muted-foreground, #64748b);
    letter-spacing: 0.02em;
    margin-top: 2px;
}

.drawer-language-selector[b-fle4he2i51] {
    padding: 16px;
    border-top: 1px solid var(--border, hsl(30, 12%, 88%));
    margin-top: auto;
}

.language-selector-button[b-fle4he2i51] {
    min-width: auto;
    padding: 4px 8px;
}

@media (max-width: 768px) {
    .appbar-logo-text[b-fle4he2i51] {
        font-size: 1.25rem;
    }
    .appbar-logo-tagline[b-fle4he2i51] {
        font-size: 0.625rem;
    }
}

.page[b-fle4he2i51] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fle4he2i51] {
    flex: 1;
}

.sidebar[b-fle4he2i51] {
    background: var(--primary, #1e293b);
}

.top-row[b-fle4he2i51] {
    background-color: var(--background, #f7f5f2);
    border-bottom: 1px solid var(--border, #e0dcd6);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fle4he2i51]  a, .top-row[b-fle4he2i51]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fle4he2i51]  a:hover, .top-row[b-fle4he2i51]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fle4he2i51]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fle4he2i51] {
        justify-content: space-between;
    }

    .top-row[b-fle4he2i51]  a, .top-row[b-fle4he2i51]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fle4he2i51] {
        flex-direction: row;
    }

    .sidebar[b-fle4he2i51] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fle4he2i51] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fle4he2i51]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fle4he2i51], article[b-fle4he2i51] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fle4he2i51] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fle4he2i51] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Site Footer - new theme: light card bg with border-top */
.site-footer[b-fle4he2i51] {
    background: var(--card, #fdfcfb);
    color: var(--foreground, #1e293b);
    padding: 64px 24px 0;
    margin-top: auto;
    border-top: 1px solid var(--border, #e0dcd6);
}

.footer-content[b-fle4he2i51] {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.footer-section[b-fle4he2i51] {
    display: flex;
    flex-direction: column;
}

.footer-company[b-fle4he2i51] {
    min-width: 0;
    padding-top: 0;
    margin-top: 0;
}

.footer-description[b-fle4he2i51] {
    font-size: 0.875rem;
    line-height: 1.7;
    margin: 16px 0 0 0;
    padding: 0;
    color: var(--muted-foreground, #64748b);
    max-width: 320px;
}

.footer-copyright[b-fle4he2i51] {
    margin: 48px auto 0;
    padding: 32px 0;
    border-top: 1px solid var(--border, #e0dcd6);
    font-size: 0.75rem;
    color: var(--muted-foreground, #64748b);
    text-align: center;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

@media (min-width: 641px) {
    .footer-copyright[b-fle4he2i51] {
        flex-direction: row;
    }
}

.footer-copyright p[b-fle4he2i51] {
    margin: 0;
}

.footer-copyright a[b-fle4he2i51] {
    color: var(--muted-foreground, #64748b);
    text-decoration: none;
    font-size: 0.75rem;
    transition: color 0.2s ease;
}

.footer-copyright a:hover[b-fle4he2i51] {
    color: var(--foreground, #1e293b);
}

.footer-heading[b-fle4he2i51] {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 16px;
    color: var(--foreground, #1e293b);
    text-transform: none;
}

.footer-newsletter[b-fle4he2i51] {
    min-width: 0;
}

/* Footer form inputs - light theme styling */
.footer-input[b-fle4he2i51]  .mud-input-control {
    background-color: transparent !important;
}

.footer-input[b-fle4he2i51]  .mud-input-root {
    background-color: var(--background, #f7f5f2) !important;
}

.footer-input[b-fle4he2i51]  .mud-input-outlined-border {
    border-color: var(--border, #e0dcd6) !important;
}

.footer-input[b-fle4he2i51]  .mud-input-slot {
    background-color: transparent !important;
    padding: 12px 16px !important;
}

.footer-input[b-fle4he2i51]  .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: var(--accent, #2a9d8f) !important;
}

.footer-input[b-fle4he2i51]  .mud-input-outlined.mud-focused .mud-input-outlined-border {
    border-color: var(--accent, #2a9d8f) !important;
}

/* Remove label and legend gap entirely as we switched to placeholders */
.footer-input[b-fle4he2i51]  .mud-input-label {
    display: none !important;
}

.footer-input[b-fle4he2i51]  .mud-input-outlined-legend {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
}

.footer-input[b-fle4he2i51]  .mud-input-outlined-border {
    border-color: var(--border, #e0dcd6) !important;
    legend {
        display: none !important;
    }
}

/* Input text and placeholder color */
.footer-input[b-fle4he2i51]  .mud-input-slot input,
.footer-input[b-fle4he2i51]  .mud-input > input {
    color: var(--foreground, #1e293b) !important;
    background-color: transparent !important;
}

.footer-input[b-fle4he2i51]  .mud-input-slot input::placeholder {
    color: var(--muted-foreground, #64748b) !important;
    opacity: 1;
}

.footer-link-list[b-fle4he2i51] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-list li[b-fle4he2i51] {
    margin-bottom: 12px;
}

.footer-link-list a[b-fle4he2i51] {
    color: var(--muted-foreground, #64748b);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
    display: inline-block;
}

.footer-link-list a:hover[b-fle4he2i51] {
    color: var(--foreground, #1e293b);
}

.footer-contact .contact-item[b-fle4he2i51] {
    margin-bottom: 20px;
}

.footer-contact .contact-item strong[b-fle4he2i51] {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: var(--foreground, #1e293b);
    text-transform: none;
}

.footer-contact .contact-item p[b-fle4he2i51] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--muted-foreground, #64748b);
}

.footer-contact .contact-item a[b-fle4he2i51] {
    color: var(--muted-foreground, #64748b);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact .contact-item a:hover[b-fle4he2i51] {
    color: var(--foreground, #1e293b);
}

@media (max-width: 1200px) {
    .footer-content[b-fle4he2i51] {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 40px;
    }

    .footer-contact[b-fle4he2i51] {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 968px) {
    .footer-content[b-fle4he2i51] {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-company[b-fle4he2i51] {
        grid-column: 1 / -1;
    }

    .footer-contact[b-fle4he2i51] {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .site-footer[b-fle4he2i51] {
        padding: 40px 20px 0;
    }

    .footer-content[b-fle4he2i51] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-company[b-fle4he2i51],
    .footer-newsletter[b-fle4he2i51],
    .footer-links[b-fle4he2i51],
    .footer-contact[b-fle4he2i51] {
        grid-column: 1;
    }

    .footer-description[b-fle4he2i51] {
        font-size: 0.85rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Copyright (c) 2025-2026 Zunicor LLC. All rights reserved. */

.navbar-toggler[b-jcbbdnxikf] {
    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-jcbbdnxikf] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-jcbbdnxikf] {
    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-jcbbdnxikf] {
    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-jcbbdnxikf] {
    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-jcbbdnxikf] {
    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-jcbbdnxikf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-jcbbdnxikf]  .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-jcbbdnxikf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
