/* /Components/Home.razor.rz.scp.css */
.bottom-tech-section[b-d5v9yqc9ss] {
    margin: 40px 24px 60px;
    max-width: 100%;
}

.bottom-tech-card[b-d5v9yqc9ss] {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.bottom-tech-heading[b-d5v9yqc9ss] {
    max-width: 760px;
    margin-bottom: 20px;
}

    .bottom-tech-heading h2[b-d5v9yqc9ss] {
        margin: 0 0 12px;
        font-size: 2rem;
        font-weight: 800;
        color: #0f172a;
    }

    .bottom-tech-heading p[b-d5v9yqc9ss] {
        margin: 0;
        color: #64748b;
        line-height: 1.7;
        font-size: 0.95rem;
    }

.bottom-tech-scroll[b-d5v9yqc9ss] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 64px;
    max-width: 100%;
}

.bottom-tech-track[b-d5v9yqc9ss] {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
    width: max-content;
    animation: techMove-b-d5v9yqc9ss 20s linear infinite;
}

    .bottom-tech-track span[b-d5v9yqc9ss] {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
        font-size: 0.9rem;
        font-weight: 600;
        white-space: nowrap;
    }

    .bottom-tech-track i[b-d5v9yqc9ss] {
        font-size: 1.1rem;
    }

@keyframes techMove-b-d5v9yqc9ss {
    0% {
        left: 0;
    }

    100% {
        left: -50%;
    }
}

@media (max-width: 768px) {
    .bottom-tech-section[b-d5v9yqc9ss] {
        margin: 30px 16px 40px;
    }

    .bottom-tech-card[b-d5v9yqc9ss] {
        padding: 20px;
    }

    .bottom-tech-heading h2[b-d5v9yqc9ss] {
        font-size: 1.6rem;
    }

    .bottom-tech-scroll[b-d5v9yqc9ss] {
        height: 56px;
    }

    .bottom-tech-track[b-d5v9yqc9ss] {
        gap: 10px;
        animation-duration: 14s;
    }

        .bottom-tech-track span[b-d5v9yqc9ss] {
            padding: 8px 12px;
            font-size: 0.85rem;
        }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ya4pwprwt6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ya4pwprwt6] {
    flex: 1;
}

