/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
a.navbar-brand[b-tffkd0oqs8] {
    height: 30px;
    aspect-ratio: 212/246;
    margin-top: 5px;
    margin-bottom: 5px;
}

a[b-tffkd0oqs8] {
    color: #0077cc;
}

.btn-primary[b-tffkd0oqs8] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tffkd0oqs8], .nav-pills .show > .nav-link[b-tffkd0oqs8] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-tffkd0oqs8] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-tffkd0oqs8] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tffkd0oqs8] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

#hero[b-tffkd0oqs8] {
    height: 100dvh;
}

#graph[b-tffkd0oqs8] {
    width: 100%;
    height: 100%;
}

#hero-text[b-tffkd0oqs8] {
    text-align: center;
    position: absolute;
    top: 50dvh;
    left: 50dvw;
    transform: translate(-50%, -50%);
}

#hero-text h1[b-tffkd0oqs8] {
    font-size: 7dvmin;
}

@keyframes fade-in-b-tffkd0oqs8 {
    from {
        transform: translateY(-25%);
        opacity: 0;
        scale: 0.75;
    }
    to {
        transform: translateX(0);
        opacity: 1;
        scale: 1;
    }
}

#hero-text a[b-tffkd0oqs8] {
    display: none;
    font-size: 4dvmin;
    animation: fade-in-b-tffkd0oqs8 0.5s ease-out forwards;
}

#hero-text svg[b-tffkd0oqs8] {
    height: 1em;
    width: 1em;
}

#nav-toggle-buttons[b-tffkd0oqs8] {
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
@media (min-width: 576px) {
    #nav-toggle-buttons[b-tffkd0oqs8] {
        display: none;
    }
}
@media (max-width: 576px) {
    #dark-mode-2[b-tffkd0oqs8] {
        display: none;
    }
}

header[b-tffkd0oqs8] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.footer[b-tffkd0oqs8] {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: var(--bs-body-bg);
}

#footer-links[b-tffkd0oqs8] {
    margin-bottom: 10px;
}

#footer-links a[b-tffkd0oqs8] {
    text-decoration: inherit;
    color: inherit;
    margin-left: 2px;
    margin-right: 2px;
}

#footer-links svg[b-tffkd0oqs8] {
    transition: transform 0.3s ease;
}

#footer-links a:hover svg[b-tffkd0oqs8] {
    transform: scale(1.2);
}
/* /Pages/Shared/_Slideshow.cshtml.rz.scp.css */
#slideshow-backing[b-12if89bqes] {
    width: 100%;
    height: 100%;
    background-color: var(--slideshow-backing);
    z-index: -1;
    position: fixed;
}

#slideshow[b-12if89bqes] {
    text-align: center;
    max-width: 1320px;
    width: min(90vw, calc(90vh * 16 / 9 - var(--slideshow-width-adjustment)));
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.close[b-12if89bqes] {
    cursor: pointer;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
    background-color: #ff0800;
}

.close:hover[b-12if89bqes] {
    background-color: #af0800;
}

.close[b-12if89bqes]:before, .close[b-12if89bqes]:after {
    position: absolute;
    left: 45%;
    content: '';
    height: 75%;
    width: 10%;
    background-color: #333;
    display: block;
    top: 12.5%;
}

.close[b-12if89bqes]:before {
    transform: rotate(45deg);
}

.close[b-12if89bqes]:after {
    transform: rotate(-45deg);
}

.slide[b-12if89bqes] {
    display: none;
    width: 100%;
}

.slide > img[b-12if89bqes] {
    width: 100%;
    object-fit: cover;
    animation-name: appear-b-12if89bqes;
    animation-duration: 1s;
    aspect-ratio: 16 / 9;
    border-radius: 1.5%;
}

@keyframes appear-b-12if89bqes {
    from {opacity: 0.6}
    to {opacity: 1}
}

.slide > p[b-12if89bqes] {
    margin-bottom: 0;
    width: 100%;
    font-weight: bold;
}

#navigation[b-12if89bqes] {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: fixed;
    z-index: 1;
}

.navigation[b-12if89bqes] {
    cursor: pointer;
    position: absolute;
    top: calc(50%);
    transform: translate(0,-50%);
    width: auto;
    color: white;
    font-weight: bold;
    padding: 16px;
    font-size: 36px;
}

.navigation:first-of-type[b-12if89bqes] {
    left: 0;
    text-shadow: 1px 1px 3px black;
}

.navigation:last-of-type[b-12if89bqes] {
    right: 0;
    text-shadow: -1px 1px 3px black;
}

