/* /Pages/About.razor.rz.scp.css */
.about-shell[b-nfkdgmev4t] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1rem 0 2rem 0;
}

.about-hero[b-nfkdgmev4t] {
    padding: 1.5rem;
    border: 1px solid rgba(244, 199, 125, 0.35);
    border-radius: 16px;
    background: radial-gradient(circle at 10% 10%, rgba(244, 199, 125, 0.12), rgba(17, 13, 24, 0.9));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.about-hero h1[b-nfkdgmev4t] {
    margin: 0.25rem 0 0.6rem 0;
    letter-spacing: 0.08em;
}

.about-hero .lede[b-nfkdgmev4t] {
    color: #cbb89d;
    max-width: 780px;
    line-height: 1.6;
}

.about-grid[b-nfkdgmev4t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.about-card[b-nfkdgmev4t] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(244, 199, 125, 0.22);
    border-radius: 14px;
    padding: 1.1rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
    color: #e7dbc3;
}

.about-card h2[b-nfkdgmev4t] {
    margin-top: 0;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.about-list[b-nfkdgmev4t] {
    margin: 0;
    padding-left: 1.1rem;
    color: #cbb89d;
    line-height: 1.5;
}

.about-list li + li[b-nfkdgmev4t] {
    margin-top: 0.35rem;
}

.support[b-nfkdgmev4t] {
    border-color: rgba(244, 199, 125, 0.45);
    background: linear-gradient(135deg, rgba(244, 199, 125, 0.08), rgba(17, 13, 24, 0.95));
}

.support .copyright[b-nfkdgmev4t] {
    margin: 0.35rem 0 0.25rem 0;
    font-weight: 600;
    color: #f4c77d;
}

.support-actions[b-nfkdgmev4t] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.social-links[b-nfkdgmev4t] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.social-link[b-nfkdgmev4t] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(244, 199, 125, 0.6);
    border-radius: 999px;
    color: #f4c77d;
    background: rgba(244, 199, 125, 0.08);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.social-link svg[b-nfkdgmev4t] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.social-link:hover[b-nfkdgmev4t] {
    border-color: rgba(244, 199, 125, 0.95);
    background: rgba(244, 199, 125, 0.16);
    transform: translateY(-1px);
}

@media (max-width: 720px) {
    .about-hero[b-nfkdgmev4t] {
        padding: 1.1rem;
    }
}
/* /Pages/NotFound.razor.rz.scp.css */
.notfound-shell[b-1nfuu610qh] {
    padding: 2rem 0;
    display: grid;
    gap: 0.6rem;
    max-width: 640px;
}

.notfound-shell h1[b-1nfuu610qh] {
    margin: 0;
    letter-spacing: 0.08em;
}

.notfound-shell .lede[b-1nfuu610qh] {
    color: #cbb89d;
    margin: 0;
}

.notfound-actions[b-1nfuu610qh] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.6rem;
    flex-wrap: wrap;
}
/* /Pages/Texts.razor.rz.scp.css */
.texxts-hero[b-y3jd5g8uhy] {
    padding: 1.4rem 0 1.25rem 0;
    border-bottom: 1px solid rgba(244, 199, 125, 0.18);
}

.texxts-hero h1[b-y3jd5g8uhy] {
    margin: 0.2rem 0 0.6rem 0;
    letter-spacing: 0.08em;
}

.texxts-hero .lede[b-y3jd5g8uhy] {
    max-width: 780px;
    color: #cbb89d;
    line-height: 1.6;
}

.texxt-grid[b-y3jd5g8uhy] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin: 1.25rem auto 0 auto;
    max-width: 980px;
}

.texxt-card[b-y3jd5g8uhy] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(244, 199, 125, 0.22);
    border-radius: 14px;
    padding: 1.1rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 0.5rem;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.texxt-card:hover[b-y3jd5g8uhy] {
    transform: translateY(-3px);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.35);
    border-color: rgba(244, 199, 125, 0.45);
}

.texxt-card header[b-y3jd5g8uhy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    color: #cbb89d;
}

.texxt-card h2[b-y3jd5g8uhy] {
    margin: 0;
    letter-spacing: 0.05em;
}

.texxt-card .excerpt[b-y3jd5g8uhy] {
    margin: 0;
    color: #d8cbb2;
    line-height: 1.5;
    white-space: pre-line;
}

.text-card footer[b-y3jd5g8uhy] {
    display: flex;
    justify-content: flex-start;
}

.updated[b-y3jd5g8uhy] {
    font-size: 0.9rem;
    color: rgba(244, 199, 125, 0.8);
}
/* /Pages/TextView.razor.rz.scp.css */
.texxt-hero[b-v6esujle42] {
    padding: 1.25rem 0 1rem 0;
    border-bottom: 1px solid rgba(244, 199, 125, 0.2);
    display: grid;
    gap: 0.35rem;
}

