
/* V72 — Framework Selector Header / Layout Fix */

.v72-tool-header{
  position:sticky;
  top:0;
  z-index:1000;
  width:100%;
  background:#071724;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.v72-tool-header-inner{
  width:min(1240px,calc(100% - 40px));
  min-height:72px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
}

.v72-tool-brand{
  display:inline-flex;
  align-items:center;
  width:max-content;
  text-decoration:none!important;
}

.v72-tool-brand img{
  display:block!important;
  width:150px!important;
  max-width:150px!important;
  height:auto!important;
  max-height:52px!important;
  object-fit:contain!important;
  margin:0!important;
}

.v72-tool-title{
  justify-self:center;
  color:#d9e7ee;
  font-size:.82rem;
  line-height:1;
  font-weight:800;
  letter-spacing:.065em;
  text-transform:uppercase;
  white-space:nowrap;
}

.v72-tool-back{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:#d6e4eb!important;
  background:rgba(255,255,255,.03);
  text-decoration:none!important;
  font-size:.8rem;
  font-weight:750;
  white-space:nowrap;
}

.v72-tool-back:hover{
  background:rgba(255,255,255,.07);
}

/* Ensure tool begins directly under the compact header. */
.v71-page main{
  margin:0!important;
  padding:0!important;
}

.v71-page .v71-hero{
  margin-top:0!important;
}

/* Prevent global site rules from inflating any logo/image inside this tool. */
.v71-page .v72-tool-header img{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  min-width:0!important;
  min-height:0!important;
}

/* Tighten first viewport a little. */
.v71-page .v71-hero{
  padding-top:64px;
  padding-bottom:58px;
}

@media(max-width:700px){
  .v72-tool-header-inner{
    width:min(100% - 24px,1240px);
    min-height:64px;
    grid-template-columns:1fr auto;
  }

  .v72-tool-title{
    display:none;
  }

  .v72-tool-brand img{
    width:122px!important;
    max-width:122px!important;
    max-height:44px!important;
  }

  .v72-tool-back{
    min-height:34px;
    padding:0 11px;
    font-size:.75rem;
  }

  .v71-page .v71-hero{
    padding-top:48px;
    padding-bottom:44px;
  }
}
