/* Version 36.1 — Technische Stabilisierung, weichere Auswahl und sichtbare Fehlerzustände */
.feld12-business-app.is-feld12-flow-busy [data-next],
.feld12-business-app.is-feld12-flow-busy [data-back],
.feld12-button.is-processing{
  cursor:wait!important;
}
.feld12-button.is-processing,
.feld12-business-app.is-feld12-flow-busy [data-next].is-processing,
.feld12-business-app.is-feld12-flow-busy [data-back].is-processing{
  opacity:.74!important;
  transform:translateY(0)!important;
}
.feld12-option{
  transition:
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease,
    transform .18s ease,
    opacity .18s ease!important;
  will-change:transform, box-shadow;
  touch-action:manipulation;
}
.feld12-option:not(:disabled):active,
.feld12-option.is-selecting{
  transform:translateY(1px) scale(.992)!important;
}
.feld12-option.active,
.feld12-option.is-selecting{
  box-shadow:0 18px 46px rgba(0,0,0,.28), 0 0 0 1px rgba(240,212,145,.22) inset!important;
}
.feld12-option b{
  transition:transform .2s ease, opacity .2s ease, background .2s ease!important;
}
.feld12-option.active b,
.feld12-option.is-selecting b{
  transform:scale(1.04)!important;
}
.feld12-business-app.is-feld12-rendering .feld12-shell,
.feld12-business-app.is-feld12-flow-busy .feld12-shell{
  transition:opacity .18s ease, transform .18s ease;
}
.feld12-runtime-error{
  border:1px solid rgba(216,138,115,.35)!important;
  background:linear-gradient(145deg,rgba(216,138,115,.10),rgba(0,0,0,.18))!important;
}
.feld12-runtime-error-detail{
  max-width:760px!important;
  color:#f0d491!important;
  font-size:13px!important;
  word-break:break-word!important;
}
[data-pdf-report-status]{
  display:block;
  margin-top:10px;
  min-height:0;
  transition:opacity .2s ease, transform .2s ease;
}
[data-pdf-report-status].is-error{
  color:#ffd0c5!important;
  border:1px solid rgba(216,138,115,.34)!important;
  background:rgba(216,138,115,.10)!important;
  border-radius:16px!important;
  padding:10px 12px!important;
}
[data-pdf-report-status].is-success{
  color:#fff4d8!important;
  border:1px solid rgba(240,212,145,.30)!important;
  background:rgba(214,177,106,.10)!important;
  border-radius:16px!important;
  padding:10px 12px!important;
}
@media (max-width:900px), (hover:none) and (pointer:coarse){
  .feld12-business-app.has-mobile-interview-actionbar .feld12-interview-question-screen.is-interview-view{
    min-height:100svh!important;
    padding-bottom:calc(142px + env(safe-area-inset-bottom,0px))!important;
  }
  .feld12-business-app.has-mobile-interview-actionbar .feld12-interview-question-screen.is-interview-view > .feld12-focus-actions,
  .feld12-business-app.has-mobile-interview-actionbar .feld12-interview-question-screen.is-interview-view > .feld12-actions{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100vw!important;
    max-width:100vw!important;
    width:100dvw!important;
    max-width:100dvw!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:10px!important;
    align-items:stretch!important;
    padding:12px 12px calc(14px + env(safe-area-inset-bottom,0px))!important;
    z-index:2147483640!important;
  }
  .feld12-business-app.has-mobile-interview-actionbar .feld12-interview-question-screen.is-interview-view > .feld12-focus-actions .feld12-button,
  .feld12-business-app.has-mobile-interview-actionbar .feld12-interview-question-screen.is-interview-view > .feld12-actions .feld12-button{
    width:100%!important;
    min-width:0!important;
    min-height:58px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .feld12-business-app.has-mobile-interview-actionbar .feld12-interview-question-screen.is-interview-view .feld12-option{
    -webkit-tap-highlight-color:transparent!important;
  }
}
