/* TAC V1.0.7.12 — NOVALEDGER Direction Decision Interaction Pilot */
body.tac-context-novaledger .v10712-direction-review{
  --v10712-gold:#d4af37;
  --v10712-cyan:#27d7cf;
  --v10712-line:rgba(245,245,245,.14);
  --v10712-line-strong:rgba(245,245,245,.24);
  --v10712-muted:#b9b8b0;
}
body.tac-context-novaledger .v10712-direction-review .direction-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 0 22px;
  padding:0 0 18px;
  overflow:visible;
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab{
  position:relative;
  display:grid;
  gap:8px;
  min-width:0;
  min-height:128px;
  padding:18px 18px 20px;
  border:1px solid var(--v10712-line);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  color:#f5f5f5;
  text-align:left;
  white-space:normal;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab:hover{
  border-color:var(--v10712-line-strong);
  transform:translateY(-1px);
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab[aria-selected="true"]{
  border-color:var(--v10712-cyan)!important;
  background:rgba(39,215,207,.07)!important;
  color:#f5f5f5!important;
  box-shadow:inset 0 -2px var(--v10712-cyan),0 0 0 1px rgba(39,215,207,.12)!important;
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab[data-approved="true"]{
  border-color:rgba(212,175,55,.58);
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab[data-approved="true"]::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:var(--v10712-gold);
  border-radius:10px 0 0 10px;
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab__name{
  font:700 clamp(1rem,1.5vw,1.25rem)/1.1 var(--tac-font-display,sans-serif);
  letter-spacing:-.01em;
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab__status{
  color:#bfc0b8;
  font:700 .67rem/1.35 var(--tac-font-mono,monospace);
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab[data-approved="true"] .v10712-route-tab__status{
  color:#efd66d;
}
body.tac-context-novaledger .v10712-direction-review .v10712-route-tab__summary{
  color:#9f9f99;
  font-size:.84rem;
  line-height:1.45;
}
body.tac-context-novaledger .v10712-direction-review .v10712-state-bar{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  margin-bottom:16px;
  border:1px solid var(--v10712-line);
  background:var(--v10712-line);
}
body.tac-context-novaledger .v10712-direction-review .v10712-state-bar > div{
  min-width:0;
  padding:14px 16px;
  background:#0c0d0d;
}
body.tac-context-novaledger .v10712-direction-review .v10712-state-bar small{
  display:block;
  margin-bottom:7px;
  color:#8e8f89;
  font:700 .64rem/1.2 var(--tac-font-mono,monospace);
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.tac-context-novaledger .v10712-direction-review .v10712-state-bar strong{
  display:block;
  overflow-wrap:anywhere;
  color:#f5f5f5;
  font-size:.92rem;
}
body.tac-context-novaledger .v10712-direction-review .v10712-state-bar .v10712-selected-state strong{
  color:#efd66d;
}
body.tac-context-novaledger .v10712-direction-review .direction-stage{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:18px;
  align-items:stretch;
  padding:0;
  border:0;
  background:transparent;
}
body.tac-context-novaledger .v10712-direction-review .direction-stage > img{
  width:100%;
  height:100%;
  min-height:420px;
  max-height:none;
  object-fit:contain;
  object-position:center;
  border:1px solid var(--v10712-line-strong);
  border-radius:12px;
  background:#071018;
}
body.tac-context-novaledger .v10712-direction-review .direction-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:26px;
  border:1px solid var(--v10712-line-strong);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(20,20,20,.96),rgba(10,10,10,.82));
}
body.tac-context-novaledger .v10712-direction-review .v10712-view-status{
  display:inline-flex;
  align-self:flex-start;
  margin:0 0 18px;
  padding:7px 10px;
  border:1px solid var(--v10712-line-strong);
  color:#d1d1ca;
  font:700 .65rem/1.2 var(--tac-font-mono,monospace);
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.tac-context-novaledger .v10712-direction-review[data-viewed-route="distinctive"] .v10712-view-status{
  border-color:rgba(212,175,55,.62);
  color:#efd66d;
}
body.tac-context-novaledger .v10712-direction-review .direction-copy h3{
  margin:0 0 12px;
  color:#f5f5f5;
  font-size:clamp(1.7rem,2.4vw,2.7rem);
  line-height:1.02;
  letter-spacing:-.025em;
}
body.tac-context-novaledger .v10712-direction-review .direction-copy > p[data-direction-copy]{
  margin:0;
  color:#c5c4bc;
  line-height:1.68;
}
body.tac-context-novaledger .v10712-direction-review .v10712-lock-note{
  margin:22px 0 0;
  padding:14px 0 0;
  border-top:1px solid var(--v10712-line);
  color:#bdbcb5;
  font-size:.9rem;
  line-height:1.55;
}
body.tac-context-novaledger .v10712-direction-review .v10712-lock-note strong{
  color:#efd66d;
}
body.tac-context-novaledger .v10712-direction-review .v10712-decision-grid{
  display:grid;
  gap:0;
  margin:24px 0 0;
  border-top:1px solid var(--v10712-line);
}
body.tac-context-novaledger .v10712-direction-review .v10712-decision-grid article{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:16px;
  padding:16px 0;
  border-bottom:1px solid var(--v10712-line);
}
body.tac-context-novaledger .v10712-direction-review .v10712-decision-grid small{
  color:var(--v10712-cyan);
  font:700 .64rem/1.35 var(--tac-font-mono,monospace);
  letter-spacing:.09em;
  text-transform:uppercase;
}
body.tac-context-novaledger .v10712-direction-review .v10712-decision-grid p{
  margin:0;
  color:#c2c1ba;
  font-size:.9rem;
  line-height:1.58;
}
body.tac-context-novaledger .v10712-direction-review .v10712-compare-selected{
  align-self:flex-start;
  margin-top:22px;
  min-height:44px;
  padding:10px 14px;
  border:1px solid rgba(212,175,55,.58);
  border-radius:999px;
  background:rgba(212,175,55,.08);
  color:#efd66d;
  font-weight:800;
  cursor:pointer;
}
body.tac-context-novaledger .v10712-direction-review .v10712-compare-selected:hover{
  background:rgba(212,175,55,.14);
}
body.tac-context-novaledger .v10712-direction-review .v10712-compare-selected:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}
body.tac-context-novaledger .v10712-direction-review .v10712-compare-selected[hidden]{
  display:none;
}
body.tac-context-novaledger .v10712-direction-review .v10712-method-note{
  margin-top:18px;
  color:#93938d;
  font-size:.82rem;
  line-height:1.55;
}
@media (max-width:980px){
  body.tac-context-novaledger .v10712-direction-review .direction-stage{
    grid-template-columns:1fr;
  }
  body.tac-context-novaledger .v10712-direction-review .direction-stage > img{
    min-height:0;
    height:auto;
  }
}
@media (max-width:720px){
  body.tac-context-novaledger .v10712-direction-review .direction-tabs{
    grid-template-columns:1fr;
    overflow:visible;
  }
  body.tac-context-novaledger .v10712-direction-review .v10712-route-tab{
    min-height:0;
  }
  body.tac-context-novaledger .v10712-direction-review .v10712-state-bar{
    grid-template-columns:1fr;
  }
  body.tac-context-novaledger .v10712-direction-review .direction-copy{
    padding:20px;
  }
  body.tac-context-novaledger .v10712-direction-review .v10712-decision-grid article{
    grid-template-columns:1fr;
    gap:7px;
  }
}
@media (prefers-reduced-motion:reduce){
  body.tac-context-novaledger .v10712-direction-review .v10712-route-tab{
    transition:none;
  }
}
