@import '_content/SprintTracker.Components/SprintTracker.Components.lg8mvfzesk.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-3f1vmplapn] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--app-bg);
}

/* Command Bar: a dark slate header in both themes, deepening slightly in dark mode. */
.app-header[b-3f1vmplapn] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: var(--app-header-height);
    padding: 0 1.25rem;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--nav-border);
    position: sticky;
    top: 0;
    z-index: 30;
}

.brand[b-3f1vmplapn] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}

.brand-mark[b-3f1vmplapn] {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    flex: none;
    background: var(--brand);
    color: #fff;
    display: grid;
    place-items: center;
}

.brand-mark svg[b-3f1vmplapn] {
    width: 17px;
    height: 17px;
    display: block;
}

.brand-name[b-3f1vmplapn] {
    font-weight: 700;
    font-size: 1.06rem;
    letter-spacing: -0.02em;
    color: var(--nav-fg);
    white-space: nowrap;
}

.app-nav[b-3f1vmplapn] {
    display: flex;
    gap: 0.35rem;
}

.app-nav[b-3f1vmplapn]  .nav-link {
    position: relative;
    color: var(--nav-muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.45rem 0.7rem;
    border-radius: 8px;
}

.app-nav[b-3f1vmplapn]  .nav-link:hover {
    color: var(--nav-fg);
}

.app-nav[b-3f1vmplapn]  .nav-link.active {
    color: var(--nav-active-fg);
    background: var(--nav-active-bg);
}

.app-nav[b-3f1vmplapn]  .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0.7rem;
    right: 0.7rem;
    bottom: -1px;
    height: 2px;
    border-radius: 2px;
    background: var(--nav-underline);
}

.header-right[b-3f1vmplapn] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-main[b-3f1vmplapn] {
    flex: 1;
    padding: 1.25rem 1.5rem;
}
/* /Shared/HelpButton.razor.rz.scp.css */
.help-button[b-71rcr9zgsi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: var(--nav-fg);
    cursor: pointer;
    text-decoration: none;
}

.help-button:hover[b-71rcr9zgsi] {
    background: rgba(255, 255, 255, 0.12);
}

.help-button:focus-visible[b-71rcr9zgsi] {
    outline: 2px solid var(--nav-underline);
    outline-offset: 2px;
}

.help-button svg[b-71rcr9zgsi] {
    width: 18px;
    height: 18px;
    display: block;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
.login-box[b-9l6pxl1jm4] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.login-user[b-9l6pxl1jm4] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    text-align: right;
}

.login-name[b-9l6pxl1jm4] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--nav-fg);
    white-space: nowrap;
}

.login-role[b-9l6pxl1jm4] {
    font-size: 0.68rem;
    color: var(--nav-muted);
}

.login-avatar[b-9l6pxl1jm4] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: none;
    background: var(--avatar-bg);
    color: var(--avatar-fg);
    display: grid;
    place-items: center;
    font-size: 0.76rem;
    font-weight: 600;
}

.login-link[b-9l6pxl1jm4] {
    color: var(--nav-fg);
    text-decoration: none;
    font-size: 0.85rem;
}

.login-link:hover[b-9l6pxl1jm4] {
    text-decoration: underline;
}
/* /Shared/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-wqyr1xsehu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: var(--nav-fg);
    cursor: pointer;
}

.theme-toggle:hover[b-wqyr1xsehu] {
    background: rgba(255, 255, 255, 0.12);
}

.theme-toggle:focus-visible[b-wqyr1xsehu] {
    outline: 2px solid var(--nav-underline);
    outline-offset: 2px;
}

.theme-toggle svg[b-wqyr1xsehu] {
    width: 18px;
    height: 18px;
    display: block;
}
