/* /Layout/MainLayout.razor.rz.scp.css */
.sr-app[b-l1uawwr8e0] {
    min-height: 100vh;
    background: #030303;
}

main[b-l1uawwr8e0] {
    min-height: 100vh;
}

.sr-footer[b-l1uawwr8e0] {
    align-items: center;
    border-top: 1px solid rgba(244, 240, 232, 0.12);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin: 4rem auto 0;
    max-width: 1280px;
    padding: 2rem clamp(1rem, 4vw, 4rem);
}

.sr-footer__brand[b-l1uawwr8e0] {
    color: #f4f0e8 !important;
    display: grid;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    line-height: 0.88;
    text-decoration: none !important;
}

.sr-footer__brand:hover[b-l1uawwr8e0],
.sr-footer__brand:focus[b-l1uawwr8e0],
.sr-footer__brand:visited[b-l1uawwr8e0] {
    text-decoration: none !important;
}

.sr-footer__social[b-l1uawwr8e0] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
}

.sr-footer__social[b-l1uawwr8e0]  a {
    color: rgba(244, 240, 232, 0.72) !important;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
}

.sr-footer__social[b-l1uawwr8e0]  a:hover {
    color: #25c7d9 !important;
}

@media (max-width: 720px) {
    .sr-footer[b-l1uawwr8e0] {
        align-items: flex-start;
        flex-direction: column;
    }

    .sr-footer__social[b-l1uawwr8e0] {
        justify-content: flex-start;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sr-nav[b-5iowjln3lm] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(3, 3, 3, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    gap: 2rem;
    padding: 0;
}

.sr-nav__inner[b-5iowjln3lm] {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    padding: 1.25rem clamp(1rem, 4vw, 4rem);
    width: 100%;
}

.sr-nav__brand[b-5iowjln3lm] {
    color: #f4f0e8;
    flex: 0 0 auto;
    text-decoration: none !important;
}

.sr-nav__brand:hover[b-5iowjln3lm],
.sr-nav__brand:focus[b-5iowjln3lm],
.sr-nav__brand:active[b-5iowjln3lm],
.sr-nav__brand:visited[b-5iowjln3lm],
.sr-nav__brand:hover *[b-5iowjln3lm],
.sr-nav__brand:focus *[b-5iowjln3lm],
.sr-nav__brand:active *[b-5iowjln3lm],
.sr-nav__brand:visited *[b-5iowjln3lm] {
    text-decoration: none !important;
}

.sr-nav__brand-lockup[b-5iowjln3lm] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    height: 2.75rem;
    max-width: none;
    overflow: hidden;
    white-space: nowrap;
}

.sr-nav__mark[b-5iowjln3lm] {
    display: block;
    flex: 0 0 auto;
    height: 2.75rem;
    max-height: 2.75rem;
    max-width: 5.25rem;
    object-fit: contain;
    width: auto;
}

.sr-nav__wordmark[b-5iowjln3lm] {
    color: #25c7d9;
    display: inline-block;
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.sr-nav__links[b-5iowjln3lm] {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 3vw, 2.75rem);
}

.sr-nav__links[b-5iowjln3lm]  a {
    color: rgba(244, 240, 232, 0.72);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.sr-nav__links[b-5iowjln3lm]  a.active,
.sr-nav__links[b-5iowjln3lm]  a:hover {
    color: #f4f0e8;
    text-decoration: none !important;
}

.sr-nav[b-5iowjln3lm]  a,
.sr-nav[b-5iowjln3lm]  a:hover,
.sr-nav[b-5iowjln3lm]  a:focus,
.sr-nav[b-5iowjln3lm]  a:active,
.sr-nav[b-5iowjln3lm]  a:visited,
.sr-nav[b-5iowjln3lm]  .mud-nav-link,
.sr-nav[b-5iowjln3lm]  .mud-nav-link:hover,
.sr-nav[b-5iowjln3lm]  .mud-nav-link.active {
    text-decoration: none !important;
}

@media (max-width: 720px) {
    .sr-nav__inner[b-5iowjln3lm] {
        align-items: center;
        flex-direction: row;
        gap: 1rem;
        padding-bottom: 0.95rem;
        padding-top: 0.95rem;
    }

    .sr-nav__links[b-5iowjln3lm] {
        flex-wrap: wrap;
        row-gap: 0.75rem;
    }

    .sr-nav__brand[b-5iowjln3lm] {
        max-width: 4.35rem;
    }

    .sr-nav__brand-lockup[b-5iowjln3lm] {
        height: 2.2rem;
    }

    .sr-nav__mark[b-5iowjln3lm] {
        height: 2.2rem;
        max-height: 2.2rem;
        max-width: 4.35rem;
    }

    .sr-nav__wordmark[b-5iowjln3lm] {
        display: none;
    }
}
