@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.shell[b-3qo53dfxs2] {
    min-height: 100vh;
    background: radial-gradient(circle at top right, #0f4360 0%, #07213e 45%, #061730 100%);
    color: #ecf7ff;
}

.shell-header[b-3qo53dfxs2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(128, 190, 238, 0.25);
    background: rgba(6, 27, 51, 0.85);
    backdrop-filter: blur(5px);
}

.shell-title[b-3qo53dfxs2] {
    display: flex;
    flex-direction: column;
}

.shell-title span[b-3qo53dfxs2] {
    opacity: 0.8;
    font-size: 0.85rem;
}

.shell-body[b-3qo53dfxs2] {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 1rem;
    padding: 1rem;
}

.shell-nav[b-3qo53dfxs2] {
    background: rgba(12, 40, 73, 0.72);
    border: 1px solid rgba(112, 181, 226, 0.4);
    border-radius: 14px;
    padding: 0.9rem;
    height: fit-content;
}

.shell-content[b-3qo53dfxs2] {
    background: rgba(10, 34, 62, 0.72);
    border: 1px solid rgba(112, 181, 226, 0.35);
    border-radius: 14px;
    padding: 1rem;
    min-height: calc(100vh - 120px);
}

@media (max-width: 960px) {
    .shell-body[b-3qo53dfxs2] {
        grid-template-columns: 1fr;
        padding: 0.7rem;
    }

    .shell-content[b-3qo53dfxs2] {
        min-height: auto;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-root[b-n92q8es7yf] {
    display: flex;
    min-width: 0;
}

.nav-links[b-n92q8es7yf] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

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

/* Desktop DashboardWindow „Rail“ — transparentní řádky, hover jako ModernSecondaryButtonStyle */
.nav-root--sidebar .nav-item a[b-n92q8es7yf] {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--text-main);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.nav-root--sidebar .nav-item a:hover[b-n92q8es7yf] {
    background: rgba(14, 26, 52, 0.88);
    border-color: var(--accent-primary);
    color: var(--text-main);
}

.nav-root--sidebar .nav-item a.active[b-n92q8es7yf] {
    background: rgba(14, 26, 52, 0.92);
    border-color: var(--accent-primary);
    color: var(--text-main);
}

.nav-icon[b-n92q8es7yf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.45rem;
    height: 1.45rem;
    color: currentColor;
}

.nav-icon svg[b-n92q8es7yf] {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
    display: block;
}

.nav-label[b-n92q8es7yf] {
    min-width: 0;
    font-weight: 500;
}

.nav-root--sidebar[b-n92q8es7yf] {
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.nav-root--sidebar .nav-links[b-n92q8es7yf] {
    flex: 1 1 auto;
}

.pedikura-theme-light .nav-root--sidebar .nav-item a:hover[b-n92q8es7yf],
.pedikura-theme-light .nav-root--sidebar .nav-item a.active[b-n92q8es7yf] {
    background: rgba(241, 245, 249, 0.98);
}

/* Horní lišta (veřejné stránky) */
.nav-root--inline[b-n92q8es7yf] {
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.nav-root--inline .nav-links[b-n92q8es7yf] {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    gap: 0.35rem;
}

.nav-root--inline .nav-item a[b-n92q8es7yf] {
    padding: 0.45rem 0.85rem;
    border-radius: var(--radius, 12px);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-main, #e8f4fc);
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid transparent;
}

.nav-root--inline .nav-item a:hover[b-n92q8es7yf] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(120, 180, 220, 0.22);
}

.nav-root--inline .nav-item a.active[b-n92q8es7yf] {
    background: rgba(31, 181, 168, 0.22);
    border-color: rgba(31, 181, 168, 0.55);
    color: #fff;
}

@media (max-width: 840px) {
    .nav-root--sidebar .nav-links[b-n92q8es7yf] {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .nav-root--sidebar .nav-item[b-n92q8es7yf] {
        flex: 1 1 auto;
        min-width: 0;
    }

    .nav-root--sidebar .nav-item a[b-n92q8es7yf] {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .nav-root--inline[b-n92q8es7yf] {
        width: 100%;
        order: 3;
    }

    .nav-root--inline .nav-item a[b-n92q8es7yf] {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
    }
}
