/* Farm Flow v0.9.43 - Rosenkohl propagation repair */
.ff943-panel{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:18px;padding:22px 24px;border:1px solid #bfd9e7;background:linear-gradient(135deg,#f4fbff,#fffaf0)}
.ff943-panel.needs-repair{border-color:#dfc688;background:linear-gradient(135deg,#fff9e9,#f6fbff)}
.ff943-panel.is-complete{border-color:#addac3;background:linear-gradient(135deg,#f1fbf5,#f6fbff)}
.ff943-panel-copy{display:flex;align-items:flex-start;gap:16px;min-width:0}.ff943-panel-copy h3{margin:2px 0 5px;color:#0f4562}.ff943-panel-copy p:last-child{margin:0;color:#526f7f}
.ff943-panel-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:#e3f3e9;font-size:23px;color:#13734b}
.ff943-preview{display:grid;gap:16px}.ff943-preview-head{display:flex;gap:14px;align-items:flex-start;padding:16px;border-radius:16px;background:#f3f9fc;border:1px solid #c7dde8}.ff943-preview-head>span{font-size:28px}.ff943-preview-head h3{margin:2px 0 6px;color:#103f5a}.ff943-preview-head p:last-child{margin:0;color:#526f7f}
.ff943-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ff943-fact{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1.2fr);grid-template-areas:"label label label" "before arrow after";gap:5px 9px;align-items:center;padding:13px;border:1px solid #d3e2e9;border-radius:14px;background:#fff}.ff943-fact small{grid-area:label;color:#587686;font-weight:800}.ff943-fact span{grid-area:before;color:#8a5c39;overflow-wrap:anywhere}.ff943-fact b{grid-area:arrow;color:#88a4b2}.ff943-fact strong{grid-area:after;color:#126844;overflow-wrap:anywhere}
.ff943-preserved{padding:14px 16px;border-radius:14px;background:#eef9f2;border:1px solid #b9dfc8;color:#245f43}.ff943-preserved p{margin:5px 0 0}.ff943-preserved code,.ff943-blocked code{overflow-wrap:anywhere}
.ff943-blocked{padding:14px 16px;border-radius:14px;background:#fff0ed;border:1px solid #efb6aa;color:#8b3025}.ff943-blocked p{margin:5px 0 0}
.ff943-confirm{display:flex;align-items:flex-start;gap:11px;margin-top:18px;padding:15px;border-radius:14px;background:#fff9e8;border:1px solid #e5cf98;font-weight:750;color:#57482c}.ff943-confirm input{width:20px;height:20px;margin-top:1px;accent-color:#075b84}.ff943-actions .btn{min-height:48px}
@media (max-width:760px){.ff943-panel{align-items:stretch;flex-direction:column;padding:18px}.ff943-panel .btn{width:100%;min-height:50px}.ff943-facts{grid-template-columns:1fr}.ff943-preview-head{padding:14px}.ff943-actions{display:grid;grid-template-columns:1fr}.ff943-actions .btn{width:100%}}
