/* opname.css — stap 1 van de werkstraat (bouwspec Verkoopstraat v7 §8, V2).
   Links wat er binnenkwam, rechts wat de binnendienst ermee doet. De
   stappenbalk bovenaan zegt waar je bent en waar je heen kunt; verder
   blijft het scherm een leesscherm. Alleen tokens. */
.opn-wortel { max-width: 1240px; margin: 0 auto; width: 100%; padding: 26px 32px 72px;
  display: flex; flex-direction: column; gap: 14px; }

.opn-kop { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.opn-kop h1 { font-size: 24px; font-weight: 800; letter-spacing: -.02em; margin: 2px 0 0; }
.opn-sub { margin: 5px 0 0; font-size: .76rem; color: var(--c-ink-2); line-height: 1.6; }
.opn-kopakties { display: flex; gap: 6px; flex-wrap: wrap; }

/* de stappenbalk — één rij per spoor */
.opn-balk { display: flex; align-items: stretch; gap: 6px; flex-wrap: wrap;
  background: var(--c-paneel); border: var(--lijndikte) solid var(--c-lijn);
  border-radius: var(--radius); padding: 7px 9px; }
.opn-spoorlabel { align-self: center; font-size: .6rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .06em; color: var(--c-ink-3); padding: 0 6px; }
.opn-stap { display: flex; align-items: baseline; gap: 7px; flex: 1; min-width: 150px; text-align: left;
  background: transparent; border: var(--lijndikte) solid transparent; border-radius: var(--radius);
  padding: 7px 11px; font-family: inherit; font-size: .78rem; color: var(--c-ink-2);
  transition: background 160ms ease, border-color 160ms ease; }
button.opn-stap { cursor: pointer; }
button.opn-stap:hover { background: #fff; border-color: var(--c-groen); color: var(--c-ink); }
.opn-stap b { font-family: var(--mono, ui-monospace), monospace; font-size: .66rem; font-weight: 800;
  color: var(--c-ink-3); }
.opn-stap em { font-style: normal; font-size: .66rem; color: var(--c-ink-3); }
.opn-stap.is-nu { background: #fff; border-color: var(--c-groen); color: var(--c-ink); font-weight: 700; }
.opn-stap.is-nu b { color: var(--c-groen-d); }
.opn-stap.is-uit { opacity: .55; }
.opn-nr { align-self: center; font-size: .64rem; color: var(--c-ink-3); padding: 0 6px; }

.opn-meld { background: var(--c-amber-t); border: var(--lijndikte) solid var(--c-amber);
  border-radius: var(--radius); padding: 11px 14px; font-size: .78rem; line-height: 1.6; color: var(--c-ink-2); }
.opn-meld b { color: var(--c-ink); }

.opn-twee { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 16px; align-items: start; }
@media (max-width: 1020px) { .opn-twee { grid-template-columns: minmax(0, 1fr); } }
.opn-kol { display: flex; flex-direction: column; gap: 12px; min-width: 0; }

.opn-kaart { background: #fff; border: var(--lijndikte) solid var(--c-lijn); border-radius: var(--radius);
  padding: 13px 15px; box-shadow: var(--schaduw-tegel); }
.opn-kaart.is-nadruk { border-color: var(--c-ink); }
.opn-kaart h3 { margin: 0 0 9px; font-size: .82rem; font-weight: 800; letter-spacing: -.01em; }

.opn-veld { display: flex; justify-content: space-between; gap: 12px; align-items: baseline;
  padding: 5px 0; border-top: var(--lijndikte) solid var(--c-lijn); font-size: .78rem; }
.opn-veld:first-of-type { border-top: 0; }
.opn-veld span { color: var(--c-ink-3); font-size: .7rem; }
.opn-veld b { text-align: right; font-weight: 700; }

.opn-notitie { margin-top: 10px; border-top: var(--lijndikte) solid var(--c-lijn); padding-top: 9px; }
.opn-notitie p { margin: 5px 0 0; font-size: .8rem; line-height: 1.65; color: var(--c-ink-2); }

.opn-bijlagen { display: flex; flex-direction: column; gap: 6px; }
.opn-bijlage { display: flex; align-items: center; gap: 9px; text-decoration: none;
  border: var(--lijndikte) solid var(--c-lijn); border-radius: var(--radius); padding: 8px 11px;
  color: var(--c-ink); transition: border-color 160ms ease; }
.opn-bijlage:hover { border-color: var(--c-groen); }
.opn-bijlage b { font-size: .76rem; font-weight: 700; display: block; }
.opn-bijlage em { font-style: normal; font-size: .66rem; color: var(--c-ink-3); }
.opn-bijicoon { color: var(--c-ink-3); font-size: .9rem; }

/* het akkoord aan tafel */
.opn-keuze { display: block; width: 100%; text-align: left; background: #fff; cursor: pointer;
  border: var(--lijndikte) solid var(--c-lijn); border-radius: var(--radius);
  padding: 8px 11px; margin-bottom: 5px; font-family: inherit;
  transition: border-color 160ms ease, background 160ms ease; }
.opn-keuze:hover { border-color: var(--c-groen); }
.opn-keuze.is-nu { border-color: var(--c-groen); background: var(--c-groen-t); }
.opn-keuze b { font-size: .78rem; font-weight: 700; }
.opn-keuze em { font-style: normal; font-size: .7rem; color: var(--c-ink-3); display: block; }
.opn-vb { margin-top: 8px; }

.opn-check { display: flex; gap: 9px; padding: 7px 0; border-top: var(--lijndikte) solid var(--c-lijn); font-size: .76rem; }
.opn-check:first-of-type { border-top: 0; }
.opn-check b { font-weight: 700; }
.opn-check em { font-style: normal; display: block; font-size: .68rem; color: var(--c-ink-3); line-height: 1.5; }
.opn-vink { font-weight: 800; }
.opn-vink.is-goed { color: var(--c-groen-d); }
.opn-vink.is-let  { color: var(--c-amber); }
.opn-vink.is-stop { color: var(--c-rood); }

.opn-let { font-size: .72rem; color: var(--c-ink-3); font-style: italic; line-height: 1.6; margin: 9px 0 0; }
.opn-goed { font-size: .74rem; color: var(--c-groen-d); line-height: 1.6; margin: 9px 0 0; }

.opn-door { width: 100%; justify-content: center; margin-bottom: 6px; }
.opn-door em { font-style: normal; font-size: .66rem; opacity: .8; margin-left: 6px; }

.opn-tl { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 9px; font-size: .72rem;
  padding: 6px 0; border-top: var(--lijndikte) solid var(--c-lijn); }
.opn-tl:first-of-type { border-top: 0; }
.opn-tl span:first-child { color: var(--c-ink-3); font-size: .64rem; }
.opn-tl em { font-style: normal; display: block; font-size: .66rem; color: var(--c-ink-3); line-height: 1.5; }
