/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Blazor Error UI */
#blazor-error-ui[b-433x3xy72i] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-433x3xy72i] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fobg55ohz2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fobg55ohz2] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fobg55ohz2] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fobg55ohz2] {
    font-size: 1.1rem;
}

.bi[b-fobg55ohz2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fobg55ohz2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-fobg55ohz2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-fobg55ohz2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-fobg55ohz2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fobg55ohz2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fobg55ohz2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fobg55ohz2]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fobg55ohz2]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fobg55ohz2]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fobg55ohz2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fobg55ohz2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fobg55ohz2] {
        display: none;
    }

    .nav-scrollable[b-fobg55ohz2] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2bofksppkm],
.components-reconnect-repeated-attempt-visible[b-2bofksppkm],
.components-reconnect-failed-visible[b-2bofksppkm],
.components-pause-visible[b-2bofksppkm],
.components-resume-failed-visible[b-2bofksppkm],
.components-rejoining-animation[b-2bofksppkm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2bofksppkm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2bofksppkm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2bofksppkm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2bofksppkm],
#components-reconnect-modal.components-reconnect-retrying[b-2bofksppkm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2bofksppkm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2bofksppkm],
#components-reconnect-modal.components-reconnect-failed[b-2bofksppkm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2bofksppkm] {
    display: block;
}


#components-reconnect-modal[b-2bofksppkm] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2bofksppkm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2bofksppkm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2bofksppkm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2bofksppkm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2bofksppkm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2bofksppkm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2bofksppkm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2bofksppkm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2bofksppkm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2bofksppkm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2bofksppkm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2bofksppkm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2bofksppkm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2bofksppkm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2bofksppkm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2bofksppkm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2bofksppkm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2bofksppkm {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/BlogList.razor.rz.scp.css */
/* Theme-specific background */
.launch-site[b-edtwxebuw7] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.28), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.22), transparent 55%),
        linear-gradient(180deg, #0b1020 0%, #050814 60%, #040611 100%);
    color: #e5e7eb;
    font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
}

:root[data-theme='light'] .launch-site[b-edtwxebuw7] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.18), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.14), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #f1f5f9 60%, #eef2ff 100%);
    color: #111827;
}

/* Navbar theming */
.launch-site .navbar[b-edtwxebuw7] {
    background: rgba(5, 8, 20, 0.65);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme='light'] .launch-site .navbar[b-edtwxebuw7] {
    background: rgba(248, 250, 252, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    color: #0f172a;
}

.launch-site .nav-link[b-edtwxebuw7] {
    color: rgba(229, 231, 235, 0.9);
}

.launch-site .nav-link:hover[b-edtwxebuw7] {
    color: rgba(229, 231, 235, 1);
}

.launch-site .navbar-toggler[b-edtwxebuw7] {
    color: rgba(229, 231, 235, 0.9);
}

.launch-site .navbar-toggler-icon[b-edtwxebuw7] {
    filter: invert(1) brightness(2);
}

:root[data-theme='light'] .launch-site .nav-link[b-edtwxebuw7] {
    color: rgba(15, 23, 42, 0.75);
}

:root[data-theme='light'] .launch-site .nav-link:hover[b-edtwxebuw7] {
    color: rgba(15, 23, 42, 1);
}

:root[data-theme='light'] .launch-site .navbar-toggler[b-edtwxebuw7] {
    color: rgba(15, 23, 42, 0.85);
}

:root[data-theme='light'] .launch-site .navbar-toggler-icon[b-edtwxebuw7] {
    filter: none;
}

/* Footer text styling */
.launch-site footer .footer-text[b-edtwxebuw7] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] .launch-site footer .footer-text[b-edtwxebuw7] {
    color: rgba(15, 23, 42, 0.65) !important;
}

/* Toggle icon sizing */
.toggle-icon[b-edtwxebuw7] {
    width: 28px;
    height: 28px;
}

/* General text-muted override for main content */
main .text-muted[b-edtwxebuw7] {
    color: rgba(229, 231, 235, 0.7) !important;
}

