/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-p0ypnxatb3] {
    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-p0ypnxatb3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1zr1xesr30],
.components-reconnect-repeated-attempt-visible[b-1zr1xesr30],
.components-reconnect-failed-visible[b-1zr1xesr30],
.components-pause-visible[b-1zr1xesr30],
.components-resume-failed-visible[b-1zr1xesr30],
.components-rejoining-animation[b-1zr1xesr30] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1zr1xesr30],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1zr1xesr30],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1zr1xesr30],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1zr1xesr30],
#components-reconnect-modal.components-reconnect-retrying[b-1zr1xesr30],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1zr1xesr30],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1zr1xesr30],
#components-reconnect-modal.components-reconnect-failed[b-1zr1xesr30],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1zr1xesr30] {
    display: block;
}


#components-reconnect-modal[b-1zr1xesr30] {
    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-1zr1xesr30 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1zr1xesr30 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1zr1xesr30 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1zr1xesr30]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1zr1xesr30 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1zr1xesr30 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1zr1xesr30 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1zr1xesr30 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1zr1xesr30] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1zr1xesr30] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1zr1xesr30] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1zr1xesr30] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1zr1xesr30] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1zr1xesr30] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1zr1xesr30] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1zr1xesr30 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1zr1xesr30] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1zr1xesr30 {
    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/Home/Contact.razor.rz.scp.css */
.contact-me[b-xg1imb4log] {
    border-top: 1px solid var(--bs-border-color, #dee2e6);
}

    .contact-me h2[b-xg1imb4log] {
        font-size: 1.5rem;
        font-weight: 600;
    }

.contact-link[b-xg1imb4log] {
    font-size: 1.1rem;
    text-decoration: none;
}

    .contact-link:hover[b-xg1imb4log] {
        text-decoration: underline;
    }

.contact-icon[b-xg1imb4log] {
    width: 1.5rem;
    height: 1.5rem;
}
/* /Components/Pages/Home/Landing.razor.rz.scp.css */
.landing-page[b-lfr3cvbpdn] {
    padding-bottom: 12rem;
}

@media (max-width: 767.98px) {
    .landing-page[b-lfr3cvbpdn] {
        padding-bottom: 18rem;
    }
}
/* /Components/Pages/Home/Page.razor.rz.scp.css */
.page-shell[b-wj8ihnwxfp] {
    --page-footer-height: 4.5rem;
}

.page-body[b-wj8ihnwxfp] {
    min-height: 100vh;
    overflow-y: auto;
    padding-bottom: var(--page-footer-height);
}

@supports (height: 100dvh) {
    .page-body[b-wj8ihnwxfp] {
        min-height: 100dvh;
    }
}

footer[b-wj8ihnwxfp] {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: var(--page-footer-height);
    background-color: var(--rz-base-background-color);
    padding: 0.5rem 1rem;
    border-top: 1px solid var(--rz-border-disabled-color);
}
/* /Components/Widgets/FeatureCards.razor.rz.scp.css */
.feature-cards-container[b-feco6czwx1] {
    width: 100%;
    height: 100%;
}

.feature-cards-grid[b-feco6czwx1] {
    display: grid;
    gap: 2rem;
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.feature-cards-grid-cols-1[b-feco6czwx1] {
    grid-template-columns: 1fr;
}

.feature-cards-grid-cols-2[b-feco6czwx1] {
    grid-template-columns: repeat(2, 1fr);
}

.feature-cards-grid-cols-3[b-feco6czwx1] {
    grid-template-columns: repeat(3, 1fr);
}

.feature-cards-grid-cols-4[b-feco6czwx1] {
    grid-template-columns: repeat(4, 1fr);
}

.feature-card[b-feco6czwx1] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

    .feature-card:hover[b-feco6czwx1] {
        transform: translateY(-4px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

.feature-card-image[b-feco6czwx1] {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

    .feature-card-image img[b-feco6czwx1] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.feature-card-content[b-feco6czwx1] {
    padding: 1.5rem;
    flex: 1;
}

    .feature-card-content h3[b-feco6czwx1] {
        margin: 0 0 0.5rem 0;
        font-size: 1.5rem;
        color: #333;
    }

.feature-card-slug[b-feco6czwx1] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

.feature-card-footer[b-feco6czwx1] {
    padding: 0 1.5rem 1.5rem;
}

/* Feature Detail View */
.feature-detail-view[b-feco6czwx1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 1000;
    overflow-y: auto;
    animation: slideInUp-b-feco6czwx1 0.3s ease-out;
}

@keyframes slideInUp-b-feco6czwx1 {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.feature-detail-header[b-feco6czwx1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    border-bottom: 1px solid #e0e0e0;
    background: rgba(8, 61, 78, 0.1); /* Reduced opacity version of --nav-link-active-bg (#083d4e) */
    position: sticky;
    top: 0;
    z-index: 10;
}

    .feature-detail-header h2[b-feco6czwx1] {
        flex: 1;
        margin: 0;
        font-size: 2rem;
        color: #333;
    }

.feature-detail-nav[b-feco6czwx1] {
    display: flex;
    gap: 0.5rem;
}

.feature-detail-content[b-feco6czwx1] {
    padding: 2rem;
}

.feature-detail-image[b-feco6czwx1] {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .feature-detail-image img[b-feco6czwx1] {
        width: 100%;
        height: auto;
        display: block;
    }

.feature-detail-body[b-feco6czwx1] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.feature-slug[b-feco6czwx1] {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    font-weight: 500;
}

.feature-body[b-feco6czwx1] {
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-cards-grid[b-feco6czwx1] {
        grid-template-columns: 1fr !important;
        padding: 1rem;
        gap: 1rem;
    }

    .feature-detail-header[b-feco6czwx1] {
        padding: 0.75rem 1rem;
    }

        .feature-detail-header h2[b-feco6czwx1] {
            font-size: 1.5rem;
        }

    .feature-detail-content[b-feco6czwx1] {
        padding: 1rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .feature-cards-grid-cols-3[b-feco6czwx1],
    .feature-cards-grid-cols-4[b-feco6czwx1] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
