@charset "UTF-8";.header{position:fixed;top:0;left:0;width:100%;background:#131829cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.header.scrolled{background:#131829f2;box-shadow:0 4px 20px #0000004d}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;position:relative}@media(max-width:768px){.header .container{padding:1rem 1.5rem}}.header .logo{z-index:1001}.header .logo h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin:0}@media(max-width:576px){.header .logo h1{font-size:1.25rem}}.header .desktop-nav{display:flex;gap:1.5rem;align-items:center}@media(max-width:768px){.header .desktop-nav{display:none}}.header .desktop-nav .nav-link{display:flex;align-items:center;gap:.5rem;color:#b4b9c7;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0}.header .desktop-nav .nav-link .nav-icon{font-size:1.25rem;display:flex;align-items:center}.header .desktop-nav .nav-link .nav-text{font-size:.95rem}.header .desktop-nav .nav-link:hover{color:#e8eaf0}.header .desktop-nav .nav-link:hover .nav-icon{transform:scale(1.1)}.header .desktop-nav .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);transition:width .3s ease}.header .desktop-nav .nav-link:hover:after{width:100%}.header .mobile-menu-toggle{display:none;background:none;border:none;color:#e8eaf0;font-size:1.75rem;cursor:pointer;z-index:1001;padding:.5rem;transition:all .3s ease}@media(max-width:768px){.header .mobile-menu-toggle{display:flex;align-items:center;justify-content:center}}.header .mobile-menu-toggle:hover{color:#e8eaf0;transform:scale(1.1)}@media(min-width:769px){.header .mobile-nav{display:none!important}}@media(max-width:768px){.header .mobile-nav{position:fixed;top:70px;left:0;width:100%;background:#131829;flex-direction:column;align-items:stretch;padding:1.5rem;box-shadow:0 10px 30px #00000080;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;border-top:1px solid rgba(255,255,255,.1);max-height:calc(100vh - 70px);overflow-y:auto;display:none}.header .mobile-nav.open{display:flex;transform:translateY(0);opacity:1;visibility:visible}.header .mobile-nav .nav-link{display:flex;align-items:center;gap:1rem;color:#b4b9c7;text-decoration:none;font-weight:500;padding:1rem 1.5rem;border-radius:12px;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.05)}.header .mobile-nav .nav-link:last-child{border-bottom:none}.header .mobile-nav .nav-link .nav-icon{font-size:1.5rem;display:flex;align-items:center;min-width:24px}.header .mobile-nav .nav-link .nav-text{font-size:1rem}.header .mobile-nav .nav-link:hover,.header .mobile-nav .nav-link:active{background:#1a1f35;color:#e8eaf0;transform:translate(5px)}.header .mobile-nav .nav-link:hover .nav-icon,.header .mobile-nav .nav-link:active .nav-icon{color:#e8eaf0;transform:scale(1.1)}}@media(min-width:769px){.header .mobile-menu-overlay{display:none!important}}@media(max-width:768px){.header .mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 0 4rem;background:linear-gradient(135deg,#667eea1a,#764ba21a)}@media(max-width:768px){.hero{padding:6rem 0 3rem;min-height:auto}}.hero .container{width:100%}.hero .hero-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center}@media(max-width:992px){.hero .hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}}.hero .hero-image{display:flex;justify-content:center}.hero .hero-image img{width:300px;height:300px;border-radius:50%;object-fit:cover;border:5px solid transparent;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);padding:5px;box-shadow:0 16px 48px #0000004d}@media(max-width:992px){.hero .hero-image img{width:250px;height:250px}}@media(max-width:576px){.hero .hero-image img{width:200px;height:200px}}.hero .hero-text h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;line-height:1.2}@media(max-width:768px){.hero .hero-text h1{font-size:2.5rem}}@media(max-width:576px){.hero .hero-text h1{font-size:2rem}}.hero .hero-text .subtitle{font-size:1.5rem;color:#b4b9c7;margin-bottom:1.5rem;font-weight:500}@media(max-width:576px){.hero .hero-text .subtitle{font-size:1.25rem}}.hero .hero-text .description{font-size:1.1rem;color:#b4b9c7;line-height:1.8;margin-bottom:2rem;max-width:500px}@media(max-width:992px){.hero .hero-text .description{max-width:100%;margin-left:auto;margin-right:auto}}@media(max-width:576px){.hero .hero-text .description{font-size:1rem}}.hero .hero-text .btn-primary{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #00000026;border:none;cursor:pointer;font-size:1rem}.hero .hero-text .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0003}@media(max-width:576px){.hero .hero-text .btn-primary{padding:.875rem 2rem;font-size:.95rem}}.about-section{padding:6rem 0;background:#131829}@media(max-width:768px){.about-section{padding:4rem 0}}.about-section .about-content{max-width:800px;margin:0 auto}.about-section .about-content p{font-size:1.1rem;line-height:1.9;color:#b4b9c7;text-align:justify}@media(max-width:768px){.about-section .about-content p{font-size:1rem;text-align:left}}.technologies-section{padding:6rem 0;background:linear-gradient(135deg,#667eea0d,#764ba20d)}@media(max-width:768px){.technologies-section{padding:4rem 0}}.technologies-section .category-title{color:#e8eaf0;font-size:1.25rem;font-weight:600;margin:1rem 0}.technologies-section .technologies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}@media(max-width:768px){.technologies-section .technologies-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}}@media(max-width:576px){.technologies-section .technologies-grid{grid-template-columns:1fr}}.technologies-section .tech-card{background:#131829;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #0000001a}.technologies-section .tech-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #0003;border-color:#fff3}.technologies-section .tech-card .tech-icon{font-size:4rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}@media(max-width:576px){.technologies-section .tech-card .tech-icon{font-size:3.5rem}}.technologies-section .tech-card .tech-icon#html svg{color:#e44d26}.technologies-section .tech-card .tech-icon#css svg{color:#1572b6}.technologies-section .tech-card .tech-icon#js svg{color:#f0db4f}.technologies-section .tech-card .tech-icon#node svg{color:#83cd29}.technologies-section .tech-card .tech-icon#mysql svg{color:#00758f}.technologies-section .tech-card .tech-icon#react svg{color:#61dafb}.technologies-section .tech-card .tech-icon#php svg{color:#777bb4}.technologies-section .tech-card .tech-icon#sass svg{color:#c69}.technologies-section .tech-card .tech-icon#git svg{color:#f05032}.technologies-section .tech-card .tech-icon#github svg{color:#fff}.technologies-section .tech-card .tech-icon#tailwind svg{color:#38bdf8}.technologies-section .tech-card .tech-icon#materialize svg{color:#ee6e73}.technologies-section .tech-card .tech-icon#bootstrap svg{color:#7952b3}.technologies-section .tech-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#e8eaf0}.technologies-section .tech-card p{color:#b4b9c7;font-size:.95rem;line-height:1.6;margin:0}.soft-skills-section{padding:4rem 0}.soft-skills-section .soft-skills-grid{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.soft-skills-section .soft-skill{background:#131829;color:#e8eaf0;border:1px solid rgba(255,255,255,.1);padding:.6rem .9rem;border-radius:999px;font-size:.95rem;box-shadow:0 2px 8px #0000001a}.projects-section{padding:6rem 0;background:#131829}@media(max-width:768px){.projects-section{padding:4rem 0}}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:3rem}@media(max-width:768px){.projects-section .projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}}@media(max-width:576px){.projects-section .projects-grid{grid-template-columns:1fr}}.projects-section .project-card{background:#1a1f35;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #0000001a}.projects-section .project-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #0003;border-color:#fff3}.projects-section .project-card .project-image{position:relative;width:100%;height:250px;overflow:hidden}@media(max-width:576px){.projects-section .project-card .project-image{height:200px}}.projects-section .project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.projects-section .project-card .project-image:hover img{transform:scale(1.1)}.projects-section .project-card .project-image .status-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;color:#fff}.projects-section .project-card .project-image .status-badge.concluído,.projects-section .project-card .project-image .status-badge.concluídos{background:linear-gradient(135deg,#10b981,#059669)}.projects-section .project-card .project-image .status-badge.ainda-em-desenvolvimento{background:linear-gradient(135deg,#f59e0b,#d97706)}.projects-section .project-card .project-content{padding:1.5rem}.projects-section .project-card .project-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#e8eaf0}.projects-section .project-card .project-content p{color:#b4b9c7;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.projects-section .project-card .project-content .btn-read-more{color:#e8eaf0;font-weight:600;background:none;border:none;cursor:pointer;padding:0;font-size:.95rem;transition:all .3s ease}.projects-section .project-card .project-content .btn-read-more:hover{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.projects-section .project-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-y:auto;padding:2rem}@media(max-width:576px){.projects-section .project-modal-overlay{padding:1rem}}.projects-section .project-modal{background:#131829;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:2.5rem;position:relative;box-shadow:0 16px 48px #0000004d;border:1px solid rgba(255,255,255,.1)}@media(max-width:576px){.projects-section .project-modal{padding:1.5rem;max-height:95vh}}.projects-section .project-modal .close-btn{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#e8eaf0;font-size:1.5rem;cursor:pointer;transition:all .3s ease;line-height:1}.projects-section .project-modal .close-btn:hover{background:#fff3;transform:rotate(90deg)}.projects-section .project-modal img{width:100%;height:auto;border-radius:12px;margin-bottom:2rem}.projects-section .project-modal h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#e8eaf0}@media(max-width:576px){.projects-section .project-modal h2{font-size:1.5rem}}.projects-section .project-modal .modal-description{color:#b4b9c7;line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.projects-section .project-modal .modal-status{color:#b4b9c7;margin-bottom:1.5rem}.projects-section .project-modal .modal-status .status-badge{margin-left:.5rem}.projects-section .project-modal .btn-link{display:inline-block;margin-right:1rem;margin-top:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.projects-section .project-modal .btn-link:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.testimonials-section{padding:6rem 0;background:linear-gradient(135deg,#667eea0d,#764ba20d)}@media(max-width:768px){.testimonials-section{padding:4rem 0}}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}@media(max-width:768px){.testimonials-section .testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}}@media(max-width:576px){.testimonials-section .testimonials-grid{grid-template-columns:1fr}}.testimonials-section .testimonial-card{background:#131829;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.testimonials-section .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026;border-color:#fff3}.testimonials-section .testimonial-card .testimonial-content{margin-bottom:1.5rem}.testimonials-section .testimonial-card .testimonial-content p{color:#b4b9c7;line-height:1.8;font-size:1rem;font-style:italic}.testimonials-section .testimonial-card .testimonial-author{display:flex;align-items:center;gap:1rem}.testimonials-section .testimonial-card .testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1)}.testimonials-section .testimonial-card .testimonial-author div h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#e8eaf0}.testimonials-section .testimonial-card .testimonial-author div p{font-size:.85rem;color:#b4b9c7;margin:0}.footer{background:#1a1f35;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}@media(max-width:768px){.footer .footer-content{gap:2rem;margin-bottom:2rem}}.footer .footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#e8eaf0}.footer .footer-section .contact-info{display:flex;flex-direction:column;gap:1rem}.footer .footer-section .contact-info .contact-item{display:flex;align-items:center;gap:.75rem;color:#b4b9c7}.footer .footer-section .contact-info .contact-item svg{font-size:1.25rem;color:#e8eaf0;flex-shrink:0}.footer .footer-section .contact-info .contact-item span{font-size:.95rem;line-height:1.5}.footer .footer-section .social-links{display:flex;gap:1rem;flex-wrap:wrap}.footer .footer-section .social-links .social-link{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#131829;border-radius:50%;color:#b4b9c7;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);font-size:1.25rem}.footer .footer-section .social-links .social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;transform:translateY(-3px);box-shadow:0 4px 16px #00000026;border-color:transparent}.footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer .footer-bottom p{color:#b4b9c7;font-size:.9rem;margin:0}#portfolio{min-height:100vh;background:#0a0e27;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:576px){.container{padding:0 1rem}}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media(max-width:768px){.section-title{font-size:2rem}}@media(max-width:576px){.section-title{font-size:1.75rem}}.section-subtitle{text-align:center;color:#b4b9c7;font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.section-subtitle{font-size:1rem;margin-bottom:2rem}}*{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0e27;color:#fff;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a,svg,button{transition:all .3s ease}img{max-width:100%;height:auto;display:block;border-radius:8px}button{font-family:inherit}
