.card-soft{ border:1px solid rgba(0,0,0,.08); border-radius:14px; }
.small-muted{ font-size:.9rem; color:#6c757d; }

.author-editor{
  border:1px solid rgba(0,0,0,.15);
  border-radius:12px;
  padding:12px;
  min-height:140px;
  background:#fff;
  line-height:1.8;
  font-size:1.05rem;
  white-space:pre-wrap;
}

.author-editor:focus{
  outline:2px solid rgba(13,110,253,.25);
  border-color:rgba(13,110,253,.5);
}

code{ background:#f6f7f9; padding:0 .2em; border-radius:4px; }

.badge-tag{
  display:inline-block;
  padding:.15rem .45rem;
  border-radius:999px;
  background:#f1f3f5;
  font-size:.85rem;
}

/* AIDE VISUELLE — sélection type de faute */

select.fault-unset {
  background-color: #fdeaea;   /* rose doux */
  border-color: #f5b7b7;
}

select.fault-set {
  background-color: #e6f4ea;   /* vert doux */
  border-color: #a5d6a7;
}
.fault-select.fault-empty {
  background-color: #e7f5ff;          /* neutre */
  border-left: 6px solid #dc3545;     /* rouge alerte */
}
.fault-select[class*="fault-"]:not(.fault-empty) {
  border-left-color: transparent;
}
.fault-select.fault-empty::after {
  content: " ⚠︎";
  color: #dc3545;
}

.fault-select.fault-pluriel_nom { background-color:#ffe0c2; } /* #ef6c00 */
.fault-select.fault-accord_adj  { background-color:#d6e4f8; } /*  */
.fault-select.fault-accord_sv   { background-color:#ead6f3; } /*  */
.fault-select.fault-er_vs_e     { background-color:#e8dcd6; } /*  */
.fault-select.fault-homophones  { background-color:#f8d0d0; } /*  */
.fault-select.fault-ponctuation { background-color:#e0e0e0; } /*  */
.fault-select.fault-majuscules  { background-color:#fff3c2; } /* #f9a825 */
.fault-select.fault-lexique     { background-color:#d8f0dd; } /*  */
.fault-select.fault-invariables { background-color:#c9ece7; } /*  */
.fault-select.fault-accord_pp   { background-color:#f8caca; } /*  */

.fault-select {
  transition: background-color .2s ease;
}
