/* _content/ZdsTeam.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sui0avk70l] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(180deg, #f6f7f8 0%, #ffffff 42%, #f2f4f6 100%);
}

main[b-sui0avk70l] {
    flex: 1;
}

.sidebar[b-sui0avk70l] {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f8fa 56%, #edf0f3 100%);
    color: #102033;
    border-right: 1px solid rgba(16, 32, 51, 0.08);
    box-shadow: 12px 0 30px rgba(16, 32, 51, 0.08);
}

.top-row[b-sui0avk70l] {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 1.2rem 1.5rem;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(16, 32, 51, 0.08);
    box-shadow: 0 12px 28px rgba(16, 32, 51, 0.06);
}

.top-row-content[b-sui0avk70l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.top-row-actions[b-sui0avk70l] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.eyebrow[b-sui0avk70l] {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #334155;
    font-weight: 700;
}

.tagline[b-sui0avk70l] {
    margin: 0.3rem 0 0;
    max-width: 52rem;
    color: #526276;
    font-size: 0.95rem;
}

.contact-cta[b-sui0avk70l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.75rem 1.2rem;
    border-radius: 8px;
    background: #102033;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 12px 26px rgba(16, 32, 51, 0.16);
    transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-cta:hover[b-sui0avk70l] {
    background: #334155;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(16, 32, 51, 0.18);
}

.contact-cta-secondary[b-sui0avk70l] {
    background: #f4f6f8;
    color: #102033;
    box-shadow: none;
    border: 1px solid rgba(16, 32, 51, 0.12);
}

.contact-cta-secondary:hover[b-sui0avk70l] {
    background: #ffffff;
    color: #102033;
    border-color: rgba(16, 32, 51, 0.2);
}

.content[b-sui0avk70l] {
    padding: 1.5rem;
}

@media (max-width: 640.98px) {
    .top-row[b-sui0avk70l] {
        padding: 1rem 1rem 0.9rem;
    }

    .top-row-content[b-sui0avk70l] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.85rem;
    }

    .top-row-actions[b-sui0avk70l] {
        width: 100%;
        gap: 0.65rem;
    }

    .contact-cta[b-sui0avk70l] {
        width: 100%;
        min-height: 2.95rem;
    }

    .eyebrow[b-sui0avk70l] {
        letter-spacing: 0.08rem;
    }

    .tagline[b-sui0avk70l] {
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .content[b-sui0avk70l] {
        padding: 1rem 1rem 1.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-sui0avk70l] {
        flex-direction: row;
    }

    .sidebar[b-sui0avk70l] {
        width: 300px;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .content[b-sui0avk70l] {
        padding: 2rem 2.5rem 3rem;
    }
}

#blazor-error-ui[b-sui0avk70l] {
    background: #102033;
    color: #ffffff;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-sui0avk70l] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ZdsTeam.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-byui0cmaeg] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #102033;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(16, 32, 51, 0.16);
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2816, 32, 51, 0.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.4rem rgba(255, 255, 255, 0.72);
}

.navbar-toggler:checked[b-byui0cmaeg] {
    background-color: rgba(16, 32, 51, 0.08);
}

.top-row[b-byui0cmaeg] {
    padding: 1.5rem 1.5rem 1rem;
}

.brand-shell[b-byui0cmaeg] {
    max-width: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    text-align: center;
    margin-inline: auto;
}

.brand-link[b-byui0cmaeg] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.brand-logo[b-byui0cmaeg] {
    width: 7rem;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.navbar-brand[b-byui0cmaeg] {
    color: #102033;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 0.35rem;
}

.brand-link:hover .navbar-brand[b-byui0cmaeg],
.brand-link:focus .navbar-brand[b-byui0cmaeg] {
    color: #102033;
}

.brand-copy[b-byui0cmaeg] {
    margin: 0;
    color: #526276;
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
}

.nav-scrollable[b-byui0cmaeg] {
    display: none;
    padding: 0 1rem 1.5rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-byui0cmaeg] {
    display: block;
}

.nav-item[b-byui0cmaeg] {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.nav-item:first-of-type[b-byui0cmaeg] {
    padding-top: 1rem;
}

.nav-item[b-byui0cmaeg]  .nav-link {
    color: #334155;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 32, 51, 0.08);
    border-radius: 8px;
    min-height: 3.4rem;
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 0.85rem 1rem;
    width: 100%;
    transition: border-color 0.18s ease, transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.nav-item .nav-link-external[b-byui0cmaeg] {
    color: #334155;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 32, 51, 0.08);
    border-radius: 8px;
    min-height: 3.4rem;
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 0.85rem 1rem;
    width: 100%;
    text-decoration: none;
    transition: border-color 0.18s ease, transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.nav-item[b-byui0cmaeg]  a.active {
    background: #ffffff;
    border-color: rgba(16, 32, 51, 0.2);
    color: #102033;
    box-shadow: 0 12px 24px rgba(16, 32, 51, 0.1);
}

.nav-item[b-byui0cmaeg]  .nav-link:hover {
    background-color: #ffffff;
    border-color: rgba(16, 32, 51, 0.18);
    color: #102033;
    transform: translateX(2px);
}

.nav-item .nav-link-external:hover[b-byui0cmaeg] {
    background-color: #ffffff;
    border-color: rgba(16, 32, 51, 0.18);
    color: #102033;
    transform: translateX(2px);
}

.nav-item[b-byui0cmaeg]  .nav-link-admin {
    background: rgba(248, 250, 252, 0.9);
    border-color: rgba(16, 32, 51, 0.12);
}

.nav-item[b-byui0cmaeg]  .nav-link-admin:hover {
    background: #ffffff;
    border-color: rgba(16, 32, 51, 0.2);
}

.nav-index[b-byui0cmaeg] {
    font-size: 0.78rem;
    color: #64748b;
    letter-spacing: 0.08rem;
    font-weight: 700;
}

.sidebar-footer[b-byui0cmaeg] {
    margin: 1.5rem 0 0;
    padding: 1rem;
    border-top: 1px solid rgba(16, 32, 51, 0.1);
}

.whatsapp-link[b-byui0cmaeg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 3rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(16, 32, 51, 0.1);
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(16, 32, 51, 0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.whatsapp-link:hover[b-byui0cmaeg] {
    color: #102033;
    border-color: rgba(16, 32, 51, 0.2);
    transform: translateX(2px);
    box-shadow: 0 14px 28px rgba(16, 32, 51, 0.12);
}

.whatsapp-icon[b-byui0cmaeg] {
    width: 1.35rem;
    height: 1.35rem;
    fill: currentColor;
    flex: 0 0 auto;
}

.footer-label[b-byui0cmaeg] {
    margin: 0 0 0.5rem;
    color: #102033;
    font-size: 0.8rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.footer-copy[b-byui0cmaeg] {
    margin: 0.25rem 0;
    color: #526276;
    font-size: 0.92rem;
}

.footer-link[b-byui0cmaeg] {
    display: inline-flex;
    margin-top: 0.75rem;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.footer-link:hover[b-byui0cmaeg] {
    color: #102033;
    text-decoration: underline;
}

@media (max-width: 640.98px) {
    .top-row[b-byui0cmaeg] {
        padding: 1rem 1rem 0.75rem;
    }

    .brand-shell[b-byui0cmaeg] {
        max-width: none;
        padding-right: 4.25rem;
        gap: 0.65rem;
    }

    .brand-logo[b-byui0cmaeg] {
        width: 5.25rem;
    }

    .navbar-brand[b-byui0cmaeg] {
        font-size: 1.35rem;
    }

    .brand-copy[b-byui0cmaeg] {
        font-size: 0.9rem;
        max-width: 16rem;
    }

    .nav-scrollable[b-byui0cmaeg] {
        padding: 0 0.85rem 1rem;
    }

    .nav-item[b-byui0cmaeg] {
        margin-bottom: 0.5rem;
    }

    .nav-item[b-byui0cmaeg]  .nav-link,
    .nav-item .nav-link-external[b-byui0cmaeg] {
        min-height: 3.15rem;
        padding: 0.8rem 0.95rem;
        border-radius: 8px;
    }

    .sidebar-footer[b-byui0cmaeg] {
        margin-top: 1.25rem;
        padding: 0.9rem 0.2rem 0;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-byui0cmaeg] {
        display: none;
    }

    .nav-scrollable[b-byui0cmaeg] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: calc(100vh - 8rem);
    }
}
