@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap";:root{--primary: #0d9488;--primary-dark: #0f766e;--primary-light: #2dd4bf;--bg-dark: #0f172a;--text-light: #f8fafc;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color:var(--text-light);background-color:var(--bg-dark);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1,h2,h3{font-family:Outfit,sans-serif;margin:0}a{text-decoration:none;color:inherit;transition:opacity .2s}a:hover{opacity:.8}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.glass-card{background:#0f172a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:transform .3s ease,border-color .3s ease}.glass-card:hover{transform:translateY(-5px);border-color:var(--primary-light)}.gradient-teal{background:linear-gradient(135deg,#0d9488,#115e59)}.gradient-overlay{background:linear-gradient(to bottom,#0f172acc,#0f172a66,#0f172acc)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.flex-center{display:flex;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.app-container{min-height:100vh;display:flex;flex-direction:column;background-color:#0c1c1c}.header{height:90px;position:absolute;top:0;width:100%;z-index:1000;display:flex;align-items:center;background:linear-gradient(to bottom,#0c1c1cf2,#0c1c1cb3)}.header-content{width:100%;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:1.5rem}.logo-img{height:60px}.brand-name{display:flex;flex-direction:column;line-height:1.2}.brand-title{font-size:2.2rem;font-weight:700;color:#fff;letter-spacing:-.5px}.brand-subtitle{font-size:.65rem;color:#a8b2b2;text-transform:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{font-size:.95rem;font-weight:500;color:#fff;display:flex;align-items:center;gap:.4rem;transition:color .3s}.nav-link:hover,.nav-link.active{color:#82c4bc}.header-actions{display:flex;align-items:center;gap:1.5rem}.hero{height:70vh;position:relative;background-image:url(/assets/lab-bg-DONhJ1b7.png);background-size:cover;background-position:center;display:flex;align-items:center;padding-top:90px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0c1c1c66,#0c1c1c1a,#0c1c1c99)}.hero-content{position:relative;z-index:10;display:flex;align-items:center;gap:2rem;max-width:1000px;margin:0 auto}.hero-logo-large{height:180px;filter:drop-shadow(0 0 30px rgba(0,0,0,.5))}.hero-title{font-size:4rem;font-weight:700;color:#fff;line-height:1.1;text-shadow:0 4px 15px rgba(0,0,0,.6)}.actions-section{position:relative;z-index:20;margin-top:-6rem;padding-bottom:1rem}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.action-card{padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;border-radius:12px;height:50px;cursor:pointer;background:#0f2d2dd9;border:1px solid rgba(255,255,255,.05);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.card-saiba-mais{background:linear-gradient(135deg,#5fb481,#2e6d8a);border:none}.icon-wrapper{color:#fff;font-size:2.2rem}.card-text{font-size:1.1rem;font-weight:500;color:#fff;font-family:Outfit,sans-serif}.about-screen{padding-bottom:6rem;background-color:#f8fafc}.about-hero{padding:6rem 0 3rem;background-image:linear-gradient(#0c1c1cbf,#0c1c1c80),url(/assets/lab-cKtaHjr0.png);background-size:cover;background-position:center;position:relative;text-align:left}.about-title{font-size:3.5rem;font-weight:700;color:#fff;margin:0}.about-content{padding:6rem 0}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:5rem}.column-title{font-size:2.2rem;font-weight:700;color:#334e4e;margin-bottom:1.5rem}.column-text{font-size:1.1rem;line-height:1.7;color:#475569;margin:0}.about-gallery{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.gallery-item{border-radius:12px;overflow:hidden;box-shadow:0 15px 35px #0000001a}.gallery-img{width:100%;height:450px;-o-object-fit:cover;object-fit:cover;display:block}.research-screen{padding-bottom:6rem;background-color:#f8fafc}.research-hero{padding:6rem 0 3rem;background:linear-gradient(135deg,#0c1c1c,#1a3a3a);text-align:left}.research-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.research-subtitle{font-size:1.2rem;color:#ffffffb3;max-width:800px}.research-content{padding:6rem 0}.research-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.research-card{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;background:#fff;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.research-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.card-image-box{height:220px;overflow:hidden}.card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.research-card:hover .card-img{transform:scale(1.1)}.card-content-box{padding:2rem;background:#1a3a3a;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.research-card-title{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.3}.research-card-desc{font-size:.95rem;color:#ffffffb3;line-height:1.6;margin:0}.nav-link.active{color:#82c4bc!important}.partners-section{background-color:#f1f5f9;padding:4rem 0 5rem;text-align:center}.section-title-container{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:3rem}.title-line{height:1px;flex:1;background-color:#e2e8f0;max-width:300px}.section-title{font-size:1.8rem;color:#334e4e;font-weight:700;white-space:nowrap}.partners-grid{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.partner-logo-container{display:flex;flex-direction:row;align-items:center;gap:.8rem}.partner-logo-img{max-width:140px;max-height:60px;-o-object-fit:contain;object-fit:contain;opacity:.7;filter:grayscale(100%);transition:all .3s ease}.partner-logo-img:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}.partner-logo-placeholder{font-family:Inter,sans-serif;font-weight:900;font-size:1.8rem;color:#366161}.partner-subtext{font-size:.6rem;color:#64748b;text-transform:uppercase;max-width:100px}.team-screen{padding-bottom:6rem;background-color:#f8fafc}.team-hero{padding:6rem 0 3rem;background:linear-gradient(135deg,#0c1c1c,#1a3a3a);text-align:left}.team-hero-title{font-size:3.5rem;font-weight:700;color:#fff;margin:0}.team-bottom-sections{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.team-content{padding:4rem 0}.team-section{margin-bottom:5rem}.team-category-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem}.team-category-title{font-size:2rem;font-weight:700;color:#334e4e;white-space:nowrap}.category-line{height:1px;flex:1;background-color:#cbd5e1}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.team-grid.pesquisadores,.team-grid.estudantes{grid-template-columns:repeat(3,1fr)}.team-card{display:flex;flex-direction:column}.team-image-box{width:100%;aspect-ratio:4 / 3;border-radius:8px;overflow:hidden;margin-bottom:1.2rem;box-shadow:0 4px 20px #00000014}.team-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.team-card:hover .team-img{transform:scale(1.05)}.team-name{font-size:1.4rem;font-weight:700;color:#334e4e;margin-bottom:.3rem}.team-role{font-size:.9rem;color:#64748b;margin:0}.team-role-container{display:flex;align-items:center;gap:.8rem;margin-top:.2rem}.lattes-link{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;text-decoration:none;overflow:hidden;transition:all .3s ease}.lattes-link:hover{border-color:#235454;transform:scale(1.1);box-shadow:0 0 10px #23545433}.lattes-icon-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:2px}.team-name-small{font-size:1.1rem!important}.splash-screen{position:fixed;inset:0;background-color:#0c1c1c;z-index:10000;display:flex;justify-content:center;align-items:center;transition:opacity .8s ease-out,visibility .8s}.splash-hidden{opacity:0;visibility:hidden}.splash-logo{width:150px;animation:splashIn 1.5s cubic-bezier(.16,1,.3,1) forwards}@keyframes splashIn{0%{opacity:0;transform:scale(.5) rotate(-10deg)}50%{opacity:1;transform:scale(1.1) rotate(0)}to{opacity:1;transform:scale(1) rotate(0)}}.desktop-only{display:flex!important}.mobile-only{display:none!important}@media(max-width:1024px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.container{padding:0 1.5rem}.header{height:80px;position:fixed;background:#0c1c1cfa;z-index:1000}.logo-img{height:45px}.logo-container{gap:.8rem}.brand-title{font-size:1.6rem}.brand-subtitle{display:none}.nav-links{position:fixed;inset:80px 0 0;background-color:#0c1c1c;flex-direction:column;justify-content:center;align-items:center;padding:2rem;gap:1.5rem;z-index:2000;transform:translate(100%);transition:transform .4s cubic-bezier(.165,.84,.44,1);display:flex!important}.nav-links.active{transform:translate(0)}.nav-link{font-size:1.8rem;width:100%;justify-content:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-menu-icon{display:flex!important;cursor:pointer;color:#fff;z-index:2001;transition:transform .3s}.mobile-menu-icon.active{color:#82c4bc}.header-actions{display:flex;align-items:center;gap:1rem}.header-btn{height:38px!important;padding:0 .8rem!important;font-size:.75rem;border-radius:8px!important;gap:.4rem!important}.team-grid{grid-template-columns:repeat(2,1fr)!important}.team-bottom-sections{grid-template-columns:1fr!important;gap:2rem!important}.hero{height:auto;min-height:260px;padding:85px 0 40px}.hero-content{flex-direction:column;text-align:center;gap:1.5rem}.hero-text-container{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.hero-title{font-size:2.2rem;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.6);max-width:90%}.actions-section{margin-top:-30px;padding-bottom:2rem}.cards-grid{grid-template-columns:1fr;gap:1rem}.action-card{height:60px;justify-content:center;padding:0 1.5rem;border-radius:12px}.card-text{font-size:1.3rem}}@media(max-width:640px){.team-grid{grid-template-columns:1fr!important}}@media(max-width:992px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-gallery{grid-template-columns:1fr}.gallery-img{height:300px}.about-title,.research-title{font-size:2.5rem}.research-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:640px){.research-grid{grid-template-columns:1fr}.research-hero{padding:10rem 0 4rem}}.partners-section{padding:3rem 0}.section-title-container{margin-bottom:3rem}.section-title{font-size:1.6rem}.title-line{display:none}.partners-grid{gap:1.5rem;justify-content:center}.partner-logo-img{max-width:110px;max-height:45px}.pub-screen{padding-bottom:6rem;background-color:#f8fafc}.pub-hero{padding:6rem 0 4rem;background-image:linear-gradient(#0c1c1cb3,#0c1c1c80),url(/assets/lab-cKtaHjr0.png);background-size:cover;background-position:center;position:relative;text-align:left}.pub-hero-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:3rem}.filter-bar{display:flex;align-items:flex-end;gap:3rem;flex-wrap:wrap;margin-top:2rem}.filter-group{display:flex;flex-direction:column;gap:.8rem}.filter-group label{font-size:.8rem;font-weight:600;color:#a8b2b2}.custom-select{position:relative;width:280px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-selected{width:100%;padding:.8rem 1.2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.custom-select.open .select-selected{border-color:#82c4bc;background:#ffffff1a}.select-items{position:absolute;background-color:#fff;top:calc(100% + 5px);left:0;right:0;z-index:999;border-radius:8px;overflow:hidden;box-shadow:0 10px 25px #0003;animation:slideDown .2s ease-out}.select-item{color:#000;padding:10px 16px;cursor:pointer;font-size:.95rem;transition:all .2s ease}.select-item:hover{background-color:#235454;color:#fff}.select-item.active{background-color:#f1f5f9;font-weight:600}.select-item.active:hover{background-color:#235454;color:#fff}.select-overlay{position:fixed;inset:0;z-index:998}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-select .chevron-down{transition:transform .3s ease;width:12px;height:12px}.custom-select.open .chevron-down{transform:rotate(180deg)}.btn-filter{padding:.8rem 2.5rem;background:#235454;border:none;border-radius:8px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-filter:hover{background:#2d6b6b;transform:translateY(-2px)}.pub-content{padding:5rem 0}.pub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.pub-card{background-color:#fff;border-radius:12px;padding:2.5rem;display:flex;flex-direction:column;box-shadow:0 4px 30px #0000000d;border:1px solid #f1f5f9;transition:all .3s ease}.pub-card:hover{transform:translateY(-8px);box-shadow:0 15px 45px #0000001a}.pub-tag{display:inline-block;padding:.4rem 1rem;background-color:#235454;color:#fff;border-radius:6px;font-size:.75rem;font-weight:600;margin-bottom:1.5rem;width:-moz-fit-content;width:fit-content}.pub-card-title{font-size:1.6rem;font-weight:700;color:#334e4e;line-height:1.3;margin-bottom:1.2rem}.pub-authors{font-size:1rem;color:#64748b;margin-bottom:.5rem}.pub-source{font-size:.95rem;color:#94a3b8;font-style:italic;margin-bottom:2rem}.pub-card-footer{margin-top:auto;display:flex;justify-content:flex-end}.btn-view{display:flex;align-items:center;gap:.6rem;padding:.7rem 1.8rem;background-color:#235454;color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-view:hover{background-color:#2d6b6b}.search-icon{width:18px;height:18px}@media(max-width:1024px){.pub-grid{grid-template-columns:1fr}}@media(max-width:640px){.pub-hero-title{font-size:2.5rem}.custom-select,.btn-filter{width:100%}}.contact-screen{padding-bottom:6rem;background-color:#f8fafc}.contact-hero{padding:8rem 0 4rem;background-image:linear-gradient(#0c1c1cbf,#0c1c1c80),url(/assets/lab-cKtaHjr0.png);background-size:cover;background-position:center;position:relative;text-align:center}.contact-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;color:#a8b2b2;max-width:600px;margin:0 auto}.contact-content{padding:5rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.info-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 30px #0000000d;display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{width:48px;height:48px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#235454;flex-shrink:0}.info-icon svg{width:24px;height:24px}.info-label{font-size:.8rem;font-weight:700;text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;margin-bottom:.3rem}.info-text{font-size:1.1rem;color:#334e4e;font-weight:500;margin:0}.social-box{margin-top:2rem;padding:0 2.5rem}.social-title{font-size:1.1rem;color:#334e4e;margin-bottom:1.2rem;font-weight:700}.social-links{display:flex;gap:1.5rem}.social-link{color:#475569;font-weight:600;text-decoration:none;transition:color .3s}.social-link:hover{color:#235454}.contact-form-container{background:#fff;padding:3.5rem;border-radius:12px;box-shadow:0 4px 30px #0000000d}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#334e4e}.form-group input,.form-group textarea{padding:.9rem 1.2rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;font-size:1rem;transition:all .3s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#82c4bc;background:#fff;box-shadow:0 0 0 3px #82c4bc1a}.btn-send{background:#235454;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1rem;transition:all .3s ease}.btn-send:hover{background:#2d6b6b;transform:translateY(-2px);box-shadow:0 8px 20px #23545433}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr!important;gap:3rem}}@media(max-width:640px){.contact-title{font-size:2.5rem}.form-row{grid-template-columns:1fr}.contact-form-container{padding:2rem}}
