/* _content/DflWeb/Components/Layout/HeaderNavPanel.razor.rz.scp.css */
.dfl-nav[b-kqg6bj63vu] {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    flex-wrap: wrap;
    min-width: 0;
}

.dfl-nav a[b-kqg6bj63vu] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 0.35rem 0.65rem;
    border-radius: 4px;
    white-space: nowrap;
}

.dfl-nav a.active[b-kqg6bj63vu],
.dfl-nav a:hover[b-kqg6bj63vu] {
    background: rgba(255, 255, 255, 0.15);
}

.dfl-user[b-kqg6bj63vu] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.dfl-user a[b-kqg6bj63vu] {
    color: #fff;
    text-decoration: none;
}

.dfl-user a:hover[b-kqg6bj63vu],
.dfl-profile-link:hover[b-kqg6bj63vu] {
    text-decoration: underline;
}

.dfl-profile-link[b-kqg6bj63vu] {
    font-size: 0.82rem;
    opacity: 0.9;
}

.dfl-user[b-kqg6bj63vu]  .dfl-logout-form {
    display: inline;
    margin: 0;
}

.dfl-user[b-kqg6bj63vu]  .dfl-logout-btn {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.dfl-user[b-kqg6bj63vu]  .dfl-logout-btn:hover {
    opacity: 0.85;
}

@media (max-width: 899px) {
    .dfl-nav[b-kqg6bj63vu] {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.15rem;
    }

    .dfl-nav a[b-kqg6bj63vu] {
        display: block;
        padding: 0.7rem 0.75rem;
        white-space: normal;
    }

    .dfl-user[b-kqg6bj63vu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
        margin-top: 0.55rem;
        padding-top: 0.65rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
    }
}

@media (max-width: 480px) {
    .dfl-profile-link[b-kqg6bj63vu] {
        display: none;
    }
}
/* _content/DflWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.dfl-shell[b-yzbhfnnxqn] {
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    background: #f4f6f8;
    color: #1f2933;
}

.dfl-header[b-yzbhfnnxqn] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #0f3d6b, #1a5490);
    color: #fff;
    box-shadow: 0 2px 8px rgba(15, 61, 107, 0.25);
    position: sticky;
    top: 0;
    z-index: 1100;
}

.dfl-brand[b-yzbhfnnxqn] {
    flex-shrink: 0;
    min-width: 0;
}

.dfl-brand-link[b-yzbhfnnxqn] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: #fff;
    text-decoration: none;
}

.dfl-logo[b-yzbhfnnxqn] {
    height: 3rem;
    width: auto;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
    background: #fff;
    border-radius: 6px;
    padding: 0.15rem 0.25rem;
}

.dfl-brand-text[b-yzbhfnnxqn] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 0;
}

.dfl-brand-name[b-yzbhfnnxqn] {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.dfl-subtitle[b-yzbhfnnxqn] {
    font-size: 0.75rem;
    opacity: 0.85;
}

.dfl-header-menu[b-yzbhfnnxqn] {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.dfl-header-menu--desktop[b-yzbhfnnxqn] {
    display: flex;
}

.dfl-header-menu--mobile[b-yzbhfnnxqn] {
    display: none;
}

.dfl-header-menu__toggle[b-yzbhfnnxqn] {
    display: none;
    list-style: none;
    cursor: pointer;
    margin: 0;
    margin-left: auto;
    padding: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.6rem;
    height: 2.6rem;
    box-sizing: border-box;
}

.dfl-header-menu__toggle[b-yzbhfnnxqn]::-webkit-details-marker {
    display: none;
}

.dfl-header-menu__bar[b-yzbhfnnxqn] {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #fff;
}

.dfl-header-menu__panel[b-yzbhfnnxqn] {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.dfl-login-link[b-yzbhfnnxqn] {
    color: #fff;
    text-decoration: none;
}

.dfl-login-link--header[b-yzbhfnnxqn] {
    margin-left: auto;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 600;
}

.dfl-login-link--header:hover[b-yzbhfnnxqn] {
    text-decoration: underline;
}

.dfl-main[b-yzbhfnnxqn] {
    max-width: 95%;
    width: 95%;
    margin: 0 auto;
    padding: 0.85rem 0 1.25rem;
    box-sizing: border-box;
}

@media (max-width: 899px) {
    .dfl-header-menu--desktop[b-yzbhfnnxqn] {
        display: none;
    }

    .dfl-header-menu--mobile[b-yzbhfnnxqn] {
        display: block;
    }
    .dfl-header[b-yzbhfnnxqn] {
        padding: 0.65rem 1rem;
        gap: 0.75rem;
    }

    .dfl-subtitle[b-yzbhfnnxqn] {
        display: none;
    }

    .dfl-logo[b-yzbhfnnxqn] {
        height: 2.5rem;
    }

    .dfl-brand-name[b-yzbhfnnxqn] {
        font-size: 1.25rem;
    }

    .dfl-header-menu--mobile[b-yzbhfnnxqn] {
        flex: 0 0 auto;
        position: relative;
        margin-left: auto;
    }

    .dfl-header-menu__toggle[b-yzbhfnnxqn] {
        display: inline-flex;
    }

    .dfl-header-menu__panel[b-yzbhfnnxqn] {
        display: none;
        position: absolute;
        top: calc(100% + 0.55rem);
        right: 0;
        left: auto;
        width: min(18rem, calc(100vw - 2rem));
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.65rem;
        border-radius: 10px;
        background: linear-gradient(180deg, #1a5490, #0f3d6b);
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: 0 12px 28px rgba(15, 61, 107, 0.35);
    }

    .dfl-header-menu--mobile[open] .dfl-header-menu__panel[b-yzbhfnnxqn] {
        display: flex;
    }
}
