@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#121212;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}a{color:#bb86fc;text-decoration:none;transition:color .3s ease}a:hover{color:#3700b3}h1,h2,h3,h4,h5,h6{color:#fff;margin-bottom:.75em}.app-header{background-color:#1f1f1f;box-shadow:0 2px 10px #00000080;left:0;padding:15px 0;position:fixed;top:0;width:100%;z-index:1000}.app-header nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 20px}.app-header .nav-logo a{color:#fff;font-size:1.5em;font-weight:700;text-decoration:none}.app-header .nav-logo a:hover{color:#bb86fc}.app-header nav ul{align-items:center;display:flex;list-style:none;margin:0;padding:0}.app-header nav ul li{margin-left:25px}.app-header nav ul li a{color:#e0e0e0;font-size:1em;font-weight:500;padding:5px 0;position:relative;text-decoration:none;transition:color .3s ease}.app-header nav ul li a:after{background-color:#bb86fc;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.app-header nav ul li a.active,.app-header nav ul li a:hover{color:#fff}.app-header nav ul li a.active:after,.app-header nav ul li a:hover:after{width:100%}.app-footer{background-color:#1f1f1f;bottom:0;color:#a0a0a0;font-size:.9em;padding:20px 0;text-align:center;width:100%}.app-footer p{margin-bottom:8px}.app-footer div a{color:#bb86fc;margin:0 10px;text-decoration:none;transition:color .3s ease}.app-footer div a:hover{color:#fff}.home-container{align-items:center;background:linear-gradient(135deg,#1a1a1a,#121212);display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 130px);padding:20px;text-align:center}.home-container h1{color:#fff;font-size:3.5em;font-weight:700;letter-spacing:-1px;margin-bottom:.3em}.home-container .home-subtitle{color:#bb86fc;font-size:1.5em;font-weight:400;margin-bottom:1em}.home-container .home-description{color:#b0b0b0;font-size:1.1em;line-height:1.8;max-width:600px}.about-container{background-color:#181818;border-radius:8px;margin-top:20px;padding:40px 20px}.about-container h2{color:#bb86fc;font-size:2.5em;margin-bottom:40px;text-align:center}.about-content{align-items:center;display:flex;flex-direction:column;gap:30px}.about-text{flex:1 1;max-width:700px;text-align:left}.about-text h3{border-bottom:2px solid #bb86fc;color:#fff;display:inline-block;font-size:1.8em;margin-bottom:10px;margin-top:20px;padding-bottom:5px}.about-text p{color:#d0d0d0;font-size:1.1em;line-height:1.7;margin-bottom:15px}.about-text strong{color:#fff;font-weight:500}.skills-list{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0}.skills-list li{background-color:#bb86fc;border-radius:20px;color:#121212;font-size:.95em;font-weight:500;padding:8px 15px}.projects-container{padding-top:20px}.projects-container h2{color:#bb86fc;font-size:2.5em;margin-bottom:40px;text-align:center}.projects-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.project-card{background-color:#1e1e1e;border:1px solid #282828;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 12px 24px #0000004d;transform:translateY(-5px)}.project-card h3{color:#fff;font-size:1.6em;margin-bottom:10px}.project-card p{color:#b0b0b0;flex-grow:1;font-size:1em;line-height:1.6;margin-bottom:20px}.project-links a{color:#bb86fc;font-weight:500;margin-right:15px;text-decoration:none;transition:color .2s ease}.project-links a:hover{color:#fff;text-decoration:underline}.contact-container{align-items:center;background-color:#181818;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin-top:20px;min-height:calc(70vh - 130px);padding:60px 20px;text-align:center}.contact-container h2{color:#bb86fc;font-size:2.8em;margin-bottom:25px}.contact-container p{color:#d0d0d0;font-size:1.25em;line-height:1.7;margin-bottom:35px;max-width:650px}.whatsapp-button{background-color:#bb86fc;border:none;border-radius:30px;box-shadow:0 5px 15px #bb86fc4d;color:#121212;cursor:pointer;font-size:1.15em;font-weight:700;letter-spacing:1px;padding:18px 35px;text-transform:uppercase;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease}.whatsapp-button:hover{background-color:#3700b3;box-shadow:0 8px 20px #bb86fc80;color:#fff;transform:translateY(-3px)}.app-main-content{min-height:calc(100vh - 130px);overflow-x:hidden;padding-bottom:60px;padding-top:70px}.page-container{animation:fadeIn .5s ease-in-out;margin:0 auto;max-width:1100px;padding:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#bb86fc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3700b3}
/*# sourceMappingURL=main.6adeb325.css.map*/