.wfc { max-width: 640px; }
.wfc-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.wfc-tab {
  padding: 8px 12px; font-size: 13px; font-weight: 700; border: 1px solid #d9e0d4; border-radius: 6px;
  background: #fff; cursor: pointer; color: #27331f;
}
.wfc-tab-active { background: #19616a; border-color: #19616a; color: #fff; }
.wfc-panel { display: flex; flex-direction: column; gap: 12px; }
.wfc-panel label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; font-weight: 700; color: #27331f; }
.wfc-panel input, .wfc-panel select { padding: 9px 11px; font-size: 14.5px; border: 1px solid #d9e0d4; border-radius: 6px; }
.wfc-panel input:focus, .wfc-panel select:focus { outline: 2px solid #19616a; outline-offset: 1px; }
.wfc-row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.wfc-throw-block {
  display: flex; flex-direction: column; gap: 10px; padding: 12px; background: #f3f4f8;
  border: 1px solid #d9e0d4; border-radius: 6px;
}
.wfc-throw-title { margin: 0; font-size: 13px; font-weight: 700; color: #19616a; text-transform: uppercase; letter-spacing: 0.02em; }
.wfc-out { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.wfc-row-out {
  display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 10px 12px; background: #f3f4f8; border: 1px solid #d9e0d4; border-radius: 6px;
}
.wfc-row-label { font-size: 12.5px; color: #5b6b56; font-weight: 700; }
.wfc-row-out code { font-family: ui-monospace, monospace; font-size: 13.5px; color: #19616a; font-weight: 700; }
.wfc-error {
  padding: 10px 12px; background: #f3f4f8; border: 1px solid #d9e0d4; border-radius: 6px;
  color: #b3261e; font-size: 13.5px; font-weight: 700;
}
.wfc-hint { font-size: 12.5px; color: #5b6b56; margin: 4px 0 0; }
.wfc-note { margin-top: 16px; font-size: 13px; color: #5b6b56; }

@media (max-width: 480px) {
  .wfc-row3 { grid-template-columns: 1fr; }
}
