/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wwedpidokb] {
    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-wwedpidokb] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wwedpidokb] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wwedpidokb] {
    font-size: 1.1rem;
}

.bi[b-wwedpidokb] {
    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-wwedpidokb] {
    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-wwedpidokb] {
    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-wwedpidokb] {
    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-wwedpidokb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wwedpidokb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wwedpidokb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wwedpidokb]  .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-wwedpidokb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wwedpidokb]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wwedpidokb] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wwedpidokb] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wwedpidokb] {
        display: none;
    }

    .nav-scrollable[b-wwedpidokb] {
        /* 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-dpam5se853],
.components-reconnect-repeated-attempt-visible[b-dpam5se853],
.components-reconnect-failed-visible[b-dpam5se853],
.components-pause-visible[b-dpam5se853],
.components-resume-failed-visible[b-dpam5se853],
.components-rejoining-animation[b-dpam5se853] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dpam5se853],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dpam5se853],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dpam5se853],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dpam5se853],
#components-reconnect-modal.components-reconnect-retrying[b-dpam5se853],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dpam5se853],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dpam5se853],
#components-reconnect-modal.components-reconnect-failed[b-dpam5se853],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dpam5se853] {
    display: block;
}


#components-reconnect-modal[b-dpam5se853] {
    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-dpam5se853 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dpam5se853 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dpam5se853 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dpam5se853]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dpam5se853 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dpam5se853 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dpam5se853 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dpam5se853 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dpam5se853] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dpam5se853] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dpam5se853] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dpam5se853] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dpam5se853] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dpam5se853] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dpam5se853] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dpam5se853 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dpam5se853] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dpam5se853 {
    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/Layout/ResumeLayout.razor.rz.scp.css */
.resume-layout[b-idos65hls6] {
    min-height: 100vh;
}

/* /Components/Pages/EthanWilliams.razor.rz.scp.css */
.resume-site[b-xu9z5pxi3h] {
    --ink: #e8f1f5;
    --muted: #91a6b1;
    --panel: #0b171e;
    --panel-soft: #0e1d25;
    --line: rgba(153, 190, 204, 0.18);
    --cyan: #5ee7ff;
    --cyan-soft: rgba(94, 231, 255, 0.12);
    --green: #63e6a6;
    min-height: 100vh;
    overflow-x: clip;
    color: var(--ink);
    background:
        radial-gradient(circle at 78% 5%, rgba(18, 89, 109, 0.25), transparent 26rem),
        linear-gradient(180deg, #071117 0%, #09151b 55%, #061016 100%);
    font-family: "Roboto", "Segoe UI", sans-serif;
    line-height: 1.65;
}

.resume-site *[b-xu9z5pxi3h], .resume-site *[b-xu9z5pxi3h]::before, .resume-site *[b-xu9z5pxi3h]::after {
    box-sizing: border-box;
}

.resume-site a[b-xu9z5pxi3h] {
    color: inherit;
}

.resume-skip-link[b-xu9z5pxi3h] {
    position: fixed;
    top: -5rem;
    left: 1rem;
    z-index: 1000;
    padding: 0.7rem 1rem;
    color: #061016;
    background: #5ee7ff;
    border-radius: 0.2rem;
    font-weight: 700;
}

.resume-skip-link:focus[b-xu9z5pxi3h] {
    top: 1rem;
}

.resume-nav[b-xu9z5pxi3h] {
    position: sticky;
    top: 0;
    z-index: 10;
    width: min(100% - 3rem, 78rem);
    min-height: 6rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 17, 23, 0.9);
    box-shadow: 0 1px 0 rgba(94, 231, 255, 0.05), 0 0 0 100vmax rgba(7, 17, 23, 0.9);
    clip-path: inset(0 -100vmax);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.resume-site main[b-xu9z5pxi3h],
.resume-hero[b-xu9z5pxi3h],
.resume-section[b-xu9z5pxi3h],
.resume-contact[b-xu9z5pxi3h] {
    scroll-margin-top: 6.5rem;
}

.resume-brand[b-xu9z5pxi3h] {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
}

.resume-brand-mark[b-xu9z5pxi3h] {
    width: 2.45rem;
    height: 2.45rem;
    display: grid;
    place-items: center;
    color: var(--cyan);
    border: 1px solid rgba(94, 231, 255, 0.48);
    border-radius: 0.2rem;
    font-family: Consolas, monospace;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    box-shadow: inset 0 0 1rem rgba(94, 231, 255, 0.08);
}

.resume-brand strong[b-xu9z5pxi3h],
.resume-brand small[b-xu9z5pxi3h] {
    display: block;
}

.resume-brand strong[b-xu9z5pxi3h] {
    font-size: 0.95rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

.resume-brand small[b-xu9z5pxi3h] {
    color: var(--muted);
    font-family: Consolas, monospace;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.resume-nav nav[b-xu9z5pxi3h] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.resume-nav nav a[b-xu9z5pxi3h],
.resume-nav-contact[b-xu9z5pxi3h] {
    color: var(--muted);
    font-family: Consolas, monospace;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 160ms ease;
}

.resume-nav nav a:hover[b-xu9z5pxi3h],
.resume-nav nav a:focus-visible[b-xu9z5pxi3h],
.resume-nav-contact:hover[b-xu9z5pxi3h],
.resume-nav-contact:focus-visible[b-xu9z5pxi3h] {
    color: var(--cyan);
}

.resume-nav-contact[b-xu9z5pxi3h] {
    justify-self: end;
    padding: 0.65rem 0.95rem;
    color: var(--cyan);
    border: 1px solid rgba(94, 231, 255, 0.35);
    border-radius: 0.15rem;
}

.resume-hero[b-xu9z5pxi3h] {
    position: relative;
    width: min(100% - 3rem, 78rem);
    min-height: 44rem;
    margin: 0 auto;
    padding: 6.5rem 0 5rem;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
    align-items: center;
    gap: 6rem;
}

.resume-hero[b-xu9z5pxi3h]::before {
    content: "";
    position: absolute;
    top: 2rem;
    right: -22rem;
    width: 48rem;
    height: 48rem;
    pointer-events: none;
    opacity: 0.07;
    background-image:
        linear-gradient(rgba(94, 231, 255, 0.7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(94, 231, 255, 0.7) 1px, transparent 1px);
    background-size: 2.2rem 2.2rem;
    transform: perspective(24rem) rotateX(55deg) rotateZ(-12deg);
    mask-image: radial-gradient(circle, black, transparent 68%);
}

.resume-eyebrow[b-xu9z5pxi3h],
.resume-kicker[b-xu9z5pxi3h],
.resume-section-label[b-xu9z5pxi3h],
.resume-project-type[b-xu9z5pxi3h],
.resume-project-number[b-xu9z5pxi3h],
.resume-card-topline[b-xu9z5pxi3h] {
    font-family: Consolas, "Courier New", monospace;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.resume-eyebrow[b-xu9z5pxi3h] {
    margin: 0 0 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--green);
    font-size: 0.78rem;
}

.resume-eyebrow span[b-xu9z5pxi3h] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0.8rem rgba(99, 230, 166, 0.85);
}

.resume-hero h1[b-xu9z5pxi3h],
.resume-section h2[b-xu9z5pxi3h],
.resume-contact h2[b-xu9z5pxi3h] {
    margin: 0;
    color: #f2f8fa;
    font-weight: 300;
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.resume-hero h1[b-xu9z5pxi3h] {
    max-width: 48rem;
    font-size: clamp(3.9rem, 7.5vw, 7rem);
}

.resume-hero h1 em[b-xu9z5pxi3h] {
    color: var(--cyan);
    font-style: normal;
}

.resume-intro[b-xu9z5pxi3h] {
    max-width: 42rem;
    margin: 2rem 0 0;
    color: #a9bac3;
    font-size: 1.08rem;
    line-height: 1.8;
}

.resume-actions[b-xu9z5pxi3h] {
    margin-top: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.resume-actions a[b-xu9z5pxi3h] {
    min-height: 3.25rem;
    padding: 0.8rem 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    border-radius: 0.15rem;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.resume-actions a:hover[b-xu9z5pxi3h],
.resume-actions a:focus-visible[b-xu9z5pxi3h] {
    transform: translateY(-2px);
}

.resume-primary-action[b-xu9z5pxi3h] {
    color: #031116 !important;
    background: var(--cyan);
    border: 1px solid var(--cyan);
}

.resume-primary-action:hover[b-xu9z5pxi3h] {
    background: #8ceeff;
}

.resume-secondary-action[b-xu9z5pxi3h] {
    color: var(--ink) !important;
    border: 1px solid var(--line);
}

.resume-secondary-action:hover[b-xu9z5pxi3h] {
    border-color: rgba(94, 231, 255, 0.5);
    background: var(--cyan-soft);
}

.resume-contact-row[b-xu9z5pxi3h] {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    color: #748b97;
    font-family: Consolas, monospace;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
}

.resume-contact-row a[b-xu9z5pxi3h] {
    color: #8fa6b1;
    text-decoration: none;
}

.resume-contact-row a:hover[b-xu9z5pxi3h] {
    color: var(--cyan);
}

.resume-ops-panel[b-xu9z5pxi3h] {
    position: relative;
    padding: 1rem;
    border: 1px solid rgba(94, 231, 255, 0.24);
    border-radius: 0.25rem;
    background: linear-gradient(150deg, rgba(17, 42, 53, 0.78), rgba(5, 15, 21, 0.92));
    box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3), inset 0 0 2rem rgba(94, 231, 255, 0.025);
}

.resume-ops-panel[b-xu9z5pxi3h]::before,
.resume-ops-panel[b-xu9z5pxi3h]::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-color: var(--cyan);
    border-style: solid;
}

.resume-ops-panel[b-xu9z5pxi3h]::before {
    top: -1px;
    left: -1px;
    border-width: 2px 0 0 2px;
}

.resume-ops-panel[b-xu9z5pxi3h]::after {
    right: -1px;
    bottom: -1px;
    border-width: 0 2px 2px 0;
}

.resume-panel-header[b-xu9z5pxi3h] {
    padding-bottom: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #718a96;
    border-bottom: 1px solid var(--line);
    font-family: Consolas, monospace;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
}

.resume-status[b-xu9z5pxi3h] {
    color: var(--green);
}

.resume-status i[b-xu9z5pxi3h] {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.35rem;
    display: inline-block;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0.6rem rgba(99, 230, 166, 0.8);
}

.resume-radar[b-xu9z5pxi3h] {
    position: relative;
    width: min(100%, 17rem);
    aspect-ratio: 1;
    margin: 1.5rem auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(94, 231, 255, 0.2);
    border-radius: 50%;
    background:
        linear-gradient(rgba(94, 231, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(94, 231, 255, 0.08) 1px, transparent 1px),
        radial-gradient(circle, rgba(94, 231, 255, 0.08), transparent 68%);
    background-size: 2rem 2rem, 2rem 2rem, auto;
}

.resume-radar strong[b-xu9z5pxi3h] {
    z-index: 2;
    width: 4.2rem;
    height: 4.2rem;
    display: grid;
    place-items: center;
    color: var(--cyan);
    border: 1px solid rgba(94, 231, 255, 0.48);
    border-radius: 50%;
    background: rgba(4, 18, 24, 0.86);
    font-family: Consolas, monospace;
    font-size: 1rem;
    letter-spacing: 0.12em;
    box-shadow: 0 0 2rem rgba(94, 231, 255, 0.15);
}

.resume-radar-ring[b-xu9z5pxi3h] {
    position: absolute;
    border: 1px solid rgba(94, 231, 255, 0.16);
    border-radius: 50%;
}

.resume-ring-one[b-xu9z5pxi3h] { width: 35%; height: 35%; }
.resume-ring-two[b-xu9z5pxi3h] { width: 65%; height: 65%; }
.resume-ring-three[b-xu9z5pxi3h] { width: 88%; height: 88%; }

.resume-radar-line[b-xu9z5pxi3h] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent 0deg 290deg, rgba(94, 231, 255, 0.4) 340deg, rgba(94, 231, 255, 0.02) 360deg);
    animation: resume-scan-b-xu9z5pxi3h 6s linear infinite;
}

.resume-node[b-xu9z5pxi3h] {
    position: absolute;
    z-index: 3;
    width: 0.45rem;
    height: 0.45rem;
    border: 1px solid var(--cyan);
    border-radius: 50%;
    background: #08161d;
    box-shadow: 0 0 0.7rem rgba(94, 231, 255, 0.8);
}

.resume-node-one[b-xu9z5pxi3h] { top: 28%; left: 22%; }
.resume-node-two[b-xu9z5pxi3h] { top: 20%; right: 30%; }
.resume-node-three[b-xu9z5pxi3h] { right: 15%; bottom: 35%; }

@keyframes resume-scan-b-xu9z5pxi3h { to { transform: rotate(1turn); } }

.resume-readout[b-xu9z5pxi3h] {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
}

.resume-readout div[b-xu9z5pxi3h] {
    padding: 0.8rem 0.65rem 0.35rem;
}

.resume-readout dt[b-xu9z5pxi3h],
.resume-readout dd[b-xu9z5pxi3h] {
    margin: 0;
}

.resume-readout dt[b-xu9z5pxi3h] {
    color: #617985;
    font-family: Consolas, monospace;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.resume-readout dd[b-xu9z5pxi3h] {
    color: #c8d7dd;
    font-size: 0.86rem;
}

.resume-readout .resume-online[b-xu9z5pxi3h] {
    color: var(--green);
}

.resume-proof-strip[b-xu9z5pxi3h] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(6, 17, 23, 0.5);
}

.resume-proof-strip div[b-xu9z5pxi3h] {
    min-height: 9rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-right: 1px solid var(--line);
}

.resume-proof-strip div:last-child[b-xu9z5pxi3h] { border-right: 0; }

.resume-proof-strip strong[b-xu9z5pxi3h] {
    color: var(--cyan);
    font-family: Consolas, monospace;
    font-size: 1.5rem;
    font-weight: 400;
}

.resume-proof-strip span[b-xu9z5pxi3h] {
    max-width: 8rem;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.4;
}

.resume-section[b-xu9z5pxi3h] {
    width: min(100% - 3rem, 78rem);
    margin: 0 auto;
    padding: 8rem 0;
    display: grid;
    grid-template-columns: 11rem 1fr;
    gap: 4rem;
    border-bottom: 1px solid var(--line);
}

.resume-section-label[b-xu9z5pxi3h] {
    padding-top: 0.3rem;
    color: #647b86;
    font-size: 0.7rem;
}

.resume-section-label span[b-xu9z5pxi3h] {
    margin-right: 0.6rem;
    color: var(--cyan);
}

.resume-kicker[b-xu9z5pxi3h] {
    margin: 0 0 1rem;
    color: var(--cyan);
    font-size: 0.72rem;
}

.resume-section h2[b-xu9z5pxi3h] {
    font-size: clamp(3rem, 5.5vw, 5.2rem);
}

.resume-about-grid[b-xu9z5pxi3h] {
    max-width: 56rem;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.resume-about-grid p[b-xu9z5pxi3h] {
    margin: 0;
    color: #9db0b9;
    font-size: 1rem;
}

.resume-projects[b-xu9z5pxi3h] {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.resume-project[b-xu9z5pxi3h] {
    min-height: 25rem;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(11, 25, 32, 0.54);
    transition: background 180ms ease, transform 180ms ease;
}

.resume-project:hover[b-xu9z5pxi3h] {
    z-index: 2;
    background: rgba(16, 39, 49, 0.8);
    transform: translateY(-3px);
}

.resume-project-number[b-xu9z5pxi3h] {
    color: #566e79;
    font-size: 0.68rem;
}

.resume-project-type[b-xu9z5pxi3h] {
    margin: 0 0 0.7rem;
    color: var(--cyan);
    font-size: 0.68rem;
}

.resume-project h3[b-xu9z5pxi3h],
.resume-skill-grid h3[b-xu9z5pxi3h],
.resume-credentials-grid h3[b-xu9z5pxi3h] {
    margin: 0;
    color: #e5eff3;
    font-weight: 400;
    line-height: 1.2;
}

.resume-project h3[b-xu9z5pxi3h] {
    font-size: 1.65rem;
}

.resume-project p:not(.resume-project-type)[b-xu9z5pxi3h] {
    margin: 1.1rem 0 0;
    color: #8fa4ae;
    font-size: 0.9rem;
}

.resume-project ul[b-xu9z5pxi3h] {
    margin: 1.4rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
}

.resume-project li[b-xu9z5pxi3h] {
    padding: 0.25rem 0.55rem;
    color: #9edfec;
    border: 1px solid rgba(94, 231, 255, 0.18);
    background: rgba(94, 231, 255, 0.05);
    font-family: Consolas, monospace;
    font-size: 0.65rem;
}

.resume-project-featured[b-xu9z5pxi3h] {
    grid-column: span 2;
    min-height: 28rem;
    display: grid;
    grid-template-columns: 1fr 2.2fr;
}

.resume-project-featured > div:last-child[b-xu9z5pxi3h] {
    max-width: 38rem;
    align-self: end;
}

.resume-project-featured h3[b-xu9z5pxi3h] {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.resume-skill-grid[b-xu9z5pxi3h] {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.resume-skill-grid article[b-xu9z5pxi3h] {
    min-height: 14rem;
    padding: 1.5rem;
    background: #09161c;
}

.resume-skill-index[b-xu9z5pxi3h] {
    color: var(--cyan);
    font-family: Consolas, monospace;
    font-size: 0.7rem;
}

.resume-skill-grid h3[b-xu9z5pxi3h] {
    margin-top: 3.5rem;
    font-size: 1.15rem;
}

.resume-skill-grid p[b-xu9z5pxi3h] {
    margin: 0.9rem 0 0;
    color: #879da7;
    font-size: 0.82rem;
    line-height: 1.65;
}

.resume-credentials-grid[b-xu9z5pxi3h] {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 1.4rem;
}

.resume-education-card[b-xu9z5pxi3h] {
    min-height: 26rem;
    padding: 1.7rem;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(94, 231, 255, 0.25);
    background: linear-gradient(150deg, rgba(15, 38, 48, 0.9), rgba(7, 19, 25, 0.9));
}

.resume-card-topline[b-xu9z5pxi3h] {
    display: flex;
    justify-content: space-between;
    color: #647d88;
    font-size: 0.68rem;
}

.resume-card-type[b-xu9z5pxi3h] {
    margin: auto 0 0.5rem;
    color: var(--cyan);
    font-family: Consolas, monospace;
    font-size: 0.75rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.resume-education-card h3[b-xu9z5pxi3h] {
    font-size: 2.4rem;
}

.resume-school[b-xu9z5pxi3h] {
    margin: 0.3rem 0 1.5rem;
    color: #a3b5bd;
}

.resume-education-meta[b-xu9z5pxi3h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.resume-education-meta span[b-xu9z5pxi3h] {
    padding: 0.3rem 0.55rem;
    color: #95aab4;
    border: 1px solid var(--line);
    font-size: 0.7rem;
}

.resume-coursework[b-xu9z5pxi3h] {
    margin: 1.25rem 0 0;
    color: #708893;
    font-size: 0.72rem;
    line-height: 1.65;
}

.resume-cert-list[b-xu9z5pxi3h] {
    border-top: 1px solid var(--line);
}

.resume-cert-list article[b-xu9z5pxi3h] {
    min-height: 8.7rem;
    padding: 1.3rem 1rem;
    display: grid;
    grid-template-columns: 2rem 1fr auto;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--line);
}

.resume-cert-list article > span[b-xu9z5pxi3h] {
    color: #57707c;
    font-family: Consolas, monospace;
    font-size: 0.7rem;
}

.resume-cert-list h3[b-xu9z5pxi3h] {
    font-size: 1.15rem;
}

.resume-cert-list p[b-xu9z5pxi3h] {
    margin: 0.35rem 0 0;
    color: #7f96a1;
    font-size: 0.82rem;
}

.resume-cert-list strong[b-xu9z5pxi3h] {
    color: rgba(94, 231, 255, 0.35);
    font-family: Consolas, monospace;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
}

.resume-contact[b-xu9z5pxi3h] {
    position: relative;
    width: min(100% - 3rem, 78rem);
    margin: 0 auto;
    padding: 9rem 0;
    overflow: hidden;
}

.resume-contact[b-xu9z5pxi3h]::after {
    content: "CONNECT";
    position: absolute;
    right: -1rem;
    bottom: -5.5rem;
    color: rgba(94, 231, 255, 0.025);
    font-family: Consolas, monospace;
    font-size: 13rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.resume-contact h2[b-xu9z5pxi3h] {
    font-size: clamp(4rem, 9vw, 8rem);
}

.resume-contact > p:not(.resume-eyebrow)[b-xu9z5pxi3h] {
    max-width: 36rem;
    margin: 2rem 0;
    color: #8ea4ae;
    font-size: 1.05rem;
}

.resume-contact > a[b-xu9z5pxi3h] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    gap: 1rem;
    color: var(--cyan);
    border-bottom: 1px solid rgba(94, 231, 255, 0.35);
    font-size: clamp(1rem, 2vw, 1.35rem);
    text-decoration: none;
}

.resume-footer[b-xu9z5pxi3h] {
    width: min(100% - 3rem, 78rem);
    min-height: 6rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    color: #647b86;
    border-top: 1px solid var(--line);
    font-family: Consolas, monospace;
    font-size: 0.72rem;
}

.resume-footer p[b-xu9z5pxi3h] { margin: 0; }

.resume-footer div[b-xu9z5pxi3h] {
    display: flex;
    gap: 1.5rem;
}

.resume-footer a[b-xu9z5pxi3h] {
    color: #78909b;
    text-decoration: none;
}

.resume-footer a:hover[b-xu9z5pxi3h] { color: var(--cyan); }

@media (max-width: 960px) {
    .resume-nav[b-xu9z5pxi3h] {
        grid-template-columns: 1fr auto;
    }

    .resume-nav nav[b-xu9z5pxi3h] { display: none; }

    .resume-hero[b-xu9z5pxi3h] {
        padding-top: 5rem;
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .resume-ops-panel[b-xu9z5pxi3h] { max-width: 31rem; }

    .resume-section[b-xu9z5pxi3h] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .resume-skill-grid[b-xu9z5pxi3h] { grid-template-columns: repeat(2, 1fr); }
    .resume-credentials-grid[b-xu9z5pxi3h] { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .resume-nav[b-xu9z5pxi3h],
    .resume-hero[b-xu9z5pxi3h],
    .resume-section[b-xu9z5pxi3h],
    .resume-contact[b-xu9z5pxi3h],
    .resume-footer[b-xu9z5pxi3h] {
        width: min(100% - 2rem, 78rem);
    }

    .resume-nav-contact[b-xu9z5pxi3h] { display: none; }
    .resume-nav[b-xu9z5pxi3h] { grid-template-columns: 1fr; }

    .resume-hero[b-xu9z5pxi3h] {
        min-height: auto;
        padding: 4.5rem 0;
    }

    .resume-hero h1[b-xu9z5pxi3h] { font-size: clamp(3.2rem, 16vw, 4.6rem); }
    .resume-intro[b-xu9z5pxi3h] { font-size: 1rem; }

    .resume-actions[b-xu9z5pxi3h] { align-items: stretch; flex-direction: column; }
    .resume-actions a[b-xu9z5pxi3h] { justify-content: space-between; }

    .resume-proof-strip[b-xu9z5pxi3h] { grid-template-columns: 1fr 1fr; }
    .resume-proof-strip div[b-xu9z5pxi3h] { min-height: 7rem; padding: 1.2rem; }
    .resume-proof-strip div:nth-child(2)[b-xu9z5pxi3h] { border-right: 0; }
    .resume-proof-strip div:nth-child(-n+2)[b-xu9z5pxi3h] { border-bottom: 1px solid var(--line); }

    .resume-section[b-xu9z5pxi3h] { padding: 5.5rem 0; }
    .resume-section h2[b-xu9z5pxi3h] { font-size: clamp(2.7rem, 14vw, 4rem); }
    .resume-about-grid[b-xu9z5pxi3h] { grid-template-columns: 1fr; gap: 1.5rem; }

    .resume-projects[b-xu9z5pxi3h] { grid-template-columns: 1fr; }
    .resume-project[b-xu9z5pxi3h],
    .resume-project-featured[b-xu9z5pxi3h] {
        grid-column: auto;
        min-height: 25rem;
        display: flex;
    }

    .resume-skill-grid[b-xu9z5pxi3h] { grid-template-columns: 1fr; }
    .resume-skill-grid article[b-xu9z5pxi3h] { min-height: 12rem; }

    .resume-cert-list article[b-xu9z5pxi3h] { grid-template-columns: 1.5rem 1fr; }
    .resume-cert-list strong[b-xu9z5pxi3h] { display: none; }

    .resume-contact[b-xu9z5pxi3h] { padding: 6rem 0; }
    .resume-contact h2[b-xu9z5pxi3h] { font-size: clamp(3.8rem, 19vw, 5.5rem); }
    .resume-contact[b-xu9z5pxi3h]::after { display: none; }

    .resume-footer[b-xu9z5pxi3h] {
        padding: 1.5rem 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .resume-footer div[b-xu9z5pxi3h] { flex-wrap: wrap; gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
    .resume-site[b-xu9z5pxi3h] { scroll-behavior: auto; }
    .resume-radar-line[b-xu9z5pxi3h] { animation: none; }
    .resume-actions a[b-xu9z5pxi3h], .resume-project[b-xu9z5pxi3h] { transition: none; }
}

@media print {
    .resume-site[b-xu9z5pxi3h] {
        color: #101820;
        background: white;
    }

    .resume-nav[b-xu9z5pxi3h],
    .resume-ops-panel[b-xu9z5pxi3h],
    .resume-proof-strip[b-xu9z5pxi3h],
    .resume-actions[b-xu9z5pxi3h],
    .resume-footer[b-xu9z5pxi3h] { display: none; }

    .resume-hero[b-xu9z5pxi3h],
    .resume-section[b-xu9z5pxi3h],
    .resume-contact[b-xu9z5pxi3h] {
        width: 100%;
        min-height: auto;
        padding: 2rem 0;
        color: #101820;
        border-color: #ccd4d8;
    }

    .resume-hero[b-xu9z5pxi3h],
    .resume-section[b-xu9z5pxi3h] { display: block; }

    .resume-hero h1[b-xu9z5pxi3h],
    .resume-section h2[b-xu9z5pxi3h],
    .resume-contact h2[b-xu9z5pxi3h],
    .resume-project h3[b-xu9z5pxi3h],
    .resume-skill-grid h3[b-xu9z5pxi3h],
    .resume-credentials-grid h3[b-xu9z5pxi3h] { color: #101820; }

    .resume-projects[b-xu9z5pxi3h],
    .resume-skill-grid[b-xu9z5pxi3h],
    .resume-credentials-grid[b-xu9z5pxi3h] { margin-top: 1.5rem; }

    .resume-project[b-xu9z5pxi3h],
    .resume-skill-grid article[b-xu9z5pxi3h],
    .resume-education-card[b-xu9z5pxi3h] { color: #101820; background: white; break-inside: avoid; }
}