.pip[b-12if89bqes] {
    display: inline-block;
    margin: 10px 4px 0 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #bbb;
    transition: background-color 0.1s ease;
    cursor: pointer;
}

.active[b-12if89bqes], .pip:hover[b-12if89bqes] {
    background-color: #717171;
}

@media only screen and (max-width:768px) {
    .pip[b-12if89bqes] {
        width: 15px;
        height: 15px;
        margin: 5px 4px 0 4px;
    }

    .navigation[b-12if89bqes] {
        padding: 12px;
        font-size: 27px;
    }
}
/* /Pages/TableTennis.cshtml.rz.scp.css */
#scorer[b-fdzxoesx5f] {
    min-height: calc(100dvh - var(--header-height) - var(--footer-height) - 6px);
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#scoreboard[b-fdzxoesx5f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#score-log[b-fdzxoesx5f] {
    z-index: 1;
    opacity: 0;
    transition: all 0.15s ease;
    line-height: 1.25;
    text-align: left;
    position: absolute;
    top: 1rem;
    right: 0;
    border-radius: 5%;
    background-color: canvastext;
    overflow-y: scroll;
    max-height: 100%;
    padding: 1rem;
    visibility: hidden;
}
#score-log p[b-fdzxoesx5f] {
    margin: 0;
}

#team-names[b-fdzxoesx5f], #team-scores[b-fdzxoesx5f] {
    justify-content: center;
    gap: 2cqw;
    display: flex;
}

#deuce[b-fdzxoesx5f] {
    transition: opacity 0.15s ease;
    opacity: 0;
    position: absolute;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
    border-radius: 15%;
    padding: 1%;
    z-index: 1;
    font-size: 8px;
    color: canvastext;
}

#results[b-fdzxoesx5f] {
    display: flex;
    justify-content: center;
    min-height: 10px;
    margin-top: 1%;
    gap: 1%;
    flex-wrap: wrap;
}

#results span[b-fdzxoesx5f] {
    background-color: var(--bs-secondary-bg);
    border-radius: 15%;
    padding: 0.5%;
    font-size: 10px;
}

#buttons[b-fdzxoesx5f] {
    display: flex;
    justify-content: space-between;
}
#buttons > *[b-fdzxoesx5f] {
    cursor: pointer;
    touch-action: manipulation;
}

#log[b-fdzxoesx5f] {
    color: canvastext;
}

.control-buttons[b-fdzxoesx5f] {
    display: flex;
    gap: 10%;
    height: 100%;
    width: fit-content;
}
.control-buttons > *[b-fdzxoesx5f] {
    height: 100%;
}
input[b-fdzxoesx5f] {
    border: none;
    outline: none;
    background: transparent;
    font-size: 3cqw;
    font-weight: bold;
    width: 100%;
}

.scores-row[b-fdzxoesx5f] {
    display: flex;
    gap: 1cqw;
    align-items: flex-start;
}

.score-container[b-fdzxoesx5f] {
    width: 45%;
}

.team-home[b-fdzxoesx5f] {
    text-align: right;
}

.team-away[b-fdzxoesx5f] {
    text-align: left;
}

.score[b-fdzxoesx5f] {
    background-color: var(--bs-secondary-bg);
    border-radius: 5%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
}

.game[b-fdzxoesx5f] {
    font-size: 72px;
    cursor: pointer;
    width: 65%;
    touch-action: manipulation;
}

.match[b-fdzxoesx5f] {
    font-size: 40px;
    width: 35%;
}

.score span[b-fdzxoesx5f] {
    height: 100%;
    align-content: center;
    user-select: none;
    -webkit-user-select: none;
}

.serve[b-fdzxoesx5f] {
    position: fixed;
    right: 5%;
    bottom: 5%;
    transition: opacity 0.15s ease;
}

.mla[b-fdzxoesx5f] {
    margin-left: auto;
}

