/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-9pvrresn05] {
    min-height: 100vh;
    padding: 1rem clamp(0.9rem, 2vw, 2rem) 5.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.app-shell.run-mode[b-9pvrresn05] {
    max-width: 100%;
    padding: 0;
}

.topbar[b-9pvrresn05] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.topbar h1[b-9pvrresn05] {
    font-size: clamp(1.3rem, 2vw, 1.85rem);
    margin: 0;
}

.brand-title[b-9pvrresn05] {
    user-select: none;
    -webkit-user-select: none;
}

.eyebrow[b-9pvrresn05] {
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin: 0 0 0.2rem;
    color: var(--text-muted);
    font-size: 0.7rem;
}

.content-shell[b-9pvrresn05] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.run-dock[b-9pvrresn05] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: min(500px, calc(100vw - 2rem));
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(130deg, rgba(57, 187, 157, 0.2), rgba(201, 154, 40, 0.2));
    border: 1px solid var(--line-color-strong);
    border-radius: 18px;
    padding: 0.85rem 1rem;
    color: var(--text-main);
    text-align: left;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.run-dock h2[b-9pvrresn05] {
    margin: 0;
    font-size: 1.03rem;
}

.run-dock p[b-9pvrresn05] {
    margin: 0.15rem 0 0;
    color: var(--text-muted);
}

.run-label[b-9pvrresn05] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.68rem;
}

@media (min-width: 760px) {
    .topbar[b-9pvrresn05] {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-xku3qn7nsc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.nav-item[b-xku3qn7nsc] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--text-muted);
    text-decoration: none;
    border: 1px solid var(--line-color);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    transition: background-color 140ms ease, color 140ms ease, border-color 140ms ease;
}

.nav-item.active[b-xku3qn7nsc] {
    background: var(--accent-gradient);
    color: #0f1218;
    border-color: transparent;
    font-weight: 700;
}

.nav-item:hover[b-xku3qn7nsc] {
    color: var(--text-main);
    border-color: var(--line-color-strong);
}
