/* ════════════════════════════════════════════════════════════════
   DRONALY — Formes « leboncoin » (formes UNIQUEMENT, pas de couleur)
   Boutons → pilules · Cartes → 16 px · Champs → 12 px · Chips → pilules
   Chargé APRÈS le <style> de chaque page pour gagner la cascade.
   ════════════════════════════════════════════════════════════════ */

/* ── Boutons → pilules ── */
.btn, .btn-primary, .btn-ghost, .btn-large, .btn-dark,
.btn-save, .btn-danger, .btn-preview,
.btn-contact, .btn-msg, .nav-btn,
.action-btn, .btn-back, .btn-next, .btn-publish {
  border-radius: 999px !important;
}

/* ── Cartes / sections / blocs → coins 16 px ── */
.card, .section, .stat, .stat-card,
.step-card, .service-card, .review-card,
.cert-row, .equip-item, .avail-row,
.steps > div, .faq-item-card, .pricing-card,
.cta-card, .map-card, .info-card {
  border-radius: 16px !important;
}

/* ── Champs de saisie → 12 px ── */
.field-input, .field-textarea, .field-select,
.tags-wrap, .chat-input,
input[type="text"], input[type="email"], input[type="password"],
input[type="number"], input[type="search"], input[type="date"],
input[type="tel"], input[type="url"],
textarea, select {
  border-radius: 12px !important;
}

/* ── Barres de recherche → pilule complète ── */
.search-bar input, .conv-search input {
  border-radius: 999px !important;
}

/* ── Chips / tags → pilules ── */
.chip, .tag-chip, .spec-tag, .chip-demo, .filter-btn {
  border-radius: 999px !important;
}

/* ── Onglets segmentés (poster-mission, comment-ça-marche) → pilule ── */
.step-tabs, .tabs {
  border-radius: 999px !important;
  padding: 5px !important;
}
.step-tab, .tabs .tab {
  border-radius: 999px !important;
}

/* ── Options d'urgence / upload / divers blocs interactifs ── */
.urg-opt { border-radius: 14px !important; }
.upload-zone { border-radius: 16px !important; }
.status-select { border-radius: 999px !important; }

/* ── Modals & toasts ── */
.modal { border-radius: 18px !important; }
.toast { border-radius: 12px !important; }

/* ── Messagerie : bulles plus rondes ── */
.msg-bubble { border-radius: 16px !important; }
.conv-item { border-radius: 12px !important; margin: 2px 8px !important; }

/* ── Tableaux admin : la carte porte déjà l'arrondi, rien à faire ── */

/* ── Badges déjà en pilule sur la plupart des pages : on uniformise ── */
.badge, .section-badge, .nav-pip { border-radius: 999px !important; }
