:root{--clr-white:#ffffff;--coral-red-50: #fef2f2;--coral-red-100: #fee2e3;--coral-red-200: #fecacb;--coral-red-300: #fba6a8;--coral-red-400: #f77275;--coral-red-500: #ee4a4e;--coral-red-600: #da282c;--coral-red-700: #b81d21;--coral-red-800: #981c1f;--coral-red-900: #7e1e20;--coral-red-950: #450a0b;--gray-50: #fafafa;--gray-100: #f4f4f5;--gray-200: #e4e4e7;--gray-300: #d4d4d8;--gray-400: #a1a1aa;--gray-500: #71717a;--gray-600: #52525b;--gray-700: #3f3f46;--gray-800: #27272a;--gray-900: #18181b;--gray-950: #0f0f10;--text-main: var(--gray-900);--text-muted: var(--gray-600);--text-soft: var(--gray-500);--text-inverse: #ffffff;--text-heading: var(--gray-900);--text-accent: var(--primary);--font-logo: "Cormorant Garamond Variable", serif;--font-primary: "Karla Variable", sans-serif;--font-size-heading: 2.25rem;--font-size-heading-m: 2.75rem;--font-size-heading-lg:3.25rem;--font-size-xs: .75rem;--font-size-s: .875rem;--font-size-base: 1rem;--font-size-l: 1.125rem;--spacing-xs: .25rem;--spacing-s: .5rem;--spacing-m: 1rem;--spacing-l: 2.25rem;--spacing-xl: 3rem}@layer reset{*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}}@layer base{.app{display:flex;flex-direction:column}body{font-family:var(--font-primary);font-size:var(--font-size-base);color:var(--coral-red-950);line-height:1.6;background-color:var(--coral-red-300)}h1,header{color:var(--coral-red-500);font-size:var(--font-size-heading-lg);font-weight:400;font-family:var(--font-primary)}h2,h3,h4{font-family:var(--font-primary);font-weight:400;color:var(--coral-red-500)}h4{font-size:var(--font-size-heading-m)}ul{list-style-type:none;padding:0;margin:0}a{text-decoration:none;color:inherit}a:hover{text-decoration:underline}.icon{color:var(--coral-red-500)}.icon-sec{color:var(--coral-red-950)}section{padding:var(--spacing-l) var(--spacing-l);background-color:var(--coral-red-50);height:auto;display:grid;grid-template-columns:.75fr 1fr;grid-template-rows:auto auto;gap:var(--spacing-l)}article{text-align:left}.page-header{text-align:left;padding:var(--spacing-xs) var(--spacing-xl) 0 var(--spacing-l)}.page-header h3{margin-top:var(--spacing-m)}.main-article{padding:var(--spacing-xl) var(--spacing-m) var(--spacing-l) var(--spacing-m);margin-top:var(--spacing-l)}.side-article{padding:0 var(--spacing-m) var(--spacing-l) var(--spacing-m);margin-top:var(--spacing-l)}.main-title{font-size:var(--font-size-heading-lg);flex-grow:2}footer p{font-size:var(--font-size-s);color:var(--coral-red-700);padding-top:var(--spacing-s)}}@layer components{.mname{font-weight:200;color:var(--coral-red-900);flex-grow:2;font-size:var(--font-size-heading);margin-top:0;text-align:left}.home{height:75vh}.hero{grid-column-start:1;grid-column-end:3}.hero .page-header{text-align:left}.hero .about{margin-top:var(--spacing-m);font-size:var(--font-size-l);color:var(--coral-red-700);width:75%;padding-top:var(--spacing-s);margin-bottom:var(--spacing-l)}.nav{display:flex;flex-direction:row;gap:1rem;justify-content:space-between;height:fit-content;padding-bottom:var(--spacing-m);color:var(--coral-red-800)}.nav-links{display:flex;flex-direction:row;align-items:flex-end;width:30%;justify-content:space-around}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;z-index:1001;gap:5px}.bar{width:25px;height:3px;background-color:var(--coral-red-800);transition:all .3s ease;border-radius:3px}.bar.open:nth-child(1){transform:translateY(8px) rotate(45deg)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.resume{grid-template-columns:.75fr 1.25fr;grid-template-rows:auto auto}.education{padding-top:var(--spacing-xs)}.education-list{display:flex;flex-direction:column;row-gap:var(--spacing-m);margin-top:var(--spacing-m)}.education-list div{display:flex}.education-list .details{display:flex;margin-left:0}.education-list .details p{margin-top:var(--spacing-xs)}.resume .resume-content{padding-top:0}.resume .experience-list{display:flex;flex-direction:column;row-gap:var(--spacing-m)}.resume .page-header h4{margin-top:var(--var-spacing-m)}.resume .page-header p{font-size:var(--font-size-l)}.experience-list-item{display:flex;flex-direction:row;flex-wrap:nowrap}.date-info{min-width:100px;white-space:nowrap;flex-shrink:0}.details{display:flex;flex-direction:column;margin-left:var(--spacing-xl)}.details p{margin-top:var(--spacing-s)}.resume footer{margin-left:var(--spacing-m);display:flex;gap:var(--spacing-s)}.project-list{display:flex;flex-direction:column;gap:var(--spacing-s)}.project-item{display:flex;flex-direction:column;gap:var(--spacing-xs)}.project-item p{margin-top:var(--spacing-xs)}.project-title{display:flex;flex-direction:row;gap:var(--spacing-xs);align-items:baseline}.project-description{padding-bottom:var(--spacing-s)}.project-repo-link{padding-left:var(--spacing-xs)}.resume-link{color:var(--coral-red-500)}.contact-info{display:flex;flex-direction:column;row-gap:var(--spacing-m)}}@media(max-width:768px){#root{width:100%;padding:var(--spacing-m)!important}.app{display:flex;flex-direction:column}.projects,.resume,.resume-content,.home{display:flex!important;flex-direction:column;padding:0;width:100%;background-color:var(--coral-red-300);height:auto}.page-header{height:65px;padding:0 0 var(--spacing-s) 0}.page-header h4{margin-top:var(--spacing-m)}.main-article,.side-article{margin-top:0;padding:var(--spacing-s) 0}.hamburger{display:flex;justify-content:center}.nav-links{position:fixed;right:-100%;top:0;flex-direction:column;background-color:var(--coral-red-200);width:50%;max-width:300px;height:80vh;padding:var(--spacing-s) var(--spacing-xs);box-shadow:-2px 0 5px #0000001a;transition:right .3s ease;gap:1rem}.nav-links.active{right:0;padding-top:var(--spacing-xl)}.nav-links li{width:100%}.nav-links li a{display:block;padding:.5rem 0;font-size:var(--font-size-base)}.education{padding-top:var(--spacing-xs)}.experience-list-item .details{margin-left:var(--spacing-xs)}.date-info{margin-top:var(--spacing-s)}.about{padding-bottom:var(--spacing-m)}.home{height:75vh}.hero{margin-top:var(--spacing-m)}.hero p{width:100%}}@media(max-width:480px){.nav{padding:var(--spacing-xs)}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
