/* /Components/ThemeSwitch.razor.rz.scp.css */
.theme-switch-host[b-uxkd6f7lum] {
    position: fixed;
    top: 0.875rem;
    right: 1.5rem;
    z-index: 1100;
}

.theme-switch[b-uxkd6f7lum] {
    position: relative;
    width: 4.5rem;
    height: 2.75rem;
    display: block;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0;
    background: var(--surface-strong);
    color: var(--muted);
    box-shadow: 0 0.25rem 0.8rem rgba(18, 48, 74, 0.16);
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.theme-switch:hover:not(:disabled)[b-uxkd6f7lum] {
    border-color: var(--teal);
    box-shadow: 0 0.35rem 1rem rgba(15, 118, 110, 0.2);
}

.theme-switch:active:not(:disabled)[b-uxkd6f7lum] {
    transform: scale(0.95);
}

.theme-switch:focus-visible[b-uxkd6f7lum] {
    outline: 3px solid color-mix(in srgb, var(--teal) 36%, transparent);
    outline-offset: 3px;
}

.theme-switch:disabled[b-uxkd6f7lum] {
    cursor: default;
}

.theme-switch-icon[b-uxkd6f7lum] {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translateY(-50%);
    pointer-events: none;
}

.sun-icon[b-uxkd6f7lum] {
    left: 0.68rem;
    color: #a35d00;
}

.moon-icon[b-uxkd6f7lum] {
    right: 0.68rem;
    color: #53657a;
}

.theme-switch-thumb[b-uxkd6f7lum] {
    position: absolute;
    top: 0.3rem;
    left: 0.32rem;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0.14rem 0.45rem rgba(18, 48, 74, 0.28);
    transition: transform 180ms ease;
}

.theme-switch.is-dark[b-uxkd6f7lum] {
    border-color: #405a77;
    background: #17324d;
}

.theme-switch.is-dark .theme-switch-thumb[b-uxkd6f7lum] {
    transform: translateX(1.82rem);
}

.theme-switch.is-dark .moon-icon[b-uxkd6f7lum] {
    color: #dbeafe;
}

@media (max-width: 680px) {
    .theme-switch-host[b-uxkd6f7lum] {
        top: 0.875rem;
        right: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .theme-switch[b-uxkd6f7lum],
    .theme-switch-thumb[b-uxkd6f7lum] {
        transition: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-frame[b-26anlw4xxu] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.workspace-frame[b-26anlw4xxu] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 16rem minmax(0, 1fr);
}

.workspace-content[b-26anlw4xxu] {
    min-width: 0;
    padding: 2.5rem clamp(1.25rem, 4vw, 4rem) 0;
    display: flex;
    flex-direction: column;
}

.content-frame[b-26anlw4xxu] {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 4rem 0 5rem;
}

@media (max-width: 680px) {
    .workspace-frame[b-26anlw4xxu] {
        grid-template-columns: minmax(0, 1fr);
    }

    .workspace-content[b-26anlw4xxu] {
        padding-top: 1.5rem;
    }

    .content-frame[b-26anlw4xxu] {
        padding-top: 2.5rem;
    }
}

.site-footer[b-26anlw4xxu] {
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    text-align: center;
    padding: 1rem 0;
    margin-top: auto;
    color: var(--muted);
    font-size: 0.9rem;
    border-top: 1px solid var(--glass-border);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.site-header[b-nsyph9nz6p] {
    border-bottom: 1px solid var(--glass-border);
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.site-nav[b-nsyph9nz6p] {
    width: min(1120px, calc(100% - 2rem));
    min-height: 4.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-right: 5rem;
}

.brand[b-nsyph9nz6p] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.brand-icon[b-nsyph9nz6p] {
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
}

.brand-text[b-nsyph9nz6p] {
    font-size: 1.35rem;
    font-weight: 850;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.nav-links[b-nsyph9nz6p] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-links[b-nsyph9nz6p]  a {
    padding: 0.55rem 0.8rem;
    border-radius: 0.45rem;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none;
    position: relative;
}

.nav-links[b-nsyph9nz6p]  a::after {
    content: '';
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--navy);
    transition: width 0.3s ease, left 0.3s ease;
    border-radius: 2px;
}

.nav-links[b-nsyph9nz6p]  a:hover::after,
.nav-links[b-nsyph9nz6p]  a.active::after {
    width: 60%;
    left: 20%;
}

.nav-links[b-nsyph9nz6p]  a:hover,
.nav-links[b-nsyph9nz6p]  a.active {
    color: var(--navy);
}

.workspace-sidebar[b-nsyph9nz6p] {
    position: sticky;
    top: 0;
    height: 100vh;
    border-right: 1px solid var(--glass-border);
    padding: 1.5rem 1rem;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.sidebar-brand[b-nsyph9nz6p] {
    padding: 0.55rem;
}

.sidebar-brand span:last-child[b-nsyph9nz6p] {
    display: grid;
}

.sidebar-brand strong[b-nsyph9nz6p] {
    line-height: 1.1;
}

.sidebar-brand small[b-nsyph9nz6p] {
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 550;
}

.sidebar-links[b-nsyph9nz6p] {
    margin-top: 2rem;
    display: grid;
    gap: 0.3rem;
}

.sidebar-links[b-nsyph9nz6p]  a {
    padding: 0.72rem 0.8rem;
    border-radius: 0.5rem;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none;
}

.sidebar-links[b-nsyph9nz6p]  a:hover,
.sidebar-links[b-nsyph9nz6p]  a.active {
    background: var(--teal-soft);
    color: var(--teal);
}

@media (max-width: 680px) {
    .site-nav[b-nsyph9nz6p] {
        padding-right: 4.75rem;
    }

    .workspace-sidebar[b-nsyph9nz6p] {
        position: static;
        height: auto;
        padding: 0.75rem 1rem;
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .sidebar-brand small[b-nsyph9nz6p] {
        display: none;
    }

    .sidebar-links[b-nsyph9nz6p] {
        margin-top: 0.75rem;
        display: flex;
        gap: 0.25rem;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        mask-image: linear-gradient(to right, black 85%, transparent 100%);
        -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
    }

    .sidebar-links[b-nsyph9nz6p]  a {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}
