.ecc { max-width: 640px; }
.ecc-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.ecc-tab {
  padding: 8px 12px; font-size: 13px; font-weight: 700; border: 1px solid #d9e0d4; border-radius: 6px;
  background: #fff; cursor: pointer; color: #27331f;
}
.ecc-tab-active { background: #19616a; border-color: #19616a; color: #fff; }
.ecc-panel { display: flex; flex-direction: column; gap: 12px; }
.ecc-panel label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; font-weight: 700; color: #27331f; }
.ecc-panel input, .ecc-panel select { padding: 9px 11px; font-size: 14.5px; border: 1px solid #d9e0d4; border-radius: 6px; }
.ecc-panel input:focus, .ecc-panel select:focus { outline: 2px solid #19616a; outline-offset: 1px; }
.ecc-row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ecc-check-row { display: flex; flex-wrap: wrap; gap: 14px; }
.ecc-check {
  flex-direction: row !important; align-items: center; gap: 6px !important; font-weight: 700;
}
.ecc-check input[type="checkbox"] { width: auto; padding: 0; }
.ecc-check-inline { justify-content: flex-end; }
.ecc-out { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.ecc-cmd {
  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;
}
.ecc-cmd code { font-family: ui-monospace, monospace; font-size: 13.5px; color: #19616a; font-weight: 700; }
.ecc-cmd span { font-size: 12.5px; color: #5b6b56; }
.ecc-hint { font-size: 12.5px; color: #5b6b56; margin: 4px 0 0; }
.ecc-note { margin-top: 16px; font-size: 13px; color: #5b6b56; }

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