.sidebar[b-ya4pwprwt6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ya4pwprwt6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ya4pwprwt6]  a, .top-row[b-ya4pwprwt6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ya4pwprwt6]  a:hover, .top-row[b-ya4pwprwt6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ya4pwprwt6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ya4pwprwt6] {
        justify-content: space-between;
    }

    .top-row[b-ya4pwprwt6]  a, .top-row[b-ya4pwprwt6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ya4pwprwt6] {
        flex-direction: row;
    }

    .sidebar[b-ya4pwprwt6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ya4pwprwt6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ya4pwprwt6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ya4pwprwt6], article[b-ya4pwprwt6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ya4pwprwt6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ya4pwprwt6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
    @media (max-width:640.98){
        .sidebar[b-ya4pwprwt6] {
            width: 100%;
        }
        main[b-ya4pwprwt6] {
            width: 100%;
        }
        article.content[b-ya4pwprwt6] {
            padding-left: 0.75rem !important;
            padding-right: 0.75rem !important;
            padding-top: 0.75rem !important;
        }
        @media (max-width: 640.98px) {
            .navbar-toggler[b-ya4pwprwt6] {
                display: block;
                position: fixed;
                top: 18px;
                right: 15px;
                width: 44px;
                height: 44px;
                z-index: 1002;
                cursor: pointer;
                appearance: none;
                -webkit-appearance: none;
                border: 1px solid rgba(255,255,255,0.18);
                border-radius: 10px;
                background: rgba(255,255,255,0.08);
            }

                .navbar-toggler[b-ya4pwprwt6]::before {
                    content: "☰";
                    display: block;
                    text-align: center;
                    line-height: 44px;
                    font-size: 26px;
                    color: white;
                }

                .navbar-toggler:checked[b-ya4pwprwt6]::before {
                    content: "✕";
                }

            .nav-scrollable[b-ya4pwprwt6] {
                position: fixed;
                top: 72px;
                left: 0;
                width: 100%;
                height: calc(100vh - 72px);
                transform: translateX(-100%);
                transition: transform 0.3s ease;
                z-index: 1000;
            }

            .navbar-toggler:checked ~ .nav-scrollable[b-ya4pwprwt6] {
                transform: translateX(0);
            }
        }
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-mqgxznpz8a] {
    min-height: 72px;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: relative;
    z-index: 1100;
}

.nav-header[b-mqgxznpz8a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-brand[b-mqgxznpz8a] {
    font-size: 1.15rem;
    font-weight: 800;
    color: white;
    letter-spacing: 0.3px;
}

.nav-scrollable[b-mqgxznpz8a] {
    background: linear-gradient(180deg,#0f172a 0%,#1e1b4b 100%);
    padding: 18px 12px;
}

.nav-item[b-mqgxznpz8a] {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

    .nav-item[b-mqgxznpz8a]  .nav-link {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 48px;
        padding: 12px 14px;
        border-radius: 14px;
        color: rgba(255,255,255,0.82);
        font-weight: 600;
        transition: all 0.2s ease;
    }

        .nav-item[b-mqgxznpz8a]  .nav-link:hover {
            background: rgba(255,255,255,0.08);
            color: white;
        }

    .nav-item[b-mqgxznpz8a]  a.active {
        background: linear-gradient(135deg,#2563eb 0%,#4f46e5 100%);
        color: white;
        box-shadow: 0 12px 22px rgba(37,99,235,0.24);
    }

    .nav-item[b-mqgxznpz8a]  .bi {
        font-size: 1rem;
    }

.navbar-toggler[b-mqgxznpz8a] {
    display: none;
}

.hamburger-icon[b-mqgxznpz8a] {
    display: none;
}

.footer[b-mqgxznpz8a] {
    font-size: 18px;
    color: floralwhite;
    opacity: 0.25;
    margin-top: 22px;
    padding-left: 8px;
}

.logout-link[b-mqgxznpz8a] {
    color: #fca5a5 !important;
}

    .logout-link:hover[b-mqgxznpz8a] {
        background: rgba(239,68,68,0.12) !important;
    }

/* MOBILE */
@media (max-width: 640.98px) {
    .navbar-toggler[b-mqgxznpz8a] {
        display: none;
    }

    .hamburger-icon[b-mqgxznpz8a] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.15);
        background: rgba(255,255,255,0.08);
        color: white;
        cursor: pointer;
        user-select: none;
        position: relative;
    }

        .hamburger-icon[b-mqgxznpz8a]::before {
            content: "☰";
            font-size: 24px;
            line-height: 1;
        }

    .nav-scrollable[b-mqgxznpz8a] {
        position: fixed;
        top: 72px;
        left: 0;
        width: 100%;
        height: calc(100vh - 72px);
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        z-index: 1050;
    }

    .navbar-toggler:checked + .hamburger-icon[b-mqgxznpz8a]::before {
        content: "✕";
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-mqgxznpz8a] {
        transform: translateX(0);
    }

    .footer[b-mqgxznpz8a] {
        font-size: 14px;
        margin-top: 20px;
        padding-left: 8px;
    }
}

/* DESKTOP */
@media (min-width: 641px) {
    .mobile-nav-wrapper[b-mqgxznpz8a] {
        display: block;
    }

    .nav-scrollable[b-mqgxznpz8a] {
        height: calc(100vh - 72px);
        overflow-y: auto;
        transform: none !important;
        position: static;
    }
}
/* /Components/Projects.razor.rz.scp.css */
.project-gallery img[b-0zq2luxbb7] {
    cursor: pointer;
}

.project-lightbox[b-0zq2luxbb7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5000;
}

.project-lightbox-content[b-0zq2luxbb7] {
    position: relative;
    max-width: 90%;
}

.project-lightbox-image[b-0zq2luxbb7] {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 12px;
}

.project-close[b-0zq2luxbb7] {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.project-arrow[b-0zq2luxbb7] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

    .project-arrow.left[b-0zq2luxbb7] {
        left: -60px;
    }

    .project-arrow.right[b-0zq2luxbb7] {
        right: -60px;
    }
