/* /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: 0.28rem;
    width: 100%;
}

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

/* Odkazy ve sidebaru styluje modern-pedikura.css (.nav-item a). */

.nav-icon[b-n92q8es7yf] {
    flex-shrink: 0;
    width: 1.35rem;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1;
}

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

.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;
}

/* 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;
    }
}