:root[data-theme='light'] main .text-muted[b-edtwxebuw7] {
    color: rgba(15, 23, 42, 0.6) !important;
}

/* Theme cards */
.theme-card[b-edtwxebuw7] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

:root[data-theme='light'] .theme-card[b-edtwxebuw7] {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(15, 23, 42, 0.10);
}

/* Blog list item styling */
.blog-list-item[b-edtwxebuw7] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: #e5e7eb;
}

.blog-list-thumbnail[b-edtwxebuw7] {
    width: 112px;
    height: 84px;
    object-fit: cover;
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .blog-list-thumbnail[b-edtwxebuw7] {
        width: 88px;
        height: 66px;
    }
}

:root[data-theme='light'] .blog-list-item[b-edtwxebuw7] {
    color: #0f172a;
}

.blog-list-item:hover[b-edtwxebuw7] {
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

:root[data-theme='light'] .blog-list-item:hover[b-edtwxebuw7] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-list-item h2[b-edtwxebuw7] {
    color: #e5e7eb;
}

:root[data-theme='light'] .blog-list-item h2[b-edtwxebuw7] {
    color: #0f172a;
}

.blog-list-item:hover h2[b-edtwxebuw7] {
    color: #4f46e5;
}

:root[data-theme='light'] .blog-list-item:hover h2[b-edtwxebuw7] {
    color: #4338ca;
}

.blog-list-item p[b-edtwxebuw7],
.blog-list-item .text-muted[b-edtwxebuw7] {
    color: rgba(229, 231, 235, 0.8) !important;
}

:root[data-theme='light'] .blog-list-item p[b-edtwxebuw7],
:root[data-theme='light'] .blog-list-item .text-muted[b-edtwxebuw7] {
    color: rgba(15, 23, 42, 0.7) !important;
}

.blog-list-item small[b-edtwxebuw7],
.blog-list-item small.text-muted[b-edtwxebuw7] {
    color: rgba(229, 231, 235, 0.7) !important;
}

:root[data-theme='light'] .blog-list-item small[b-edtwxebuw7],
:root[data-theme='light'] .blog-list-item small.text-muted[b-edtwxebuw7] {
    color: rgba(15, 23, 42, 0.6) !important;
}
/* /Components/Pages/BlogPost.razor.rz.scp.css */
/* Theme-specific background */
.launch-site[b-o4j2g9xgsr] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.28), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.22), transparent 55%),
        linear-gradient(180deg, #0b1020 0%, #050814 60%, #040611 100%);
    color: #e5e7eb;
    font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
}

:root[data-theme='light'] .launch-site[b-o4j2g9xgsr] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.18), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.14), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #f1f5f9 60%, #eef2ff 100%);
    color: #111827;
}

/* Navbar theming */
.launch-site .navbar[b-o4j2g9xgsr] {
    background: rgba(5, 8, 20, 0.65);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme='light'] .launch-site .navbar[b-o4j2g9xgsr] {
    background: rgba(248, 250, 252, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    color: #0f172a;
}

.launch-site .nav-link[b-o4j2g9xgsr] {
    color: rgba(229, 231, 235, 0.9);
}

.launch-site .nav-link:hover[b-o4j2g9xgsr] {
    color: rgba(229, 231, 235, 1);
}

.launch-site .navbar-toggler[b-o4j2g9xgsr] {
    color: rgba(229, 231, 235, 0.9);
}

.launch-site .navbar-toggler-icon[b-o4j2g9xgsr] {
    filter: invert(1) brightness(2);
}

:root[data-theme='light'] .launch-site .nav-link[b-o4j2g9xgsr] {
    color: rgba(15, 23, 42, 0.75);
}

:root[data-theme='light'] .launch-site .nav-link:hover[b-o4j2g9xgsr] {
    color: rgba(15, 23, 42, 1);
}

:root[data-theme='light'] .launch-site .navbar-toggler[b-o4j2g9xgsr] {
    color: rgba(15, 23, 42, 0.85);
}

:root[data-theme='light'] .launch-site .navbar-toggler-icon[b-o4j2g9xgsr] {
    filter: none;
}

/* Footer text styling */
.launch-site footer .footer-text[b-o4j2g9xgsr] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] .launch-site footer .footer-text[b-o4j2g9xgsr] {
    color: rgba(15, 23, 42, 0.65) !important;
}

