*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Roboto;src:url(Roboto-VariableFont_wdth,wght.19a9e33b.woff2)format("woff2");font-weight:100 900;font-stretch:75% 100%;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(Roboto-Italic-VariableFont_wdth,wght.83a1393c.woff2)format("woff2");font-weight:100 900;font-stretch:75% 100%;font-style:italic;font-display:swap}:root{--website-main-width:60%;--website-main-width-mobile:90%;--website-main-width-ultrawide-2560:50%;--website-main-width-ultrawide-3440:40%;--nav-topbar-height-offset:71px;--nav-topbar-side-margins:12px;--nav-progress-bar-height:4px;--footer-content-min-width:200px;--half-width:50%;--half-image-gap:10px;--text-max-width:80%;--text-max-width-mobile:95%;--font-paragraph-size:1.2rem;--text-margin-bottom:4%;--text-margin-bottom-mobile:12%;--nav-topbar-background-color:#23272f;--nav-sidebar-background-color:#121c5f;--nav-link-hover-color:#2977ca;--nav-link-sidebar-hover-color:#2977cabf;--footer-background-color:#22262f;--footer-border-color:#ffffff26;--footer-bottom-text-color:#ffffff80;--color-classic-blue:#0f4c81;--nav-link-transition-duration:.5s;--transition-duration-quick:.3s;--transition-style:ease-out;--transition-delay:.1s;--image-scale-hover:1.05}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-topbar-height-offset);font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;overflow-x:hidden}body{text-align:center;color:#fff;background-color:#fff;min-width:350px;overflow-x:hidden}.hero{margin-top:var(--nav-topbar-height-offset);aspect-ratio:2;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.hero-content{max-width:var(--website-main-width);text-align:center;color:#fff;flex-direction:column;justify-content:center;width:100%;height:100%;margin:0 auto;padding-top:5%;display:flex}.hero h1{text-shadow:0 0 2rem #0006}section{width:100%;padding-top:7%;padding-bottom:9%}section ul,section ol{max-width:var(--text-max-width);text-align:left;margin-left:auto;margin-right:auto;margin-bottom:var(--text-margin-bottom)}section ul a,section ol a{color:#fff}section li{font-weight:400;font-size:var(--font-paragraph-size);margin-bottom:1%;line-height:1.5rem}section ol ul,section ul ul{margin-top:1%;margin-bottom:1%;margin-left:5%}section li li{margin-bottom:1.25%}.toc-container li{margin-bottom:2%;font-size:1.3rem}.toc-container ol ul{margin-top:2%;margin-bottom:2%;margin-left:7%}.toc-container li li{margin-bottom:2.5%}.section-divider{border-bottom:1px solid #fff;max-width:70%;margin:14% auto}.section-divider.no-border{border-bottom:none;margin:30% auto}.container{max-width:var(--website-main-width);margin:0 auto}.heading-container{justify-content:space-between;align-items:center;display:flex}.text-container.xl-gap{margin-bottom:15%}.text-container.large-gap{margin-bottom:12%}.text-container.medium-gap{margin-bottom:7%}.text-container.small-gap{margin-bottom:5%}.details-container{margin-bottom:6%}.details-container ul{list-style:none}.details-container ul li{margin-bottom:2%}.details-container details{cursor:pointer;display:inline-block}.video-container{margin:10% 0;padding-bottom:56.25%;position:relative}.video-container iframe{border:none;width:100%;height:100%;position:absolute;left:0}figcaption{text-align:center;color:#fff;margin-top:10px}h1{letter-spacing:.4rem;text-transform:uppercase;transition:text-shadow .4s var(--transition-style)var(--transition-delay);border-bottom:1.5px solid #fff;margin-bottom:9%;padding-bottom:1%;font-size:4.3rem}h1.long-header{font-size:4rem}h1:hover{text-shadow:0 1.5rem 1.5rem #0006,0 0 2rem #0003}h2{text-align:left;letter-spacing:.1rem;transition:text-shadow .4s var(--transition-style)var(--transition-delay);margin-bottom:5%;scroll-margin-top:5vh;font-size:2.6rem}h2:hover{text-shadow:0 1.5rem 1.5rem #0006,0 0 2rem #0003}h3{text-align:left;margin-bottom:2.5%;font-size:1.2rem}h4{letter-spacing:.04rem;font-size:1.1rem}h5{max-width:var(--text-max-width);text-align:left;letter-spacing:.07rem;margin-bottom:1.5%;margin-left:auto;margin-right:auto;font-size:1.3rem}.link-icon{opacity:0;visibility:hidden;transition:visibility .4s var(--transition-style).3s;font-size:2rem}.header-link:hover{cursor:pointer}.header-link:hover .link-icon{cursor:pointer;opacity:.3;visibility:visible}p{max-width:var(--text-max-width);margin-left:auto;margin-right:auto;margin-bottom:var(--text-margin-bottom);font-size:var(--font-paragraph-size);text-align:left;line-height:1.7rem}p a,h5 a{color:#fff}blockquote{text-align:left;max-width:60%;margin-left:auto;margin-right:auto;margin-bottom:var(--text-margin-bottom);font-size:1.1rem;line-height:1.4rem}.italic{font-style:italic;font-weight:400}.bold{font-weight:700}.text-right{text-align:right}code,pre{color:#fff;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;tab-size:4;-webkit-hyphens:none;hyphens:none;max-width:var(--text-max-width);margin:var(--text-margin-bottom)auto;background:#16191d;font-family:Consolas,Monaco,monospace;font-size:1rem;line-height:1.5rem;overflow:auto}:not(pre)>code{white-space:normal;background-color:#0000;padding:.1rem;font-size:1.1rem}nav{z-index:10}nav.topbar{background-color:var(--nav-topbar-background-color);justify-content:space-between;align-items:center;width:100%;padding:15px 0;display:flex;position:fixed;top:0}nav.topbar ul{list-style:none;display:flex}nav.topbar .nav-links.left li{margin-left:var(--nav-topbar-side-margins)}nav.topbar .nav-links.right li{margin-right:var(--nav-topbar-side-margins)}nav.topbar ul a{color:#fff;transition-property:background-color,border-color;transition-duration:var(--nav-link-transition-duration);transition-timing-function:var(--transition-style);transition-delay:var(--transition-delay);border:1px solid #0000;border-radius:3px;padding:10px;font-size:1rem;text-decoration:none;display:block}nav.topbar ul a:hover{background-color:var(--nav-link-hover-color);border-color:var(--nav-link-hover-color);cursor:pointer}.nav-icon{vertical-align:middle;width:16px;height:16px;margin-right:3px}.progress-container{top:var(--nav-topbar-height-offset);width:100%;height:var(--nav-progress-bar-height);background:0 0;position:absolute;left:0}.progress-bar{background:var(--nav-link-hover-color);width:0%;height:100%;transition:width .1s var(--transition-style)}nav.sidebar{width:250px;height:fit-content;top:var(--nav-topbar-height-offset);text-align:left;opacity:1;transition:opacity .7s var(--transition-style)var(--transition-delay);margin-top:20px;position:fixed;right:0}nav.sidebar.hidden{opacity:0;pointer-events:none}nav.sidebar h6{text-align:left;color:#fff;letter-spacing:.04rem;text-transform:uppercase;margin-top:15px;margin-bottom:10px;padding-left:10px;font-size:.88rem;font-weight:700}nav.sidebar ul{list-style:none}nav.sidebar li{transition:background-color .4s var(--transition-style);border-radius:5px;margin:2px 0}nav.sidebar a{color:#fff;letter-spacing:.02rem;cursor:pointer;padding:10px 0 10px 10px;font-size:.88rem;text-decoration:none;display:block}nav.sidebar li.indent{margin-left:20px}nav.sidebar li:hover,nav.sidebar li.active{background-color:var(--nav-link-sidebar-hover-color)}section.about_me{background-color:var(--color-classic-blue)}section h4{display:inline}section.education{background-color:#2897bc}section.education h3{margin-bottom:25px;font-size:1.5rem}#UCSD-header{text-align:center;margin-bottom:0;font-size:2.9rem}#UCSD-pics{margin-bottom:120px}section.experience{background-color:#292b32}#centene_logo{background-color:#fff;padding:5%}section.projects{background-color:#203d7c}#freqtrade_logo{background-color:#fff;padding:5% 1%}.image-container{box-sizing:border-box;opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;max-width:100%;margin:8% 0;animation:.5s forwards fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-container>*{flex:0 0 calc(var(--half-width) - var(--half-image-gap));max-width:calc(var(--half-width) - var(--half-image-gap));box-sizing:border-box;min-width:0}.image-container img{max-width:min(100%,attr(width px));object-fit:contain;width:100%;height:auto;transition-property:transform,box-shadow;transition-duration:var(--transition-duration-quick);transition-timing-function:var(--transition-style);transition-delay:var(--transition-delay)}.image-container>:nth-child(odd):last-child{flex:0 0 100%;max-width:100%}.parallax-container{aspect-ratio:32/9;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;width:100vw;margin:25% 0;position:relative;left:calc(50% - 50vw);overflow:hidden}.parallax-container img{display:none}.parallax-container-1{aspect-ratio:3}.parallax-container-2{filter:brightness(.85)}img.text-width{width:var(--text-max-width)}.image-container img:hover{transform:scale(var(--image-scale-hover));box-shadow:0 1.5rem 1.5rem #0006,0 0 2rem #0003}.fullscreen{z-index:100;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.fullscreen img{object-fit:contain;pointer-events:none;max-width:90%;max-height:90%}.clickable-image:hover{cursor:pointer}footer{background:var(--footer-background-color);color:#fff;width:100%;padding-top:3%;padding-bottom:1%}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:30px;max-width:80%;margin:0 auto;display:flex}.footer-content{min-width:var(--footer-content-min-width);flex-grow:1;flex-basis:0;margin-bottom:3%}.footer-content h4{color:#fff;letter-spacing:.1rem;border-bottom:1px solid #ffffff4d;margin-bottom:5%;padding-bottom:2%;font-size:1.3rem}.footer-content p{text-align:center;max-width:100%;margin-bottom:3%;font-size:1rem}.footer-content a{color:#fff;transition:color var(--transition-duration-quick)var(--transition-style)var(--transition-delay);text-decoration:none}.footer-content a:hover{color:var(--nav-link-hover-color)}.footer-bottom{border-top:1px solid var(--footer-border-color);color:var(--footer-bottom-text-color);padding-top:2.5%;font-size:.8rem}.footer-bottom p{text-align:center;margin-bottom:3.5%}#copyright{margin-bottom:2%}@media screen and (max-width:1350px){nav.sidebar{display:none}}@media screen and (max-width:767px){:root{--nav-progress-bar-height:4px;--nav-topbar-height-offset:61px}.hero{aspect-ratio:16/9}.hero-content h1{font-size:2rem}.progress-container{top:var(--nav-topbar-height-offset)}.container{max-width:var(--website-main-width-mobile)}.text-container.xl-gap{margin-bottom:20%}.text-container.large-gap{margin-bottom:17%}.text-container.medium-gap{margin-bottom:13%}.text-container.small-gap{margin-bottom:7%}.details-container ul li{margin-bottom:3%}.video-container{margin-top:20%;margin-bottom:12%}.image-container{margin:10% 0}.parallax-container{aspect-ratio:16/9;background-position:50%;background-attachment:scroll;margin:30% 0}img.text-width{width:var(--text-max-width-mobile)}nav.topbar{padding:3px 0}nav.topbar .nav-links a{font-size:14px}h1{letter-spacing:.2rem;margin-bottom:16%;padding-bottom:3%;font-size:2.8rem}h1.long-header{letter-spacing:.15rem;font-size:2.2rem}h2{margin-bottom:11%;font-size:1.8rem}#UCSD-header{font-size:1.8rem}#UCSD-pics{margin-bottom:20%}h3{margin-bottom:10%;font-size:1rem}h4{letter-spacing:.04rem;font-size:1rem}h5{max-width:var(--text-max-width-mobile);letter-spacing:.04rem;margin-bottom:3%;font-size:1.1rem}.link-icon{font-size:1.6rem}p{max-width:var(--text-max-width-mobile);margin-bottom:var(--text-margin-bottom-mobile);font-size:1rem;line-height:1.4rem}blockquote{max-width:85%;margin-bottom:var(--text-margin-bottom-mobile);font-size:.9rem;line-height:1.3rem}section{padding-top:20%;padding-bottom:25%}section ul{max-width:var(--text-max-width-mobile);margin-left:5%;margin-bottom:var(--text-margin-bottom-mobile)}section li{margin-bottom:3%;font-size:1rem;line-height:1.4rem}section ol ul,section ul ul{margin-top:3%;margin-bottom:3%;margin-left:6%}section li li{margin-bottom:3.222%}.toc-container li{margin-bottom:5%;font-size:1.1rem}.toc-container ol ul{margin-top:5%;margin-bottom:5%;margin-left:7%}.toc-container li li{margin-bottom:5.38%}section.education h3{font-size:1.2rem}.section-divider{max-width:75%;margin:35% auto}.section-divider.no-border{margin:45% auto}code,pre{max-width:var(--text-max-width-mobile);margin:var(--text-margin-bottom-mobile)auto;font-size:1rem;line-height:1.4rem}:not(pre)>code{font-size:.9rem}footer{padding:15% 0 10%}.footer-content{margin:10% 0}.footer-content h4{margin-bottom:8%}.footer-content p{margin:6% 0}.footer-bottom{margin-top:12%;padding-top:17%}.footer-bottom p{margin-bottom:20%}#copyright{margin-bottom:15%}.tilt-card-container{perspective:none}.tilt-card{transform-style:flat;transition:none}}@media screen and (min-width:411px) and (max-width:767px){:root{--nav-topbar-height-offset:44px}}@media screen and (min-width:2560px){.container{max-width:var(--website-main-width-ultrawide-2560)}section{padding-top:5%;padding-bottom:7%}.hero{aspect-ratio:2;background-position:50%}.parallax-container{aspect-ratio:5}.parallax-container-1{aspect-ratio:3}}@media screen and (min-width:3440px){.container{max-width:var(--website-main-width-ultrawide-3440)}.hero{aspect-ratio:3;background-position:50% -20vh}.parallax-container-1{aspect-ratio:4;background-position:50% -5vh}}.tilt-card-container{perspective:80vw}.tilt-card{transform-style:preserve-3d;transition:transform .5s ease-out}