/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cewbvza7v7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cewbvza7v7] {
    flex: 1;
}

.sidebar[b-cewbvza7v7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cewbvza7v7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cewbvza7v7]  a, .top-row[b-cewbvza7v7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cewbvza7v7]  a:hover, .top-row[b-cewbvza7v7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cewbvza7v7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-cewbvza7v7] {
        justify-content: space-between;
    }

    .top-row[b-cewbvza7v7]  a, .top-row[b-cewbvza7v7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cewbvza7v7] {
        flex-direction: row;
    }

    .sidebar[b-cewbvza7v7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cewbvza7v7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cewbvza7v7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cewbvza7v7], article[b-cewbvza7v7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mo3chm0juk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mo3chm0juk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mo3chm0juk] {
    font-size: 1.1rem;
}

.bi[b-mo3chm0juk] {
    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-mo3chm0juk] {
    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-mo3chm0juk] {
    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-mo3chm0juk] {
    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-mo3chm0juk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mo3chm0juk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mo3chm0juk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mo3chm0juk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-mo3chm0juk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mo3chm0juk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mo3chm0juk] {
        display: none;
    }

    .collapse[b-mo3chm0juk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-mo3chm0juk] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/TopNavFooter.razor.rz.scp.css */
.footerStyle[b-dbx64lcp50] {
    background-color: var(--cf-theme-900);
}

    .footerStyle a[b-dbx64lcp50] {
        color: var(--cf-theme-200);
    }
    .footerStyle a:hover[b-dbx64lcp50] {
        color: var(--cf-theme-core);
    }


.bi[b-dbx64lcp50] {
    font-size: 1.5rem;
    padding-inline-start: .5rem;
}
/* /Components/Layout/TopNavMenu.razor.rz.scp.css */
.navStyle[b-z37nrehs6s]{
        background-color: var(--cf-theme-850);
}

.nav-item[b-z37nrehs6s] {
    --bs-navbar-hover-color: var(--cf-theme-400);
    --bs-nav-link-hover-color: var(--cf-theme-400);
}

.dropdown-menu[b-z37nrehs6s]{
        background-color: var(--cf-theme-900);
}

.dropdown:has(.nav-link.active) .dropdown-toggle[b-z37nrehs6s]{
        color: var(--bs-navbar-active-color);
}




/* /Components/Pages/Home.razor.rz.scp.css */
/* Title Container */
.title[b-nhlaqi8bls] {
    margin-bottom: 3rem;
    text-align: left;
}

/* Name */
.title .name[b-nhlaqi8bls] {
    font-family: 'Playfair Display', serif;
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #0d1b2a;
    margin-bottom: 0.25rem;
    position: relative;
}

/* Elegant underline accent */
.title .name[b-nhlaqi8bls]::after {
    content: "";
    display: block;
    width: 25vw;
    height: 3px;
    background: #0d6efd;
    margin-top: 0.5rem;
    border-radius: 2px;
}

/* AKA */
.title .aka[b-nhlaqi8bls] {
    font-size: 0.95rem;
    font-style: italic;
    color: #6c757d;
    margin-bottom: 1.25rem;
}

/* Tagline */
.title .tagline[b-nhlaqi8bls] {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    font-style: italic;
    color: #444;
    margin-bottom: 0.75rem;
    opacity: 0;
    transform: translateY(8px);
    animation: fadeUp-b-nhlaqi8bls 2.4s ease forwards 0.2s;
}

/* Highlight word in tagline */
.title .tagline .highlight[b-nhlaqi8bls] {
    font-variant: small-caps;
    font-weight: 600;
    color: #0d1b2a;
}

/* Role */
.title .role[b-nhlaqi8bls] {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0d1b2a;
    opacity: 0;
    transform: translateY(8px);
    animation: fadeUp-b-nhlaqi8bls 5s ease forwards 0.9s;
}

/* Icons inside page */
.pageStyle .bi[b-nhlaqi8bls] {
    color: #0d6efd;
    margin-left: 0.25rem;
    margin-right: 0.5rem;
    font-size: 1.2em;
    vertical-align: middle;
    transition: color 0.4s ease, transform 0.4s ease;
}

/* Hover effect for icons */
.pageStyle .bi:hover[b-nhlaqi8bls] {
    color: #0a58ca;
    transform: translate(-2px);
}

/* Hosted info hidden by default */
.pageStyle .nav-link .hosted[b-nhlaqi8bls] {
    opacity: 0;
    transition: opacity 0.3s ease;
    font-style: italic;
    color: #6c757d;
}

/* Show hosted info on hover */
.pageStyle .nav-link:hover .hosted[b-nhlaqi8bls] {
    opacity: 1;
}

/* Fade-in animation */
@keyframes fadeUp-b-nhlaqi8bls {
    to {
        opacity: 1;
        transform: translate(0);
    }
}

/* Column with code screen as background */
.image-column[b-nhlaqi8bls] {
    height: 100%;
    overflow: hidden;
    perspective: 1000px; /* enable subtle 3D tilt */
}

/* Background image fills the column responsively */
.image-column .bg-image[b-nhlaqi8bls] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.55;
}

/* Foreground LRO_AI */
.lro-image[b-nhlaqi8bls] {
    max-width: 80%;
    max-height: 80vh;
    z-index: 1;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    will-change: transform, box-shadow;
    pointer-events: none; /* let the container receive mouse events */
}

/* Hover: shadow only (transform is driven by JS to avoid conflicts) */
.image-column:hover .lro-image[b-nhlaqi8bls] {
    box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}

/* Media query for mobile and wider screens */
@media (max-width: 767px) {
    .image-column[b-nhlaqi8bls] {
        display: block; /* Show image column on mobile */
        height: 30vh; /* Limit height on mobile */
    }

    .image-column .bg-image[b-nhlaqi8bls] {
        height: 30vh; /* Match container height */
    }

    .lro-image[b-nhlaqi8bls] {
        max-height: 60vh; /* Adjust image size for mobile */
    }

    .title .name[b-nhlaqi8bls]::after {
        width: 50vw;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .image-column[b-nhlaqi8bls] {
        height: 50vh; /* Moderate height for tablets */
    }

    .image-column .bg-image[b-nhlaqi8bls] {
        height: 50vh;
    }

    .lro-image[b-nhlaqi8bls] {
        max-height: 70vh;
    }
}

@media (min-width: 1200px) {
    .image-column[b-nhlaqi8bls] {
        height: 100%; /* Full height for desktop */
    }

    .lro-image[b-nhlaqi8bls] {
        max-height: 80vh;
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .lro-image[b-nhlaqi8bls] {
        transition: box-shadow 0.2s ease;
    }
}
.lro-image[b-nhlaqi8bls] {
    max-width: 80%;
    max-height: 80vh;
    z-index: 1;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    transform-style: preserve-3d;
    will-change: transform, box-shadow;
    pointer-events: none;
}

.image-column:hover .lro-image[b-nhlaqi8bls] {
    box-shadow: 0 20px 35px rgba(0,0,0,0.25), 0 0 8px rgba(255,255,255,0.3);
}