/* Toggle icon sizing */
.toggle-icon[b-o4j2g9xgsr] {
    width: 28px;
    height: 28px;
}

/* Theme cards */
.theme-card[b-o4j2g9xgsr] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

:root[data-theme='light'] .theme-card[b-o4j2g9xgsr] {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(15, 23, 42, 0.10);
}

/* Theme badges */
.theme-badge[b-o4j2g9xgsr] {
    background: rgba(79, 70, 229, 0.18);
    border: 1px solid rgba(79, 70, 229, 0.25);
    color: rgba(199, 210, 254, 0.95);
    font-weight: 700;
    font-size: 12px;
    padding: 6px 10px;
}

:root[data-theme='light'] .theme-badge[b-o4j2g9xgsr] {
    background: rgba(79, 70, 229, 0.12);
    border: 1px solid rgba(79, 70, 229, 0.20);
    color: rgba(79, 70, 229, 0.95);
}

.blog-post-image[b-o4j2g9xgsr] {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .blog-post-image[b-o4j2g9xgsr] {
        width: 100%;
    }
}

/* Blog content styling */
.blog-content[b-o4j2g9xgsr] {
    line-height: 1.8;
}

.blog-content h1[b-o4j2g9xgsr] {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-content h2[b-o4j2g9xgsr] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.blog-content h3[b-o4j2g9xgsr] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.blog-content p[b-o4j2g9xgsr] {
    margin-bottom: 1rem;
}

.blog-content ul[b-o4j2g9xgsr], .blog-content ol[b-o4j2g9xgsr] {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.blog-content li[b-o4j2g9xgsr] {
    margin-bottom: 0.5rem;
}

.blog-content hr[b-o4j2g9xgsr] {
    border-color: rgba(255, 255, 255, 0.12);
    margin: 2rem 0;
}

:root[data-theme='light'] .blog-content hr[b-o4j2g9xgsr] {
    border-color: rgba(15, 23, 42, 0.12);
}

.blog-content code[b-o4j2g9xgsr] {
    background: rgba(255, 255, 255, 0.08);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.875em;
}

:root[data-theme='light'] .blog-content code[b-o4j2g9xgsr] {
    background: rgba(15, 23, 42, 0.08);
}

.blog-content pre[b-o4j2g9xgsr] {
    background: rgba(255, 255, 255, 0.06);
    padding: 1rem;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 1rem;
}

:root[data-theme='light'] .blog-content pre[b-o4j2g9xgsr] {
    background: rgba(15, 23, 42, 0.06);
}

.blog-content blockquote[b-o4j2g9xgsr] {
    border-left: 4px solid rgba(79, 70, 229, 0.5);
    padding-left: 1rem;
    margin-left: 0;
    margin-bottom: 1rem;
    font-style: italic;
    color: rgba(229, 231, 235, 0.85);
}

:root[data-theme='light'] .blog-content blockquote[b-o4j2g9xgsr] {
    color: rgba(15, 23, 42, 0.75);
}

.blog-content a[b-o4j2g9xgsr] {
    color: #4f46e5;
    text-decoration: underline;
}

.blog-content a:hover[b-o4j2g9xgsr] {
    color: #6366f1;
}

:root[data-theme='light'] .blog-content a[b-o4j2g9xgsr] {
    color: #4f46e5;
}

:root[data-theme='light'] .blog-content a:hover[b-o4j2g9xgsr] {
    color: #3730a3;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Theme-specific styles for dark/light mode */

.launch-site[b-gmtgd4etxp] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.28), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.22), transparent 55%),
        linear-gradient(180deg, #0b1020 0%, #050814 60%, #040611 100%);
    color: #e5e7eb;
    font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
}

