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

main[b-nk0w61oks6] {
    flex: 1;
    padding-top: 76px; /* Account for fixed navbar */
}

footer[b-nk0w61oks6] {
    margin-top: auto;
}

#blazor-error-ui[b-nk0w61oks6] {
    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-nk0w61oks6] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NoContactFooterLayout.razor.rz.scp.css */
.page[b-d037a0bdwp] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-d037a0bdwp] {
    flex: 1;
    padding-top: 76px; /* Account for fixed navbar */
}

footer[b-d037a0bdwp] {
    margin-top: auto;
}

#blazor-error-ui[b-d037a0bdwp] {
    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-d037a0bdwp] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Pages/AboutMe.razor.rz.scp.css */
/* Hero section */
.about-hero[b-alem77m7os] {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding-inline: 2rem;
    max-width: 900px;
    margin: 0 auto;
    border-bottom: 2px solid var(--bs-dark);
}

.about-hero-text[b-alem77m7os] {
    flex: 1;
}

.about-hero-text h1[b-alem77m7os] {
    font-size: 2.5em;
    font-weight: 300;
    margin: 0 0 .6em;
    color: var(--bs-dark);
}

.about-intro[b-alem77m7os] {
    font-size: 1.25em;
    font-weight: 100;
    line-height: 1.7;
    color: var(--bs-secondary);
    margin: 0;
}

.about-hero-photo[b-alem77m7os] {
    flex-shrink: 0;
}

.about-hero-photo img[b-alem77m7os] {
    width: 300px;
    object-fit: contain;
    object-position: bottom;
}

@media (max-width: 767px) {
    .about-hero[b-alem77m7os] {
        flex-direction: column-reverse;
        gap: 2rem;
        text-align: center;
    }

    .about-hero-text h1[b-alem77m7os] {
        font-size: 2em;
    }

    .about-intro[b-alem77m7os] {
        font-size: 1.15em;
    }

    .about-hero-photo img[b-alem77m7os] {
        width: 200px;
    }
}

/* Background story section */
.about-lead[b-alem77m7os] {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.about-lead p[b-alem77m7os] {
    font-size: 1.3em;
    font-weight: 100;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.about-highlight[b-alem77m7os] {
    max-width: 700px;
    margin: 2.5rem auto 0;
    font-size: 1.4em;
    font-weight: 500;
    color: var(--bs-primary);
    line-height: 1.6;
    border-left: 4px solid var(--bs-primary);
    padding-left: 1.5rem;
    text-align: left;
}

/* Personal interests section */
.about-personal-wrapper[b-alem77m7os] {
    background: var(--bs-secondary);
    color: var(--bs-white);
    border-radius: 10px;
    padding: 2rem 1rem;
    text-align: center;
}

.interest-list[b-alem77m7os] {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.interest-box[b-alem77m7os] {
    flex: 1;
    padding: 1rem 2rem;
    border-radius: 10px;
    transition: all .1s ease-in-out;
}

.interest-box:hover[b-alem77m7os] {
    background-color: var(--bs-white);
    transform: scale(1.02, 1.02);
}

.interest-box h3[b-alem77m7os] {
    font-size: 1.7em;
    font-weight: bold;
    margin: .5em 0;
    color: var(--bs-white);
}

.interest-box:hover h3[b-alem77m7os] {
    color: var(--bs-primary);
}

.interest-box p[b-alem77m7os] {
    font-size: 1.3em;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.8);
}

.interest-box:hover p[b-alem77m7os] {
    color: var(--bs-secondary);
}

@media (max-width: 991px) {
    .interest-list[b-alem77m7os] {
        flex-direction: column;
        gap: 0;
    }
}
