@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap";.nav{display:flex;align-items:center;height:10vh;width:90%;max-width:1536px;margin:0 auto;font-weight:700;z-index:2}.nav .space-between{width:100%;display:flex;justify-content:space-between;align-items:center}.nav .logo{color:var(--white);cursor:pointer;font-size:1.2rem;text-decoration:none;-webkit-user-select:none;user-select:none;flex-shrink:0}.nav .nav-list{margin:0;padding:0;list-style-type:none;display:flex;justify-content:center;align-items:center;gap:.5rem}.nav .nav-list li{display:flex;justify-content:center;align-items:center}.nav .nav-list li a{display:flex;justify-content:center;align-items:center;gap:.4rem;color:var(--white);text-decoration:none;font-weight:700;font-size:.8rem;text-underline-offset:.25rem;transition:color .2s}.nav .nav-list li a:hover,.nav .nav-list li a:focus{text-decoration:underline}.nav .nav-list li a svg{width:1.4rem;height:1.4rem;flex-shrink:0}@media(max-width:420px){.nav .nav-list{gap:.8rem}.nav .nav-list li a{font-size:0;gap:0}}@media(min-width:768px){.nav{width:75%}.nav .logo{font-size:1.4rem}.nav .nav-list{gap:1rem}.nav .nav-list li{padding:0 16px}.nav .nav-list li:last-child{padding:0 0 0 16px}.nav .nav-list li a{font-size:1rem}.nav .nav-list li a svg{font-size:1.75rem;width:auto;height:auto}}.hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:90%;max-width:1536px;margin:3rem auto}.hero .cta{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column-reverse;gap:2.5rem;margin-bottom:1.25rem}.hero .title{font-size:2.2rem;font-weight:700}.hero .portrait-container{width:100%;max-width:150px}.hero .portrait{position:relative;width:100%;object-fit:contain;height:100%;border-radius:2rem;box-shadow:1rem 1rem #fff;filter:grayscale(100%) contrast(110%);clip-path:circle(100%);transition:box-shadow .3s ease,clip-path .3s ease,filter .3s ease}@media(prefers-reduced-motion:no-preference){.hero .portrait-container:hover .portrait{box-shadow:0 0 #fff;clip-path:circle(50%);filter:none;animation:bounceImage .6s cubic-bezier(.33,1,.68,1) infinite alternate}}.hero .job-title{font-size:.9rem;font-weight:400;line-height:1.5}@keyframes bounceImage{0%{transform:translateY(0) rotateX(20deg)}to{transform:translateY(-30px) rotateX(0)}}@media(min-width:768px){.hero{width:75%;margin:8rem auto}.hero .cta{flex-direction:row;align-items:center;gap:4rem}.hero .title{font-size:4rem}.hero .portrait-container{max-width:200px}.hero .portrait{box-shadow:1.5rem 1.5rem #fff}.hero .job-title{font-size:1.2rem}}@media(min-width:1280px){.hero .title{font-size:6rem;margin-right:2rem}.hero .portrait-container{max-width:300px}}@media(min-width:1536px){.hero .title{font-size:7.5rem;margin-right:3rem}.hero .portrait-container{max-width:400px}.hero .job-title{font-size:1.4rem}}.about-container{position:relative;width:90%;margin:5rem auto;max-width:1536px;z-index:10}.about-container h2{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.about-container p{font-size:1rem;line-height:1.8;max-width:65ch}.about-container p+p{margin-top:1rem}@media(min-width:768px){.about-container{width:75%;margin:8rem auto}.about-container h2{font-size:3rem;margin-bottom:3rem}.about-container p{font-size:1.2rem}}.my-skills{position:relative;width:90%;margin:5rem auto;max-width:1536px;z-index:10}.my-skills h2{font-size:1.8rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:1rem;justify-content:center}.skill-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background-color:#1a1a1a;border-radius:1rem;border:1px solid #333;text-align:center;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;cursor:help}.skill-item:hover{transform:translateY(-8px);border-color:var(--white);box-shadow:0 8px 25px #ffffff1a}.skill-item svg{width:35px;height:35px;object-fit:contain;transition:transform .3s cubic-bezier(.25,.8,.25,1)}.skill-item:hover svg{transform:translateY(-5px) rotate(-10deg)}.skill-item p{font-size:.8rem;font-weight:700;color:#ccc;transition:color .3s ease}.skill-item:hover p{color:var(--white)}@media(min-width:768px){.my-skills{width:75%;margin:8rem auto}.my-skills h2{font-size:3rem;margin-bottom:3rem}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:2rem}.skill-item svg{width:40px;height:40px}.skill-item p{font-size:.875rem}}.skill-item:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%,10px);background-color:var(--white);color:var(--black);font-size:.8rem;line-height:1.4;font-weight:700;padding:.5rem .8rem;border-radius:8px;margin-bottom:15px;width:max-content;max-width:200px;text-align:center;z-index:1;box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.25,.8,.25,1);transition-delay:.1s}.skill-item:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%,10px);border:6px solid transparent;border-top-color:var(--white);margin-bottom:3px;z-index:2;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.25,.8,.25,1);transition-delay:.1s}.skill-item:hover:after,.skill-item:hover:before{opacity:1;visibility:visible;transform:translate(-50%)}.project-container{position:relative;margin-top:5rem}.project-title-container{width:90%;max-width:1536px;margin:0 auto}.project-container h2{font-size:1.8rem;font-weight:700;margin-bottom:2.5rem}.project-listings-container{display:grid;gap:5rem;width:100%;margin:0 auto}.project-listing{position:relative;width:100%}.project-item-container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.project-info{text-align:left;width:100%}.project-info a{display:block;color:var(--white);text-decoration:none}.project-info h3{cursor:pointer;font-size:1.5rem;font-weight:700;margin:0}.project-info p{margin-top:1rem;line-height:1.5;font-size:.875rem;font-weight:300}.project-info p:last-of-type{margin-bottom:1.5rem}.project-btns{display:flex;gap:1rem;justify-content:flex-start;margin-top:1.5rem}.project-btns .project-btn{display:flex;justify-content:center;align-items:center;text-decoration:none;height:45px;border-radius:12px;border:none;outline:none;background:#fff;color:var(--black);font-weight:700;font-size:.875rem;padding:0 20px;width:auto;transition:.15s transform ease;will-change:transform}.project-btn:hover,.project-btn:focus{transform:scale(1.05)}.project-btn:active{transform:scale(.95)}.project-listing a{display:block;width:100%}.project-image{display:block;aspect-ratio:16 / 9;width:100%;height:auto;object-fit:cover;object-position:center;border-radius:1rem;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s ease}.project-image:hover,.project-image:focus{box-shadow:0 0 0 3px var(--black),0 0 0 6px #fff}.project-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.tech-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;flex-shrink:0;margin-left:auto}.logo-row{display:flex;align-items:center;gap:8px}.tech-logo{height:35px;width:auto;object-fit:contain}.logo-row img[alt="Node JS"]{transform:scale(1.2);filter:drop-shadow(0 0 1px rgba(0,0,0,.5))}.spin{animation:spin 10s linear infinite;filter:drop-shadow(0 0 2px rgba(255,255,255,.3))}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tech-label{font-size:.6rem;font-weight:700;color:#aaa;text-align:center;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.project-category-section{width:90%;max-width:1536px;margin:5rem auto 0}.project-category-title{font-size:1.8rem;font-weight:700;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid #444}.project-container>.project-category-section:first-of-type{margin-top:0}@media(min-width:768px){.project-title-container{width:75%}.project-container h2{font-size:3rem;margin-bottom:3rem}.project-listings-container{gap:8rem}.project-item-container{flex-direction:row;gap:2.5rem}.project-info{max-width:350px}.project-info h3{font-size:2rem}.project-info p{font-size:1rem;line-height:1.6}.project-btns{justify-content:flex-start}.project-btn{font-size:1rem;height:50px}.project-image{border-radius:20px}.project-category-section{width:75%}.project-category-title{font-size:2.5rem;margin-bottom:3rem}.tech-logo{height:45px}.tech-label{font-size:.75rem}}footer{height:100vh!important;min-height:100vh!important;width:100%;display:grid!important;place-content:center!important;place-items:center!important;background:var(--black);text-align:center;position:relative;overflow:hidden;padding-bottom:15vh!important;margin:0!important}footer h2{color:var(--white);font-size:3rem;font-weight:800;margin:0 0 3rem;line-height:1}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin:0;padding:0;list-style-type:none;width:100%}.footer-links li a{display:flex;align-items:center;gap:.5rem;color:var(--white);text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease}.footer-links li a:hover{text-decoration:underline;opacity:.8;transform:translateY(-3px)}@media(min-width:768px){footer h2{font-size:6rem;margin-bottom:4rem}.footer-links{gap:4rem}.footer-links li a{font-size:1.5rem}}.intro-overlay{background:var(--white);position:fixed;min-height:100vh;min-height:100dvh;width:100%;z-index:3;display:flex;justify-content:center;align-items:center}.intro-overlay .ball{position:absolute;top:-50vh;left:50%;transform:translate(-50%);border-radius:50%;width:50px;height:50px;background:var(--black)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}:root{--black: #121212;--white: #fff;--font: "Raleway", sans-serif}body,html{padding:0;margin:0;box-sizing:border-box;background:var(--black);color:var(--white);font-family:var(--font);overflow-x:hidden;width:100%}*::selection{color:#000;background-color:#fff}.hidden-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.hidden-text:focus{clip:auto;height:auto;overflow:auto;position:absolute;width:auto}.playful{transition:all .4s cubic-bezier(.15,.75,.45,.95) 0s;animation:10s ease 0s infinite alternate none running rainbow}.playful-hover{transition:all .4s cubic-bezier(.15,.75,.45,.95) 0s}.playful-hover:hover,.playful-hover:focus{animation:10s ease 0s infinite alternate none running rainbow}@keyframes rainbow{0%{color:#f04dff}25%{color:#ff4d4d}50%{color:#ffc54d}75%{color:#6aed76}to{color:#09f}}@media(min-width:768px){.footer-spacer{height:6rem}}