:root[data-theme='light'] .launch-site[b-gmtgd4etxp] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.18), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.14), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #f1f5f9 60%, #eef2ff 100%);
    color: #111827;
}

/* Navbar theming */
.launch-site .navbar[b-gmtgd4etxp] {
    background: rgba(5, 8, 20, 0.65);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme='light'] .launch-site .navbar[b-gmtgd4etxp] {
    background: rgba(248, 250, 252, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    color: #0f172a;
}

.launch-site .nav-link[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.9);
}

.launch-site .nav-link:hover[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 1);
}

:root[data-theme='light'] .launch-site .nav-link[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.75);
}

:root[data-theme='light'] .launch-site .nav-link:hover[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 1);
}

/* Toggle icon sizing */
.toggle-icon[b-gmtgd4etxp] {
    width: 28px;
}

/* Hero image styling */
.hero-image[b-gmtgd4etxp] {
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.hero-image:hover[b-gmtgd4etxp] {
    opacity: 1;
}
    height: 28px;[b-gmtgd4etxp]
}

/* Theme pill badge */
.theme-pill[b-gmtgd4etxp] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(229, 231, 235, 0.9);
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
}

:root[data-theme='light'] .theme-pill[b-gmtgd4etxp] {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(15, 23, 42, 0.10);
    color: #0f172a;
}

/* Theme cards */
.theme-card[b-gmtgd4etxp] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

:root[data-theme='light'] .theme-card[b-gmtgd4etxp] {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(15, 23, 42, 0.10);
}

/* Theme input fields */
.theme-input[b-gmtgd4etxp] {
    background: rgba(5, 8, 20, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #e5e7eb;
}

.theme-input[b-gmtgd4etxp]::placeholder {
    color: rgba(229, 231, 235, 0.55);
}

.theme-input:focus[b-gmtgd4etxp] {
    background: rgba(5, 8, 20, 0.75);
    border-color: rgba(255, 255, 255, 0.22);
    color: #e5e7eb;
    box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}

:root[data-theme='light'] .theme-input[b-gmtgd4etxp] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(15, 23, 42, 0.14);
    color: #0f172a;
}

:root[data-theme='light'] .theme-input[b-gmtgd4etxp]::placeholder {
    color: rgba(15, 23, 42, 0.45);
}

:root[data-theme='light'] .theme-input:focus[b-gmtgd4etxp] {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(79, 70, 229, 0.4);
    color: #0f172a;
    box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.15);
}

/* Theme badges */
.theme-badge[b-gmtgd4etxp] {
    background: rgba(79, 70, 229, 0.18);
    border: 1px solid rgba(79, 70, 229, 0.25);
    color: rgba(199, 210, 254, 0.95);
    font-weight: 700;
    font-size: 12px;
    padding: 6px 10px;
}

:root[data-theme='light'] .theme-badge[b-gmtgd4etxp] {
    background: rgba(79, 70, 229, 0.12);
    border: 1px solid rgba(79, 70, 229, 0.20);
    color: rgba(79, 70, 229, 0.95);
}

/* Footer theming */
.launch-site footer[b-gmtgd4etxp] {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme='light'] .launch-site footer[b-gmtgd4etxp] {
    border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
}

.launch-site footer a[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.85);
}

.launch-site footer a:hover[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 1);
}

:root[data-theme='light'] .launch-site footer a[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.8);
}

:root[data-theme='light'] .launch-site footer a:hover[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 1);
}

.launch-site footer .footer-text[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] .launch-site footer .footer-text[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.65) !important;
}

/* Primary button theming */
.launch-site .btn-primary[b-gmtgd4etxp] {
    background: #4f46e5;
    border-color: rgba(255, 255, 255, 0.08);
}

.launch-site .btn-primary:hover[b-gmtgd4etxp] {
    background: #4338ca;
    border-color: rgba(255, 255, 255, 0.12);
}

/* Outline button theming */
.launch-site .btn-outline-primary[b-gmtgd4etxp] {
    border-color: rgba(255, 255, 255, 0.18);
    color: #e5e7eb;
}

