/* /Components/TechStackItem.razor.rz.scp.css */
.tech-item[b-qeiudiyz9u] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 20px;
    border-radius: 14px;
    background: #1e1e1e;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .tech-item:hover[b-qeiudiyz9u] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    }

[b-qeiudiyz9u] .tech-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

[b-qeiudiyz9u] .tech-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-qeiudiyz9u] .tech-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-qeiudiyz9u] .tech-name {
    color: var(--mud-palette-white);
    font-weight: 600;
    font-size: 1rem;
}

[b-qeiudiyz9u] .tech-exp {
    color: var(--mud-palette-white);
    font-size: 0.85rem;
    opacity: 0.7;
}

[b-qeiudiyz9u] .tech-progress {
    height: 10px;
    width: 100%;
    background: rgba(255,255,255,0.08);
    border-radius: 999px;
    overflow: hidden;
}

[b-qeiudiyz9u] .tech-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    border-radius: 999px;
    transition: width 0.6s ease;
}
/* /Pages/Index.razor.rz.scp.css */
.section-header[b-3r3ku04q2c] {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    margin: 50px 0 25px 0;
}

section[b-3r3ku04q2c] {
    margin: 150px 0;
}

#about-me[b-3r3ku04q2c] {
    width: 95%;
    height: calc(100vh - var(--mud-appbar-height));
    margin: 0;
}

#about-me[b-3r3ku04q2c] {
    display: flex;
    align-items: center;
    width: 100%;
}

.about-child[b-3r3ku04q2c] {
    width: 50%;
    padding: 20px;
}

.about-child:last-child[b-3r3ku04q2c] {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.intro[b-3r3ku04q2c] {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.role[b-3r3ku04q2c] {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}

.stack[b-3r3ku04q2c] {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
}

.tech[b-3r3ku04q2c] {
    background-image: linear-gradient(45deg, var(--mud-palette-primary), var(--mud-palette-secondary));
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image[b-3r3ku04q2c] {
    width: 400px;
    border-radius: 50%;
    border: 3px solid transparent;
    background: linear-gradient(to right, white, white), linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    display: flex;
}

#techstack[b-3r3ku04q2c] {
    margin-top: 0;
}

/*#projects {
    height: 75vh;
}

#resources {
    width: 100%;
}*/

#resources iframe[b-3r3ku04q2c] {
    border: 1px solid var(--mud-palette-background-grey);
    border-radius: 20px;
    box-shadow: var(--mud-palette-background-grey) 2px 2px 10px 10px;
}

#resources .resource[b-3r3ku04q2c] {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

    #resources .resource .resource-child[b-3r3ku04q2c] {
        width: 50%;
        padding: 20px;
    }

    /*resource-child2*/

    #resources .resource .resource-title[b-3r3ku04q2c] {
        font-weight: 600;
        font-size: 2.5rem;
        line-height: 1;
        text-align: center;
        background-image: linear-gradient(45deg, var(--mud-palette-primary), var(--mud-palette-secondary));
        background-size: 100%;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #resources .resource .resource-text[b-3r3ku04q2c] {
        font-size: 1.2rem;
        line-height: 1.5;
    }

[b-3r3ku04q2c] .click-to-play {
    text-align: center;
    cursor: pointer;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


    .contact-text[b-3r3ku04q2c] {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 25px;
    }

@media screen and (max-width: 1250px) {
    #resources .resource .resource-title[b-3r3ku04q2c] {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 10px;
    }

    #resources .resource .resource-text[b-3r3ku04q2c] {
        font-size: 1rem;
        line-height: 1.5;
    }
}


@media screen and (max-width: 1000px) {
    #resources .resource[b-3r3ku04q2c] {
        width: 100%;
        flex-direction: column;
        margin-bottom: 25px;
    }

        #resources .resource:nth-child(odd)[b-3r3ku04q2c] {
            flex-direction: column-reverse;
        }

        #resources .resource .resource-child[b-3r3ku04q2c] {
            width: 100%;
            padding: 5px;
        }
}