.keycap[b-fdzxoesx5f] {
    opacity: 0;
    transition: opacity 0.15s ease;
    height: 12.5% !important;
    aspect-ratio: 1;
    position: absolute;
    top: 5%;
    font-size: 8px;
    border-radius: 20%;
    background: rgba(108, 117, 125, 0.5);
    border: 0.1cqw solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 1%;
}
.keycap.left[b-fdzxoesx5f] {
    left: 5%;
    box-shadow: inset -0.1cqw -0.15cqw 0 rgba(0, 0, 0, 0.5);
}
.keycap.right[b-fdzxoesx5f] {
    right: 5%;
    box-shadow: inset 0.1cqw -0.15cqw 0 rgba(0, 0, 0, 0.5);
}
.team-name[b-fdzxoesx5f] {
    font-size: 20px;
}
#buttons[b-fdzxoesx5f] {
    height: 20px;
}
@media (hover: hover) and (pointer: fine) {
    .score:hover .keycap[b-fdzxoesx5f] {
        opacity: 1;
    }
}
@media (min-width: 576px) {
    .game[b-fdzxoesx5f] {
        font-size: 72px;
    }
    .match[b-fdzxoesx5f] {
        font-size: 40px;
    }
    #buttons[b-fdzxoesx5f] {
        height: 20px;
    }
    .team-name[b-fdzxoesx5f] {
        font-size: 20px;
    }
    #results span[b-fdzxoesx5f] {
        font-size: 10px;
    }
    .keycap[b-fdzxoesx5f], #deuce[b-fdzxoesx5f] {
        font-size: 8px;
    }
}
@media (min-width: 768px) {
    .game[b-fdzxoesx5f] {
        font-size: 90px;
    }
    .match[b-fdzxoesx5f] {
        font-size: 50px;
    }
    #buttons[b-fdzxoesx5f] {
        height: 30px;
    }
    .team-name[b-fdzxoesx5f] {
        font-size: 30px;
    }
    #results span[b-fdzxoesx5f] {
        font-size: 15px;
    }
    .keycap[b-fdzxoesx5f], #deuce[b-fdzxoesx5f] {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .game[b-fdzxoesx5f] {
        font-size: 140px;
    }
    .match[b-fdzxoesx5f] {
        font-size: 68px;
    }
    #buttons[b-fdzxoesx5f] {
        height: 35px;
    }
    .team-name[b-fdzxoesx5f] {
        font-size: 35px;
    }
    #results span[b-fdzxoesx5f] {
        font-size: 18px;
    }
    .keycap[b-fdzxoesx5f], #deuce[b-fdzxoesx5f] {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .game[b-fdzxoesx5f] {
        font-size: 151px;
    }
    .match[b-fdzxoesx5f] {
        font-size: 84px;
    }
    #buttons[b-fdzxoesx5f] {
        height: 42px;
    }
    .team-name[b-fdzxoesx5f] {
        font-size: 42px;
    }
    #results span[b-fdzxoesx5f] {
        font-size: 20px;
    }
    .keycap[b-fdzxoesx5f], #deuce[b-fdzxoesx5f] {
        font-size: 18px;
    }
}
@media (min-width: 1400px) {
    .game[b-fdzxoesx5f] {
        font-size: 180px;
    }
    .match[b-fdzxoesx5f] {
        font-size: 100px;
    }
    #buttons[b-fdzxoesx5f] {
        height: 50px;
    }
    .team-name[b-fdzxoesx5f] {
        font-size: 50px;
    }
    #results span[b-fdzxoesx5f] {
        font-size: 25px;
    }
    .keycap[b-fdzxoesx5f], #deuce[b-fdzxoesx5f] {
        font-size: 20px;
    }
    .keycap.left[b-fdzxoesx5f] {
        box-shadow: inset -2px -3px 0 rgba(0, 0, 0, 0.5);
    }
    .keycap.right[b-fdzxoesx5f] {
        box-shadow: inset 2px -3px 0 rgba(0, 0, 0, 0.5);
    }
}
/* /Pages/_IndexIntroText.cshtml.rz.scp.css */
span[b-feyw01wsli] {
    color: var(--bs-emphasis-color);
}
/* /Pages/_ViewAbout.cshtml.rz.scp.css */
#skill-icons[b-13mw8p305a], #about-me[b-13mw8p305a] {
    margin-bottom: 50px;
    vertical-align: top;
}

@media (min-width: 768px) {
    #skill-icons[b-13mw8p305a], #about-me[b-13mw8p305a] {
        display: inline-block;
        width: 45%;
    }
}

#portrait[b-13mw8p305a] {
    width: 50%;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    aspect-ratio: 1;
    object-fit: cover;
    object-position: right;
    max-width: 400px;
    margin-bottom: 20px;
    cursor: pointer;
}
/* /Pages/_ViewContact.cshtml.rz.scp.css */
@media (max-width: 768px) {
    #contact[b-g1sdgstccg] {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #contact[b-g1sdgstccg] {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    #contact[b-g1sdgstccg] {
        width: 50%;
    }
}

#contact[b-g1sdgstccg] {
    margin-left: auto;
    margin-right: auto;
}