.launch-site .btn-outline-primary:hover[b-gmtgd4etxp] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.25);
    color: #e5e7eb;
}

:root[data-theme='light'] .launch-site .btn-outline-primary[b-gmtgd4etxp] {
    border-color: rgba(79, 70, 229, 0.4);
    color: #4f46e5;
}

:root[data-theme='light'] .launch-site .btn-outline-primary:hover[b-gmtgd4etxp] {
    background: rgba(79, 70, 229, 0.08);
    border-color: rgba(79, 70, 229, 0.5);
    color: #4338ca;
}

/* Clickable blog cards */
.blog-card-clickable[b-gmtgd4etxp] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.blog-card-clickable:hover[b-gmtgd4etxp] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

:root[data-theme='light'] .blog-card-clickable:hover[b-gmtgd4etxp] {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.blog-card-clickable h3[b-gmtgd4etxp] {
    color: #e5e7eb;
}

:root[data-theme='light'] .blog-card-clickable h3[b-gmtgd4etxp] {
    color: #0f172a;
}

/* Section title links should look like normal headings */
.section-title-link[b-gmtgd4etxp] {
    color: inherit;
}

.section-title-link:hover[b-gmtgd4etxp],
.section-title-link:focus[b-gmtgd4etxp] {
    color: inherit;
}

/* Secondary button theming */
.launch-site .btn-outline-secondary.theme-toggle[b-gmtgd4etxp] {
    border-color: rgba(255, 255, 255, 0.18);
    color: #e5e7eb;
}

.launch-site .btn-outline-secondary.theme-toggle:hover[b-gmtgd4etxp] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.25);
    color: #e5e7eb;
}

:root[data-theme='light'] .launch-site .btn-outline-secondary.theme-toggle[b-gmtgd4etxp] {
    border-color: rgba(15, 23, 42, 0.2);
    color: #0f172a;
}

:root[data-theme='light'] .launch-site .btn-outline-secondary.theme-toggle:hover[b-gmtgd4etxp] {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.3);
    color: #0f172a;
}

/* Navbar toggler icon theming */
.launch-site .navbar-toggler-icon[b-gmtgd4etxp] {
    filter: invert(1) brightness(1.5);
}

:root[data-theme='light'] .launch-site .navbar-toggler-icon[b-gmtgd4etxp] {
    filter: invert(0) brightness(0.4);
}

/* Partnership card lock icon styling */
.launch-site #partnerships .card-body svg[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.6) !important;
    opacity: 1 !important;
}

:root[data-theme='light'] .launch-site #partnerships .card-body svg[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.5) !important;
}

/* Coming soon text visibility */
.coming-soon-text[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.9) !important;
}

:root[data-theme='light'] .coming-soon-text[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.85) !important;
}

/* Partnership card text visibility */
.launch-site #partnerships .text-muted[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] .launch-site #partnerships .text-muted[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.65) !important;
}

/* Features card lock icon styling */
.launch-site #features .card-body svg[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.6) !important;
    opacity: 1 !important;
}

:root[data-theme='light'] .launch-site #features .card-body svg[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.5) !important;
}

/* Features card text visibility */
.launch-site #features .text-muted[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] .launch-site #features .text-muted[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.65) !important;
}

/* Blog section text visibility */
.launch-site #blog .text-muted[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] .launch-site #blog .text-muted[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.65) !important;
}

/* Launch list section text visibility */
.launch-site #launch-list .text-muted[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] .launch-site #launch-list .text-muted[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.65) !important;
}

/* Launch list section heading visibility */
.launch-site #launch-list h2[b-gmtgd4etxp],
.launch-site #launch-list h3[b-gmtgd4etxp] {
    color: rgba(229, 231, 235, 0.95) !important;
}

