html{font-size:10px}:root{--base-transition-speed: .1s;--color-bg-soft: #bfbebe;--color-bg-medium: #dfdfdf;--color-bg-deep: #ebebeb;--color-border: #b85042;--color-text-soft: #525252;--color-text: #c85b0d;--color-text-bright: #dd9441;--color-text-accent: #b85042;--color-text-basic: #101010;--linear-grad-theme-1: linear-gradient(90deg, #e9642f, #f18c08);--linear-grad-theme-2: linear-gradient(90deg, #da5c2a, #c54408)}.dark-theme{--color-bg-soft: #727579;--color-bg-medium: #121921;--color-bg-deep: #0b0b11;--color-border: #383d3c;--color-text-soft: #c2bdbd;--color-text: #84c4d2;--color-text-bright: #b5e8cf;--color-text-accent: #c8e0e0;--color-text-basic: #f0f0f0;--linear-grad-theme-1: linear-gradient(90deg, #42abdf, #54cbb5);--linear-grad-theme-2: linear-gradient(90deg, #1ab5ba, #2ba1bb)}.color-theme-1:hover{color:var(--color-theme-1)}.color-theme-2:hover{color:var(--color-theme-2)}.color-theme-3:hover{color:var(--color-theme-3)}.color-theme-4:hover{color:var(--color-theme-4)}.color-theme-5:hover{color:var(--color-theme-5)}@font-face{font-family:Rowdies;src:url(/assets/Prompt-SemiBold-DpNdRWHw.ttf) format("truetype")}*{box-sizing:border-box;font-family:Rowdies;margin:0;padding:0}body{transition:background-color calc(var(--base-transition-speed) * 4);background:var(--base-color-soft);background:var(--color-bg-medium);font-size:15px;text-rendering:optimizeLegibility;min-height:100vh}button{background-color:var(--color-bg-deep);border:.1rem solid var(--color-border);height:4rem;border-radius:2rem;padding-left:1.5rem;padding-right:1.5rem}h1{font-size:max(2.5rem,min(1.5vw + 1rem,4rem));background:var(--linear-grad-theme-1);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font-weight:500;display:table;transform-origin:top left;max-width:100%}#photo-gallery{margin:auto;width:80%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:left;align-items:center;align-content:stretch;row-gap:5px;column-gap:10px}.gallery-image{box-sizing:border-box;transition:all var(--base-transition-speed);transition:opacity calc(var(--base-transition-speed) * 2) ease-out}.gallery-image:hover{scale:101%}img{width:100%;object-fit:cover}#app{margin:0;padding:0;width:100%;font-weight:400}a{text-decoration:none}p{color:var(--color-text-basic);font-size:2rem}h2{margin-top:3rem;margin-bottom:1.5rem;color:var(--color-text)}@keyframes logo-bounce{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}.nav-elem{font-size:2rem;margin-left:1.25rem;margin-right:1.25rem;transition:var(--base-transition-speed);color:var(--color-text)}.nav-elem:last-of-type{margin-right:2.5rem}.external-profile-link{display:inline-block;height:2rem;width:2rem}svg{width:100%;height:100%}path{transition:var(--base-transition-speed)}.nav-elem:hover{color:var(--color-text-bright)}@keyframes flip-y-axis{0%{transform:rotateY(180deg)}50%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}@keyframes bump{25%{transform:translateY(-2rem) scaleX(1.3)}75%{transform:translateY(1rem)}}.test-flip-animation{animation:bump 1s ease alternate 1 both}.nav-logo{height:3.5rem;width:3.5rem;margin-left:1.5rem}@keyframes rotate-2d{0%{transform:rotate3d(0,0,1,180deg)}to{transform:rotate3d(0,0,1,-180deg)}}.nav-hamburger-menu{margin:.5em}a:hover,button:hover{cursor:pointer}main{margin:auto}header{transition:background-color calc(var(--base-transition-speed) * 4);display:flex;flex-direction:row;flex-wrap:no-wrap;justify-content:space-between;align-items:center;font-size:1.75rem;background-color:var(--color-bg-deep);margin-bottom:2rem;z-index:10;height:7rem}nav{display:flex;flex-direction:row;align-items:center}.mobile-nav-menu-expanded{display:flex;flex-direction:column;justify-content:space-between;align-items:start;font-size:5rem;position:fixed;float:right;shape-outside:inset(20%);top:7rem;right:0;width:100vw;height:calc(100vh - 7rem);z-index:10;background:var(--color-bg-deep)}.invisible{visibility:hidden}.invisible-by-opacity{opacity:0}.scroll-to-top-button{position:fixed;right:2rem;bottom:4rem;z-index:10;height:8rem;width:8rem;border-radius:50%;transition:opacity .2s}.mobile-nav-elem{font-size:3rem;transition:var(--base-transition-speed);margin:2rem;color:var(--color-text)}.mobile-nav-elem:hover{color:var(--color-text-bright)}.mobile-nav-button-open-hamburger-menu{color:var(--color-text);margin-right:1rem}.svg-visible{fill:var(--color-text)}.svg-cut-out{fill:var(--color-bg-deep)}svg:hover .svg-visible{fill:var(--color-text-bright)}.mobile-nav-menu-router-links{display:flex;flex-direction:column}.external-profile-links-group{display:flex;flex-direction:row;justify-items:start;align-items:center;margin-right:1.5rem;column-gap:1rem}.project-gallery{display:grid;grid-template-columns:49% 49%;column-gap:2%;row-gap:1rem;margin:auto;margin-top:2rem;width:calc(100vw - 2rem)}.project-filters{width:calc(100vw - 2rem);margin:auto;display:flex;flex-direction:row;justify-content:left;gap:1rem}.project-card{width:100%;box-sizing:border-box;background:var(--color-bg-deep);padding:1rem;border-radius:1rem;border:.1rem solid var(--color-border);display:flex;flex-direction:column;justify-content:flex-end}.project-card:hover{background-size:100% 100%}.project-card-display-image{object-fit:cover;max-width:100%;border-radius:.5rem;box-sizing:border-box;margin-bottom:.5rem;aspect-ratio:1.8}.project-card-title{font-size:2rem;background-image:linear-gradient(90deg,#4575c9,#55b0d4);-webkit-background-clip:text;background-clip:text;color:transparent;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.project-card-subtitle{font-size:1.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}.fade-enter-active{transition:opacity calc(var(--base-transition-speed) * 2) ease;transition-delay:calc(var(--base-transition-speed) * 2)}.fade-leave-active{transition:opacity calc(var(--base-transition-speed) * 2) ease}.slide-enter-from{transform:translateY(200%)}.slide-enter-active,.slide-leave-active{transition:.1s}.slide-leave-to{transform:translateY(200%)}.slide-from-right-enter-from{transform:translate(100%)}.slide-from-right-enter-active{transition:calc(var(--base-transition-speed) * 1.5) ease-out}.slide-from-right-leave-active{transition:calc(var(--base-transition-speed) * 1.5) ease-in}.slide-from-right-leave-to{transform:translate(100%)}@media (width < 768px){nav{justify-content:space-between}.desktop-only{display:none}.project-gallery{grid-template-columns:100%;gap:.5rem;width:max(20rem,100vw - 2rem)}.project-filters{margin-left:1rem;align-items:left;flex-direction:column}#photo-gallery{width:95%}.external-profile-link{width:4rem;height:4rem;vertical-align:middle}.external-profile-link:first-of-type{margin-left:0rem}.external-profile-links-group{height:7rem;margin-bottom:3rem;margin-left:2rem;column-gap:2rem}button{max-width:30rem}}@media (768px <= width < 1200px){.external-profile-links-group{height:2rem}.external-profile-link:first-of-type{margin-left:2rem}.mobile-only{display:none}.project-gallery,.project-filters{width:80%}#photo-gallery{min-width:729px}}@media (1200px <= width){.external-profile-links-group{height:2rem}.external-profile-link:first-of-type{margin-left:2rem}.mobile-only{display:none}.project-gallery{width:80%;grid-template-columns:32% 32% 32%;column-gap:2%;row-gap:1rem}.project-filters{width:80%}}#dark-mode-input[data-v-3d2dcdfd]{height:1.3rem;width:1.3rem;transition:all calc(var(--base-transition-speed) * 2);z-index:10;border-radius:.75rem;background:var(--linear-grad-theme-1)}#dark-mode-switch[data-v-3d2dcdfd]{display:flex;justify-content:left;align-items:center;height:2rem;width:4rem;padding:.25rem;border:.1rem solid var(--color-border);border-radius:1rem;background-color:var(--color-background-mute);margin:auto}#dark-mode-switch-container[data-v-3d2dcdfd]{width:7rem;border-left:.1rem solid var(--color-bg-soft);border-right:.1rem solid var(--color-bg-soft)}#dark-mode-switch[data-v-3d2dcdfd]:hover{cursor:pointer}.about-body[data-v-13f80e31]{margin-left:2rem;margin-right:2rem;max-width:100rem}.btn-selected[data-v-c383daec]{background-color:green}.invisible[data-v-cfbe4b71]{opacity:0}
