html{font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;width:100%}@media screen and (max-width:480px){html{font-size:14px}}@media screen and (min-width:1920px){html{font-size:18px}}.poppins-thin{font-weight:100}.poppins-extralight,.poppins-thin{font-family:Poppins,sans-serif;font-style:normal}.poppins-extralight{font-weight:200}.poppins-light{font-weight:300}.poppins-light,.poppins-regular{font-family:Poppins,sans-serif;font-style:normal}.poppins-regular{font-weight:400}.poppins-medium{font-weight:500}.poppins-medium,.poppins-semibold{font-family:Poppins,sans-serif;font-style:normal}.poppins-semibold{font-weight:600}.poppins-bold{font-weight:700}.poppins-bold,.poppins-extrabold{font-family:Poppins,sans-serif;font-style:normal}.poppins-extrabold{font-weight:800}.poppins-black{font-family:Poppins,sans-serif;font-style:normal;font-weight:900}.poppins-thin-italic{font-weight:100}.poppins-extralight-italic,.poppins-thin-italic{font-family:Poppins,sans-serif;font-style:italic}.poppins-extralight-italic{font-weight:200}.poppins-light-italic{font-weight:300}.poppins-light-italic,.poppins-regular-italic{font-family:Poppins,sans-serif;font-style:italic}.poppins-regular-italic{font-weight:400}.poppins-medium-italic{font-weight:500}.poppins-medium-italic,.poppins-semibold-italic{font-family:Poppins,sans-serif;font-style:italic}.poppins-semibold-italic{font-weight:600}.poppins-bold-italic{font-weight:700}.poppins-bold-italic,.poppins-extrabold-italic{font-family:Poppins,sans-serif;font-style:italic}.poppins-extrabold-italic{font-weight:800}.poppins-black-italic{font-family:Poppins,sans-serif;font-style:italic;font-weight:900}.App{font-family:Poppins,serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}*,.App{box-sizing:border-box}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.github-stats{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.github-stat-item{cursor:default;transition:all .3s ease}.github-stat-item:hover{color:var(--chakra-colors-blue-500);transform:scale(1.05)}.github-stats-loading{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.github-icon{transition:transform .3s ease}.github-stat-item:hover .github-icon{transform:rotate(20deg) scale(1.2)}.language-dot{animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.card-container,.playing-card{position:relative}.playing-card{transform-style:preserve-3d;transition:all .3s ease}.playing-card.shuffling{animation:cardDeal .8s cubic-bezier(.25,.46,.45,.94) forwards;transform-origin:center center}@keyframes cardDeal{0%{opacity:0;transform:translate(calc(-50vw + 50%),calc(-20vh + 50%)) scale(.8) rotateY(-15deg);z-index:100}20%{opacity:1;transform:translate(calc(-40vw + 40%),calc(-15vh + 40%)) scale(.85) rotateY(-10deg)}50%{transform:translate(calc(-20vw + 20%),calc(-8vh + 20%)) scale(.92) rotateY(-5deg)}75%{transform:translateY(-5px) scale(.98) rotateY(2deg)}90%{transform:translateY(2px) scale(1.02) rotateY(0deg)}to{opacity:1;transform:translate(0) scale(1) rotateY(0deg);z-index:1}}@media screen and (max-width:768px){@keyframes cardDeal{0%{opacity:0;transform:translate(calc(-30vw + 50%),calc(-15vh + 50%)) scale(.85) rotateY(-10deg);z-index:100}25%{opacity:1;transform:translate(calc(-20vw + 35%),calc(-10vh + 35%)) scale(.9) rotateY(-7deg)}60%{transform:translate(calc(-5vw + 10%),calc(-3vh + 10%)) scale(.95) rotateY(-3deg)}80%{transform:translateY(-3px) scale(.99) rotateY(1deg)}95%{transform:translateY(1px) scale(1.01) rotateY(0deg)}to{opacity:1;transform:translate(0) scale(1) rotateY(0deg);z-index:1}}}.career-timeline{position:relative}.timeline-line{animation:lineGrow 1.5s ease-out forwards;transform-origin:top}@keyframes lineGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.timeline-item{opacity:0;transition:opacity .6s ease-out}.timeline-item.visible{opacity:1}.timeline-item.visible .timeline-dot{animation:dotPop .5s cubic-bezier(.34,1.56,.64,1) forwards}.timeline-item.visible .timeline-content{animation:contentSlideIn .6s ease-out forwards}@keyframes dotPop{0%{opacity:0;transform:translate(-50%) scale(0)}60%{transform:translate(-50%) scale(1.3)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes contentSlideIn{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@media screen and (min-width:768px){.timeline-item:nth-child(2n) .timeline-content{animation:contentSlideInRight .6s ease-out forwards}@keyframes contentSlideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.timeline-dot{animation:none}.timeline-item.visible .timeline-dot{animation:dotPopCenter .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes dotPopCenter{0%{opacity:0;transform:translate(-50%) scale(0)}60%{transform:translate(-50%) scale(1.3)}to{opacity:1;transform:translate(-50%) scale(1)}}}@media screen and (max-width:767px){.timeline-line{animation:lineGrow 1s ease-out forwards}@keyframes dotPop{0%{opacity:0;transform:translateX(-50%) scale(0)}60%{transform:translateX(-50%) scale(1.3)}to{opacity:1;transform:translateX(-50%) scale(1)}}}.timeline-dot{box-shadow:0 0 0 0 #4299e180}.timeline-item.visible .timeline-dot{animation:dotPop .5s cubic-bezier(.34,1.56,.64,1) forwards,dotGlow 2s ease-in-out .5s infinite}@keyframes dotGlow{0%,to{box-shadow:0 0 0 0 #4299e180}50%{box-shadow:0 0 0 8px #4299e100}}.dual-degree-section{animation:fadeIn .6s ease-out forwards;width:100%}.school-card{animation:slideIn .8s ease-out forwards;backface-visibility:hidden;opacity:0;position:relative;will-change:transform;z-index:1}.school-card.school-left{animation:slideInLeft .8s ease-out .2s forwards}.school-card.school-right{animation:slideInRight .8s ease-out .4s forwards}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}.connection-symbol{animation:fadeInScale 1s ease-out .6s forwards;opacity:0}@keyframes fadeInScale{0%{opacity:0;transform:scale(0) rotate(-180deg)}60%{transform:scale(1.2) rotate(0deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.school-card:hover{z-index:10}.goose{user-select:none;-webkit-user-select:none;-moz-user-select:none}.goose.honking{animation:gooseHonk .8s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes gooseHonk{0%{transform:scale(1) rotate(0deg)}15%{transform:scale(1.3) rotate(15deg)}30%{transform:scale(1.5) rotate(-15deg)}45%{transform:scale(1.6) rotate(1turn)}60%{transform:scale(1.5) rotate(375deg)}75%{transform:scale(1.3) rotate(345deg)}90%{transform:scale(1.1) rotate(355deg)}to{transform:scale(1) rotate(1turn)}}.flipping{animation:cardFlip .8s ease-in-out;transform-style:preserve-3d}@keyframes cardFlip{0%{transform:perspective(1000px) rotateY(0deg)}50%{opacity:.3;transform:perspective(1000px) rotateY(90deg)}to{transform:perspective(1000px) rotateY(0deg)}}@media screen and (max-width:768px){.school-card.school-left,.school-card.school-right{animation:slideInUp .8s ease-out forwards}.school-card.school-left{animation-delay:.2s}.school-card.school-right{animation-delay:.4s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}}.project-showcase{animation:fadeIn .6s ease-out forwards;width:100%}.project-card{animation:projectCardIn .6s ease-out forwards;backface-visibility:hidden;opacity:0;position:relative;transform-origin:center;will-change:transform;z-index:1}.project-card.featured{animation:featuredProjectIn .8s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:.2s}@keyframes featuredProjectIn{0%{opacity:0;transform:translateX(-40px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}.project-card:not(.featured){animation-delay:.4s;animation-delay:calc(.4s + var(--card-index, 0)*.1s)}@keyframes projectCardIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.project-card.selected{animation:selectPulse .4s ease-out}@keyframes selectPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.project-card:hover{box-shadow:0 10px 30px #0003;z-index:10}.project-card.featured:hover{box-shadow:0 15px 40px #805ad566}.project-card{transition:all .4s cubic-bezier(.34,1.56,.64,1)}@media screen and (max-width:1024px){.project-card.featured{animation:featuredProjectInMobile .8s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:.2s}@keyframes featuredProjectInMobile{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}}@media screen and (max-width:768px){.project-card:hover{transform:translateY(-2px)}}
/*# sourceMappingURL=main.d46207cd.css.map*/