/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-7otm0viesz] {
    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-7otm0viesz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/*
    main.css styles the "current" nav state via #nav > ul > li.current, but Blazor's
    NavLink puts its active class ("active") on the <a> itself, not the parent <li>.
    These rules replicate the template's current-page indicator for that case.
*/

#nav > ul > li[b-e3x797bpgc]  a.active {
    color: #fff;
    font-weight: 600;
}

#nav > ul > li[b-e3x797bpgc]  a.active:before {
    -moz-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 0.75em;
    height: 0.75em;
    content: '';
    display: block;
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    margin-left: -0.375em;
    background-color: #37c0fb;
    background-image: url("/assets/css/images/bg01.png");
}
/* /Components/Pages/Home.razor.rz.scp.css */
.resume-header[b-4hxb673hb0] {
    border-bottom: 3px solid #1b3a5c;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

    .resume-header h2[b-4hxb673hb0] {
        color: #1b3a5c;
        margin-bottom: 0.25rem;
    }

    .resume-header .tagline[b-4hxb673hb0] {
        color: #4a5a68;
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .resume-header .contact[b-4hxb673hb0] {
        color: #6c7a89;
        font-size: 0.9rem;
    }

.resume-section[b-4hxb673hb0] {
    margin-bottom: 1.75rem;
}

    .resume-section h2[b-4hxb673hb0] {
        color: #1b3a5c;
        border-bottom: 1px solid #ccd3da;
        padding-bottom: 0.35rem;
        margin-bottom: 0.75rem;
        font-size: 1.3rem;
    }

.resume-entry[b-4hxb673hb0] {
    margin-bottom: 1.1rem;
}

.resume-entry-header[b-4hxb673hb0] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
}

    .resume-entry-header h3[b-4hxb673hb0] {
        color: #2c3e50;
        margin: 0;
        font-size: 1.05rem;
    }

.resume-dates[b-4hxb673hb0] {
    color: #6c7a89;
    font-size: 0.85rem;
    white-space: nowrap;
}

.resume-subtitle[b-4hxb673hb0] {
    color: #4a5a68;
    font-style: italic;
    margin: 0.15rem 0 0.5rem 0;
}

.skills-group[b-4hxb673hb0] {
    margin-bottom: 0.9rem;
}

    .skills-group h4[b-4hxb673hb0] {
        color: #4a5a68;
        font-size: 0.95rem;
        margin: 0 0 0.4rem 0;
    }

    .skills-group:last-child[b-4hxb673hb0] {
        margin-bottom: 0;
    }

.skills-list[b-4hxb673hb0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .skills-list li[b-4hxb673hb0] {
        background-color: #eef1f4;
        color: #1b3a5c;
        border: 1px solid #ccd3da;
        border-radius: 4px;
        padding: 0.3rem 0.75rem;
        font-size: 0.9rem;
    }
/* /Components/Pages/LeftSidebar.razor.rz.scp.css */
.box.post[b-tkee10gswa] {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 1.25em;
}
