@font-face{font-family:Custom1;src:url(/Nabla-Regular-VariableFont_EDPT,EHLT.ttf)}@font-face{font-family:Custom2;src:url(/slkscrb.ttf)}*{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#3b6e50,#a7a7a7 40%,#093f66 60%,#3f3ce7 105%);background:linear-gradient(127deg,#3b6e50,rgba(0,255,0,0) 70%),linear-gradient(217deg,#3f3ce7,rgba(255,0,0,0) 70%),linear-gradient(336deg,#3b6e50,#3b6e50 70%);background-size:500% 500%;animation:gradient 10s ease-in-out infinite;overscroll-behavior:none;color:#fff;line-height:1.6}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;left:0;right:0;background:rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1);z-index:1000;padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand{font-size:1.5rem;font-weight:800;color:#f39e5d;background:linear-gradient(135deg,#f39e5d,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-menu a{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:25px}.nav-menu a:hover{background:hsla(0,0%,100%,.1);color:#f39e5d}.nav-link.active{color:#f39e5d;background:hsla(0,0%,100%,.08);text-decoration:underline}.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;padding:6rem 2rem 2rem}.hero-content{flex:1 1;max-width:600px;z-index:2}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;margin:0 0 1rem;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.hero-subtitle{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;margin:0 0 1.5rem;color:hsla(0,0%,100%,.9)}.hero-description{font-size:1.2rem;margin:0 0 2.5rem;color:hsla(0,0%,100%,.8);max-width:500px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.cta-button.primary{background:linear-gradient(135deg,#f39e5d,#ff6b6b);color:#fff;box-shadow:0 4px 15px rgba(243,158,93,.4)}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(243,158,93,.6)}.cta-button.secondary{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.3)}.cta-button.secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}.hero-visual{flex:1 1;display:flex;justify-content:center;align-items:center;position:relative}.floating-elements{position:relative;width:360px;height:360px}.floating-element{position:absolute;font-size:3.25rem;animation:float 7s ease-in-out infinite;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.floating-element:first-child{top:10%;left:12%;animation-delay:0s}.floating-element:nth-child(2){top:65%;right:10%;animation-delay:.8s}.floating-element:nth-child(3){bottom:14%;left:58%;animation-delay:1.6s}.floating-element:nth-child(4){top:30%;left:75%;animation-delay:2.4s}.floating-element:nth-child(5){top:78%;left:30%;animation-delay:3.2s}.floating-element:nth-child(6){top:45%;left:8%;animation-delay:4s}.floating-element:nth-child(7){top:12%;left:55%;animation-delay:4.8s}.floating-element:nth-child(8){bottom:8%;right:12%;animation-delay:5.6s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-16px) rotate(4deg)}}section{padding:5rem 0;scroll-margin-top:6rem}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;text-align:center;margin:0 0 3rem;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.about-text p{font-size:1.1rem;margin:0 0 1.5rem;color:hsla(0,0%,100%,.9)}.education{margin-top:2rem}.education h3{font-size:1.3rem;font-weight:600;margin:0 0 1rem;color:#f39e5d}.education-item{background:hsla(0,0%,100%,.05);padding:1rem;border-radius:10px;margin-bottom:1rem;border:1px solid hsla(0,0%,100%,.1)}.education-item strong{color:#f39e5d}.skills-grid{display:grid;grid-gap:2rem;gap:2rem}.skill-category h3{font-size:1.3rem;font-weight:600;margin:0 0 1rem;color:#f39e5d}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:hsla(0,0%,100%,.1);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease}.skill-tag:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.experience-content{display:grid;grid-gap:2rem;gap:2rem;max-width:800px;margin:0 auto}.experience-item{background:hsla(0,0%,100%,.05);border-radius:20px;padding:2rem;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.experience-item:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);transform:translateY(-3px)}.experience-item h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#fff}.experience-company{font-size:1.1rem;color:#f39e5d;font-weight:600;margin:0 0 .5rem}.experience-duration{font-size:.9rem;color:hsla(0,0%,100%,.7);margin:0 0 1rem;font-style:italic}.experience-item p:last-child{color:hsla(0,0%,100%,.8);line-height:1.6;margin:0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.project-card{background:hsla(0,0%,100%,.05);border-radius:20px;padding:2rem;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-card:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.project-card.featured{background:linear-gradient(135deg,rgba(243,158,93,.1),hsla(0,100%,71%,.1));border-color:rgba(243,158,93,.3)}.project-image{width:100%;height:200px;border-radius:15px;overflow:hidden;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05)}.project-image img{max-width:80px;max-height:80px;object-fit:contain}.project-content h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#fff}.project-content p{color:hsla(0,0%,100%,.8);margin:0 0 1.5rem;line-height:1.6}.project-links{display:flex;align-items:center;gap:1rem}.project-link-text{color:#f39e5d;font-weight:600;font-size:.9rem}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-text{font-size:1.2rem;color:hsla(0,0%,100%,.9);margin:0 0 2rem}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;color:#fff;padding:1rem;border-radius:15px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;min-width:120px}.contact-link:hover{background:hsla(0,0%,100%,.1);transform:translateY(-3px)}.contact-link img{width:40px;height:40px;filter:brightness(0) invert(1)}.contact-icon{font-size:2rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.contact-link span{font-weight:600;font-size:.9rem}.footer{background:rgba(0,0,0,.2);padding:2rem 0;text-align:center;border-top:1px solid hsla(0,0%,100%,.1)}.footer p{color:hsla(0,0%,100%,.7);margin:0}@media(max-width:768px){.navbar .container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem;flex-wrap:wrap;justify-content:center}.hero{flex-direction:column;text-align:center;padding:8rem 1rem 1rem}section{scroll-margin-top:8rem}.hero-content{margin-bottom:3rem}.about-content{gap:2rem}.about-content,.projects-grid{grid-template-columns:1fr}.hero-cta{justify-content:center}.contact-links{flex-direction:column;align-items:center}}@media(max-width:480px){.container{padding:0 1rem}section{padding:3rem 0}.project-card{padding:1.5rem}.nav-menu{gap:.5rem}.nav-menu a{padding:.3rem .8rem;font-size:.9rem}}header{height:10vh;font-weight:500;font-size:50px;text-align:center;padding:2%;color:#fff;filter:drop-shadow(2px 2px 5px black)}.main,header{box-sizing:border-box}.main{width:100%;height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:5%}:root{--spd:0.33s}#head{height:50px;width:50px;position:absolute;z-index:100}#board{height:600px;width:600px;border:3px solid #000;position:relative;background-image:url(/assets/background.png);background-repeat:repeat;margin:5px auto 0;background-size:48px}#apple,.body{height:50px;width:50px;position:absolute}#start{font-family:Custom1,Arial,Helvetica,sans-serif;font-size:50px;text-align:center;z-index:200;border:6px solid salmon;padding:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#f0f8ff;background-image:url(https://s3.amazonaws.com/spoonflower/public/design_thumbnails/0424/5908/1431605648965_shop_thumb.png);width:60%;height:50%;margin:0 auto}#start h1{margin:0}#start h2{font-size:large}#start button,#start h2{font-family:Custom2,Arial,Helvetica,sans-serif}#start button{font-weight:700;font-size:20px;background-color:salmon;border-radius:25px;padding:20px 25px}.btn:hover{color:#fff;box-shadow:0 5px 15px rgba(145,92,182,.4);cursor:pointer}#gameOver{font-family:Custom2;display:none;z-index:200;border:6px solid #d11500;padding:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#f0f8ff;background-image:url(https://s3.amazonaws.com/spoonflower/public/design_thumbnails/0424/5908/1431605648965_shop_thumb.png);min-width:800px;width:60%;height:50%;margin:0 auto}#gameOver h1{font-size:60px}#gameOver h1,#gameOver h2{text-align:center;margin:20px}#gameOver h2{font-size:30px}#gameOver div{width:-moz-fit-content;width:fit-content;margin:80px auto}#gameOver button{font-family:Custom2;font-weight:700;font-size:20px;width:350px;background-color:red;border-radius:25px;padding:20px 25px;text-align:center}#score{color:#fff;background-color:#000;width:200px;border:6px solid #fff;box-shadow:3px 3px 0 #000;height:-moz-fit-content;height:fit-content}#placeholder,#score{font-family:Custom2;font-size:30px;padding:0 5px;margin:0 auto 5px}#placeholder{color:transparent;border:6px solid transparent}#mole{transition:top var(--spd) ease 0s,left var(--spd) ease 0s}#mole,#poop{height:50px;width:50px;position:absolute}.resume-embed{position:relative;width:100%;max-width:1000px;margin:0 auto;border-radius:16px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 10px 30px rgba(0,0,0,.2);background:hsla(0,0%,100%,.03)}.resume-embed iframe{display:block;width:100%;height:80vh;border:none}@media(max-width:768px){.resume-embed iframe{height:70vh}}.mobile-warning-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.mobile-warning-card{background:hsla(0,0%,100%,.95);color:#111;border-radius:16px;padding:24px;width:min(90vw,520px);box-shadow:0 10px 30px rgba(0,0,0,.3);text-align:center}.mobile-warning-card h2{margin:0 0 10px}.mobile-warning-card p{margin:0 0 20px}.mobile-warning-actions{display:flex;gap:12px;justify-content:center}.themed-link{color:#f39e5d;text-decoration:underline}.themed-link:hover{color:#f6b583}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}