/* _content/FactioX/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-78q8eisy4a] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-navbar[b-78q8eisy4a] {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 50%, #388e3c 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

main[b-78q8eisy4a] {
    flex: 1;
    background-color: #f1f8f4;
}

.content[b-78q8eisy4a] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.app-footer[b-78q8eisy4a] {
    background: linear-gradient(135deg, #c8e6c9 0%, #a5d6a7 50%, #81c784 100%);
    color: #1b5e20;
    padding: 1.5rem 0 0.75rem 0;
    margin-top: auto;
    box-shadow: 0 -4px 20px rgba(27, 94, 32, 0.15);
    border-top: 3px solid #66bb6a;
}

.footer-section[b-78q8eisy4a] {
    padding: 0 1rem;
}

.footer-logo-container[b-78q8eisy4a] {
    display: flex;
    align-items: center;
}

.footer-logo[b-78q8eisy4a] {
    height: 28px;
    width: auto;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.footer-brand[b-78q8eisy4a] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #1b5e20;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.footer-heading[b-78q8eisy4a] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1b5e20;
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid #66bb6a;
    display: inline-block;
}

.footer-tagline[b-78q8eisy4a] {
    font-size: 0.85rem;
    color: #2e7d32;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.footer-description[b-78q8eisy4a] {
    font-size: 0.8rem;
    color: #388e3c;
    line-height: 1.4;
    margin-bottom: 0.25rem;
}

.footer-links-list[b-78q8eisy4a] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li[b-78q8eisy4a] {
    margin-bottom: 0.4rem;
}

.footer-link[b-78q8eisy4a] {
    color: #1b5e20;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.footer-link:hover[b-78q8eisy4a] {
    color: #1b5e20;
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(27, 94, 32, 0.2);
}

.footer-copyright[b-78q8eisy4a] {
    color: #2e7d32;
    font-size: 0.8rem;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    border-left: 4px solid #66bb6a;
}

.footer-divider[b-78q8eisy4a] {
    border: 0;
    border-top: 2px solid rgba(27, 94, 32, 0.2);
    margin: 1rem 0 0.5rem 0;
}

.footer-final-text[b-78q8eisy4a] {
    font-size: 0.75rem;
    color: #2e7d32;
    font-weight: 500;
    padding: 0.25rem;
}

.text-muted[b-78q8eisy4a] {
    color: #558b57 !important;
}

#blazor-error-ui[b-78q8eisy4a] {
    background: #ffebee;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-78q8eisy4a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FactioX/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-container[b-7uu0il774h] {
    padding: 0;
    background: #1a3a1a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.navbar-content[b-7uu0il774h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 2rem;
    max-width: 100%;
}

.navbar-brand[b-7uu0il774h] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
}

.logo[b-7uu0il774h] {
    height: 35px;
    margin-right: 8px;
}

.brand-text[b-7uu0il774h] {
    color: white;
    font-weight: 700;
}

.navbar-toggler[b-7uu0il774h] {
    display: none;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    border-radius: 4px;
    color: white;
}

.navbar-toggler-icon[b-7uu0il774h] {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: 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.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-size: 100%;
}

.navbar-collapse[b-7uu0il774h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 0.5rem;
}

.navbar-nav[b-7uu0il774h] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.15rem;
    flex-direction: row;
}

.nav-item[b-7uu0il774h] {
    margin: 0;
}

.user-section[b-7uu0il774h] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
    padding-left: 1.5rem;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.user-name[b-7uu0il774h] {
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.user-name .bi[b-7uu0il774h] {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.btn-logout[b-7uu0il774h] {
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    background-color: #d32f2f !important;
    color: white !important;
    border: none !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    cursor: pointer;
    white-space: nowrap;
}

.btn-logout:hover[b-7uu0il774h] {
    background-color: #c62828 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.5) !important;
}

.btn-logout .bi[b-7uu0il774h] {
    width: 1rem !important;
    height: 1rem !important;
    margin-right: 0 !important;
}

[b-7uu0il774h] .nav-link {
    display: flex !important;
    align-items: center !important;
    padding: 0.55rem 0.85rem !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    position: relative !important;
    overflow: hidden !important;
}

[b-7uu0il774h] .nav-link::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(76, 175, 80, 0.3), transparent) !important;
    transition: left 0.5s ease !important;
}

[b-7uu0il774h] .nav-link:hover {
    background-color: rgba(76, 175, 80, 0.25) !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3) !important;
}

[b-7uu0il774h] .nav-link:hover::before {
    left: 100% !important;
}

[b-7uu0il774h] .nav-link.active {
    background-color: #2e7d32 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.5) !important;
}

[b-7uu0il774h] .nav-link.active:hover {
    background-color: #388e3c !important;
    transform: translateY(-3px) !important;
}

[b-7uu0il774h] .bi {
    display: inline-block !important;
    width: 0.95rem !important;
    height: 0.95rem !important;
    margin-right: 0.45rem !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transition: transform 0.3s ease !important;
    flex-shrink: 0 !important;
}

[b-7uu0il774h] .nav-link:hover .bi {
    transform: scale(1.15) rotate(5deg) !important;
}

.bi-house-door-fill[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2366bb6a' 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-people-fill[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2381c784' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-box-seam-fill[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234caf50' class='bi bi-box-seam-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15.528 2.973a.75.75 0 0 1 .472.696v8.662a.75.75 0 0 1-.472.696l-7.25 2.9a.75.75 0 0 1-.557 0l-7.25-2.9A.75.75 0 0 1 0 12.331V3.669a.75.75 0 0 1 .471-.696L7.443.184l.01-.003.268-.108a.75.75 0 0 1 .558 0l.269.108.01.003 6.97 2.789ZM10.404 2 4.25 4.461 1.846 3.5 1 3.839v.4l6.5 2.6v7.922l.5.2.5-.2V6.84l6.5-2.6v-.4l-.846-.339L8 5.961 5.596 5l6.154-2.461L10.404 2Z'/%3E%3C/svg%3E");
}

.bi-file-earmark-text-fill[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239ccc65' class='bi bi-file-earmark-text-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1h-4z'/%3E%3C/svg%3E");
}

.bi-receipt[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aed581' class='bi bi-receipt' viewBox='0 0 16 16'%3E%3Cpath d='M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51z'/%3E%3Cpath d='M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-person-circle[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.bi-cash-stack[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2381c784' class='bi bi-cash-stack' viewBox='0 0 16 16'%3E%3Cpath d='M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1H1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3Cpath d='M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V5zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2H3z'/%3E%3C/svg%3E");
}

.bi-person-fill[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3C/svg%3E");
}

.bi-truck[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-truck' viewBox='0 0 16 16'%3E%3Cpath d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/%3E%3C/svg%3E");
}

.bi-receipt-cutoff[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-receipt-cutoff' viewBox='0 0 16 16'%3E%3Cpath d='M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zM11.5 4a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z'/%3E%3Cpath d='M2.354.646a.5.5 0 0 0-.801.13l-.5 1A.5.5 0 0 0 1 2v13H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H15V2a.5.5 0 0 0-.053-.224l-.5-1a.5.5 0 0 0-.8-.13L13 1.293l-.646-.647a.5.5 0 0 0-.708 0L11 1.293l-.646-.647a.5.5 0 0 0-.708 0L9 1.293 8.354.646a.5.5 0 0 0-.708 0L7 1.293 6.354.646a.5.5 0 0 0-.708 0L5 1.293 4.354.646a.5.5 0 0 0-.708 0L3 1.293 2.354.646zm-.217 1.198.51.51a.5.5 0 0 0 .707 0L4 1.707l.646.647a.5.5 0 0 0 .708 0L6 1.707l.646.647a.5.5 0 0 0 .708 0L8 1.707l.646.647a.5.5 0 0 0 .708 0L10 1.707l.646.647a.5.5 0 0 0 .708 0L12 1.707l.646.647a.5.5 0 0 0 .708 0l.509-.51.137.274V15H2V2.118l.137-.274z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right[b-7uu0il774h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

/* === ESTILOS PARA MENÚS DESPLEGABLES === */
/* Los estilos de dropdown están en app.css global */


@media (max-width: 992px) {
    .navbar-content[b-7uu0il774h] {
        padding: 0.5rem 1rem;
    }

    .navbar-toggler[b-7uu0il774h] {
        display: block;
    }

    .navbar-collapse.collapse[b-7uu0il774h] {
        display: none;
    }

    .navbar-collapse[b-7uu0il774h] {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a3a1a;
        padding: 1rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.2);
        z-index: 1000;
    }

    .navbar-nav[b-7uu0il774h] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .nav-link[b-7uu0il774h] {
        width: 100%;
        padding: 0.75rem 1rem;
    }
}

@media (max-width: 768px) {
    .logo[b-7uu0il774h] {
        height: 40px;
    }

    .brand-text[b-7uu0il774h] {
        font-size: 1.1rem;
    }
}
