/* /Layout/AppLayout.razor.rz.scp.css */
/* ── Shell ───────────────────────────────────────────── */
.app-shell[b-0vlv847o0o] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

/* ── AppBar ──────────────────────────────────────────── */
.app-bar[b-0vlv847o0o] {
    flex-shrink: 0;
}

.app-logo[b-0vlv847o0o] {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    letter-spacing: .02em;
    margin-left: .25rem;
}

.app-username[b-0vlv847o0o] {
    color: rgba(255, 255, 255, .88);
    font-size: .88rem;
    margin-right: .5rem;
}

/* ── Body / Drawer container ─────────────────────────── */
.app-body[b-0vlv847o0o] {
    flex: 1;
    overflow: hidden;
    display: flex;
}

.app-body[b-0vlv847o0o]  .k-drawer-container {
    flex: 1;
    overflow: hidden;
}

.app-body[b-0vlv847o0o]  .k-drawer-content {
    overflow-y: auto;
}

/* ── Main content ────────────────────────────────────── */
.main-content[b-0vlv847o0o] {
    padding: 1.25rem 1.5rem;
    min-height: 100%;
    box-sizing: border-box;
}


/* ── Custom template nav items ──────────────────────── */
[b-0vlv847o0o] .k-drawer-item {
    gap: .5rem;
}

/* ── Inline badge on nav items ───────────────────────── */
.nav-badge[b-0vlv847o0o] {
    margin-left: auto;
}
