/* v0.7.0 Home wormhole: five fixed shortcuts; outer Navigator geometry remains locked. */
.wormhole-section{
  min-width:0;
  padding:18px 0 0 24px;
  border-left:var(--line-width,2px) solid var(--line);
}
.wormhole-section .section-title h2{
  margin-bottom:12px;
  font-size:25px;
}
.wormhole-list{
  display:grid;
}
.wormhole-link{
  display:grid;
  grid-template-columns:28px minmax(0,1fr) auto 16px;
  align-items:center;
  gap:9px;
  min-height:38px;
  padding:7px 2px 7px 0;
  border-bottom:var(--hair-width,1.5px) solid var(--hair);
  color:var(--ink);
  text-decoration:none;
}
.wormhole-link:last-child{border-bottom:0}
.wormhole-index{
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.05em;
}
.wormhole-link strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:15px;
  line-height:1.35;
}
.wormhole-link small{
  color:var(--muted);
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
}
.wormhole-arrow{
  color:var(--blue);
  font-size:13px;
  text-align:right;
}
.wormhole-link:hover strong,
.wormhole-link:focus-visible strong{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:4px;
}
.wormhole-link:focus-visible{outline:none}
@media(max-width:720px){
  .wormhole-section{
    padding:18px 0 0;
    border-left:0;
    border-top:var(--line-width,2px) solid var(--line);
  }
}
