/* GIFO — rodapé compacto do ecossistema: investigação, tecnologia, editorial e GIFO */
.site-footer{
  padding:40px 0 0;
  background:#06070A;
  border-top:1px solid rgba(255,255,255,.08);
  color:#F0F4FF;
}
.site-footer .footer-inner{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}
.site-footer .ft-brand{
  min-width:0;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.065);
}
.site-footer .footer-brand-logo{
  font-family:'Space Mono',monospace;
  font-size:.84rem;
  font-weight:700;
  letter-spacing:3px;
  color:#F0F4FF;
}
.site-footer .footer-brand-logo span{color:#00E5CC}
.site-footer .footer-brand-tag{
  margin-top:7px;
  color:rgba(240,244,255,.66);
  font-family:'Space Mono',monospace;
  font-size:.6rem;
  line-height:1.55;
  letter-spacing:1.35px;
  text-transform:uppercase;
}
.site-footer .footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.site-footer .footer-socials .social-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:5px 10px;
  border:1px solid rgba(255,255,255,.13);
  color:rgba(240,244,255,.58);
  font-family:'Space Mono',monospace;
  font-size:.62rem;
  line-height:1;
  text-decoration:none;
}
.site-footer .footer-socials .social-btn:hover,
.site-footer .footer-socials .social-btn:focus-visible{
  border-color:rgba(26,110,255,.75);
  color:#F0F4FF;
}
.site-footer .ft-brand .footer-socials+div{
  margin-top:16px!important;
}
.site-footer .footer-nl{
  margin-top:7px!important;
}
.site-footer .footer-nl input,
.site-footer .footer-nl button{
  min-height:44px!important;
}
.site-footer .footer-nl input{
  font-size:.84rem!important;
}
.site-footer .footer-nl-note{
  margin-top:6px!important;
  color:rgba(240,244,255,.66)!important;
  font-size:.68rem!important;
  line-height:1.5!important;
}
.site-footer .footer-bottom{
  display:grid;
  grid-template-columns:1fr;
  gap:4px;
  margin-top:14px;
  padding:16px 0 calc(20px + env(safe-area-inset-bottom));
  border-top:1px solid rgba(255,255,255,.065);
  color:rgba(240,244,255,.66);
  font-family:'Space Mono',monospace;
  font-size:.62rem;
  line-height:1.6;
}
.site-footer .footer-legal-links,
.site-footer .footer-utility-links{
  display:flex;
  flex-wrap:wrap;
  gap:0 9px;
}
.site-footer .footer-bottom a{
  color:rgba(240,244,255,.66);
  text-decoration:none;
}
.site-footer .footer-bottom a:hover,
.site-footer .footer-bottom a:focus-visible{color:#F0F4FF}
.site-footer .footer-legal-links a+a::before,
.site-footer .footer-utility-links a+a::before{
  content:"·";
  margin-right:9px;
  color:rgba(240,244,255,.66);
}
.footer-cols.footer-cols-ecosystem{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  width:100%;
}
.footer-cols.footer-cols-ecosystem .ft-col{
  min-width:0;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}
.footer-cols.footer-cols-ecosystem .ft-col summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:54px;
  padding:0;
  border-top:1px solid rgba(255,255,255,.075);
  list-style:none;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.footer-cols.footer-cols-ecosystem .ft-col:first-child summary{border-top:0}
.footer-cols.footer-cols-ecosystem .ft-col summary::-webkit-details-marker{display:none}
.footer-cols.footer-cols-ecosystem .ft-col summary::marker{content:""}
.footer-cols.footer-cols-ecosystem .ft-col h5{
  flex:1;
  margin:0;
  padding:0;
  border:0;
  font-family:'Space Mono',monospace;
  font-size:.61rem;
  font-weight:700;
  line-height:1.4;
  letter-spacing:2.25px;
  text-transform:uppercase;
  color:rgba(240,244,255,.66);
}
.footer-cols.footer-cols-ecosystem .ft-col-technology h5{color:rgba(0,229,204,.78)}
.footer-cols.footer-cols-ecosystem .ft-col-editorial h5{color:rgba(181,138,74,.86)}
.footer-cols.footer-cols-ecosystem .ft-accordion-icon{
  position:relative;
  display:block;
  flex:0 0 22px;
  width:22px;
  height:22px;
  opacity:.7;
}
.footer-cols.footer-cols-ecosystem .ft-accordion-icon::before,
.footer-cols.footer-cols-ecosystem .ft-accordion-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:12px;
  height:1px;
  background:rgba(240,244,255,.72);
  transform:translate(-50%,-50%);
  transition:transform .18s ease,opacity .18s ease;
}
.footer-cols.footer-cols-ecosystem .ft-accordion-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.footer-cols.footer-cols-ecosystem details[open] .ft-accordion-icon::after{
  transform:translate(-50%,-50%) rotate(0deg);
  opacity:0;
}
.footer-cols.footer-cols-ecosystem .ft-col ul{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  width:100%;
  margin:0;
  padding:0 0 10px;
  list-style:none;
}
.footer-cols.footer-cols-ecosystem .ft-col li{
  min-width:0;
  margin:0!important;
}
.footer-cols.footer-cols-ecosystem .ft-col a,
.footer-cols.footer-cols-ecosystem .ft-product-pending{
  display:flex!important;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  width:100%;
  min-height:38px;
  padding:4px 0;
  color:rgba(240,244,255,.68)!important;
  font-size:.85rem!important;
  font-weight:400!important;
  line-height:1.42!important;
  text-decoration:none;
  overflow-wrap:normal!important;
  word-break:normal!important;
  transition:color .16s ease,transform .16s ease;
}
.footer-cols.footer-cols-ecosystem .ft-col a:hover,
.footer-cols.footer-cols-ecosystem .ft-col a:focus-visible{color:#F0F4FF!important}
.footer-cols.footer-cols-ecosystem .ft-col a:focus-visible,
.footer-cols.footer-cols-ecosystem .ft-col summary:focus-visible{
  outline:1px solid rgba(26,110,255,.75);
  outline-offset:4px;
}
.footer-cols.footer-cols-ecosystem .ft-col a.ft-highlight{
  color:rgba(240,244,255,.92)!important;
  font-weight:500!important;
}
.footer-cols.footer-cols-ecosystem .ft-col-editorial a,
.footer-cols.footer-cols-ecosystem .ft-col-editorial a.ft-highlight{
  color:rgba(240,244,255,.68)!important;
  font-weight:400!important;
}
.footer-cols.footer-cols-ecosystem .ft-product-pending{
  color:rgba(240,244,255,.62)!important;
  cursor:default;
}
.footer-cols.footer-cols-ecosystem .ft-tag{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-height:21px;
  margin-left:2px!important;
  padding:3px 7px;
  border:1px solid rgba(0,229,204,.32);
  background:rgba(0,229,204,.08);
  color:rgba(0,229,204,.92);
  font-family:'Space Mono',monospace;
  font-size:.5rem!important;
  font-weight:700;
  line-height:1!important;
  letter-spacing:.9px;
  white-space:nowrap!important;
}
.footer-cols.footer-cols-ecosystem .ft-tag-pending{
  border-color:rgba(181,138,74,.3);
  background:rgba(181,138,74,.07);
  color:rgba(202,157,85,.86);
}
@media(max-width:767px){
  html.gifo-public .site-footer{padding-top:28px!important}
  html.gifo-public .site-footer .footer-inner{gap:16px!important}
  html.gifo-public .site-footer .ft-brand{padding-bottom:14px!important}
  html.gifo-public .site-footer .footer-brand-logo{
    width:124px!important;
    height:30px!important;
  }
  html.gifo-public .site-footer .footer-brand-tag{
    max-width:300px;
    margin-top:7px!important;
    font-size:.59rem!important;
  }
  html.gifo-public .site-footer .footer-cols.footer-cols-ecosystem{
    display:block!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  html.gifo-public .site-footer .footer-cols.footer-cols-ecosystem .ft-col{
    width:100%;
    padding:0!important;
    border:0!important;
  }
  html.gifo-public .site-footer .footer-cols.footer-cols-ecosystem .ft-col summary{
    min-height:52px!important;
  }
  html.gifo-public .site-footer .footer-cols.footer-cols-ecosystem .ft-col ul{
    padding-bottom:9px!important;
  }
  html.gifo-public .site-footer .footer-cols.footer-cols-ecosystem .ft-col a,
  html.gifo-public .site-footer .footer-cols.footer-cols-ecosystem .ft-product-pending{
    min-height:37px!important;
    padding:4px 0!important;
    font-size:.85rem!important;
  }
  html.gifo-public .site-footer .footer-cols.footer-cols-ecosystem details:not([open])>ul{
    display:none!important;
  }
}
@media(min-width:768px){
  .site-footer .footer-inner{
    grid-template-columns:minmax(190px,.72fr) minmax(0,2.28fr);
    align-items:start;
    gap:42px;
  }
  .site-footer .ft-brand{
    padding:0;
    border-bottom:0;
  }
  .site-footer .footer-bottom{
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:18px;
    margin-top:28px;
  }
  .site-footer .footer-legal-links{justify-content:center}
  .site-footer .footer-utility-links{justify-content:flex-end}
  .footer-cols.footer-cols-ecosystem{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:32px;
  }
  .footer-cols.footer-cols-ecosystem .ft-col summary{
    min-height:auto;
    margin:0 0 12px;
    padding:0 0 9px;
    border-top:0;
    border-bottom:1px solid rgba(255,255,255,.065);
    cursor:default;
    pointer-events:none;
  }
  .footer-cols.footer-cols-ecosystem .ft-accordion-icon{display:none}
  .footer-cols.footer-cols-ecosystem .ft-col ul,
  .footer-cols.footer-cols-ecosystem details:not([open])>ul{
    display:grid!important;
    padding:0!important;
  }
  .footer-cols.footer-cols-ecosystem .ft-col a,
  .footer-cols.footer-cols-ecosystem .ft-product-pending{
    min-height:34px;
    padding:3px 0;
    font-size:.82rem!important;
  }
}
@media(min-width:1080px){
  .site-footer .footer-inner{
    grid-template-columns:minmax(210px,.68fr) minmax(0,3.32fr);
    gap:54px;
  }
  .footer-cols.footer-cols-ecosystem{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:30px;
  }
}
@media(max-width:380px){
  .footer-cols.footer-cols-ecosystem .ft-col a,
  .footer-cols.footer-cols-ecosystem .ft-product-pending{
    font-size:.82rem!important;
  }
  .footer-cols.footer-cols-ecosystem .ft-tag{
    padding:3px 6px;
    font-size:.47rem!important;
    letter-spacing:.7px;
  }
}

/* GIFO compact footer end v1 */
html.gifo-public body{padding-bottom:0!important}
html.gifo-public .site-footer{margin-bottom:0!important;padding-bottom:0!important}
html.gifo-public .site-footer .footer-bottom{padding-bottom:max(12px,env(safe-area-inset-bottom))!important}
@media(max-width:767px){
  html.gifo-public .site-footer{padding-top:24px!important}
  html.gifo-public .site-footer .footer-bottom{margin-bottom:0!important;padding-bottom:calc(8px + env(safe-area-inset-bottom))!important}
}
