@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap);*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%;overflow:hidden;width:100%}html{scroll-behavior:smooth;touch-action:manipulation}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:0;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;left:0;line-height:1.6;min-height:100vh;min-height:100dvh;position:fixed;right:0;top:0}a{color:inherit;text-decoration:none}img{height:auto;max-width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button,input,textarea{font-family:inherit;transition:all .3s ease}.container{margin:0 auto;max-width:1200px;padding:0 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:#0000}}.typing-effect{animation:typing 3.5s steps(40),blink .75s step-end infinite;border-right:3px solid;overflow:hidden;white-space:nowrap}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-slide-in{animation:slideIn .8s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}.tech-card,.theme-transition{transition:all .3s ease}.tech-card{background:#007bff0d;border:1px solid #007bff33;border-radius:8px;padding:1rem}.tech-card:hover{border-color:#007bff80;box-shadow:0 4px 12px #007bff1a;transform:translateY(-5px)}.skill-tag{background:#007bff1a;border-radius:20px;color:#007bff;display:inline-block;font-size:.9rem;margin:.2rem;padding:.3rem .8rem;transition:all .3s ease}.skill-tag:hover{background:#007bff33;transform:translateY(-2px)}@media (max-width:1024px){.container{padding:0 1.5rem}}@media (max-width:768px){.container{padding:0 1rem}body{font-size:.9rem}h1{font-size:2.5rem}h2{font-size:2rem}.hide-mobile{display:none}.tech-card{margin:.5rem 0}.skill-tag{margin:.2rem}}@media (max-width:480px){.container{padding:0 .5rem}body{font-size:.8rem}}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;transition:color .3s ease}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}
/*# sourceMappingURL=main.b08f4987.css.map*/