:root[data-theme='light'] .launch-site #launch-list h2[b-gmtgd4etxp],
:root[data-theme='light'] .launch-site #launch-list h3[b-gmtgd4etxp] {
    color: rgba(15, 23, 42, 0.95) !important;
}
/* /Components/Pages/LaunchSignup.razor.rz.scp.css */
/* Theme-specific background */
.launch-site[b-9biinxn1r5] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.28), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.22), transparent 55%),
        linear-gradient(180deg, #0b1020 0%, #050814 60%, #040611 100%);
    color: #e5e7eb;
    font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
}

:root[data-theme='light'] .launch-site[b-9biinxn1r5] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.18), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.14), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #f1f5f9 60%, #eef2ff 100%);
    color: #111827;
}

/* Navbar theming */
.launch-site .navbar[b-9biinxn1r5] {
    background: rgba(5, 8, 20, 0.65);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme='light'] .launch-site .navbar[b-9biinxn1r5] {
    background: rgba(248, 250, 252, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    color: #0f172a;
}

.launch-site .nav-link[b-9biinxn1r5] {
    color: rgba(229, 231, 235, 0.9);
}

.launch-site .nav-link:hover[b-9biinxn1r5] {
    color: rgba(229, 231, 235, 1);
}

.launch-site .navbar-toggler[b-9biinxn1r5] {
    color: rgba(229, 231, 235, 0.9);
}

.launch-site .navbar-toggler-icon[b-9biinxn1r5] {
    filter: invert(1) brightness(2);
}

:root[data-theme='light'] .launch-site .nav-link[b-9biinxn1r5] {
    color: rgba(15, 23, 42, 0.75);
}

:root[data-theme='light'] .launch-site .nav-link:hover[b-9biinxn1r5] {
    color: rgba(15, 23, 42, 1);
}

:root[data-theme='light'] .launch-site .navbar-toggler[b-9biinxn1r5] {
    color: rgba(15, 23, 42, 0.85);
}

:root[data-theme='light'] .launch-site .navbar-toggler-icon[b-9biinxn1r5] {
    filter: none;
}

/* Footer text styling */
.launch-site footer .footer-text[b-9biinxn1r5] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] .launch-site footer .footer-text[b-9biinxn1r5] {
    color: rgba(15, 23, 42, 0.65) !important;
}

/* Toggle icon sizing */
.toggle-icon[b-9biinxn1r5] {
    width: 28px;
    height: 28px;
}

/* Theme cards */
.theme-card[b-9biinxn1r5] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

:root[data-theme='light'] .theme-card[b-9biinxn1r5] {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(15, 23, 42, 0.10);
}

/* Theme input fields */
.theme-input[b-9biinxn1r5] {
    background: rgba(5, 8, 20, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #e5e7eb;
}

.theme-input[b-9biinxn1r5]::placeholder {
    color: rgba(229, 231, 235, 0.55);
}

.theme-input:focus[b-9biinxn1r5] {
    background: rgba(5, 8, 20, 0.75);
    border-color: rgba(255, 255, 255, 0.22);
    color: #e5e7eb;
    box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}

:root[data-theme='light'] .theme-input[b-9biinxn1r5] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(15, 23, 42, 0.14);
    color: #0f172a;
}

:root[data-theme='light'] .theme-input[b-9biinxn1r5]::placeholder {
    color: rgba(15, 23, 42, 0.45);
}

:root[data-theme='light'] .theme-input:focus[b-9biinxn1r5] {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(79, 70, 229, 0.4);
    color: #0f172a;
    box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.15);
}

/* Launch page heading and intro text */
.theme-card h1[b-9biinxn1r5] {
    color: rgba(229, 231, 235, 0.95);
}

:root[data-theme='light'] .theme-card h1[b-9biinxn1r5] {
    color: #0f172a;
}

.theme-card p.text-muted[b-9biinxn1r5] {
    color: rgba(229, 231, 235, 0.78) !important;
}

:root[data-theme='light'] .theme-card p.text-muted[b-9biinxn1r5] {
    color: rgba(15, 23, 42, 0.65) !important;
}
/* /Components/Pages/Legal.razor.rz.scp.css */
/* Theme-specific background */
.launch-site[b-xfkggto7sd] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.28), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.22), transparent 55%),
        linear-gradient(180deg, #0b1020 0%, #050814 60%, #040611 100%);
    color: #e5e7eb;
    font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
}

