*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0f;color:#e4e4e7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#f4f4f5;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .3s ease}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:5rem 0}.section-alt{background-color:#111118}.section-title{color:#f4f4f5;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);border-radius:2px;bottom:0;box-shadow:0 0 10px #3b82f680;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a0a0ff2;border-bottom:1px solid #3b82f61a;box-shadow:0 2px 20px #3b82f61a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar .container{align-items:center;display:flex;justify-content:space-between}.nav-brand{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu a{color:#a1a1aa;font-weight:500;padding:.5rem 0;position:relative}.nav-menu a:after{background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu a:hover:after{width:100%}.nav-menu a:hover{color:#3b82f6}.hero{align-items:center;background:linear-gradient(135deg,#0a0a0f,#1e1b4b 50%,#312e81);color:#fff;display:flex;min-height:calc(100vh - 70px);overflow:hidden;position:relative}.hero:before{animation:pulse 8s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#3b82f626 0,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf626 0,#0000 50%),radial-gradient(circle at 40% 20%,#ec48991a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.hero:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%233b82f6' fill-opacity='.05' d='m0 96 48 16c48 16 144 48 240 48s192-32 288-48 192-16 288 0 192 48 288 48 192-32 240-48l48-16v224H0Z'/%3E%3C/svg%3E");background-position:bottom;background-size:cover;bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{max-width:700px;position:relative;z-index:1}.hero-greeting{color:#60a5fa;font-size:1.2rem;margin-bottom:.5rem}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#a78bfa 50%,#f472b6);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.hero-title{color:#c4b5fd;font-size:1.8rem;margin-bottom:1.5rem}.hero-description{color:#d4d4d8;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{border:2px solid #0000;border-radius:8px;cursor:pointer;display:inline-block;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 4px 15px #3b82f64d;color:#fff}.btn-primary:hover{box-shadow:0 6px 25px #3b82f680;transform:translateY(-2px)}.btn-secondary{background-color:initial;border-color:#3b82f6;color:#60a5fa}.btn-secondary:hover{background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 6px 25px #3b82f666;color:#fff;transform:translateY(-2px)}.about-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.about-text p{color:#a1a1aa;font-size:1.1rem;text-align:justify}.about-highlights{display:flex;flex-direction:column;gap:1.5rem}.highlight-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid #3b82f633;border-radius:12px;padding:1.5rem;transition:all .3s ease}.highlight-item:hover{border-color:#3b82f680;box-shadow:0 5px 20px #3b82f633;transform:translateX(5px)}.highlight-item h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;margin-bottom:.5rem}.highlight-item p{color:#d4d4d8;margin:0}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-category{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border:1px solid #3b82f633;border-radius:12px;padding:2rem;transition:all .3s ease}.skill-category:hover{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-color:#3b82f680;box-shadow:0 8px 30px #3b82f64d;transform:translateY(-5px)}.skill-category-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;border-bottom:2px solid #3b82f633;margin-bottom:1.5rem;padding-bottom:.75rem}.skill-list{list-style:none}.skill-item{color:#d4d4d8;padding:.75rem 0 .75rem 1.5rem;position:relative;transition:color .3s ease}.skill-item:hover{color:#60a5fa}.skill-item:before{color:#3b82f6;content:"▹";font-size:1.2rem;font-weight:700;left:0;position:absolute}.projects-intro{color:#a1a1aa;font-size:1.1rem;margin:0 auto 3rem;max-width:700px;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-card{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border:1px solid #3b82f633;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.project-card:before{background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transition:transform .3s ease;width:100%}.project-card:hover:before{transform:scaleX(1)}.project-card:hover{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-color:#3b82f680;box-shadow:0 10px 40px #3b82f64d;transform:translateY(-8px)}.project-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;font-size:1.6rem;margin-bottom:1rem}.project-description{color:#a1a1aa;flex-grow:1;line-height:1.7;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:linear-gradient(135deg,#3b82f633,#8b5cf633);border:1px solid #3b82f64d;border-radius:20px;color:#60a5fa;font-size:.85rem;font-weight:500;padding:.4rem .9rem;transition:all .3s ease}.tech-tag:hover{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;transform:translateY(-2px)}.contact-content{margin:0 auto;max-width:800px;text-align:center}.contact-intro{color:#a1a1aa;font-size:1.1rem;margin-bottom:3rem}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.contact-item{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border:1px solid #3b82f633;border-radius:12px;padding:1.5rem;transition:all .3s ease}.contact-item:hover{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-color:#3b82f680;box-shadow:0 8px 30px #3b82f64d;transform:translateY(-5px)}.contact-item h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;font-size:1.1rem;margin-bottom:.5rem}.contact-item a{color:#a1a1aa;word-break:break-word}.contact-item a:hover{color:#60a5fa}.footer{background:linear-gradient(135deg,#0f172a,#1e1b4b);border-top:1px solid #3b82f633;margin-top:4rem;padding:2.5rem 0}.footer-content{align-items:center;display:flex;flex-direction:column;gap:.5rem}.footer-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#a78bfa 50%,#f472b6);-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.footer-tech{align-items:center;color:#71717a;display:flex;font-size:.9rem;gap:.5rem}.footer-tech span{color:#3b82f6}.footer p{color:#a1a1aa;margin:0}@media (max-width:768px){.container{padding:0 1.5rem}.section{padding:3rem 0}h1{font-size:2.5rem}h2{font-size:2rem}.navbar .container{flex-direction:column;gap:1rem}.nav-menu{gap:1.5rem}.hero-name{font-size:2.5rem}.hero-title{font-size:1.5rem}.hero-buttons{flex-direction:column}.btn{text-align:center}.about-content{gap:2rem}.about-content,.contact-info,.projects-grid{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 1rem}.section{padding:2.5rem 0}h1{font-size:2rem}h2{font-size:1.75rem}.nav-brand{font-size:1.3rem}.nav-menu{flex-wrap:wrap;font-size:.9rem;gap:1rem;justify-content:center}.hero{min-height:calc(100vh - 120px)}.hero-name{font-size:2rem}.hero-title{font-size:1.3rem}.hero-description{font-size:1rem}.skills-grid{grid-template-columns:1fr}.btn{font-size:.95rem;padding:.75rem 1.5rem}}
/*# sourceMappingURL=main.2cd6a68b.css.map*/