:root{--backgroundColor:#1e1e1f;--white:#fff;--black:#000;--uiElementPrimary:#fbf1c7;--linkColor:#2997ff;--languageColorSwift:#f05138;--languageColorRust:#dea584;--languageColorTypescript:#3178c6;--languageColorCLangs:#f34b7d;--languageColorJava:#ff9725;--languageColorShell:#89e051;--nyuColor:#7E0ACB;--textColorPrimary:color-mix(in srgb, var(--uiElementPrimary) 65%, var(--white) 35%);--backgroundAccent:color-mix(in srgb, var(--backgroundColor) 90%, var(--uiElementPrimary) 10%)}@font-face{font-family:'Figtree';src:url('fonts/Figtree.ttf') format('truetype');font-display:swap}body{display:flex;width:100vw;margin:0;align-items:center;justify-content:center;text-align:center;color:var(--textColorPrimary);background-color:var(--backgroundColor);font-family:"Figtree", -apple-system, BlinkMacSystemFont, sans-serif}.container{display:flex;width:100vw;justify-content:center}.VStack{display:flex;flex-direction:column;justify-content:space-around}.HStack{display:flex;flex-direction:row;justify-content:space-around}.ZStack{display:block}.VStackCenter{height:100vh;justify-content:center !important;align-items:center}.centerWrap{display:flex;flex-wrap:wrap;justify-content:center}.paragraphCaption{margin:0}.itemGrid{display:grid;width:100%}.base64Grid{column-gap:10px;row-gap:15px;aspect-ratio:1/1;grid-template-columns:repeat(2, 45vw);-webkit-column-gap:10px}.base64Grid > .ZStack{background-color:var(--backgroundAccent);border:2px solid var(--uiElementPrimary);border-radius:10px}.toolTitleContainer{position:relative;top:calc(-1rem - 3px);left:-1px;z-index:0;height:1.5rem;border:2px;border-top-left-radius:10px;border-top-right-radius:10px;background-color:var(--uiElementPrimary)}.toolTitle{font-weight:500;color:var(--backgroundColor);text-transform:uppercase}.innerTileRow{justify-content:space-evenly}.innerTileRow > p{text-align:left}.pageTitle{font-weight:500}.name{font-size:3.25rem;font-weight:500;margin:0 0.5rem}.location{margin-top:0.35rem;margin-bottom:0}.highLevelAbout{font-size:1.25rem;font-weight:400;margin:1rem 0}.languageList{font-size:0.9rem;margin:0.3rem 0;height:calc(0.9rem + 1rem)}.pill{padding:0.3125rem 0.5rem;border-radius:15px;height:1.15rem;color:var(--backgroundColor);margin:0.25rem;min-width:0;transition:ease-in all 0.1s}.pill:active,.pill:hover{box-shadow:0.15rem 0.15rem 0.75rem var(--backgroundAccent);padding:0.375rem 0.5625rem;margin:0.1875rem}.swift{background-color:var(--languageColorSwift)}.rust{background-color:var(--languageColorRust)}.typescript{background-color:color-mix(in srgb, var(--languageColorTypescript) 80%, var(--textColorPrimary) 20%)}.cLangs{background-color:var(--languageColorCLangs)}.java{background-color:var(--languageColorJava)}.shell{background-color:var(--languageColorShell)}.nyuPill{background-color:var(--nyuColor);color:var(--textColorPrimary)}.nyuPill::before{content:"";position:relative;top:0.3125rem;left:-0.2rem;background-image:url("./torch.svg");background-size:1.525rem;background-repeat:no-repeat;display:inline-block;width:1.4rem;height:1.4rem;margin:0 0.25rem 0 0}.nyuPill::after{content:"NYU Tandon '29"}a,a:visited{color:var(--linkColor);text-decoration:none}a:focus,a:hover{color:color-mix(in srgb, var(--linkColor) 25%, var(--textColorPrimary) 75%);text-decoration:underline dotted}a:active{color:var(--textColorPrimary);text-decoration:underline dashed}.endMargin{margin-bottom:calc(5vw - 10px)}.navCheck{position:absolute;top:-999999px;left:-999999px}.bottomToolbar{position:absolute;right:1rem;bottom:1rem;z-index:3;transform:translateZ(3);background-color:var(--uiElementPrimary);width:2rem;height:2rem;padding:1rem;border-radius:15px;transition:ease-in all 0.15s}.bottomToolbar > svg:first-of-type{display:unset;position:absolute;top:unset;right:0.75rem;bottom:0.75rem;left:unset;width:2.5rem}.bottomToolbar > svg:last-of-type{display:none}.navMenuContent{position:absolute;right:1rem;bottom:1rem;visibility:hidden;opacity:0;justify-content:flex-start;width:18em;height:18em;max-width:calc(100vw - 6rem);max-height:80vh;z-index:2;transform:translateZ(2);text-align:left;color:var(--backgroundColor);background-color:#fbf1c7cc;border-radius:15px;border-bottom-right-radius:2rem;transition:ease-in all 0.15s;box-shadow:0 0 0.25rem var(--textColorPrimary);backdrop-filter: blur(0.75rem)}.navMenuContent > div{margin:0 1rem}.navCheck:checked + div > .bottomToolbar{border-radius:2rem}.navCheck:checked + div > .bottomToolbar > svg:first-of-type{display:none}.navCheck:checked + div > .bottomToolbar > svg:last-of-type{display:unset;position:absolute;top:unset;right:0.75rem;bottom:0.75rem;left:unset;width:2.5rem}.navMenuContent > div > a{display:none;color:var(--backgroundColor);font-size:1.5rem;margin:0.75rem 0}.navCheck:checked + div > .navMenuContent{visibility:visible;opacity:1;transition:ease-in visibility 0.15s}.navCheck:checked + div > .navMenuContent > div > a{display:unset}.HStack.iconHolder{width:15rem}.iconHolder{margin-bottom:1.5rem}.iconLinkItem{width:6rem}.iconLinkItem > a > svg{width:2.5rem}.container.VStackCenter{height:calc(100vh - 3rem);min-height:24rem}@media (max-width: 21.5rem){.languageList:last-of-type{margin-top:2.325rem !important}}@media (max-width: 18rem){.navMenuContent > div > a{font-size:1rem}}@media (max-width: 15rem){.HStack.iconHolder{width:100vw;display:flex;flex-wrap:wrap}.nyuPill::after{content:"NYU '29"}}@media (max-width: 11rem){.languageList:last-of-type{margin-top:4.65rem !important}}@media (max-width: 10rem){.nyuPill::before{content:"";background:none;width:0;left:0}.navMenuContent{width:19.5rem;max-width:calc(100vw - 4rem)}}@media (max-width: 8rem){.nyuPill::after{content:"NYU"}}@media (max-width: 7.5rem){.languageList:last-of-type{margin-top:6.975rem !important}}@media (orientation: portrait){.base64Grid{grid-template-columns:repeat(1, 90vw)}.toolTitleContainer{width:calc(100% + 2px)}.base64Grid > .ZStack{width:90vw;height:60vw}.innerTile{height:calc(0.9 * (60vw - 4rem - 4px))}.innerTileRow > .VStack,.innerTileRow > button,.innerTileRow > img,.innerTileRow > input,.innerTileRow > p,.innerTileRow > textarea{width:calc(0.4 * 90vw)}.innerTileRow > textarea{height:calc(0.7 * (60vw - 10rem - 4px))}}@media (orientation: landscape){.base64Grid{grid-template-columns:repeat(2, 45vw)}.toolTitleContainer{width:calc(100% + 2px)}.base64Grid > .ZStack{width:calc(45vw - 10px);height:30vw}.innerTile{height:calc(0.9 * (30vw - 4rem - 4px))}.innerTileRow > .VStack,.innerTileRow > button,.innerTileRow > img,.innerTileRow > input,.innerTileRow > p,.innerTileRow > textarea{width:calc(0.4 * (45vw - 10px))}.innerTileRow > textarea{height:calc(0.7 * (30vw - 10rem - 4px))}@media (max-width: 749px){.bottomToolbar{top:2vw;right:2vw}.navMenuContent{top:2vw;right:2vw}}@media (min-width: 750px) and (max-width: 999px){.bottomToolbar{top:3rem;right:3rem}.navMenuContent{top:3rem;right:3rem}}@media (min-width: 1000px){.bottomToolbar{top:5rem;right:5rem}.navMenuContent{top:5rem;right:5rem}}.bottomToolbar:hover{border-radius:2rem}.navMenuContent{border-bottom-right-radius:15px;border-top-right-radius:2rem;padding-top:4rem;height:13.5em}.navMenuContent:last-child{margin-bottom:0}}