#contact-description[b-g1sdgstccg] {
    margin-top: 30px;
    margin-bottom: 30px;
}

#contact-form input[b-g1sdgstccg], #contact-form textarea[b-g1sdgstccg] {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 2px 0;
    width: 100%;
    resize: vertical;
    display: block;
    font-size: 16px;
}

#contact-form textarea[b-g1sdgstccg] {
    min-height: 150px;
}

@keyframes slide-in-b-g1sdgstccg {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-out-b-g1sdgstccg {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100px);
        opacity: 0;
    }
}

#contact-form:invalid input[type="submit"][b-g1sdgstccg] {
    animation: slide-out-b-g1sdgstccg 1.5s ease;
    opacity: 0;
    transform: translateY(100px);
}

#contact-form:valid input[type="submit"][b-g1sdgstccg] {
    animation: slide-in-b-g1sdgstccg 1.5s ease;
}

input:user-invalid[b-g1sdgstccg], textarea:user-invalid[b-g1sdgstccg] {
    outline: 2px solid rgba(255, 0, 0, 0.5);
}
/* /Pages/_ViewProjects.cshtml.rz.scp.css */
:root[b-2z9z3q316q] {
    --timeline-bottom-height: 0;
}

*[b-2z9z3q316q] {
    box-sizing: border-box;
}

#projects[b-2z9z3q316q] {
    margin-bottom: 50px;
}

.slide-preview[b-2z9z3q316q] {
    margin: 20px auto;
    max-width: 384px;
    width: 80%;
    border-radius: 1.5%;
    display: block;
    cursor: pointer;
}

.tech[b-2z9z3q316q] {
    margin-left: 10px;
    margin-right: 10px;
}

.tech p[b-2z9z3q316q] {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

#timeline > div:nth-child(odd) > div > .tech[b-2z9z3q316q] {
    text-align: left;
}

#timeline > div:nth-child(even) > div > .tech[b-2z9z3q316q] {
    text-align: right;
}

#timeline > div:nth-child(odd)[b-2z9z3q316q] {
    text-align: right;
}

#timeline > div:nth-child(even)[b-2z9z3q316q] {
    text-align: left;
    left: 50%;
}

#timeline > div:nth-child(odd)[b-2z9z3q316q]::before {
    content: "";
    position: absolute;
    top: 28px;
    width: 40px;
    height: 6px;
    right: 0;
    background-color: var(--bs-secondary-bg);
}

#timeline > div:nth-child(even)[b-2z9z3q316q]::before {
    content: "";
    position: absolute;
    top: 28px;
    width: 40px;
    height: 6px;
    left: 0;
    background-color: var(--bs-secondary-bg);
}

#timeline > div:nth-child(even)[b-2z9z3q316q]::after {
    left: -10px;
}

#timeline[b-2z9z3q316q] {
    margin: 0 auto;
}

#timeline[b-2z9z3q316q]::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: var(--bs-secondary-bg);
    top: 30px;
    bottom: calc(-30px + var(--timeline-bottom-height));
    margin-left: -3px;
    z-index: -2;
}

#timeline > div[b-2z9z3q316q] {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

#timeline > div[b-2z9z3q316q]::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: var(--bs-tertiary-bg);
    border: 4px solid var(--bs-secondary-bg);
    top: 20px;
    border-radius: 50%;
    z-index: 1;
}

#timeline > div > div[b-2z9z3q316q] {
    padding: 20px 30px;
    background-color: var(--bs-secondary-bg);
    position: relative;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    #timeline[b-2z9z3q316q]::after {
        left: 30px;
    }

    #timeline > div[b-2z9z3q316q] {
        text-align: left !important;
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
        left: 0 !important;
    }

    #timeline > div[b-2z9z3q316q]::before {
        left: 30px !important;
    }

    #timeline > div[b-2z9z3q316q]::after, #timeline > div[b-2z9z3q316q]::after {
        left: 20px !important;
    }

    #timeline > div:nth-child(odd) > div > .tech[b-2z9z3q316q] {
        text-align: right;
    }
}
/* /Pages/_ViewSlideshow.cshtml.rz.scp.css */
:root[b-3qe11g8q4i] {
    --slideshow-width-adjustment: 0;
}

#slideshow-container[b-3qe11g8q4i] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

#spinner[b-3qe11g8q4i] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    animation: rotate360-b-3qe11g8q4i 2s infinite;
    animation-timing-function: linear;
}

@keyframes rotate360-b-3qe11g8q4i {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
