
/* Aperture Research Works V165: top action strip and overlap repair */
.v165-top-action-strip{
  background:#fff;
  border-top:1px solid #e4e9ee;
  border-bottom:1px solid #dfe5ea;
  position:relative;
  z-index:20;
}
.v165-top-action-inner{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding-top:.7rem;
  padding-bottom:.7rem;
}
.v165-proof-note{
  margin:0;
  color:#33414d;
  font-size:.92rem;
  line-height:1.35;
  max-width:650px;
}
.v165-proof-note strong{color:#17222d}
.v165-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap;flex:0 0 auto}
.v165-top-actions a{margin:0!important;position:static!important;inset:auto!important;transform:none!important;z-index:auto!important}
.v165-top-brief{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:.7rem 1rem;
  border-radius:10px;
  background:#b5202a;
  color:#fff!important;
  text-decoration:none;
  font-weight:800;
  box-shadow:none!important;
}
.v165-top-brief:hover,.v165-top-brief:focus{background:#941923;color:#fff!important}
.v165-top-work{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:.7rem 1rem;
  border:1px solid #aeb9c2;
  border-radius:10px;
  background:#fff;
  color:#17222d!important;
  text-decoration:none;
  font-weight:800;
  box-shadow:none!important;
}
.v165-top-work:hover,.v165-top-work:focus{background:#f5f7f9;color:#17222d!important}
.homepage-product-led .synopsis-entry{display:none!important}
.work-sticky.v116-work-sticky{display:none!important}
@media(max-width:850px){
 .v165-top-action-inner{align-items:flex-start;flex-direction:column;padding-top:.75rem;padding-bottom:.8rem}
 .v165-proof-note{max-width:none}
 .v165-top-actions{width:100%;justify-content:flex-start}
 .v165-top-actions a{flex:1 1 220px;text-align:center}
}
@media(max-width:520px){
 .v165-top-actions{display:grid;grid-template-columns:1fr;width:100%}
 .v165-top-actions a{width:100%;box-sizing:border-box}
}


/* V165 commercial-learning sync: public tools vs problem-specific conversation entry */
.v165-tool-boundary{
  margin:1.15rem 0 1.35rem;
  padding:1rem 1.1rem;
  border:1px solid #d8e0e6;
  border-left:4px solid #b5202a;
  border-radius:12px;
  background:#fff;
  color:#24313b;
  line-height:1.55;
}
.v165-tool-boundary strong{color:#17222d}
.v165-proposition-path{
  margin:1.15rem 0;
  padding:1rem 1.1rem;
  border:1px solid #d9e2ea;
  border-radius:14px;
  background:#f8fbfd;
  color:#24313b;
}
.v165-proposition-path p{margin:.35rem 0}
.v165-proposition-path .button-row{margin-top:.85rem}
