@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--original-dark-bg: #141414;--original-dark-primary: #ffffff;--original-dark-secondary: #e0e0e0;--original-dark-tertiary: #a7a7a7;--original-dark-variant: #bbc0cc;--yellow-light-bg: #FFE8CA;--yellow-light-primary: #bb8538;--yellow-light-secondary: #93682d;--yellow-light-tertiary: #655845;--yellow-light-variant: #9a8362}body{min-height:100vh;overflow:hidden;color:var(--original-dark-primary);background:var(--original-dark-bg);transition:color .5s,background-color .5s;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Inter,Helvetica Neue,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100vw;height:100vh;padding:0;margin:0;box-sizing:border-box;font-weight:400}.sub-page[data-v-7f8aea23]{display:flex;width:100%;padding:10px}.sub-page-list[data-v-7f8aea23]{display:flex;flex-direction:column;gap:10px;width:50%;height:100vh;overflow-y:auto;padding:20px;scrollbar-width:none;-ms-overflow-style:none}.sub-page-list[data-v-7f8aea23]::-webkit-scrollbar{display:none}.spacer[data-v-7f8aea23],.spacer-top[data-v-7f8aea23],.spacer-bottom[data-v-7f8aea23]{height:5vh;flex-shrink:0}.project[data-v-7f8aea23]{width:95%;display:flex;flex-direction:row;align-items:center;border:3px solid #222;border-radius:10px;padding:15px;cursor:pointer;transition:all .3s ease}.project[data-v-7f8aea23]:hover{border:3px solid #ccc;box-shadow:0 0 5px #fff9,0 0 10px #fff5,0 0 15px #fff2;transform:scale(1.01)}.project-graphic[data-v-7f8aea23]{flex:0 0 auto;width:60px;margin-right:15px}.project-graphic-icon[data-v-7f8aea23]{width:100%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;background-color:#212121;border-radius:10px}.project-graphic-icon img[data-v-7f8aea23]{width:65%;height:65%;object-fit:contain;filter:drop-shadow(0 0 10px rgba(255,255,255,.2));transition:all .3s ease}.project-graphic-icon img[data-v-7f8aea23]:hover{transform:scale(.95);filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}.project-description[data-v-7f8aea23]{flex:1;display:flex;flex-direction:column;gap:2px}.project-title[data-v-7f8aea23]{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px}.project-title-text[data-v-7f8aea23]{font-size:14px;font-weight:500;color:#ccc;transition:all .3s ease}.project-description-text[data-v-7f8aea23]{font-size:14px;color:#888;font-weight:400;line-height:1.2;transition:all .3s ease}.project-description-text[data-v-7f8aea23]:hover{color:#aaa}.project-tags[data-v-7f8aea23]{display:flex;flex-wrap:wrap;gap:5px}.project-tag[data-v-7f8aea23]{font-size:11px;color:#bbb;font-weight:400;border-radius:3px;background-color:#222;padding:2px 7px;white-space:nowrap}.project-links[data-v-7f8aea23]{margin-top:auto;width:100%;display:flex;justify-content:flex-end;align-items:flex-end;align-self:flex-end;flex-grow:1;gap:7px}.project-links a[data-v-7f8aea23]{font-size:12px;color:#bbb;font-weight:400;text-decoration:none;transition:all .3s ease}.project-links a[data-v-7f8aea23]:hover{color:#fff}.project-links a:hover .project-link-icon[data-v-7f8aea23]{stroke:#fff}.project-link-icon[data-v-7f8aea23]{width:10px;height:10px;margin-left:-1px;stroke:#bbb;stroke-width:2.5;transition:all .3s ease}.project-image-list[data-v-7f8aea23]{width:50%;max-height:100vh;overflow-y:scroll;padding:0 2rem;margin-left:20px;scrollbar-width:none;-ms-overflow-style:none;display:flex;justify-content:center;align-items:center}.project-image-list[data-v-7f8aea23]::-webkit-scrollbar{display:none}.project-images[data-v-7f8aea23]{width:90%;height:100%;display:flex;flex-direction:column;gap:15px}.project-photo[data-v-7f8aea23]{width:100%;height:auto;transition:all .3s ease}.project-photo.portrait[data-v-7f8aea23]{width:70%;align-self:center}.project-photo[data-v-7f8aea23]:hover{transform:scale(.97);box-shadow:0 0 5px #ffffff80,0 0 10px #fff3,0 0 15px #fff1;cursor:pointer}.fade-enter-active[data-v-7f8aea23],.fade-leave-active[data-v-7f8aea23]{transition:opacity .5s ease}.fade-enter-from[data-v-7f8aea23],.fade-leave-to[data-v-7f8aea23]{opacity:0}.project-collaborators[data-v-7f8aea23]{margin-top:5px;display:flex;flex-wrap:wrap;column-gap:5px;row-gap:0px}.project-collaborators-title[data-v-7f8aea23]{font-size:12px;color:#999;font-weight:400}.project-collaborator[data-v-7f8aea23]{font-size:12px;color:#999;font-weight:400;flex-wrap:nowrap;white-space:nowrap}.project-collaborator a[data-v-7f8aea23]{text-decoration:none;color:#777;transition:all .3s ease}.project-collaborator a[data-v-7f8aea23]:hover{color:#eee;transform:scale(1.05)}.photo-message[data-v-7f8aea23]{font-size:14px;color:#666;font-weight:400;text-align:center}.lightbox[data-v-7f8aea23]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lightbox-image[data-v-7f8aea23]{max-width:90%;max-height:90%;object-fit:contain;box-shadow:0 0 20px #ffffff1a}@media(max-width:1024px){.sub-page[data-v-7f8aea23]{flex-direction:column;height:100%;overflow:hidden;padding:0}.sub-page-list[data-v-7f8aea23]{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:10px 0}.project[data-v-7f8aea23]{width:100%;box-sizing:border-box}.project-image-list[data-v-7f8aea23]{display:none}.spacer-top[data-v-7f8aea23]{height:2vh}.spacer-bottom[data-v-7f8aea23]{height:10vh}}.sub-page[data-v-bddfe06a]{display:flex;width:100%;padding:10px}.sub-page-list[data-v-bddfe06a]{display:flex;flex-direction:column;gap:10px;width:50%;height:100vh;overflow-y:auto;padding:20px;scrollbar-width:none;-ms-overflow-style:none}.sub-page-list[data-v-bddfe06a]::-webkit-scrollbar{display:none}.spacer[data-v-bddfe06a],.spacer-top[data-v-bddfe06a],.spacer-bottom[data-v-bddfe06a]{height:5vh;flex-shrink:0}.experience[data-v-bddfe06a]{width:95%;display:flex;flex-direction:row;align-items:center;border:3px solid #222;border-radius:10px;padding:15px;cursor:pointer;transition:all .3s ease}.experience[data-v-bddfe06a]:hover{border:3px solid #ccc;box-shadow:0 0 5px #fff9,0 0 10px #fff5,0 0 15px #fff2;transform:scale(1.01)}.experience-graphic[data-v-bddfe06a]{flex:0 0 auto;width:60px;margin-right:15px}.experience-graphic-icon[data-v-bddfe06a]{width:100%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;background-color:#212121;border-radius:10px}.experience-graphic-icon img[data-v-bddfe06a]{width:65%;height:65%;object-fit:contain;filter:drop-shadow(0 0 10px rgba(255,255,255,.2));transition:all .3s ease}.experience-graphic-icon img[data-v-bddfe06a]:hover{transform:scale(.95);filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}.experience-description[data-v-bddfe06a]{flex:1;display:flex;flex-direction:column;gap:2px}.experience-description-text-link[data-v-bddfe06a]{text-decoration:none;color:#888;transition:all .3s ease}.experience-description-text-link[data-v-bddfe06a]:hover{color:#eee}.experience-title[data-v-bddfe06a]{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px}.experience-title-text[data-v-bddfe06a]{font-size:14px;font-weight:500;color:#ccc;transition:all .3s ease}.experience-title-time[data-v-bddfe06a]{font-size:13px;color:#777;font-weight:400;display:inline-block}.experience-title-position[data-v-bddfe06a]{font-size:13px;color:#999;font-weight:500}.experience-title-position-secondary[data-v-bddfe06a]{font-size:13px;color:#999;font-weight:500;margin-top:-5px;margin-bottom:5px}.experience-description-text[data-v-bddfe06a]{font-size:14px;color:#888;font-weight:400;line-height:1.2;transition:all .3s ease}.experience-description-text[data-v-bddfe06a]:hover{color:#aaa}.experience-links[data-v-bddfe06a]{margin-top:auto;width:100%;display:flex;justify-content:flex-end;align-items:flex-end;align-self:flex-end;flex-grow:1;gap:7px}.experience-links a[data-v-bddfe06a]{font-size:12px;color:#bbb;font-weight:400;text-decoration:none;transition:all .3s ease}.experience-links a[data-v-bddfe06a]:hover{color:#fff}.experience-links a:hover .experience-link-icon[data-v-bddfe06a]{stroke:#fff}.experience-link-icon[data-v-bddfe06a]{width:10px;height:10px;margin-left:-1px;stroke:#bbb;stroke-width:2.5;transition:all .3s ease}.experience-image-list[data-v-bddfe06a]{width:50%;max-height:100vh;overflow-y:scroll;padding:0 2rem;margin-left:20px;scrollbar-width:none;-ms-overflow-style:none;display:flex;justify-content:center;align-items:center}.experience-image-list[data-v-bddfe06a]::-webkit-scrollbar{display:none}.experience-images[data-v-bddfe06a]{width:90%;height:100%;display:flex;flex-direction:column;gap:15px}.experience-photo[data-v-bddfe06a]{width:100%;height:auto;transition:all .3s ease}.experience-photo.portrait[data-v-bddfe06a]{width:70%;align-self:center}.experience-photo[data-v-bddfe06a]:hover{transform:scale(.97);box-shadow:0 0 5px #ffffff80,0 0 10px #fff3,0 0 15px #fff1;cursor:pointer}.fade-enter-active[data-v-bddfe06a],.fade-leave-active[data-v-bddfe06a]{transition:opacity .5s ease}.fade-enter-from[data-v-bddfe06a],.fade-leave-to[data-v-bddfe06a]{opacity:0}.experience-collaborators[data-v-bddfe06a]{margin-top:5px;display:flex;flex-wrap:wrap;column-gap:5px;row-gap:0px}.experience-collaborators-title[data-v-bddfe06a]{font-size:12px;color:#999;font-weight:400}.experience-collaborator[data-v-bddfe06a]{font-size:12px;color:#999;font-weight:400;flex-wrap:nowrap;white-space:nowrap}.experience-collaborator a[data-v-bddfe06a]{text-decoration:none;color:#777;transition:all .3s ease}.experience-collaborator a[data-v-bddfe06a]:hover{color:#eee;transform:scale(1.05)}.photo-message[data-v-bddfe06a]{font-size:14px;color:#666;font-weight:400;text-align:center}.experience-note[data-v-bddfe06a]{font-size:12px;color:#555;font-weight:400;text-align:center}.lightbox[data-v-bddfe06a]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lightbox-image[data-v-bddfe06a]{max-width:90%;max-height:90%;object-fit:contain;box-shadow:0 0 20px #ffffff1a}@media(max-width:1024px){.sub-page[data-v-bddfe06a]{flex-direction:column;height:100%;overflow:hidden;padding:0}.sub-page-list[data-v-bddfe06a]{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:10px 0}.experience[data-v-bddfe06a]{width:100%;box-sizing:border-box}.experience-image-list[data-v-bddfe06a]{display:none}.spacer-top[data-v-bddfe06a]{height:2vh}.spacer-bottom[data-v-bddfe06a]{height:10vh}}.sub-page[data-v-d713869f]{display:flex;width:100%;padding:10px}.sub-page-profile[data-v-d713869f]{display:flex;flex-direction:column;gap:10px;width:60%;height:100vh;overflow-y:auto;padding:20px;justify-content:center;scrollbar-width:none;-ms-overflow-style:none}.sub-page-profile[data-v-d713869f]::-webkit-scrollbar{display:none}.profile-container[data-v-d713869f]{width:90%;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;padding:20px;border-radius:10px;border:2px solid #222}.profile-image[data-v-d713869f]{display:flex;justify-content:center;align-items:center;margin-bottom:20px;margin-top:20px}.profile-info[data-v-d713869f]{display:flex;flex-direction:column;gap:5px;align-items:center;color:#ccc}.profile-info h1[data-v-d713869f]{font-size:24px;font-weight:600;margin:0}.profile-info p[data-v-d713869f]{font-size:16px;font-weight:400;padding:0 10px}.profile-info-links[data-v-d713869f]{display:flex;gap:10px}.profile-info-link[data-v-d713869f]{display:flex;justify-content:center;align-items:center;border-radius:5px;background-color:#222;transition:all .3s ease;cursor:pointer}.profile-info-link-button[data-v-d713869f]{background:none;border:none;cursor:pointer;text-decoration:none;display:flex;justify-content:center;align-items:center;gap:5px;padding:5px 10px;transition:all .3s ease;font-family:Inter,sans-serif;color:#fff}.profile-info-link-button img[data-v-d713869f]{width:15px;height:15px}.profile-info-link-button-text[data-v-d713869f]{font-size:12px;font-weight:500;text-decoration:none;color:#ccc}.profile-info-link[data-v-d713869f]:hover{box-shadow:0 0 5px #ffffff80,0 0 10px #fff3,0 0 15px #fff1}.profile-info-link-icon[data-v-d713869f]{width:35px;height:35px;display:flex;justify-content:center;align-items:center}.profile-info-link-icon img[data-v-d713869f]{width:20px;height:20px}.profile-info hr[data-v-d713869f]{width:100%;border:1px solid #222}.project-image-list[data-v-d713869f]{width:40%;max-height:100vh;overflow-y:scroll;padding:0 2rem;margin-left:20px;scrollbar-width:none;-ms-overflow-style:none;display:flex;justify-content:center;align-items:center}.project-image-list[data-v-d713869f]::-webkit-scrollbar{display:none}.experience-images[data-v-d713869f]{width:90%;height:100%;display:flex;flex-direction:column;gap:15px}.project-photo[data-v-d713869f]{width:100%;height:auto;transition:all .3s ease}.project-photo.portrait[data-v-d713869f]{width:70%;align-self:center}.project-photo[data-v-d713869f]:hover{transform:scale(.97);box-shadow:0 0 5px #ffffff80,0 0 10px #fff3,0 0 15px #fff1;cursor:pointer}.fade-enter-active[data-v-d713869f],.fade-leave-active[data-v-d713869f]{transition:opacity .5s ease}.fade-enter-from[data-v-d713869f],.fade-leave-to[data-v-d713869f]{opacity:0}.profile-image img[data-v-d713869f]{width:60%;border-radius:5px;height:auto}.lightbox[data-v-d713869f]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lightbox-image[data-v-d713869f]{max-width:90%;max-height:90%;object-fit:contain;box-shadow:0 0 20px #ffffff1a}.spacer[data-v-d713869f],.spacer-top[data-v-d713869f],.spacer-bottom[data-v-d713869f]{height:5vh;flex-shrink:0}@media(max-width:1024px){.sub-page[data-v-d713869f]{flex-direction:column;height:100%;overflow:hidden;padding:0}.sub-page-list[data-v-d713869f]{padding:0}.sub-page-profile[data-v-d713869f]{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:10px 0}.profile-container[data-v-d713869f]{width:100%;box-sizing:border-box}.project-image-list[data-v-d713869f]{display:none}.spacer-top[data-v-d713869f]{height:6vh}.spacer-bottom[data-v-d713869f]{height:10vh}}main[data-v-ae97ea58]{padding:2rem;width:100%;height:100%;box-sizing:border-box;display:flex}#title[data-v-ae97ea58]{font-size:40px;font-weight:600;color:#fff}.title-text[data-v-ae97ea58]{font-size:32px;font-weight:500;fill:none;stroke:#fff;stroke-width:.5px;stroke-dasharray:500;stroke-dashoffset:500;animation:drawAndFill-ae97ea58 5s forwards}#subtitle[data-v-ae97ea58]{font-size:16px;font-weight:400;color:#999;opacity:0;animation:fadeIn-ae97ea58 1s forwards;animation-delay:2.5s}#university[data-v-ae97ea58]{font-size:16px;font-weight:400;color:#999;opacity:0;animation:fadeIn-ae97ea58 1s forwards;animation-delay:2.6s}#company[data-v-ae97ea58]{display:inline-block;font-size:inherit;font-weight:400;color:#999}.link[data-v-ae97ea58]{text-decoration:none;color:#999;position:relative;transition:color .3s ease,box-shadow .3s ease}.link[data-v-ae97ea58]:hover{color:#fff;box-shadow:0 4px 8px -2px #fff3}.link[data-v-ae97ea58]:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(90deg,transparent,#fff,transparent);transform:scaleX(0);transition:transform .3s ease}.link[data-v-ae97ea58]:hover:after{transform:scaleX(1)}.fade-enter-active[data-v-ae97ea58],.fade-leave-active[data-v-ae97ea58]{transition:opacity .3s ease}.fade-enter-from[data-v-ae97ea58],.fade-leave-to[data-v-ae97ea58]{opacity:0}@keyframes drawAndFill-ae97ea58{0%{stroke-dashoffset:500;stroke:#fff8;fill:transparent}40%{stroke-dashoffset:430;stroke:#fffd;fill:#fff2}80%{stroke-dashoffset:320;stroke:#fff8;fill:#fffe}90%{stroke-dashoffset:120;stroke:#fff3;fill:#fffd}to{stroke-dashoffset:0;stroke:transparent;fill:#fff}}@keyframes fadeIn-ae97ea58{0%{opacity:0}to{opacity:1}}@media(min-width:768px){.third[data-v-ae97ea58]{width:30%;margin-left:2rem;display:flex;flex-direction:column;justify-content:center}.two-third[data-v-ae97ea58]{width:70%;display:flex;justify-content:center;align-items:center}#navcol[data-v-ae97ea58]{margin-top:5vh;font-size:22px;font-weight:500;color:#ccc;display:flex;flex-direction:column;align-items:flex-start;gap:4px}}@media(max-width:768px){main[data-v-ae97ea58]{flex-direction:column;padding:10px;height:100vh}#title[data-v-ae97ea58],#subtitle[data-v-ae97ea58],#university[data-v-ae97ea58],.profile-info-links[data-v-ae97ea58]{margin-left:1rem}.third[data-v-ae97ea58]{width:95vw;height:33%;margin-left:0;display:flex;flex-direction:column;justify-content:center}.two-third[data-v-ae97ea58]{width:95vw;height:67%;display:flex;justify-content:center;align-items:center;margin-left:0}#navcol[data-v-ae97ea58]{width:100%;margin-top:20px;font-size:16px;font-weight:500;color:#ccc;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}}.nav-item[data-v-ae97ea58]{width:auto;opacity:0;cursor:pointer;color:#ccc;transition:color .3s ease;animation:fadeIn-ae97ea58 1s forwards;animation-delay:3s;display:inline-block;padding:5px 0}.nav-item.selected[data-v-ae97ea58],.nav-item[data-v-ae97ea58]:hover{color:#fff}.gradient-text[data-v-ae97ea58]{color:#999;animation:gradientFlow-ae97ea58 10s linear infinite}@keyframes gradientFlow-ae97ea58{0%{color:#999}50%{color:#bbb}to{color:#999}}.animated-svg[data-v-ae97ea58]{width:100%;height:auto;max-width:100%;max-height:100%;transition:opacity .2s ease}.animated-svg path[data-v-ae97ea58]{fill:none;stroke:#141414;stroke-dasharray:10000;stroke-dashoffset:10000;animation:drawSVG-ae97ea58 13s forwards}.animated-svg-uni[data-v-ae97ea58]{width:100%;height:auto;max-width:100%;max-height:100%;transition:opacity .2s ease}.animated-svg-uni path[data-v-ae97ea58]{fill:none;stroke:#141414;stroke-dasharray:10000;stroke-dashoffset:10000;animation:drawSVGUni-ae97ea58 12s forwards}@keyframes drawSVG-ae97ea58{20%{stroke:#555}30%{stroke:#999}40%{stroke:#bbb}to{stroke:#a9a9a9;stroke-dashoffset:0}}@keyframes drawSVGUni-ae97ea58{25%{stroke:#555}35%{stroke:#999}55%{stroke:#bbb}to{stroke:#a9a9a9;stroke-dashoffset:0}}.profile-info-links[data-v-ae97ea58]{opacity:0;margin-top:10px;display:flex;gap:10px;animation:fadeIn-ae97ea58 1s forwards;animation-delay:2.8s}.profile-info-link[data-v-ae97ea58]{display:flex;justify-content:center;align-items:center;border-radius:5px;background-color:#222;transition:all .3s ease;cursor:pointer}.profile-info-link-button[data-v-ae97ea58]{background:none;border:none;cursor:pointer;text-decoration:none;display:flex;justify-content:center;align-items:center;gap:5px;padding:5px 10px;transition:all .3s ease;font-family:Inter,sans-serif;color:#fff}.profile-info-link-button img[data-v-ae97ea58]{width:15px;height:15px}.profile-info-link-button-text[data-v-ae97ea58]{font-size:12px;font-weight:500;text-decoration:none;color:#ccc}.profile-info-link[data-v-ae97ea58]:hover{box-shadow:0 0 5px #ffffff80,0 0 10px #fff3,0 0 15px #fff1}.profile-info-link-icon[data-v-ae97ea58]{width:35px;height:35px;display:flex;justify-content:center;align-items:center}.profile-info-link-icon img[data-v-ae97ea58]{width:20px;height:20px}
