/* FELD12 v37.41 – Fortschrittszyklus nach 7 Tagen
   Heller, ruhiger Beobachtungs- und Einordnungsraum nach Ergebnis und Arbeitsmodus. */
.feld12-progress-cycle-v3741{
  margin:clamp(28px,5vw,56px) auto;
  max-width:980px;
  background:linear-gradient(180deg,#fffdf8 0%,#f9f3e8 100%);
  border:1px solid rgba(167,132,74,.22);
  border-radius:28px;
  box-shadow:0 18px 52px rgba(61,48,31,.10);
  padding:clamp(22px,4vw,38px);
  color:#241d15;
}
.feld12-progress-intro-v3741{display:grid;gap:14px;}
.feld12-progress-intro-v3741 h3{margin:0;color:#211a13;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.12;}
.feld12-progress-intro-v3741 p{margin:0;color:#514739;line-height:1.68;font-size:1rem;max-width:780px;}
.feld12-progress-direction-v3741{
  background:#fffaf1;
  border:1px solid rgba(167,132,74,.24);
  border-radius:20px;
  padding:16px 18px;
  display:grid;
  gap:7px;
}
.feld12-progress-direction-v3741 span{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#7d673f;font-weight:700;}
.feld12-progress-direction-v3741 strong{font-size:1.03rem;color:#211a13;line-height:1.45;}
.feld12-progress-body-v3741{display:grid;gap:18px;margin-top:22px;}
.feld12-progress-step-v3741{
  background:#fffefa;
  border:1px solid rgba(80,65,44,.12);
  border-radius:24px;
  padding:clamp(18px,3vw,26px);
  display:grid;
  gap:12px;
}
.feld12-progress-step-v3741 > span{
  color:#8a6b32;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.feld12-progress-step-v3741 h4{margin:0;color:#211a13;font-size:clamp(1.15rem,2.2vw,1.42rem);line-height:1.25;}
.feld12-progress-step-v3741 p{margin:0;color:#514739;line-height:1.66;}
.feld12-progress-step-v3741 label{display:grid;gap:8px;color:#34291d;font-weight:700;}
.feld12-progress-step-v3741 textarea,.feld12-progress-step-v3741 select{
  width:100%;
  box-sizing:border-box;
  border:1px solid rgba(84,67,43,.22);
  border-radius:18px;
  background:#fff;
  color:#241d15;
  padding:14px 15px;
  min-height:52px;
  font:inherit;
  line-height:1.55;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.feld12-progress-step-v3741 textarea{min-height:128px;resize:vertical;}
.feld12-progress-step-v3741 textarea:focus,.feld12-progress-step-v3741 select:focus{
  outline:3px solid rgba(184,143,63,.22);
  border-color:#9d7938;
}
.feld12-progress-observation-prompts-v3741,.feld12-progress-signals-v3741,.feld12-progress-levels-v3741{
  display:grid;
  gap:10px;
}
.feld12-progress-observation-prompts-v3741{grid-template-columns:repeat(3,minmax(0,1fr));}
.feld12-progress-observation-prompts-v3741 span,.feld12-progress-signal-v3741,.feld12-progress-level-v3741{
  background:#fbf5ea;
  border:1px solid rgba(126,99,55,.16);
  border-radius:18px;
  padding:12px 14px;
  color:#413529;
  line-height:1.5;
}
.feld12-progress-signal-v3741{display:flex!important;align-items:flex-start;gap:10px;font-weight:600;}
.feld12-progress-signal-v3741 input{margin-top:.25em;min-width:18px;min-height:18px;}
.feld12-progress-levels-v3741{grid-template-columns:repeat(2,minmax(0,1fr));}
.feld12-progress-level-v3741{display:flex!important;gap:12px;align-items:flex-start;cursor:pointer;}
.feld12-progress-level-v3741 input{margin-top:.25em;min-width:18px;min-height:18px;}
.feld12-progress-level-v3741 strong{display:block;color:#241d15;margin-bottom:3px;}
.feld12-progress-level-v3741 span{display:block;color:#5b5042;font-weight:500;}
.feld12-progress-level-v3741.is-active{border-color:#a57d37;background:#fff7e8;box-shadow:0 0 0 2px rgba(165,125,55,.12);}
.feld12-progress-recommendation-v3741{
  background:#f8efe0;
  border:1px solid rgba(160,119,45,.20);
  border-radius:20px;
  padding:16px 18px;
}
.feld12-progress-recommendation-v3741 strong{display:block;margin-bottom:7px;color:#221a12;}
.feld12-progress-actions-v3741{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  background:#fffaf2;
  border:1px solid rgba(126,99,55,.14);
  border-radius:22px;
  padding:16px;
}
.feld12-progress-pdf-option-v3741{display:flex;align-items:center;gap:8px;font-weight:700;color:#34291d;margin-right:auto;}
.feld12-progress-pdf-option-v3741 input{min-width:18px;min-height:18px;}
.feld12-progress-privacy-v3741{margin:0;color:#645848;font-size:.94rem;line-height:1.6;}
@media (max-width: 760px){
  .feld12-progress-cycle-v3741{border-radius:24px;padding:20px;margin:28px 0;}
  .feld12-progress-observation-prompts-v3741,.feld12-progress-levels-v3741{grid-template-columns:1fr;}
  .feld12-progress-actions-v3741{display:grid;grid-template-columns:1fr;}
  .feld12-progress-pdf-option-v3741{margin-right:0;}
  .feld12-progress-actions-v3741 .feld12-button{width:100%;min-height:44px;}
}