.texxt-hero h1[b-v6esujle42] {
    margin: 0.15rem 0 0.45rem 0;
    letter-spacing: 0.08em;
}

.texxt-hero .meta[b-v6esujle42] {
    margin: 0;
    color: #cbb89d;
}

.texxt-hero .actions[b-v6esujle42] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.texxt-body[b-v6esujle42] {
    margin-top: 1.25rem;
    padding: 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(244, 199, 125, 0.25);
    /*background: rgba(255, 255, 255, 0.03);*/
    /*box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);*/
    line-height: 1.7;
    color: #e7dbc3;

}

.texxt-body h1[b-v6esujle42], .texxt-body h2[b-v6esujle42], .texxt-body h3[b-v6esujle42], .texxt-body h4[b-v6esujle42] {
    color: #f4c77d;
    margin-top: 1.2rem;
    margin-bottom: 0.35rem;
}

.texxt-body p[b-v6esujle42] {
    margin: 0 0 0.8rem 0;
}

.texxt-body a[b-v6esujle42] {
    color: var(--brass);
}

.texxt-body ul[b-v6esujle42], .texxt-body ol[b-v6esujle42] {
    padding-left: 1.25rem;
    margin: 0.4rem 0 1rem 0;
}

.texxt-body blockquote[b-v6esujle42] {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    border-left: 3px solid rgba(244, 199, 125, 0.6);
    background: rgba(244, 199, 125, 0.08);
}

.texxt-body code[b-v6esujle42] {
    background: rgba(244, 199, 125, 0.1);
    padding: 0.1rem 0.25rem;
    border-radius: 6px;
}

.texxt-body pre[b-v6esujle42] {
    background: rgba(244, 199, 125, 0.08);
    padding: 0.75rem;
    border-radius: 10px;
    overflow-x: auto;
}

.texxt-not-found[b-v6esujle42] {
    padding: 1.5rem;
    border: 1px solid rgba(244, 199, 125, 0.35);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.texxt-not-found h1[b-v6esujle42] {
    margin: 0 0 0.4rem 0;
}

.texxt-loading[b-v6esujle42] {
    margin: 1rem 0;
}

@media (max-width: 720px) {
    .texxt-hero .actions[b-v6esujle42] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.layout-shell[b-bamrramcea] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: radial-gradient(circle at 20% 20%, rgba(255,199,132,0.06), transparent 30%),
                radial-gradient(circle at 80% 40%, rgba(120,181,255,0.08), transparent 30%),
                linear-gradient(135deg, #0d0a0f 0%, #141623 50%, #0a0a0f 100%);
    color: #e4d9c5;
}

.top-rail[b-bamrramcea] {
    position: sticky;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 199, 132, 0.25);
    background: rgba(10, 10, 15, 0.92);
}

.main-content[b-bamrramcea] {
    padding: 2rem 3rem;
}

@media (max-width: 720px) {
    .main-content[b-bamrramcea] {
        padding: 1.5rem 1.25rem;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-panel[b-mfd0gn07e4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.5rem;
    color: #f5e7c6;
    background: linear-gradient(90deg, rgba(50,32,15,0.75), rgba(17,13,24,0.9));
    box-shadow: inset 0 -1px 0 rgba(244, 199, 125, 0.2);
}

.nav-left[b-mfd0gn07e4] {
    display: grid;
    grid-template-columns: auto;
    gap: 0.15rem;
}

.brand[b-mfd0gn07e4] {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f4c77d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    line-height: 1.1;
}

.nav-panel .brand:visited[b-mfd0gn07e4],
.nav-panel .brand:hover[b-mfd0gn07e4],
.nav-panel .brand:focus[b-mfd0gn07e4],
.nav-panel .brand:active[b-mfd0gn07e4] {
    color: #f4c77d;
    text-decoration: underline;
    text-decoration-color: #2f6bff;
    text-underline-offset: 4px;
}

.nav-panel .motto[b-mfd0gn07e4] {
    margin: 0;
    font-size: 0.9rem;
    color: #cbb89d;
}

.nav-links[b-mfd0gn07e4] {
    display: flex;
    gap: 0.35rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav-panel .nav-link[b-mfd0gn07e4] {
    color: #f5e7c6;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(244, 199, 125, 0.25);
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.2s ease;
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    text-decoration: none;
}

.nav-panel .nav-link.active[b-mfd0gn07e4], .nav-panel .nav-link:hover[b-mfd0gn07e4] {
    background: linear-gradient(120deg, rgba(244, 199, 125, 0.25), rgba(119, 93, 180, 0.35));
    color: #fff7e8;
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

@media (max-width: 720px) {
    .nav-panel[b-mfd0gn07e4] {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links[b-mfd0gn07e4] {
        width: 100%;
        justify-content: flex-start;
    }
}
