
:root{
  --cfca-v62-text:#14532d;
  --cfca-v62-muted:#335c3f;
  --cfca-v62-soft:#eef8f0;
  --cfca-v62-border:#cfe7d3;
  --cfca-v62-accent:#2e7d32;
}

.cfca-bridge-note{padding:10px 12px;border:1px dashed #7aa27a;border-radius:10px;background:#f5fbf5;color:#264026;}
.cfca-editor-enhanced{margin-top:8px;color:var(--cfca-v62-text);}
.cfca-editor-enhanced .cfca-table tr.is-selected{outline:2px solid rgba(46,125,50,.18);background:#f7fbf7;}
.cfca-editor-enhanced .cfca-editor-tab.is-done{border-color:#9fd3a6;}
.cfca-editor-enhanced .cfca-editor-tab.is-done::after{content:"✓";margin-left:8px;}
.cfca-editor-enhanced .cfca-field input,
.cfca-editor-enhanced .cfca-field select,
.cfca-editor-enhanced .cfca-field textarea{background:#fff;color:var(--cfca-v62-text);}
.cfca-editor-enhanced .cfca-form-panel{overflow:clip;}
.cfca-editor-enhanced .cfca-editor-header{box-shadow:0 12px 28px rgba(15,23,42,.10);}
.cfca-editor-enhanced .cfca-editor-tabs{gap:8px;padding:12px 16px;background:#f5faf6;}
.cfca-editor-enhanced .cfca-editor-tab{padding:9px 16px;min-height:40px;font-size:.92rem;}
.cfca-editor-enhanced .cfca-form-panel{padding:20px;border-color:var(--cfca-v62-border);}
.cfca-editor-enhanced .cfca-field label{color:var(--cfca-v62-text);margin-bottom:6px;}
.cfca-editor-enhanced .cfca-field input,
.cfca-editor-enhanced .cfca-field select,
.cfca-editor-enhanced .cfca-field textarea,
.cfca-editor-enhanced .cfca-input,
.cfca-editor-enhanced .cfca-select,
.cfca-editor-enhanced .cfca-search-input{min-height:40px;padding:8px 12px;border-radius:10px;border-color:var(--cfca-v62-border);}
.cfca-editor-enhanced .cfca-search-input{padding-left:42px;}
.cfca-editor-enhanced .cfca-btn-primary,
.cfca-editor-enhanced .cfca-btn-secondary,
.cfca-editor-enhanced .cfca-save-btn,
.cfca-editor-enhanced .cfca-cancel-btn{min-height:40px;padding:9px 16px;border-radius:10px;}
.cfca-editor-enhanced .cfca-table-container{overflow:auto;resize:vertical;min-height:240px;}
.cfca-editor-enhanced .cfca-table thead,
.cfca-editor-enhanced .cfca-table th{background:#e7f4ea !important;color:var(--cfca-v62-text) !important;text-shadow:none !important;}
.cfca-editor-enhanced .cfca-table th{font-weight:700;white-space:nowrap;}
.cfca-editor-enhanced .cfca-table td{color:#1f2937;vertical-align:middle;}
.cfca-editor-enhanced .cfca-search-wrapper{margin-top:14px;margin-bottom:14px;}
.cfca-editor-enhanced .cfca-editor-meta{margin:14px 0;}
.cfca-editor-enhanced .cfca-editor-stat{background:#fff;border:1px solid var(--cfca-v62-border);border-radius:14px;}

@media (max-width: 900px){
  .cfca-editor-enhanced .cfca-form-panel{padding:16px;}
  .cfca-editor-enhanced .cfca-editor-tab{padding:8px 12px;font-size:.88rem;}
}
