:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}body,html{overflow-x:auto;overflow-y:auto}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.button-container{display:flex;justify-content:center;gap:1rem}.title{font-size:3.5em;margin-bottom:.25em;font-weight:300}.wave{display:inline-block;animation:wave 4s infinite}@keyframes wave{0%{transform:rotate(0)}10%{transform:rotate(-10deg)}20%{transform:rotate(10deg)}30%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}60%{transform:rotate(10deg)}70%{transform:rotate(-10deg)}80%{transform:rotate(10deg)}90%{transform:rotate(-10deg)}to{transform:rotate(0)}}.who-i-am{font-size:1.5em;margin-bottom:1em}.tabs{position:absolute;display:flex;justify-content:center;gap:1rem;top:2%;left:50%;translate:-50%;font-family:Montserrat,sans-serif}.tab{border-radius:8px;cursor:pointer;font-size:large}.selected-tab{transition:transform .3s ease}.selected-tab:hover{transform:scale(1.2)}.underline{text-decoration:underline;text-underline-offset:5px}.page-content{opacity:0;transition:opacity .3s ease}.fade-in{opacity:1}.fade-out{opacity:0}.about-me-wrapper{position:absolute;top:9%;left:50%;translate:-50%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:2rem}.about-me-content{max-width:50rem;font-size:1.3em;font-weight:300;margin-top:2.5rem;text-align:center;width:100%}.tech-stack-wrapper{max-width:50rem;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:5rem}.tech-stack-title{display:flex;justify-content:center;font-size:1.7em;gap:1rem}.tech-stack-container{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap;max-width:40rem}.project-list-wrapper{max-width:70rem;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:2rem}.project-card{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:8px;padding:1rem;background-color:#302e2e;box-shadow:0 4px 8px #0000001a;margin-left:auto;margin-right:auto;max-width:65%;margin-top:3rem}.project-icon{top:1rem;left:1rem}.project-title{font-size:1.5rem;top:1.5rem;display:flex;align-items:center;gap:.25rem}.project-tags{display:flex;justify-content:center;margin-bottom:.5em;font-weight:300;font-family:Montserrat,sans-serif}.project-title a{display:inline-flex;align-items:center}.project-description{font-size:1.1em;margin-bottom:1em;top:5rem}@media (max-width: 768px){#root{padding:1.5rem}.title{font-size:2.5em;margin-top:1em}.about-me-content{font-size:1.1em;max-width:none;width:80%;padding:0 .5rem}.about-me-wrapper{max-width:100%;width:100%}.tech-stack-title{font-size:1.4em}.tech-stack-container{max-width:100%;width:100%;gap:.75rem;padding:0 .5rem}.tech-stack-wrapper{max-width:100%;width:80%}.project-title{font-size:1.3rem}.project-description{font-size:1em}.project-card{max-width:85%}.tab{font-size:medium}}@media (max-width: 480px){#root{padding:.5rem}.title{font-size:2em;margin-top:1.5em}.about-me-content{font-size:1.1em;max-width:none;width:80%;margin-top:3rem;padding:0 .25rem;box-sizing:border-box}.about-me-wrapper{max-width:100%;width:100%;padding:0}.tech-stack-title{font-size:1.2em}.tech-stack-container{max-width:100%;width:100%;gap:.75rem;padding:0 .5rem}.tech-stack-wrapper{max-width:100%;width:70%}.project-title{font-size:1.1rem}.project-description{font-size:.95em}.project-card{max-width:80%;padding:.8rem}.tab{font-size:small}.tabs{gap:.5rem}}@media (max-width: 360px){#root{padding:.5rem}.title{font-size:1.5em;margin-top:2em}.about-me-content{font-size:1em;max-width:none;width:100%;padding:0 .15rem;line-height:1.8;margin-top:2.5rem;box-sizing:border-box}.about-me-wrapper{max-width:100%;width:100%}.tech-stack-title{font-size:1.1em}.tech-stack-container img{width:2.5rem;height:2.5rem}.project-title{font-size:1rem}.project-description{font-size:.9em}}.who-i-am{font-size:1.5rem;white-space:nowrap;overflow:hidden;display:inline-block}.cursor{display:inline-block;width:2px;height:1.2em;background:#fff;margin-left:2px;animation:blink .7s infinite;position:relative;top:.15em;transform:translateY(2px)}@keyframes blink{0%,50%{opacity:1}50.01%,to{opacity:0}}
