/* pricing-cout.css — Module Coût & Pricing (charte premium teal/gold/obsidian) */

.pc-amount {
  font-family: 'Outfit', sans-serif; font-weight: 300;
  font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 1;
  letter-spacing: 0;
}
[data-view="cout-pricing"] .nx-input.pc-amount { font-size: 18px; }

.pc-cout-field .nx-input { border-color: rgba(34,118,102,0.45); }

/* Slider charte */
.pc-slider { -webkit-appearance: none; appearance: none; height: 6px; border-radius: 999px;
  background: rgba(255,255,255,0.06); outline: none; }
.pc-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px;
  border-radius: 50%; background: var(--teal); cursor: pointer; border: 2px solid var(--obs); }
.pc-slider::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%;
  background: var(--teal); cursor: pointer; border: 2px solid var(--obs); }

/* Barre de répartition */
.pc-bar { display: flex; height: 36px; border-radius: 8px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06); }
.pc-bar-brut, .pc-bar-pat { display: flex; align-items: center; justify-content: center;
  font-family: 'Outfit', sans-serif; font-weight: 300; font-size: 13px; min-width: 42px;
  transition: width .3s cubic-bezier(.25,.46,.45,.94); }
.pc-bar-brut { background: var(--teal); color: #04201b; }
.pc-bar-pat  { background: var(--gold); color: #2e2407; }

.pc-dot { display: inline-block; width: 9px; height: 9px; border-radius: 2px; margin-right: 5px; vertical-align: middle; }
.pc-dot--teal { background: var(--teal); }
.pc-dot--gold { background: var(--gold); }

/* Cartes marge */
.pc-marge { border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 20px 22px;
  background: rgba(255,255,255,0.015); transition: border-color .25s ease; }
.pc-marge--real { border-color: rgba(34,118,102,0.35); }
.pc-marge-val { font-family: 'Outfit', sans-serif; font-weight: 300; font-variant-numeric: tabular-nums;
  font-size: 34px; line-height: 1.1; margin: 6px 0 2px; }
.pc-marge-pct { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-style: italic; margin-bottom: 8px; }
.pc-marge--ok   .pc-marge-val, .pc-marge--ok   .pc-marge-pct { color: var(--grn); }
.pc-marge--warn .pc-marge-val, .pc-marge--warn .pc-marge-pct { color: var(--gold); }
.pc-marge--bad  .pc-marge-val, .pc-marge--bad  .pc-marge-pct { color: var(--red); }

.pc-ecart { margin-top: 16px; padding: 12px 16px; border-radius: 8px;
  background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.18);
  font-size: 13px; color: var(--muted); }