:root[data-theme='light'] .launch-site[b-xfkggto7sd] {
    background: radial-gradient(1200px 600px at 20% -20%, rgba(79, 70, 229, 0.18), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 107, 53, 0.14), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #f1f5f9 60%, #eef2ff 100%);
    color: #111827;
}

/* Footer text styling */
.launch-site footer .footer-text[b-xfkggto7sd] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] .launch-site footer .footer-text[b-xfkggto7sd] {
    color: rgba(15, 23, 42, 0.65) !important;
}

/* General muted text override */
main .text-muted[b-xfkggto7sd],
main .lead[b-xfkggto7sd] {
    color: rgba(229, 231, 235, 0.72) !important;
}

:root[data-theme='light'] main .text-muted[b-xfkggto7sd],
:root[data-theme='light'] main .lead[b-xfkggto7sd] {
    color: rgba(15, 23, 42, 0.62) !important;
}

/* Breadcrumbs */
.breadcrumb-item[b-xfkggto7sd],
.breadcrumb-item.active[b-xfkggto7sd],
.breadcrumb-item a[b-xfkggto7sd] {
    color: rgba(229, 231, 235, 0.8);
}

.breadcrumb-item a:hover[b-xfkggto7sd] {
    color: rgba(229, 231, 235, 1);
}

:root[data-theme='light'] .breadcrumb-item[b-xfkggto7sd],
:root[data-theme='light'] .breadcrumb-item.active[b-xfkggto7sd],
:root[data-theme='light'] .breadcrumb-item a[b-xfkggto7sd] {
    color: rgba(15, 23, 42, 0.72);
}

:root[data-theme='light'] .breadcrumb-item a:hover[b-xfkggto7sd] {
    color: rgba(15, 23, 42, 1);
}

/* Legal document list */
.list-group-item[b-xfkggto7sd] {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e5e7eb;
}

.list-group-item h5[b-xfkggto7sd],
.list-group-item svg[b-xfkggto7sd] {
    color: #e5e7eb;
}

.list-group-item:hover[b-xfkggto7sd],
.list-group-item:focus[b-xfkggto7sd] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
    color: #e5e7eb;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

:root[data-theme='light'] .list-group-item[b-xfkggto7sd] {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(15, 23, 42, 0.1);
    color: #0f172a;
}

:root[data-theme='light'] .list-group-item h5[b-xfkggto7sd],
:root[data-theme='light'] .list-group-item svg[b-xfkggto7sd] {
    color: #0f172a;
}

