@import '_content/servercydenet.core/servercydenet.core.14b6vabhq1.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-9fwpl94ty2] {
    position: relative;
    min-height: 100vh;
    overflow: clip;
    padding: 1.25rem;
}

.site-header[b-9fwpl94ty2],
.page-main[b-9fwpl94ty2],
.site-footer[b-9fwpl94ty2] {
    position: relative;
    z-index: 1;
}

.site-header[b-9fwpl94ty2] {
    margin: 0 auto;
    max-width: 1320px;
}

.site-header-bar[b-9fwpl94ty2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
}

.brand-mark[b-9fwpl94ty2] {
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    color: inherit;
    text-decoration: none;
}

.brand-rune[b-9fwpl94ty2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, rgba(122, 231, 255, 0.35), rgba(255, 143, 112, 0.24));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 40px rgba(9, 14, 24, 0.35);
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: 0.18em;
}

.brand-copy[b-9fwpl94ty2] {
    display: grid;
}

.brand-copy strong[b-9fwpl94ty2] {
    font-family: var(--font-display);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.brand-copy small[b-9fwpl94ty2] {
    color: var(--text-muted);
    font-size: 0.8rem;
}

.header-actions[b-9fwpl94ty2] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.header-actions[b-9fwpl94ty2]  a {
    text-decoration: none;
}

.page-main[b-9fwpl94ty2] {
    margin: 0 auto;
    max-width: 1320px;
    padding-top: 1.5rem;
}

.site-footer[b-9fwpl94ty2] {
    margin: 2rem auto 0;
    max-width: 1320px;
}

.footer-panel[b-9fwpl94ty2] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.1rem 1.25rem;
}

.footer-panel p[b-9fwpl94ty2] {
    margin: 0;
    color: var(--text-muted);
}

.ambient-layer[b-9fwpl94ty2],
.ambient-grid[b-9fwpl94ty2] {
    position: fixed;
    inset: auto;
    pointer-events: none;
}

.ambient-layer[b-9fwpl94ty2] {
    z-index: 0;
    filter: blur(70px);
    opacity: 0.8;
    border-radius: 999px;
    animation: drift-b-9fwpl94ty2 26s ease-in-out infinite alternate;
}

.ambient-layer-a[b-9fwpl94ty2] {
    top: 6%;
    left: -4rem;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(123, 231, 255, 0.26), transparent 70%);
}

.ambient-layer-b[b-9fwpl94ty2] {
    right: -6rem;
    bottom: 12%;
    width: 32rem;
    height: 32rem;
    background: radial-gradient(circle, rgba(165, 118, 255, 0.18), transparent 68%);
    animation-duration: 34s;
}

.ambient-grid[b-9fwpl94ty2] {
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 110px 110px;
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.55), transparent 82%);
    opacity: 0.22;
}

@keyframes drift-b-9fwpl94ty2 {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(2rem, -1.5rem, 0) scale(1.08);
    }
}

@media (max-width: 960px) {
    .site-header-bar[b-9fwpl94ty2],
    .footer-panel[b-9fwpl94ty2] {
        flex-wrap: wrap;
    }

    .header-actions[b-9fwpl94ty2] {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 640px) {
    .app-shell[b-9fwpl94ty2] {
        padding: 0.85rem;
    }

    .site-header-bar[b-9fwpl94ty2] {
        padding: 0.9rem 1rem;
    }

    .footer-panel[b-9fwpl94ty2] {
        align-items: flex-start;
        flex-direction: column;
    }

    .header-actions[b-9fwpl94ty2] {
        justify-content: flex-start;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-toggle[b-c1vrk459y7] {
    display: none;
}

.nav-toggle-button[b-c1vrk459y7] {
    display: none;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.3rem;
}

.nav-toggle-button span[b-c1vrk459y7] {
    display: block;
    width: 1.2rem;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
}

.site-nav[b-c1vrk459y7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.site-link[b-c1vrk459y7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    color: var(--accent-ember);
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-link:hover[b-c1vrk459y7],
.site-link:focus-visible[b-c1vrk459y7] {
    color: var(--accent-ember-soft);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 30px rgba(8, 10, 18, 0.18);
    transform: translateY(-1px);
}

.site-link.active[b-c1vrk459y7] {
    color: #fff0eb;
    background: linear-gradient(180deg, rgba(255, 143, 112, 0.18), rgba(255, 255, 255, 0.05));
    border-color: rgba(255, 143, 112, 0.32);
    box-shadow: 0 0 0 1px rgba(255, 143, 112, 0.12) inset;
}

.external-link[b-c1vrk459y7]::after {
    content: "↗";
    margin-left: 0.45rem;
    font-size: 0.8rem;
}

@media (max-width: 960px) {
    .nav-toggle-button[b-c1vrk459y7] {
        display: inline-flex;
        order: 3;
    }

    .site-nav[b-c1vrk459y7] {
        display: none;
        width: 100%;
        padding-top: 0.4rem;
        flex-direction: column;
        align-items: stretch;
    }

    .site-link[b-c1vrk459y7] {
        justify-content: flex-start;
        width: 100%;
    }

    .nav-toggle:checked ~ .site-nav[b-c1vrk459y7] {
        display: flex;
    }
}
