.header{position:fixed!important;top:0!important;left:0!important;right:0!important;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000!important;padding:1rem 0;border-bottom:1px solid var(--border-color);transition:all .3s ease;width:100%!important}.header .container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo{font-family:var(--font-mono);font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none;transition:var(--transition);position:relative;overflow:hidden}.logo:hover{color:#2d9cdb;transform:scale(1.05)}.logo:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#2d9cdb;transition:width .3s ease}.logo:hover:after{width:100%}.menu-toggle{display:none;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer}nav ul{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0;font-size:1.1rem}nav a{color:#fff;text-decoration:none;font-family:var(--font-mono);font-weight:500;transition:var(--transition);position:relative;padding:.3rem 0}nav a:hover,nav a.active{color:#2d9cdb;transform:translateY(-2px)}nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2d9cdb;transition:var(--transition);border-radius:1px}nav a:hover:after,nav a.active:after{width:100%}@media (max-width: 768px){.header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;width:100%!important}.header .container{padding:0 15px}.logo{font-size:1.5rem}nav ul{gap:1rem;font-size:1rem}}@media (max-width: 500px){.header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;width:100%!important}.header .container{padding:0 10px}.logo{font-size:1.3rem}nav ul{gap:.8rem;font-size:.9rem}}@media (min-width: 321px) and (max-width: 500px){.header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;width:100%!important}.menu-toggle{display:block!important;font-size:1.3rem!important}nav{position:absolute;top:100%;left:0;right:0;background:#0a0a0afa;border-bottom:1px solid var(--border-color);display:none}nav.open{display:block}nav ul{flex-direction:column;gap:0;padding:.5rem 1rem 1rem}nav li{border-top:1px solid rgba(255,255,255,.08)}nav a{display:block;padding:.9rem 0;font-size:1rem}}@media (max-width: 320px){.header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;width:100%!important;padding:.6rem 0}.menu-toggle{display:block!important;font-size:1.2rem!important}nav{position:absolute;top:100%;left:0;right:0;background:#0a0a0afa;border-bottom:1px solid var(--border-color);display:none}nav.open{display:block}nav ul{flex-direction:column;gap:0;padding:.5rem 1rem 1rem}nav li{border-top:1px solid rgba(255,255,255,.08)}nav a{display:block;padding:.9rem 0;font-size:1rem}.logo{font-size:1rem!important}.header .container{padding:0 10px}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;background:#001a2c;overflow:hidden}.hero .container{position:relative;z-index:3;max-width:1100px;margin:0 auto;padding:0 20px}.hero h1{margin-bottom:1rem;animation:fadeInUp 1s ease-out;font-size:3.5rem;color:var(--primary-color)}.hero .subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:2rem;animation:fadeInUp 1s ease-out .2s both;font-weight:400}#typing-effect{color:var(--primary-color);border-right:2px solid var(--primary-color);animation:blink 1s infinite;font-weight:600}.hero .cta-button{animation:fadeInUp 1s ease-out .4s both;display:inline-block;padding:15px 30px;background:var(--primary-color);color:#fff;text-decoration:none;border:none;border-radius:var(--border-radius);font-family:var(--font-mono);font-weight:600;font-size:1.1rem;cursor:pointer;transition:var(--transition);box-shadow:none;position:relative;overflow:hidden;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.hero .cta-button:hover{transform:translateY(-2px);box-shadow:none;background:#fff;color:#000}.hero .cta-button:active{transform:translateY(0);background:#fff;color:#000}@media (hover: none) and (pointer: coarse){.hero .cta-button:hover{background:var(--primary-color)!important;color:#fff!important;transform:none}.hero .cta-button:active{background:#fff!important;color:#000!important;transform:scale(.98)}.hero .cta-button:focus{background:var(--primary-color)!important;color:#fff!important;outline:none}}.hero .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.hero .cta-button:hover:before{left:100%}.scroll-down{position:absolute;bottom:30px;left:50%;transform:translate(-50%);animation:bounce 2s infinite;z-index:3}.scroll-down span{display:block;width:20px;height:20px;border-bottom:2px solid var(--primary-color);border-right:2px solid var(--primary-color);transform:rotate(45deg);transition:var(--transition)}.scroll-down:hover span{border-color:var(--accent-color);transform:rotate(45deg) scale(1.2)}.network-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.hero-logo-container,.hero .container>div>div:last-child>div.hero-logo-container,.hero .hero-logo-container{width:280px!important;height:280px!important;border:2px solid var(--primary-color)!important;background:transparent!important;padding:0!important;min-width:280px!important;min-height:280px!important;max-width:280px!important;max-height:280px!important}@media (max-width: 768px){.hero h1{font-size:2.8rem}.hero .subtitle{font-size:1.3rem}.hero .cta-button{padding:12px 24px;font-size:1rem}}@media (max-width: 480px){.hero h1{font-size:2.2rem}.hero .subtitle{font-size:1.1rem}.hero .cta-button{padding:10px 20px;font-size:.9rem}}.hero .container>div>div:last-child>div.hero-logo-container,.hero-logo-container,.hero .hero-logo-container{width:280px!important;height:280px!important;min-width:280px!important;min-height:280px!important;max-width:280px!important;max-height:280px!important;border:2px solid var(--primary-color)!important;background:transparent!important;padding:0!important}@media (max-width: 768px){.hero .container>div>div:last-child>div.hero-logo-container{width:280px!important;height:280px!important;min-width:280px!important;min-height:280px!important;max-width:280px!important;max-height:280px!important}}@media (max-width: 480px){.hero .container>div>div:last-child>div.hero-logo-container{width:280px!important;height:280px!important;min-width:280px!important;min-height:280px!important;max-width:280px!important;max-height:280px!important}}@media (max-width: 320px){.hero .container>div>div:last-child>div.hero-logo-container{width:280px!important;height:280px!important;min-width:280px!important;min-height:280px!important;max-width:280px!important;max-height:280px!important}}.projects .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;justify-content:center;max-width:1100px;margin:0 auto;padding:0 20px}.projects .project-card{background:var(--bg-card);border-radius:calc(var(--border-radius) + 6px);padding:.5rem;border:1px solid var(--border-color);transition:var(--transition);position:relative;overflow:hidden;display:flex;flex-direction:column;width:min(320px,100%);justify-self:center}.projects .project-card:hover{transform:translateY(-10px);border-color:var(--border-color);box-shadow:0 10px 30px var(--shadow-color)}.projects .project-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--shadow-color),transparent);transition:left .6s}.projects .project-card:hover:before{left:100%}.projects .project-image{margin-bottom:-.08rem;border-radius:calc(var(--border-radius) + 4px) calc(var(--border-radius) + 4px) 0 0;overflow:hidden}.projects .project-image img{width:100%;height:195px;object-fit:cover;display:block;border-bottom:none;transition:var(--transition)}.projects .project-card:hover .project-image img{transform:scale(1.02)}.projects .project-placeholder{width:100%;height:195px;background:var(--bg-secondary);border-radius:calc(var(--border-radius) + 4px) calc(var(--border-radius) + 4px) 0 0;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color);transition:var(--transition);position:relative;overflow:hidden}.projects .project-placeholder:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,var(--shadow-color),transparent);opacity:0;transition:opacity .3s}.projects .project-placeholder:hover{border-color:transparent;transform:scale(1.02)}.projects .project-placeholder:hover:after{opacity:1}.projects .project-placeholder i{font-size:2.6rem;color:var(--primary-color);transition:var(--transition);position:relative;z-index:1}.projects .project-placeholder:hover i{color:var(--accent-color);transform:scale(1.1)}.projects .project-content{padding:.32rem 0 .55rem;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:.05rem;margin-top:-.3rem}.projects .project-content h3{font-size:.9rem;margin-top:.35rem;margin-bottom:.32rem;line-height:1.18;color:var(--primary-color);position:relative}.projects .project-content h3:after{content:"";position:absolute;bottom:-3px;left:0;width:30px;height:2px;background:var(--primary-color);border-radius:1px;transition:width .3s}.projects .project-card:hover .project-content h3:after{width:50px}.projects .project-content p{font-size:.78rem;line-height:1.24;margin-bottom:.12rem;color:var(--text-primary)}.projects .project-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.35rem}.projects .project-tags span{background:var(--primary-color);color:var(--bg-primary);padding:.12rem .35rem;border-radius:18px;font-size:.6rem;font-family:var(--font-mono);font-weight:500;transition:var(--transition);-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}.projects .project-tags span:hover{background:#fff!important;color:#000!important;transform:scale(1.05)}@media (hover: none) and (pointer: coarse){.projects .project-tags span:hover{background:var(--primary-color)!important;color:var(--bg-primary)!important;transform:none!important}}.projects .project-links{display:flex;gap:.3rem;margin-top:auto}.projects .project-links a{color:#fff;background:var(--primary-color);text-decoration:none;font-family:var(--font-mono);font-weight:500;transition:var(--transition);padding:.2rem .35rem;border:none;border-radius:var(--border-radius);position:relative;overflow:hidden;flex:1;text-align:center;box-shadow:0 6px 18px #2d9cdb4d;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.projects .project-links a:hover{color:#000!important;background:#fff!important;transform:translateY(-2px);box-shadow:0 8px 24px #fff6!important}.projects .project-links a:active{color:#000!important;background:#fff!important;transform:translateY(0);box-shadow:0 6px 18px #2d9cdb4d!important}@media (hover: none) and (pointer: coarse){.projects .project-links a:hover{color:#fff!important;background:var(--primary-color)!important;transform:none;box-shadow:0 6px 18px #2d9cdb4d!important}.projects .project-links a:active{color:#000!important;background:#fff!important;transform:scale(.95);box-shadow:0 8px 24px #fff6!important}.projects .project-links a:focus{color:#fff!important;background:var(--primary-color)!important;outline:none}}.projects .project-links a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.projects .project-links a:hover:before{left:100%}.projects .more-projects{display:flex;justify-content:center;margin-top:1.5rem;position:relative;z-index:10}.projects .more-projects-btn{background:var(--primary-color)!important;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:var(--border-radius);font-size:.95rem;font-family:var(--font-mono);font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:none;position:relative;z-index:10;pointer-events:auto!important;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}.projects .more-projects-btn:hover{background:#fff!important;color:#000!important;transform:translateY(-2px);box-shadow:none}.projects .more-projects-btn:active{background:#fff!important;color:#000!important;transform:translateY(0);box-shadow:none}@media (hover: none) and (pointer: coarse){.projects .more-projects-btn:hover{background:var(--primary-color)!important;color:#fff!important;transform:none}.projects .more-projects-btn:active{background:#fff!important;color:#000!important;transform:scale(.98)}.projects .more-projects-btn:focus{background:var(--primary-color)!important;color:#fff!important;outline:none}}.notification{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:10000;animation:slideDown .3s ease-out,fadeOut .3s ease-in 5.7s forwards;max-width:500px;width:90%;box-sizing:border-box}@media (max-width: 500px){.notification{top:75px;max-width:calc(100vw - 20px);width:calc(100% - 20px);left:50%;transform:translate(-50%);box-sizing:border-box;padding:0 10px}.notification-content{max-width:100%;width:100%;box-sizing:border-box}}@media (max-width: 320px){.notification{top:70px;max-width:calc(100vw - 10px);width:calc(100% - 10px)}}.notification-content{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;border-radius:var(--border-radius);box-shadow:0 10px 30px #0000004d;font-weight:500;font-size:1rem}.notification-info{background:#3498db;color:#fff}.notification-icon-wrapper{width:28px;height:28px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-icon-wrapper i{font-size:1rem;color:#e74c3c}.notification-content span{flex:1}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}.contact{padding:100px 0;background:var(--bg-secondary);text-align:center;position:relative;overflow:hidden}.contact:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,transparent 49%,var(--shadow-color) 49%,var(--shadow-color) 51%,transparent 51%),linear-gradient(0deg,transparent 49%,var(--shadow-color) 49%,var(--shadow-color) 51%,transparent 51%);background-size:150px 150px;opacity:.3;z-index:1}.contact p{max-width:600px;margin:0 auto 2rem;font-size:1.2rem;position:relative;z-index:2;color:#fff!important;line-height:1.6}.contact .cta-button{animation:fadeInUp 1s ease-out .4s both;display:inline-block;padding:15px 30px;background:var(--primary-color)!important;color:#fff;text-decoration:none;border:none;border-radius:var(--border-radius);font-family:var(--font-mono);font-weight:600;font-size:1.1rem;cursor:pointer;transition:var(--transition);box-shadow:none;position:relative;overflow:hidden;z-index:2;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.contact .cta-button:hover{transform:translateY(-2px);box-shadow:none;background:#fff!important;color:#000;border:none}.contact .cta-button:active{transform:translateY(0);background:#fff!important;color:#000}@media (hover: none) and (pointer: coarse){.contact .cta-button:hover{background:var(--primary-color)!important;color:#fff!important;transform:none}.contact .cta-button:active{background:#fff!important;color:#000!important;transform:scale(.98)}.contact .cta-button:focus{background:var(--primary-color)!important;color:#fff!important;outline:none}}.contact .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.contact .cta-button:hover:before{left:100%}.social-links{display:flex;justify-content:center;gap:2rem;margin-top:2rem;position:relative;z-index:2;flex-wrap:wrap}.social-links a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;background:var(--bg-card);border:2px solid var(--border-color);border-radius:20px;color:var(--primary-color);text-decoration:none;transition:var(--transition);position:relative;overflow:hidden;width:80px;min-width:80px;min-height:80px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}.social-links a i{font-size:2rem;transition:var(--transition)}.social-links a span{font-weight:600;font-size:.7rem;text-align:center;line-height:1;color:#56ccf2}.social-links a:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px var(--shadow-color);border-color:transparent}.social-link-facebook{background:#fff!important;border-color:#fff!important}.social-link-facebook i{color:#1877f2!important}.social-link-facebook span{color:#000!important}.social-link-facebook:hover{background:#f5f5f5!important;box-shadow:0 10px 25px #fff6!important}.social-link-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)!important;border-color:transparent!important}.social-link-instagram i{color:#fff!important}.social-link-instagram span{color:#56ccf2!important}.social-link-instagram:hover{box-shadow:0 10px 25px #e1306c66!important}.social-link-tiktok{background:#000!important;border-color:#000!important}.social-link-tiktok i{color:#fff!important}.social-link-tiktok span{color:#56ccf2!important}.social-link-tiktok:hover{background:#000!important;box-shadow:0 10px 25px #0006!important}@media (hover: none) and (pointer: coarse){.social-links a:hover{transform:none!important;box-shadow:0 4px 15px var(--shadow-color)!important;border-color:var(--border-color)!important}.social-link-facebook:hover{background:#fff!important;box-shadow:0 4px 15px var(--shadow-color)!important}.social-link-instagram:hover{box-shadow:0 4px 15px var(--shadow-color)!important}.social-link-tiktok:hover{background:#000!important;box-shadow:0 4px 15px var(--shadow-color)!important}.social-links a:active{transform:scale(.95)!important}.social-links a:focus{transform:none!important;outline:none!important}}@media (max-width: 768px){.contact{padding:80px 0}.contact p{font-size:1.1rem;padding:0 20px}.social-links{gap:1.5rem}.social-links a{width:55px;height:55px;font-size:1.6rem}}@media (max-width: 480px){.contact{padding:60px 0}.contact p{font-size:1rem;padding:0 15px}.social-links{gap:1rem}.social-links a{width:50px;height:50px;font-size:1.5rem}}} .footer{background:var(--bg-primary);padding:2rem 0;text-align:center;border-top:1px solid var(--border-color);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,transparent 49%,var(--shadow-color) 49%,var(--shadow-color) 51%,transparent 51%),linear-gradient(0deg,transparent 49%,var(--shadow-color) 49%,var(--shadow-color) 51%,transparent 51%);background-size:250px 250px;opacity:.15;z-index:1}.footer p{color:var(--text-secondary);margin:0;position:relative;z-index:2;font-size:1rem;font-family:var(--font-mono);transition:var(--transition)}.footer p:hover{color:var(--primary-color);transform:scale(1.02)}@media (max-width: 768px){.footer{padding:1.5rem 0}.footer p{font-size:.9rem}}@media (max-width: 480px){.footer{padding:1.2rem 0}.footer p{font-size:.8rem}}@media (min-width: 321px) and (max-width: 480px){.proyectos .cta-section{padding:8px 0!important;min-height:auto!important}.proyectos .cta-section .cta-content{margin-top:-16px!important;position:relative!important;top:-8px!important;transform:translateY(-3px)!important}.proyectos .cta-section h2{margin-top:-8px!important;margin-bottom:6px!important}.proyectos .cta-section p{margin-top:-6px!important}.proyectos{padding-bottom:6px!important;margin-bottom:0!important}.proyectos .container{padding-bottom:6px!important}.proyectos .cta-section{margin-bottom:0!important}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;background:#001a2c;overflow:hidden;padding-top:80px}.network-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero .container{position:relative;z-index:2}.hero h1{margin-bottom:1rem;animation:fadeInUp 1s ease-out}.subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:2rem;animation:fadeInUp 1s ease-out .2s both}#typing-effect{color:var(--primary-color);border-right:2px solid var(--primary-color);animation:blink 1s infinite}@keyframes blink{0%,50%{border-color:transparent}51%,to{border-color:var(--primary-color)}}.hero .cta-button{animation:fadeInUp 1s ease-out .4s both;border:none!important}.scroll-down{position:absolute;bottom:30px;left:50%;transform:translate(-50%);animation:bounce 2s infinite;z-index:2}.scroll-down span{display:block;width:20px;height:20px;border-bottom:2px solid var(--primary-color);border-right:2px solid var(--primary-color);transform:rotate(45deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.about-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start;position:relative;z-index:2}.profile-pic{text-align:center}.profile-placeholder{width:200px;height:200px;background:var(--bg-card);border:3px solid var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.profile-placeholder i{font-size:4rem;color:var(--primary-color)}.about-text h3{margin:2rem 0 1rem;color:var(--primary-color)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1rem}.skill-item{display:flex;flex-direction:column;align-items:center;padding:1rem;background:var(--bg-card);border-radius:var(--border-radius);border:1px solid var(--border-color);transition:var(--transition)}.skill-item:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 5px 15px var(--shadow-color)}.skill-item i{font-size:2rem;color:var(--primary-color);margin-bottom:.5rem}.skill-item span{font-family:var(--font-mono);font-size:.9rem;color:var(--text-primary)}.projects{padding:120px 0 100px;background:var(--bg-primary);position:relative;overflow:hidden}.projects:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,transparent 49%,rgba(0,212,255,.03) 49%,rgba(0,212,255,.03) 51%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(0,212,255,.03) 49%,rgba(0,212,255,.03) 51%,transparent 51%);background-size:200px 200px;opacity:.2;z-index:1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;position:relative;z-index:2}.project-card{background:var(--bg-card);border-radius:var(--border-radius);padding:1.5rem;border:1px solid var(--border-color);transition:var(--transition)}.project-card:hover{transform:translateY(-10px);border-color:var(--primary-color);box-shadow:0 10px 30px var(--shadow-color)}.project-image{margin-bottom:1rem}.project-placeholder{width:100%;height:200px;background:var(--bg-secondary);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color)}.project-placeholder i{font-size:3rem;color:var(--primary-color)}.project-card h3{color:var(--primary-color);margin-bottom:.5rem}.project-card p{margin-bottom:1rem;color:var(--text-secondary)}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tags span{background:var(--primary-color);color:var(--bg-primary);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-family:var(--font-mono)}.project-links{display:flex;gap:1rem}.project-links a{color:#fff;background:var(--primary-color);text-decoration:none;font-family:var(--font-mono);font-weight:500;transition:var(--transition);padding:.4rem .75rem;border-radius:var(--border-radius);box-shadow:0 6px 18px #2d9cdb4d}.project-links a:hover{color:var(--bg-primary);background:var(--accent-color);box-shadow:0 8px 24px #ffbf0066}.contact{padding:180px 0 100px;background:var(--bg-secondary);text-align:center;position:relative;overflow:hidden}.contact:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,transparent 49%,rgba(0,212,255,.05) 49%,rgba(0,212,255,.05) 51%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(0,212,255,.05) 49%,rgba(0,212,255,.05) 51%,transparent 51%);background-size:150px 150px;opacity:.3;z-index:1}.contact p{max-width:600px;margin:0 auto 2rem;font-size:1.2rem;position:relative;z-index:2}.social-links{display:flex;justify-content:center;gap:2rem;margin-top:2rem;position:relative;z-index:2}.social-links a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:50%;color:var(--primary-color);font-size:1.5rem;transition:var(--transition)}.social-links a:hover{background:var(--primary-color);color:var(--bg-primary);transform:translateY(-3px);box-shadow:0 5px 15px var(--shadow-color)}.footer{background:var(--bg-primary);padding:2rem 0;text-align:center;border-top:1px solid var(--border-color);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,transparent 49%,rgba(0,212,255,.02) 49%,rgba(0,212,255,.02) 51%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(0,212,255,.02) 49%,rgba(0,212,255,.02) 51%,transparent 51%);background-size:250px 250px;opacity:.15;z-index:1}.footer p{color:var(--text-secondary);margin:0;position:relative;z-index:2}@media (max-width: 1200px){.container{max-width:1000px}}@media (max-width: 768px){.container{padding:0 15px}h1{font-size:2.5rem}h2{font-size:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:1fr}.hero{padding:0 1rem}}@media (min-width: 321px) and (max-width: 480px){.hero{min-height:90vh!important;padding:0 1rem;padding-top:100px!important}.hero h1{font-size:calc(2.2rem - 4px)!important;margin-bottom:.8rem!important}.hero .subtitle{font-size:1.2rem!important;margin-bottom:1.5rem!important;line-height:1.3!important}.hero .cta-button{padding:10px 20px!important;font-size:1rem!important}.hero .container{padding-top:20px!important;padding-bottom:20px!important}.hero .container>div{display:flex!important;flex-direction:column!important;gap:.6rem!important;align-items:center!important}.hero h1{white-space:nowrap!important;text-align:center!important;margin-left:0!important;margin-right:0!important;padding:0 6px}.hero .container>div>div:first-child{order:2;text-align:center!important}.hero .container>div>div:last-child{order:1;justify-content:center!important;width:100%;display:flex;justify-content:center}.hero .container>div>div:last-child>div:not(.hero-logo-container){width:150px!important;height:150px!important;box-shadow:0 10px 20px #00d4ff38!important}.hero .container>div>div:last-child>div.hero-logo-container{width:280px!important;height:280px!important;min-width:280px!important;min-height:280px!important;max-width:280px!important;max-height:280px!important}.hero .container>div>div:last-child>div span{font-size:6rem!important}.header{padding:.8rem 0!important}.menu-toggle{display:block!important;background:transparent!important;border:none!important;color:#fff!important;font-size:1.3rem!important;cursor:pointer!important}nav{position:absolute!important;top:100%!important;left:0!important;right:0!important;background:#0a0a0afa!important;border-bottom:1px solid var(--border-color)!important;display:none!important}.logo{font-size:1.2rem!important;margin-left:0!important}.sobre-mi{padding-top:120px!important;margin-top:0!important}.sobre-mi-title{display:block!important;text-align:center!important;left:0!important;position:relative!important;margin-bottom:1.5rem!important;margin-top:-25px!important;font-size:2.2rem!important;color:var(--primary-color)!important;font-weight:700!important}.profile-section{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.5rem!important;padding:.5rem 0!important}.profile-image{order:2!important;display:flex!important;justify-content:center!important;margin-top:20px!important}.profile-info{order:1!important;text-align:center!important}.profile-info h3{font-size:1.5rem!important;margin-bottom:.3rem!important;margin-top:-10px!important;white-space:nowrap!important;text-align:center!important;left:0!important;position:relative!important;margin-left:0!important}.profile-info .role{font-size:1rem!important;margin-bottom:.5rem!important;display:block!important;text-align:center!important;white-space:nowrap!important;margin-left:0!important}.profile-info .description{font-size:.9rem!important;line-height:1.4!important;margin-bottom:0!important;margin-top:-5px!important}.description-button{font-size:.9rem!important;line-height:1.4!important;margin-left:.3rem!important;padding:0!important;background:none!important;border:none!important;color:var(--primary-color)!important;cursor:pointer!important;text-decoration:underline!important;display:inline!important;margin-top:0!important;font-family:inherit!important}.description-button:hover{color:var(--accent-color)!important}.history-section{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin:1rem 0!important}.history-section h3{font-size:1.4rem!important;margin-bottom:.8rem!important;text-align:center!important;margin-top:-35px!important}.history-text{font-size:.9rem!important;line-height:1.4!important;margin-bottom:1rem!important}.history-button{font-size:.9rem!important;line-height:1.4!important;font-weight:400!important;font-family:inherit!important;padding:0!important;margin-left:auto!important;margin-right:auto!important;margin-top:.5rem!important;background:none!important;display:block!important;text-align:center!important}.skills-section{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin:1rem 0!important}.skills-section h3{font-size:1.4rem!important;margin-bottom:1rem!important}.skills-categories{display:flex!important;flex-direction:column!important;gap:1rem!important;width:100%!important;margin-top:-1px!important}.skill-category{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.category-title{font-size:1.2rem!important;margin-bottom:.8rem!important}.category-skills{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important;width:100%!important}.skill-item{display:flex!important;flex-direction:column!important;align-items:center!important;padding:.5rem!important;font-size:.8rem!important}.motivation-section{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin:1rem 0!important}.motivation-section h3{font-size:1.4rem!important;margin-bottom:1rem!important}.motivation-grid{display:flex!important;flex-direction:column!important;gap:1rem!important;width:100%!important;margin-top:-10px!important;padding:0!important}.motivation-item{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:1rem 0rem!important;width:100%!important;box-sizing:border-box!important}.experience-section{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin:1rem 0!important}.experience-section h3{font-size:1.4rem!important;margin-bottom:1rem!important}.timeline{display:flex!important;flex-direction:column!important;gap:1rem!important;width:100%!important;padding-left:20px!important;box-sizing:border-box!important}.timeline:before{left:-15px!important}.timeline-item:before{left:-.8rem!important;top:1.1rem!important}.timeline-date{margin-left:.5rem!important;text-align:left!important}.timeline-item{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:1rem .5rem!important;width:100%!important;box-sizing:border-box!important}.header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;width:100%!important}.menu-toggle{display:block!important;background:transparent!important;border:none!important;color:#fff!important;font-size:1.3rem!important;cursor:pointer!important;z-index:1000!important}nav{position:absolute!important;top:100%!important;left:0!important;right:0!important;background:#0a0a0afa!important;border-bottom:1px solid var(--border-color)!important;display:none!important;z-index:999!important}nav.open{display:block!important}nav ul{flex-direction:column!important;gap:0!important;padding:.5rem 1rem 1rem!important;font-size:1rem!important}nav li{border-top:1px solid rgba(255,255,255,.08)!important}nav a{display:block!important;padding:.9rem 0!important;white-space:nowrap!important}.header .container{padding:0 10px!important}.about{padding:120px 0 28px!important}.skills-grid{gap:.4rem!important}.skill-item{padding:.4rem .45rem!important}.skill-item i{font-size:1.5rem!important;margin-bottom:.3rem!important}.skill-item span{font-size:.8rem!important}.more-techs{margin-top:.3rem!important;display:flex!important;justify-content:flex-start!important;padding-left:0!important;margin-left:20px!important}.more-techs-btn{padding:2px 8px!important;font-size:.8rem!important;border-radius:6px!important}.about h2{margin-bottom:.75rem!important;font-size:1.5rem!important}.projects{padding:120px 0 0!important;margin-top:0!important}.projects .container{margin-top:-80px!important}.projects h2{margin:.25rem 0!important;padding:.2rem 0!important;font-size:1.5rem!important;margin-top:0!important}.project-filters{margin-top:-12px!important}.projects .projects-grid{margin-top:-10px!important;gap:.4rem!important;padding:0 10px!important}.contact h2{font-size:1.5rem!important}.contact{padding:120px 0 12px!important;margin-top:0!important}.contact .cta-button{margin-top:2px!important}.projects .projects-grid{margin-top:0!important;gap:.4rem!important;padding:0 10px!important}.projects .more-projects{display:flex!important;justify-content:center!important;margin-left:0!important;margin-top:.1rem!important;margin-bottom:1rem!important;position:relative!important;z-index:10!important}.projects .more-projects-btn{padding:6px 12px!important;font-size:.9rem!important;border-radius:6px!important;position:relative!important;z-index:10!important;pointer-events:auto!important;cursor:pointer!important}.contact .cta-button{padding:6px 12px!important;font-size:.9rem!important;border-radius:6px!important}.projects-grid{grid-template-columns:repeat(auto-fill,280px)!important;gap:.4rem!important;padding:0 10px!important}.project-card{border-radius:10px!important}.project-placeholder{height:112px!important}.project-placeholder i{font-size:2.2rem!important}.project-content{padding:.5rem .6rem!important}.project-content h3{font-size:1rem!important;margin-bottom:.35rem!important}.project-content p{font-size:.85rem!important;line-height:1.2!important;margin-bottom:.5rem!important}.project-tags{gap:.35rem!important;margin-bottom:.6rem!important}.project-tags span{font-size:.65rem!important;padding:.15rem .45rem!important}.project-links{gap:.6rem!important}.project-links a{padding:.3rem .6rem!important;font-size:.9rem!important}.contact{padding:12px 0!important;margin-top:35px!important}.contact p{margin:calc(.4rem - 40px) auto .8rem auto!important;line-height:1.3!important}.contact .cta-button{margin-top:8px!important}.contact .social-links{margin-top:.6rem!important}.proyectos-header{margin-top:-24px!important}.proyectos-header h1{margin-bottom:.35rem!important}.proyectos-header p{margin-top:-4px!important}.contact .container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:.5rem!important;padding:0 10px!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important}.contact h2,.contact p,.contact .cta-button,.contact .social-links{align-self:center!important;text-align:center!important;max-width:100%!important}.contact p{overflow-wrap:anywhere!important;word-break:break-word!important}.contact .social-links{flex-wrap:wrap!important;justify-content:center!important}.contacto .container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:.5rem!important;width:100%!important;max-width:100%!important;padding:0 10px!important;box-sizing:border-box!important;margin-top:-70px!important}.contacto h1,.contacto h2{margin-top:0!important;margin-bottom:.35rem!important;text-align:center!important}.contacto p{margin:-10px auto .6rem!important;line-height:1.3!important;text-align:center!important;max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}.contacto .contacto-content{display:flex!important;flex-direction:column!important;gap:.6rem!important}.contacto .contact-form-section{order:1!important}.contacto .contact-info{order:2!important}html,body,.contacto{overflow-x:hidden!important;max-width:100%!important}html,body{overflow-x:auto!important;max-width:100%!important}.contacto .container,.contacto .contacto-content,.contacto .contact-form-section,.contacto .contact-info,.contacto .social-section{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding-inline:10px!important}.contacto .info-grid{width:100%!important;max-width:100%!important;box-sizing:border-box!important;grid-template-columns:1fr!important}.contacto .contact-form,.contacto .form-group,.contacto .form-group input,.contacto .form-group textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.contacto .social-links{flex-wrap:wrap!important;gap:.6rem!important}.contacto .contacto-content{margin-top:-6px!important}.contacto .contact-form-section,.contacto .contact-info{margin-top:-8px!important}.contacto .social-section{margin-top:-6px!important}.contacto .contacto-content{margin-top:-10px!important}.contacto .contact-form-section,.contacto .contact-info{margin-top:-12px!important}.contacto .social-section{margin-top:-10px!important}.contacto .contacto-content{margin-top:-15px!important}.contacto .contact-form-section{margin-top:-30px!important}.contacto .contact-info{margin-top:30px!important}.contacto .social-section{margin-top:-30px!important}.projects .more-projects{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:.5rem!important;margin-bottom:0!important;margin-left:0!important;padding:0!important;position:relative!important;z-index:10!important}.projects .more-projects-btn{background:var(--primary-color)!important;color:#fff!important;border:none!important;padding:4px 12px!important;font-size:1rem!important;border-radius:6px!important;height:auto!important;min-height:0!important;line-height:1.2!important;cursor:pointer!important;transition:opacity .3s ease!important;position:relative!important;z-index:10!important;pointer-events:auto!important;display:inline-flex!important;align-items:center!important;box-shadow:none!important}}@media (max-width: 480px){h1{font-size:2rem}.hero .cta-button{padding:12px 24px;font-size:1rem}.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 320px){.container{padding:0 10px}h1{font-size:1.8rem!important}h2{font-size:1.5rem}.about h2,.proyectos-header h1{font-size:1.5rem!important}.projects{padding:120px 0 0!important;margin-top:0!important}.projects .container{margin-top:-80px!important}.projects h2{margin:.25rem 0!important;margin-top:-8px!important;padding:.2rem 0!important;font-size:1.5rem!important}.contact h2{font-size:1.5rem!important}.contact{padding:120px 0 12px!important}.contact p{margin:calc(.4rem - 40px) auto .8rem auto!important;line-height:1.3!important}.contact .cta-button{margin-top:-36px!important}.contact .social-links{margin-top:.6rem!important}.projects .projects-grid{margin-top:0!important;gap:.4rem!important;padding:0 10px!important}.projects .more-projects{display:flex!important;justify-content:center!important;padding-left:0!important;margin-top:.1rem!important;margin-bottom:1rem!important;position:relative!important;z-index:10!important}.projects .more-projects-btn{padding:6px 12px!important;font-size:.9rem!important;border-radius:6px!important;position:relative!important;z-index:10!important;pointer-events:auto!important;cursor:pointer!important}.contact .cta-button{padding:6px 12px!important;font-size:.9rem!important;border-radius:6px!important}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:.4rem!important;padding:0 10px!important}.proyectos{padding:0!important;min-height:auto!important;margin-top:-64px!important}.proyectos-header{margin-top:0!important;margin-bottom:.1rem!important;padding-top:0!important;padding-bottom:.1rem!important}.proyectos-header h1{margin:0!important}.projects-grid{margin-top:0!important}.more-projects{margin-top:.4rem!important}.project-filters{margin:.25rem 0 .4rem!important;gap:.4rem!important}.project-card{border-radius:10px!important}.project-placeholder{height:112px!important}.project-placeholder i{font-size:2.2rem!important}.project-content{padding:.5rem .6rem!important}.project-content h3{font-size:1rem!important;margin-bottom:.35rem!important}.project-content p{font-size:.85rem!important;line-height:1.2!important;margin-bottom:.5rem!important}.project-tags{gap:.35rem!important;margin-bottom:.6rem!important}.project-tags span{font-size:.65rem!important;padding:.15rem .45rem!important}.project-links{gap:.6rem!important}.project-links a{padding:.3rem .6rem!important;font-size:.9rem!important}.about{padding:28px 0!important}.skills-grid{gap:.4rem!important}.skill-item{padding:.4rem .45rem!important}.skill-item i{font-size:1.5rem!important;margin-bottom:.3rem!important}.skill-item span{font-size:.8rem!important}.more-techs{margin-top:.3rem!important;display:flex!important;justify-content:flex-start!important;padding-left:0!important;margin-left:20px!important}.more-techs-btn{padding:2px 8px!important;font-size:.8rem!important;border-radius:6px!important}.about h2{margin-bottom:.75rem!important}.hero .container>div{display:flex!important;flex-direction:column!important;gap:.4rem!important;align-items:center!important}.hero h1{white-space:normal!important;text-align:center!important;margin-left:0!important;margin-right:0!important;padding:0 6px;word-wrap:break-word!important;line-height:1.2!important;max-width:100%!important;box-sizing:border-box!important}.hero .container{max-width:100%!important;padding:0 5px!important;box-sizing:border-box!important}.hero{overflow-x:hidden!important;padding:0!important}.hero{min-height:85vh!important}.hero .container{padding-top:16px!important;padding-bottom:16px!important}.hero .container>div>div:first-child{order:2;text-align:center!important}.hero .container>div>div:last-child{order:1;justify-content:center!important;width:100%;display:flex;justify-content:center}.hero .container>div>div:last-child>div:not(.hero-logo-container){width:120px!important;height:120px!important;box-shadow:0 10px 20px #00d4ff38!important}.hero .container>div>div:last-child>div.hero-logo-container{width:280px!important;height:280px!important;min-width:280px!important;min-height:280px!important;max-width:280px!important;max-height:280px!important}.hero .container>div>div:last-child>div span{font-size:2.6rem!important}.hero .cta-button{padding:6px 16px!important;font-size:.9rem!important}.hero .subtitle{margin:.15rem 0!important;line-height:1.15!important;font-size:.9rem!important;text-align:center!important}.contacto .contacto-content{display:flex!important;flex-direction:column!important;gap:.6rem!important}.contacto .contact-form-section{order:1!important}.contacto .contact-info{order:2!important}}@media (min-width: 481px) and (max-width: 600px){.hero{min-height:90vh!important;padding:0 1rem!important}.hero .container{padding-top:20px!important;padding-bottom:20px!important}.hero .container>div{display:flex!important;flex-direction:column!important;gap:.6rem!important;align-items:center!important}.hero h1{font-size:2.8rem!important;margin-bottom:.8rem!important;white-space:nowrap!important;text-align:center!important;margin-left:0!important;margin-right:0!important;padding:0 6px!important}.hero .subtitle{font-size:1.4rem!important;line-height:1.35!important}.hero .container>div>div:first-child{order:2;text-align:center!important}.hero .container>div>div:last-child{order:1;justify-content:center!important;width:100%;display:flex;justify-content:center}.hero .container>div>div:last-child>div{width:180px!important;height:180px!important;box-shadow:0 10px 20px #00d4ff38!important}.hero .container>div>div:last-child>div span{font-size:7rem!important}.header{padding:.9rem 0!important;background:#0a0a0aeb!important;border-bottom:1px solid var(--border-color)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.header .container{max-width:100%!important;padding:0 8px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.logo{font-size:1.15rem!important;font-weight:700!important;letter-spacing:.1px!important}.menu-toggle{display:block!important;background:transparent!important;border:none!important;color:#fff!important;font-size:1.3rem!important;cursor:pointer!important}nav{position:absolute!important;top:100%!important;left:0!important;right:0!important;background:#0a0a0afa!important;border-bottom:1px solid var(--border-color)!important;display:none!important}nav.open{display:block!important}nav ul{flex-direction:column!important;gap:0!important;padding:.5rem 1rem 1rem!important;font-size:1rem!important}nav li{border-top:1px solid rgba(255,255,255,.08)!important}nav a{display:block!important;padding:.9rem 0!important;white-space:nowrap!important}.about{padding:28px 0!important}.skills-grid{gap:.4rem!important}.skill-item{padding:.4rem .45rem!important}.skill-item i{font-size:1.5rem!important;margin-bottom:.3rem!important}.skill-item span{font-size:.8rem!important}.more-techs{margin-top:.3rem!important;display:flex!important;justify-content:flex-start!important;padding-left:0!important;margin-left:20px!important}.more-techs-btn{padding:2px 8px!important;font-size:.8rem!important;border-radius:6px!important}.about h2{font-size:2.2rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin-bottom:.75rem!important}.projects{padding:8px 0 0!important;margin-top:-2px!important}.projects h2{margin:.25rem 0!important;padding:.2rem 0!important;font-size:2.2rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.projects .projects-grid{margin-top:0!important;gap:.4rem!important;padding:0 10px!important}.projects .more-projects{display:flex!important;justify-content:center!important;margin-left:0!important;margin-top:.1rem!important;margin-bottom:1rem!important;position:relative!important;z-index:10!important}.projects .more-projects-btn{padding:6px 12px!important;font-size:.9rem!important;border-radius:6px!important;position:relative!important;z-index:10!important;pointer-events:auto!important;cursor:pointer!important}.project-card{border-radius:10px!important}.project-placeholder{height:112px!important}.project-placeholder i{font-size:2.2rem!important}.project-content{padding:.5rem .6rem!important}.project-content h3{font-size:1rem!important;margin-bottom:.35rem!important}.project-content p{font-size:.85rem!important;line-height:1.2!important;margin-bottom:.5rem!important}.project-tags{gap:.35rem!important;margin-bottom:.6rem!important}.project-tags span{font-size:.65rem!important;padding:.15rem .45rem!important}.project-links{gap:.6rem!important}.project-links a{padding:.3rem .6rem!important;font-size:.9rem!important}.contact{padding:20px 0!important}.contact p{margin:calc(.4rem - 50px) auto .8rem auto!important;line-height:1.4!important}.contact .cta-button{margin-top:-40px!important}.contact .social-links{margin-top:1rem!important}.contact h2{font-size:2.5rem!important}.contact .cta-button{padding:8px 16px!important;font-size:1rem!important;border-radius:6px!important}}@media (min-width: 601px) and (max-width: 768px){.header{padding:1rem 0!important;background:#0a0a0af2!important;border-bottom:1px solid var(--border-color)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.header .container{max-width:100%!important;padding:0 20px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important}.logo{font-size:1.5rem!important;font-weight:700!important;letter-spacing:.1px!important}nav ul{gap:.8rem!important;font-size:1rem!important}nav a{padding:.3rem 0!important;transition:color .3s ease!important}nav a:hover{color:#2d9cdb!important;transform:none!important}nav a.active{color:#2d9cdb!important;transform:none!important}.menu-toggle{display:none!important}.hero{min-height:95vh!important;padding:0 1.5rem!important}.hero .container{padding-top:80px!important;padding-bottom:30px!important}.hero .container>div{display:flex!important;flex-direction:column!important;gap:1rem!important;align-items:center!important}.hero h1{font-size:3rem!important;margin-bottom:1rem!important;white-space:nowrap!important;text-align:center!important;margin-left:0!important;margin-right:0!important;padding:0 8px!important}.hero .subtitle{font-size:1.5rem!important;line-height:1.4!important}.hero .container>div>div:first-child{order:2;text-align:center!important}.hero .container>div>div:last-child{order:1;justify-content:center!important;width:100%;display:flex;justify-content:center}.hero .container>div>div:last-child>div:not(.hero-logo-container){width:200px!important;height:200px!important;box-shadow:0 10px 20px #00d4ff38!important}.hero .container>div>div:last-child>div.hero-logo-container{width:280px!important;height:280px!important;min-width:280px!important;min-height:280px!important;max-width:280px!important;max-height:280px!important}.hero .container>div>div:last-child>div span{font-size:8rem!important}.about{padding:40px 0!important}.skills-grid{gap:.6rem!important}.skill-item{padding:.6rem .7rem!important}.skill-item i{font-size:1.8rem!important;margin-bottom:.4rem!important}.skill-item span{font-size:.9rem!important}.more-techs{margin-top:.5rem!important;display:flex!important;justify-content:flex-start!important;padding-left:0!important;margin-left:20px!important}.more-techs-btn{padding:4px 10px!important;font-size:.9rem!important;border-radius:6px!important}.about h2{font-size:2.5rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin-bottom:1rem!important}.projects{padding:20px 0 0!important;margin-top:0!important}.projects h2{margin:.5rem 0!important;padding:.3rem 0!important;font-size:2.5rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.projects .projects-grid{margin-top:0!important;gap:.1rem!important;padding:0 15px!important}.projects .more-projects{display:flex!important;justify-content:center!important;margin-left:0!important;margin-top:.3rem!important;margin-bottom:1.5rem!important;position:relative!important;z-index:10!important}.projects .more-projects-btn{padding:8px 16px!important;font-size:1rem!important;border-radius:6px!important;position:relative!important;z-index:10!important;pointer-events:auto!important;cursor:pointer!important}.project-card{border-radius:12px!important}.project-placeholder{height:140px!important}.project-placeholder i{font-size:2.5rem!important}.project-content{padding:.7rem .8rem!important}.project-content h3{font-size:1.1rem!important;margin-bottom:.4rem!important}.project-content p{font-size:.9rem!important;line-height:1.3!important;margin-bottom:.6rem!important}.project-tags{gap:.4rem!important;margin-bottom:.7rem!important}.project-tags span{font-size:.7rem!important;padding:.2rem .5rem!important}.project-links{gap:.7rem!important}.project-links a{padding:.4rem .7rem!important;font-size:.95rem!important}.contact{padding:20px 0!important}.contact p{margin:calc(.4rem - 50px) auto .8rem auto!important;line-height:1.4!important}.contact .cta-button{margin-top:-40px!important}.contact .social-links{margin-top:1rem!important}.contact h2{font-size:2.5rem!important}.contact .cta-button{padding:8px 16px!important;font-size:1rem!important;border-radius:6px!important}}@media (min-width: 769px) and (max-width: 1023px){.hero{min-height:80vh!important;padding:0 1.5rem!important}.hero .container{padding-top:30px!important;padding-bottom:30px!important}.hero .container>div{display:flex!important;flex-direction:row!important;gap:2rem!important;align-items:center!important;justify-content:space-between!important;max-width:100%!important;padding:0 20px!important}.hero h1{font-size:2.4rem!important;margin-bottom:.8rem!important;white-space:nowrap!important;text-align:left!important}.hero .subtitle{font-size:1.2rem!important;line-height:1.4!important}.hero .container>div>div:last-child>div{width:160px!important;height:160px!important;box-shadow:0 8px 16px #00d4ff33!important}.hero .container>div>div:last-child>div span{font-size:6rem!important}.about{padding:30px 0!important}.about h2{font-size:2.4rem!important;margin-bottom:1rem!important}.skills-grid{gap:.8rem!important}.skill-item{padding:.6rem .7rem!important}.skill-item i{font-size:1.8rem!important;margin-bottom:.4rem!important}.skill-item span{font-size:.9rem!important}.more-techs{margin-top:.6rem!important;display:flex!important;justify-content:flex-start!important;padding-left:0!important;margin-left:20px!important}.more-techs-btn{padding:4px 10px!important;font-size:.9rem!important;border-radius:6px!important}.projects{padding:19px 0!important;margin-top:-1px!important}.projects h2{margin:.2rem 0!important;padding:.1rem 0!important;font-size:2.2rem!important}.projects .projects-grid{margin-top:0!important;gap:.8rem!important;grid-template-columns:repeat(2,1fr)!important}.project-card{height:calc(100% + 4px)!important}.projects .more-projects{margin-top:1%!important;display:flex!important;justify-content:flex-start!important;padding-left:0!important;margin-left:20px!important}.contact{padding:30px 0!important}.contact h2{font-size:2.4rem!important;margin-bottom:.8rem!important}.contact p{margin:0 auto 1.2rem!important;font-size:1.1rem!important;line-height:1.4!important}.contact .cta-button{padding:8px 16px!important;font-size:1rem!important;border-radius:6px!important}.contact .social-links{margin-top:1.2rem!important}}@media (min-width: 1024px) and (max-width: 1439px){.about{padding:50px 0!important}.about h2{font-size:2.8rem!important;margin-bottom:1.4rem!important}.skills-grid{gap:1.2rem!important}.skill-item{padding:.8rem .9rem!important}.skill-item i{font-size:2.2rem!important;margin-bottom:.6rem!important}.skill-item span{font-size:1.1rem!important}.more-techs{margin-top:1rem!important;display:flex!important;justify-content:flex-start!important;padding-left:0!important;margin-left:20px!important}.more-techs-btn{padding:6px 14px!important;font-size:1.1rem!important;border-radius:6px!important}.projects{padding:45px 0!important}.projects h2{font-size:2.8rem!important;margin-bottom:1rem!important}.projects .projects-grid{gap:1.2rem!important}.project-card{border-radius:12px!important}.project-placeholder{height:180px!important}.project-placeholder i{font-size:3rem!important}.project-content{padding:1rem!important}.project-content h3{font-size:1.3rem!important;margin-bottom:.6rem!important}.project-content p{font-size:1rem!important;line-height:1.4!important;margin-bottom:.8rem!important}.project-tags{gap:.6rem!important;margin-bottom:.8rem!important}.project-tags span{font-size:.8rem!important;padding:.3rem .6rem!important}.project-links{gap:.8rem!important}.project-links a{padding:.5rem .8rem!important;font-size:1rem!important}.projects .more-projects{margin-top:1rem!important;display:flex!important;justify-content:center!important;padding-left:0!important;margin-left:0!important}.projects .more-projects-btn{padding:8px 16px!important;font-size:1.1rem!important;border-radius:6px!important}.contact{padding:60px 0!important}.contact h2{font-size:2.8rem!important;margin-bottom:1rem!important}.contact p{margin:0 auto 1.5rem!important;font-size:1.2rem!important;line-height:1.5!important}.contact .cta-button{padding:10px 20px!important;font-size:1.1rem!important;border-radius:6px!important}.contact .social-links{margin-top:1.5rem!important}.hero.show-arrow:after{content:"⬇"!important;position:absolute!important;bottom:50px!important;left:50%!important;font-size:6.5rem!important;color:var(--primary-color)!important;animation:moveDown 1.2s infinite ease-in-out!important;cursor:pointer!important;z-index:10!important}.hero.hide-arrow:after{display:none!important}@keyframes moveDown{0%{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(25px)}to{transform:translate(-50%) translateY(0)}}}@media (min-width: 1440px){.hero .container,.about .container,.projects .container,.contact .container{max-width:1400px!important;margin:0 auto!important}.hero{min-height:100vh!important}.hero h1{font-size:3.5rem!important}.hero .subtitle{font-size:1.6rem!important}.hero .container>div>div:last-child>div{width:220px!important;height:220px!important}.hero .container>div>div:last-child>div span{font-size:8.5rem!important}.hero.show-arrow:after{content:"⬇"!important;position:absolute!important;bottom:50px!important;left:50%!important;font-size:6.5rem!important;color:var(--primary-color)!important;animation:moveDown 1.2s infinite ease-in-out!important;cursor:pointer!important;z-index:10!important}.hero.hide-arrow:after{display:none!important}@keyframes moveDown{0%{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(25px)}to{transform:translate(-50%) translateY(0)}}.about h2{font-size:3rem!important}.skills-grid{gap:1.5rem!important}.skill-item{padding:1rem 1.2rem!important}.skill-item i{font-size:2.5rem!important}.skill-item span{font-size:1.2rem!important}.projects h2{font-size:3rem!important}.projects .projects-grid{gap:1.5rem!important}.project-card{border-radius:15px!important}.project-placeholder{height:200px!important}.project-placeholder i{font-size:3.5rem!important}.project-content{padding:1.2rem!important}.project-content h3{font-size:1.4rem!important}.project-content p{font-size:1.1rem!important}.contact h2{font-size:3rem!important}.contact p{font-size:1.3rem!important}.contact .cta-button{padding:12px 24px!important;font-size:1.2rem!important}nav a{transition:color .3s ease!important}nav a:hover{color:#2d9cdb!important;transform:none!important}nav a.active{color:#2d9cdb!important;transform:none!important}}.App{overflow-x:hidden;max-width:100vw;width:100%;position:relative}.App main{overflow-x:hidden;max-width:100%;width:100%}@media (max-width: 500px){html,body,.App,.App main{overflow-x:hidden!important;max-width:100vw!important;width:100%!important;position:relative}*{max-width:100%}section{overflow-x:hidden;max-width:100%;width:100%}}@media (hover: none) and (pointer: coarse){.cta-button,button.cta-button,a.cta-button{-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.cta-button:hover,button.cta-button:hover,a.cta-button:hover{background:var(--primary-color)!important;color:#fff!important;transform:none!important;box-shadow:0 6px 20px #2d9cdb59!important}.cta-button:active,button.cta-button:active,a.cta-button:active{background:#fff!important;color:#000!important;transform:scale(.98)!important}.cta-button:focus,button.cta-button:focus,a.cta-button:focus{background:var(--primary-color)!important;color:#fff!important;outline:none!important}.more-projects-btn,.show-all-btn,.cta-btn{-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.more-projects-btn:hover,.show-all-btn:hover,.cta-btn:hover{background:var(--primary-color)!important;color:#fff!important;transform:none!important;box-shadow:0 6px 20px #2d9cdb59!important}.more-projects-btn:active,.show-all-btn:active,.cta-btn:active{background:#fff!important;color:#000!important;transform:scale(.98)!important}.more-projects-btn:focus,.show-all-btn:focus,.cta-btn:focus{background:var(--primary-color)!important;color:#fff!important;outline:none!important}.description-button,.history-button{-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.description-button:hover,.history-button:hover{color:var(--primary-color)!important;background:transparent!important;text-decoration:underline!important;padding:0 2px!important}.description-button:active,.history-button:active{color:#000!important;background:#fff!important;transform:scale(.98)!important}.description-button:focus,.history-button:focus{color:var(--primary-color)!important;background:transparent!important;outline:none!important}.project-links a{-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.project-links a:hover{background:var(--primary-color)!important;color:#fff!important;transform:none!important;box-shadow:0 6px 18px #2d9cdb4d!important}.project-links a:active{background:#fff!important;color:#000!important;transform:scale(.95)!important}.project-links a:focus{background:var(--primary-color)!important;color:#fff!important;outline:none!important}.filter-btn{-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.filter-btn:hover:not(.active){background:#fff!important;color:var(--primary-color)!important;transform:none!important;box-shadow:0 6px 18px #2d9cdb59!important}.filter-btn:active:not(.active){background:var(--primary-color)!important;color:#fff!important;transform:scale(.98)!important}.filter-btn:focus:not(.active){background:#fff!important;color:var(--primary-color)!important;outline:none!important}.submit-btn{-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.submit-btn:hover{background:var(--primary-color)!important;color:#fff!important;transform:none!important;box-shadow:0 6px 20px #2d9cdb59!important}.submit-btn:active{background:#fff!important;color:#000!important;transform:scale(.98)!important}.submit-btn:focus{background:var(--primary-color)!important;color:#fff!important;outline:none!important}.social-links a{-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.social-links a:hover{transform:none!important;box-shadow:0 4px 15px var(--shadow-color)!important}.social-links a:active{transform:scale(.95)!important}.social-links a:focus{transform:none!important;outline:none!important}}@media (max-width: 768px){button,.cta-button,.more-projects-btn,.show-all-btn,.cta-btn,.description-button,.history-button,.submit-btn,.filter-btn,.project-links a{-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;-webkit-user-select:none!important;user-select:none!important}}section.about,section#about.about,#about.about,section#about{padding:120px 0 100px;background:var(--bg-secondary)!important;position:relative!important;overflow:hidden!important;z-index:2}section.about:before,section#about.about:before,#about.about:before,section#about:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-image:linear-gradient(90deg,transparent 49%,rgba(0,212,255,.05) 49%,rgba(0,212,255,.05) 51%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(0,212,255,.05) 49%,rgba(0,212,255,.05) 51%,transparent 51%)!important;background-size:150px 150px!important;opacity:.3!important;z-index:1!important}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}.skill-item{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:var(--bg-card);border-radius:var(--border-radius);border:1px solid var(--border-color);transition:var(--transition);position:relative;overflow:hidden}.skill-item:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 30px var(--shadow-color)}.skill-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--shadow-color),transparent);transition:left .5s}.skill-item:hover:before{left:100%}.skill-item i{font-size:2.5rem;margin-bottom:1rem;transition:var(--transition)}.skill-item span{color:var(--text-primary);font-weight:500;text-align:center;font-size:1rem}.skill-item:hover i{transform:scale(1.1)}.skill-item .fa-html5{color:#e34f26}.skill-item .fa-css3-alt{color:#1572b6}.skill-item .fa-js-square{color:#f7df1e}.skill-item .fa-react{color:#61dafb}.skill-item .fa-node-js{color:#393}.skill-item .fa-bootstrap{color:#7952b3}.skill-item .fa-wind{color:#06b6d4}.skill-item .fa-github{color:#333}.skill-item .fa-git-alt{color:#f05032}.skill-item .fa-database{color:#336791}.skill-item .fa-figma{color:#f24e1e}.skill-item .fa-code{color:#007acc}.skill-item .fa-users{color:#ff6b6b}.skill-item .fa-trello{color:#0079bf}.skill-item .fa-robot{color:#00a67e}.skill-item .fa-palette{color:#ff6b35}.skill-item .fa-project-diagram{color:#ff6b6b}.skill-item .fa-fire{color:#ffa000}.skill-item .fa-arrows-to-right{color:#ff6b35}.more-techs{display:flex;justify-content:center;margin-top:1rem;position:relative;z-index:2}.more-techs-btn{background:#2d9cdb!important;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-family:var(--font-mono);font-weight:600;box-shadow:none}.more-techs-btn:hover{background:#fff!important;color:#000;transform:translateY(-2px);box-shadow:none}@media (max-width: 768px){section.about,section#about.about,#about.about,section#about{padding:120px 0 80px;background:var(--bg-secondary)!important}.about .container{margin-top:-80px}section.about:before,section#about.about:before,#about.about:before,section#about:before{background-image:linear-gradient(90deg,transparent 49%,rgba(0,212,255,.05) 49%,rgba(0,212,255,.05) 51%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(0,212,255,.05) 49%,rgba(0,212,255,.05) 51%,transparent 51%)!important;background-size:150px 150px!important;opacity:.3!important}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}}@media (max-width: 480px){section.about,section#about.about,#about.about,section#about{padding:120px 0 60px;background:var(--bg-secondary)!important}.about .container{margin-top:-80px}section.about:before,section#about.about:before,#about.about:before,section#about:before{background-image:linear-gradient(90deg,transparent 49%,rgba(0,212,255,.05) 49%,rgba(0,212,255,.05) 51%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(0,212,255,.05) 49%,rgba(0,212,255,.05) 51%,transparent 51%)!important;background-size:150px 150px!important;opacity:.3!important}.skills-grid{grid-template-columns:repeat(2,1fr)}}:root{--primary-color: #2d9cdb;--secondary-color: #56ccf2;--accent-color: #ffbf00;--text-primary: #ffffff;--text-secondary: #b0b0b0;--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-card: #2a2a2a;--border-color: #333333;--shadow-color: rgba(45, 156, 219, .15);--font-title: "Montserrat", sans-serif;--font-text: "Roboto", sans-serif;--font-creative: "Caveat", cursive;--transition: all .3s ease;--border-radius: 8px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%;width:100%}body{font-family:var(--font-text);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;max-width:100%;width:100%;position:relative}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}@media (max-width: 500px){html,body{overflow-x:hidden!important;max-width:100vw!important;width:100%!important;position:relative}*{max-width:100%;box-sizing:border-box}.container{padding:0 15px;max-width:100%;width:100%}}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);font-weight:700;margin-bottom:1rem}h1{font-size:3.5rem;color:var(--primary-color)}h2{font-size:2.5rem;color:var(--primary-color);text-align:center;margin-bottom:3rem}h3{font-size:1.5rem;color:var(--text-primary)}p{margin-bottom:1rem;color:var(--text-secondary);font-size:1.1rem}.cta-button{display:inline-block;padding:15px 30px;background:var(--primary-color);color:#fff;text-decoration:none;border:none;border-radius:var(--border-radius);font-family:var(--font-title);font-weight:600;font-size:1.1rem;cursor:pointer;transition:var(--transition);box-shadow:0 6px 20px #2d9cdb59}.cta-button:hover{transform:translateY(-2px);background:var(--accent-color);color:var(--bg-primary);box-shadow:0 8px 24px #ffbf0066}.cta-button{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}@media (hover: none) and (pointer: coarse){.cta-button:hover{background:var(--primary-color)!important;color:#fff!important;transform:none!important;box-shadow:0 6px 20px #2d9cdb59!important}.cta-button:active{background:var(--accent-color)!important;color:var(--bg-primary)!important;transform:scale(.98)!important}.cta-button:focus{background:var(--primary-color)!important;color:#fff!important;outline:none!important}}.creative-text{font-family:var(--font-creative);font-weight:500;font-size:1.2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .8s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}
