/* /Components/Layout/MainLayout.razor.rz.scp.css */
header[b-7pd0dsa12u] {
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    background: rgba(250,250,248,0.92);
    backdrop-filter: blur(6px);
    z-index: 10;
}

.nav-row[b-7pd0dsa12u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.nav-name[b-7pd0dsa12u] {
    font-family: var(--serif);
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--ink);
}

.nav-links[b-7pd0dsa12u] {
    display: flex;
    gap: 22px;
    font-size: 0.92rem;
}

    .nav-links a[b-7pd0dsa12u] {
        color: var(--slate);
        text-decoration: none;
    }

        .nav-links a:hover[b-7pd0dsa12u] {
            color: var(--accent);
        }

footer[b-7pd0dsa12u] {
    padding: 32px 0 60px;
    color: var(--slate);
    font-size: 0.85rem;
}

.wrap[b-7pd0dsa12u] {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cayijto2hr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-cayijto2hr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-cayijto2hr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cayijto2hr] {
    font-size: 1.1rem;
}

.bi[b-cayijto2hr] {
    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-cayijto2hr] {
    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-cayijto2hr] {
    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-cayijto2hr] {
    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-cayijto2hr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cayijto2hr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cayijto2hr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cayijto2hr]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-cayijto2hr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cayijto2hr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-cayijto2hr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cayijto2hr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cayijto2hr] {
        display: none;
    }

    .nav-scrollable[b-cayijto2hr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hpy6ino1m2],
.components-reconnect-repeated-attempt-visible[b-hpy6ino1m2],
.components-reconnect-failed-visible[b-hpy6ino1m2],
.components-pause-visible[b-hpy6ino1m2],
.components-resume-failed-visible[b-hpy6ino1m2],
.components-rejoining-animation[b-hpy6ino1m2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hpy6ino1m2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hpy6ino1m2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hpy6ino1m2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hpy6ino1m2],
#components-reconnect-modal.components-reconnect-retrying[b-hpy6ino1m2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hpy6ino1m2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hpy6ino1m2],
#components-reconnect-modal.components-reconnect-failed[b-hpy6ino1m2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hpy6ino1m2] {
    display: block;
}


#components-reconnect-modal[b-hpy6ino1m2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hpy6ino1m2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hpy6ino1m2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hpy6ino1m2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hpy6ino1m2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hpy6ino1m2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hpy6ino1m2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hpy6ino1m2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hpy6ino1m2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hpy6ino1m2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hpy6ino1m2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hpy6ino1m2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hpy6ino1m2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hpy6ino1m2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hpy6ino1m2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hpy6ino1m2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hpy6ino1m2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hpy6ino1m2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hpy6ino1m2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-9o44wud6g0] {
    padding: 64px 0 40px;
}

    .hero h1[b-9o44wud6g0] {
        font-family: var(--serif);
        font-weight: 600;
        font-size: 2.3rem;
        line-height: 1.2;
        margin: 0 0 14px;
        max-width: 14ch;
    }

    .hero .role[b-9o44wud6g0] {
        color: var(--slate);
        font-size: 1.05rem;
        margin: 0 0 22px;
    }

    .hero .lede[b-9o44wud6g0] {
        font-size: 1.02rem;
        color: var(--ink);
        max-width: 62ch;
        margin: 0 0 28px;
    }

.hero-actions[b-9o44wud6g0] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

section[b-9o44wud6g0] {
    padding: 44px 0;
    border-top: 1px solid var(--border);
}

    section h2[b-9o44wud6g0] {
        font-family: var(--serif);
        font-weight: 600;
        font-size: 1.4rem;
        margin: 0 0 20px;
    }

.currently[b-9o44wud6g0] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: var(--accent-soft);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 18px 20px;
}

.dot[b-9o44wud6g0] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent);
    margin-top: 7px;
    flex-shrink: 0;
}

.currently p[b-9o44wud6g0] {
    margin: 0;
}

.currently .label[b-9o44wud6g0] {
    font-weight: 600;
    color: var(--ink);
}

.case[b-9o44wud6g0] {
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 24px;
    background: var(--paper-alt);
}

.case-top[b-9o44wud6g0] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.case h3[b-9o44wud6g0] {
    font-family: var(--serif);
    font-size: 1.15rem;
    margin: 0;
}

.case .tag[b-9o44wud6g0] {
    font-size: 0.8rem;
    color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 20px;
    padding: 2px 10px;
    white-space: nowrap;
}

.case p[b-9o44wud6g0] {
    color: var(--slate);
    margin: 10px 0 16px;
}

.case ul[b-9o44wud6g0] {
    margin: 0 0 18px;
    padding-left: 20px;
    color: var(--ink);
}

.case li[b-9o44wud6g0] {
    margin-bottom: 6px;
}

.case-meta[b-9o44wud6g0] {
    font-family: var(--mono);
    font-size: 0.82rem;
    color: var(--slate);
    margin-bottom: 16px;
}

.stack-groups[b-9o44wud6g0] {
    display: grid;
    gap: 16px;
}

.stack-row[b-9o44wud6g0] {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}

    .stack-row:last-child[b-9o44wud6g0] {
        border-bottom: none;
    }

    .stack-row dt[b-9o44wud6g0] {
        font-size: 0.88rem;
        color: var(--slate);
        padding-top: 2px;
    }

    .stack-row dd[b-9o44wud6g0] {
        margin: 0;
        font-family: var(--mono);
        font-size: 0.9rem;
        color: var(--ink);
    }

.about p[b-9o44wud6g0] {
    max-width: 62ch;
    margin: 0 0 16px;
}

.contact-list[b-9o44wud6g0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .contact-list a[b-9o44wud6g0] {
        font-size: 1rem;
    }

@media (max-width:560px) {
    .hero h1[b-9o44wud6g0] {
        font-size: 1.9rem;
    }

    .stack-row[b-9o44wud6g0] {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
/* /Components/Pages/Work/Liftrak.razor.rz.scp.css */
.case-page[b-6ayt53ooic] {
    padding: 56px 0 60px;
    max-width: 680px;
    margin: 0 auto;
}

.back-link[b-6ayt53ooic] {
    display: inline-block;
    margin-bottom: 24px;
    color: var(--slate);
    font-size: 0.9rem;
}

    .back-link:hover[b-6ayt53ooic] {
        color: var(--accent);
    }

.case-top[b-6ayt53ooic] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.case-page h1[b-6ayt53ooic] {
    font-family: var(--serif);
    font-weight: 600;
    font-size: 2rem;
    margin: 0;
}

.tag[b-6ayt53ooic] {
    font-size: 0.8rem;
    color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 20px;
    padding: 2px 10px;
    white-space: nowrap;
}

.case-meta[b-6ayt53ooic] {
    font-family: var(--mono);
    font-size: 0.85rem;
    color: var(--slate);
    margin-bottom: 32px;
}

.case-page section[b-6ayt53ooic] {
    padding: 24px 0;
    border-top: 1px solid var(--border);
}

    .case-page section:first-of-type[b-6ayt53ooic] {
        border-top: none;
    }

.case-page h2[b-6ayt53ooic] {
    font-family: var(--serif);
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 0 10px;
}

.case-page p[b-6ayt53ooic] {
    color: var(--ink);
    margin: 0;
    max-width: 62ch;
}

.case-page ul[b-6ayt53ooic] {
    margin: 0;
    padding-left: 20px;
}

.case-page li[b-6ayt53ooic] {
    margin-bottom: 8px;
}
