/* Focused technology presentation: depth first, broad knowledge grouped by context. */
.stack.stack-focused{grid-template-columns:1.05fr 1.25fr .9fr;align-items:stretch}
.stack-focused>div{min-width:0}
.stack-focused .stack-card-primary{background:linear-gradient(145deg,rgba(114,246,207,.07),rgba(8,18,31,.35))}
.stack-focused .stack-card-familiarity{background:rgba(255,255,255,.012)}
.stack-focused .stack-cluster{margin-top:18px}
.stack-focused .stack-cluster:first-of-type{margin-top:14px}
.stack-focused .stack-cluster h4{margin:0;color:#b9cbe0;font:.68rem var(--mono);letter-spacing:.08em;text-transform:uppercase}
.stack-focused .stack-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.stack-focused .stack-list span{display:inline-flex;align-items:center;min-height:29px;padding:5px 9px;border:1px solid var(--line);border-radius:8px;background:rgba(124,151,181,.07);color:#aebfd2;font:.63rem/1.35 var(--mono)}
.stack-focused .stack-card-primary .stack-list span{border-color:rgba(114,246,207,.2);background:rgba(114,246,207,.045);color:#c9f9ea}
.stack-focused .stack-note{margin:18px 0 0;padding-top:14px;border-top:1px solid var(--line);border-bottom:0;color:var(--muted);font-size:.72rem;line-height:1.55}
.focused-skill-groups{grid-template-columns:1fr}
.focused-skill-groups .skill-group:first-child{border-color:rgba(114,246,207,.25);background:rgba(114,246,207,.035)}
.focused-skill-groups .skill-context{margin:10px 0 0;color:var(--muted);font-size:.72rem;line-height:1.55}
.focused-skill-groups .skill-tags{align-items:flex-start}
@media(max-width:1100px){
  .stack.stack-focused{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stack-focused .stack-card-familiarity{grid-column:1/-1}
}
@media(max-width:760px){
  .stack.stack-focused{grid-template-columns:1fr}
  .stack.stack-focused>div{border-right:0;border-bottom:1px solid var(--line)}
  .stack.stack-focused>div:last-child{border-bottom:0}
  .stack-focused .stack-card-familiarity{grid-column:auto}
  .stack-focused .stack-list span{font-size:.61rem}
}