@media screen and (max-width: 1025px) {
    #about-me[b-3r3ku04q2c] {
        flex-direction: column;
    }

    .about-child[b-3r3ku04q2c] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .about-child:first-child[b-3r3ku04q2c] {
            justify-content: start;
            text-align: center;
            margin-top: 75px;
        }

        .image[b-3r3ku04q2c] {
            width: 350px;
        }

    .intro[b-3r3ku04q2c] {
        font-size: 4rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 10px;
    }

    .role[b-3r3ku04q2c] {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1;
    }

    .stack[b-3r3ku04q2c] {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
    }
}

@media screen and (max-width: 500px) {
    .image[b-3r3ku04q2c] {
        width: 250px;
    }

    .intro[b-3r3ku04q2c] {
        font-size: 3rem;
    }

    .role[b-3r3ku04q2c] {
        font-size: 1.5rem;
    }

    .stack[b-3r3ku04q2c] {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 600px) {
    [b-3r3ku04q2c] .center {
        display: flex;
        justify-content: center;
    }

    .section-header[b-3r3ku04q2c] {
        font-size: 3rem;
    }
}

.techstack-container[b-3r3ku04q2c] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section[b-3r3ku04q2c] {
    padding: 100px 0;
}

.alt-section[b-3r3ku04q2c] {
    background: rgba(255, 255, 255, 0.02);
}

.section-container[b-3r3ku04q2c] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-header[b-3r3ku04q2c] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.section-grid[b-3r3ku04q2c] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

    .section-grid.reverse[b-3r3ku04q2c] {
        direction: rtl;
    }

        .section-grid.reverse > *[b-3r3ku04q2c] {
            direction: ltr;
        }

.section-media[b-3r3ku04q2c] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.media-card[b-3r3ku04q2c] {
    border-radius: 20px;
    overflow: hidden;
    background: #1e1e1e;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.media-placeholder[b-3r3ku04q2c] {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.2rem;
    background: linear-gradient(135deg, #2a2a2a, #1c1c1c);
}

.section-description[b-3r3ku04q2c] {
    opacity: 0.75;
    line-height: 1.6;
    max-width: 500px;
}

.section-cta[b-3r3ku04q2c] {
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 900px) {
    .section-grid[b-3r3ku04q2c] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

        .section-grid.reverse[b-3r3ku04q2c] {
            direction: ltr;
        }

    .section-cta[b-3r3ku04q2c] {
        justify-content: flex-start;
    }
}

.contact-section[b-3r3ku04q2c] {
    padding: 120px 0;
    text-align: center;
}

.contact-card[b-3r3ku04q2c] {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    background: #1e1e1e;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    color: var(--mud-palette-white);
}

.contact-subtext[b-3r3ku04q2c] {
    font-size: 1.1rem;
    opacity: 0.7;
    margin-bottom: 40px;
}

.contact-links[b-3r3ku04q2c] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-item[b-3r3ku04q2c] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.2s ease;
    color: var(--mud-palette-white);
}

    .contact-item:hover[b-3r3ku04q2c] {
        transform: translateY(-3px);
    }

.contact-label[b-3r3ku04q2c] {
    font-size: 0.9rem;
    opacity: 0.6;
    margin-bottom: 5px;
}

.contact-value[b-3r3ku04q2c] {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--mud-palette-primary);
}


.project[b-3r3ku04q2c] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Make both sides 50/50 */
.project-media[b-3r3ku04q2c],
.project-context[b-3r3ku04q2c] {
    flex: 1;
}

    /* Image scaling */
    .project-media img[b-3r3ku04q2c] {
        width: 100%;
        height: auto;
        border-radius: 12px;
        object-fit: cover;
    }

/* Mobile layout */
@media (max-width: 768px) {
    .project[b-3r3ku04q2c] {
        flex-direction: column;
    }

    .project-media[b-3r3ku04q2c],
    .project-context[b-3r3ku04q2c] {
        width: 100%;
    }
}

