/* /Layout/MainLayout.razor.rz.scp.css */
.topbar[b-57rfh191dz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    display: flex;
    align-items: center;
    background: rgba(15, 14, 23, 0.7);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    z-index: 100;
}

.navbar[b-57rfh191dz] {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand[b-57rfh191dz] {
    font-weight: 800;
    text-decoration: none;
    font-size: 1.2rem;
    background: linear-gradient(135deg, #1d4ed8, #06b6d4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nav-links[b-57rfh191dz] {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links a[b-57rfh191dz] {
    color: #cfcfe6;
    text-decoration: none;
    font-size: .95rem;
    font-weight: 500;
    transition: color .15s ease;
}

.nav-links a:hover[b-57rfh191dz] {
    color: #fff;
}

main[b-57rfh191dz] {
    padding-top: 64px;
}