:root[data-theme='light'] .list-group-item:hover[b-xfkggto7sd],
:root[data-theme='light'] .list-group-item:focus[b-xfkggto7sd] {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(15, 23, 42, 0.16);
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Legal content styling */
.legal-content[b-xfkggto7sd] {
    font-size: 1rem;
    line-height: 1.8;
}

.legal-content h1[b-xfkggto7sd] {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-content h2[b-xfkggto7sd] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

:root[data-theme='light'] .legal-content h2[b-xfkggto7sd] {
    border-top-color: rgba(15, 23, 42, 0.12);
}

.legal-content h2:first-child[b-xfkggto7sd] {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.legal-content h3[b-xfkggto7sd] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.legal-content p[b-xfkggto7sd] {
    margin-bottom: 1rem;
}

.legal-content ul[b-xfkggto7sd],
.legal-content ol[b-xfkggto7sd] {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.legal-content li[b-xfkggto7sd] {
    margin-bottom: 0.5rem;
}

.legal-content hr[b-xfkggto7sd] {
    border-color: rgba(255, 255, 255, 0.12);
    margin: 2rem 0;
}

:root[data-theme='light'] .legal-content hr[b-xfkggto7sd] {
    border-color: rgba(15, 23, 42, 0.12);
}

.legal-content code[b-xfkggto7sd] {
    background: rgba(255, 255, 255, 0.08);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.875em;
}

:root[data-theme='light'] .legal-content code[b-xfkggto7sd] {
    background: rgba(15, 23, 42, 0.08);
}

.legal-content pre[b-xfkggto7sd] {
    background: rgba(255, 255, 255, 0.06);
    padding: 1rem;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 1rem;
}

:root[data-theme='light'] .legal-content pre[b-xfkggto7sd] {
    background: rgba(15, 23, 42, 0.06);
}

.legal-content blockquote[b-xfkggto7sd] {
    border-left: 4px solid rgba(79, 70, 229, 0.5);
    padding-left: 1rem;
    margin-left: 0;
    margin-bottom: 1rem;
    font-style: italic;
    color: rgba(229, 231, 235, 0.85);
}

:root[data-theme='light'] .legal-content blockquote[b-xfkggto7sd] {
    color: rgba(15, 23, 42, 0.75);
}

.legal-content a[b-xfkggto7sd] {
    color: #4f46e5;
    text-decoration: underline;
}

.legal-content a:hover[b-xfkggto7sd] {
    color: #6366f1;
}

:root[data-theme='light'] .legal-content a:hover[b-xfkggto7sd] {
    color: #3730a3;
}

.toggle-icon[b-xfkggto7sd] {
    width: 28px;
    height: 28px;
}
/* /Components/Shared/BlogCommentForm.razor.rz.scp.css */
/* Comment form text visibility */
.comment-form-section h3[b-pexomirbzk] {
    color: rgba(229, 231, 235, 0.95);
}

:root[data-theme='light'] .comment-form-section h3[b-pexomirbzk] {
    color: rgba(15, 23, 42, 0.9);
}

.comment-form-section p[b-pexomirbzk] {
    color: rgba(229, 231, 235, 0.8) !important;
}

:root[data-theme='light'] .comment-form-section p[b-pexomirbzk] {
    color: rgba(15, 23, 42, 0.7) !important;
}

/* Form labels */
.comment-form-section .form-label[b-pexomirbzk] {
    color: rgba(229, 231, 235, 0.9);
}

:root[data-theme='light'] .comment-form-section .form-label[b-pexomirbzk] {
    color: rgba(15, 23, 42, 0.85);
}

/* Required asterisk */
.comment-form-section .text-danger[b-pexomirbzk] {
    color: #ef4444 !important;
}
/* /Components/Shared/Footer.razor.rz.scp.css */
/* Footer border styling */
footer[b-pkqt7eh9fx] {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme='light'] footer[b-pkqt7eh9fx] {
    border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
}

/* Footer link styling - muted colors, NO indigo */
footer a[b-pkqt7eh9fx] {
    color: rgba(229, 231, 235, 0.85);
}

footer a:hover[b-pkqt7eh9fx] {
    color: rgba(229, 231, 235, 1);
}

:root[data-theme='light'] footer a[b-pkqt7eh9fx] {
    color: rgba(15, 23, 42, 0.8);
}

:root[data-theme='light'] footer a:hover[b-pkqt7eh9fx] {
    color: rgba(15, 23, 42, 1);
}

/* Footer text styling */
footer .footer-text[b-pkqt7eh9fx] {
    color: rgba(229, 231, 235, 0.75) !important;
}

:root[data-theme='light'] footer .footer-text[b-pkqt7eh9fx] {
    color: rgba(15, 23, 42, 0.65) !important;
}
/* /Components/Shared/Header.razor.rz.scp.css */
/* Theme toggle button styling */
.theme-toggle[b-vqm8k2u9w8] {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(255, 255, 255, 0.18);
}

:root[data-theme='light'] .theme-toggle[b-vqm8k2u9w8] {
    border-color: rgba(15, 23, 42, 0.18);
}

/* Toggle icon sizing and visibility */
.toggle-icon[b-vqm8k2u9w8] {
    width: 20px;
    height: 20px;
    stroke: rgba(229, 231, 235, 0.9);
}

:root[data-theme='light'] .toggle-icon[b-vqm8k2u9w8] {
    stroke: rgba(15, 23, 42, 0.85);
}