.project-title[b-3r3ku04q2c] {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.project-description[b-3r3ku04q2c] {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.project-reverse[b-3r3ku04q2c] {
    flex-direction: row-reverse;
}
/* /Pages/Projects.razor.rz.scp.css */
.projects-page[b-1a5p6du8ot] {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.project-timeline[b-1a5p6du8ot] {
    position: sticky;
    top: 100px;
    width: 175px;
    height: fit-content;
    padding-left: 15px;
    border-left: 2px solid #e5e5e5;
    margin-top: 80px;
}

    .project-timeline a[b-1a5p6du8ot] {
        display: block;
        margin: 15px 0;
        text-decoration: none;
        position: relative;
        transition: 0.2s;
        cursor: pointer;
    }

        .project-timeline a[b-1a5p6du8ot]::before {
            content: "";
            position: absolute;
            left: -26px;
            top: 6px;
            width: 10px;
            height: 10px;
            background: var(--mud-palette-text);
            border-radius: 50%;
        }

.projects[b-1a5p6du8ot] {
    flex: 1;
    margin-bottom: 40px;
    width: 100%;
}

[b-1a5p6du8ot] .project {
    padding: 30px;
    position: relative;
}

[b-1a5p6du8ot] .project-title {
    font-size: 24px;
    font-weight: 600;
}

[b-1a5p6du8ot] .project-content {
    display: flex;
    gap: 16px;
    align-items: center;
}

    [b-1a5p6du8ot] .project-content img {
        width: 50%;
        border-radius: 10px;
    }

[b-1a5p6du8ot] .project-info {
    width: 50%;
    line-height: 1.6;
}

[b-1a5p6du8ot] .tag {
    min-width: 50px;
    padding: 2px 5px;
    border-radius: 7px;
    background: grey;
    color: white;
    font-size: 14px;
}

    [b-1a5p6du8ot] .tag a {
        background: grey;
        color: white;
    }

[b-1a5p6du8ot] .project-description {
    padding: 15px 0;
    overflow: hidden;
}

.project-description img[b-1a5p6du8ot] {
    max-width: 100%;
    min-width: 50%;
    border-radius: 10px;
}

[b-1a5p6du8ot] .project-blur {
    height: 75px;
    mask: linear-gradient(black, black, transparent);
    backdrop-filter: blur(8px);
}

[b-1a5p6du8ot] .project-expand-hide {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%);
}

@media (max-width: 800px) {
    [b-1a5p6du8ot] .project {
        padding: 10px;
        padding-bottom: 30px;
    }

    [b-1a5p6du8ot] .project-title {
        font-size: 16px;
    }

    [b-1a5p6du8ot] .projects-page {
        flex-direction: column;
    }

    [b-1a5p6du8ot] .project-timeline {
        padding-top: 0;
        display: none;
    }

    [b-1a5p6du8ot] .project-content {
        flex-direction: column;
    }

        [b-1a5p6du8ot] .project-content img,
        [b-1a5p6du8ot] .project-info {
            width: 100%;
        }

    [b-1a5p6du8ot] .tag {
        min-width: 35px;
        padding: 2px 5px;
        font-size: 10px;
    }
}
/* /Pages/Util/CommaSeparator.razor.rz.scp.css */
[b-fa2diflr6p] .input-area {
    width: 100%;
    height: 600px;
    border: 3px var(--mud-palette-text-primary) solid;
    border-radius: 7px;
    resize: none;
}
/* /Shared/Footer.razor.rz.scp.css */
.link[b-q9prwkdvr1] {
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    transition: transform 200ms ease;
    background-color: transparent;
    padding: 0.5em;
    padding-bottom: 1px;
    margin: auto;
    border-radius: 6px;
    transition: opacity 0.3s ease;
}

    .link:hover[b-q9prwkdvr1] {
        transition: opacity 0.3s ease;
    }

        .link:hover[b-q9prwkdvr1]:after {
            background-color: var(--mud-palette-text-primary);
        }

        .link:hover[b-q9prwkdvr1]:after {
            width: 100%;
            left: 0px;
        }

    .link[b-q9prwkdvr1]:after {
        content: "";
        position: absolute;
        border-radius: 30px;
        height: 2px;
        width: 0%;
        right: 0px;
        bottom: 0px;
        transition: all 400ms ease;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.container[b-pa16wiyca1] {
    width: 75%;
    margin: auto;
}

[b-pa16wiyca1] .theme-toggle {
    position: absolute;
    right: 15px;
    color: var(--mud-palette-action-default);
}

[b-pa16wiyca1] .mud-appbar {
    transition: transform 250ms ease;
}

[b-pa16wiyca1] .appbar-hidden {
    transform: translateY(-100%);
}

nav[b-pa16wiyca1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    position: relative;
    transition: transform 250ms ease;
}

    [b-pa16wiyca1] nav.nav-hidden {
        transform: translateY(-100%);
    }

.navbar-list[b-pa16wiyca1] {
    margin: 0px auto;
    display: flex;
    padding: 0px;
    list-style: none;
}

.navbar-item[b-pa16wiyca1] {
    position: relative;
    padding: 5px 12px;
    margin: 10px;
    transition: transform 200ms ease;
}

    .navbar-item a[b-pa16wiyca1] {
        color: var(--mud-palette-text-primary);
        font-size: 22px;
        text-decoration: none;
        letter-spacing: 0.5px;
    }

    .navbar-item:hover a[b-pa16wiyca1] {
        text-decoration: none !important;
    }

        .navbar-item:hover a[b-pa16wiyca1]:after {
            background-color: var(--mud-palette-text-secondary);
        }

    .navbar-item a[b-pa16wiyca1]:after {
        content: "";
        position: absolute;
        background: black;
        border-radius: 30px;
        height: 2px;
        width: 0%;
        right: 0px;
        bottom: 2px;
        transition: all 400ms ease;
    }

    .navbar-item:hover a[b-pa16wiyca1]:after {
        width: 100%;
        left: 0px;
    }

[b-pa16wiyca1] .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 1000;
    color: var(--mud-palette-action-default);
}

@media (max-width: 599px) {
    .container[b-pa16wiyca1] {
        width: 85%;
    }

    .navbar-list[b-pa16wiyca1] {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 200px;
        position: relative;
        background-color: var(--mud-palette-appbar-background);
    }

    [b-pa16wiyca1] .hamburger {
        display: flex;
    }

    [b-pa16wiyca1] .theme-toggle {
        left: 15px;
    }

    .navbar-item[b-pa16wiyca1] {
        text-align: center;
        margin: 0px;
        padding: 4px;
    }

        .navbar-item a[b-pa16wiyca1]:after {
            content: none !important;
        }

    .navbar-list.active[b-pa16wiyca1] {
        display: flex;
    }
}

[b-pa16wiyca1] .cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: min(900px, calc(100% - 24px));
    z-index: 9999;
    border-radius: 12px;
}

[b-pa16wiyca1] .cookie-text {
    max-width: 600px;
}
/* /Shared/UtilLayout.razor.rz.scp.css */
.container[b-r0vxczdgiu] {
    width: 75%;
    margin: auto;
}

[b-r0vxczdgiu] .util-navbar {
    height: 50px;
    width: 95%;
    margin: auto;
}

[b-r0vxczdgiu] .theme-toggle {
    position: absolute;
    right: 15px;
    color: var(--mud-palette-action-default);
}

[b-r0vxczdgiu] .mud-appbar {
    transition: transform 250ms ease;
}

nav[b-r0vxczdgiu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    position: relative;
    transition: transform 250ms ease;
}

@media (max-width: 599px) {
    .container[b-r0vxczdgiu] {
        width: 85%;
    }

    [b-r0vxczdgiu] .theme-toggle {
        left: 15px;
    }
}
