/* ──────────────────────────────────────────────────────────────
   Clim À Vous — v2 premium. Mobile-first.
   Palette : navy #0B224D · glacier #40A0FF · jaune #FFDD00 ·
   rouge #C81A1E · fond blanc.
   ────────────────────────────────────────────────────────────── */
:root {
  --navy: #0B224D;
  --navy-deep: #071835;
  --glacier: #40A0FF;
  --glacier-soft: #EAF4FF;
  --jaune: #FFDD00;
  --rouge: #C81A1E;
  --ink-60: rgba(11, 34, 77, .64);
  --ink-40: rgba(11, 34, 77, .42);
  --line: rgba(11, 34, 77, .08);
  --r-lg: 20px;
  --r-md: 14px;
  --shadow-1: 0 1px 2px rgba(11,34,77,.06), 0 4px 16px rgba(11,34,77,.07);
  --shadow-2: 0 2px 4px rgba(11,34,77,.08), 0 12px 32px rgba(11,34,77,.14);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--navy);
  background: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* ── Header ── */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(11, 34, 77, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; position: relative; }
.brand { font-size: 20px; font-weight: 800; text-decoration: none; letter-spacing: -.4px; display: flex; align-items: center; gap: 10px; }
.brand span { color: var(--jaune); }
.logo-embleme { width: 36px; height: 36px; border-radius: 50%; box-shadow: 0 0 0 2px rgba(255,255,255,.15); }
.btn-phone {
  background: var(--glacier); color: #fff; font-weight: 700; font-size: 14px;
  padding: 9px 14px; border-radius: 10px; text-decoration: none;
  box-shadow: 0 2px 8px rgba(64,160,255,.4); transition: transform .15s, box-shadow .15s;
}
.btn-phone:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(64,160,255,.5); }
.bh { position: absolute; right: 5px; top: 2px; font-size: 9px; color: rgba(255,255,255,.45); }

/* ── Footer ── */
.site-footer { margin-top: 80px; background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); color: rgba(255,255,255,.78); padding: 52px 0 40px; font-size: 14px; }
.site-footer .brand { font-size: 18px; color: #fff; margin-bottom: 4px; }
.site-footer p { margin-bottom: 14px; }
.site-footer a { color: #fff; text-underline-offset: 3px; }
.site-footer .muted { color: rgba(255,255,255,.45); font-size: 12px; }

/* ── Boutons / champs ── */
.btn-cta {
  display: block; width: 100%;
  background: linear-gradient(180deg, #FFE94D 0%, var(--jaune) 60%, #F5C800 100%);
  color: var(--navy);
  font-family: inherit; font-size: 17px; font-weight: 800; letter-spacing: -.2px;
  text-align: center; text-decoration: none;
  padding: 17px 26px; border: 0; border-radius: 14px; cursor: pointer;
  box-shadow: 0 2px 0 #D9B400, 0 8px 24px rgba(255,221,0,.35);
  transition: transform .15s, box-shadow .15s, filter .15s;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 4px 0 #D9B400, 0 12px 28px rgba(255,221,0,.45); }
.btn-cta:active { transform: translateY(0); }
.btn-cta:disabled, .btn-cta.disabled { opacity: .38; cursor: not-allowed; box-shadow: none; transform: none; }
.btn-secondary {
  display: inline-block; background: var(--glacier); color: #fff; font-family: inherit; font-weight: 700;
  padding: 9px 18px; border: 0; border-radius: 10px; text-decoration: none; cursor: pointer; font-size: 14px;
  box-shadow: 0 2px 10px rgba(64,160,255,.3); transition: transform .15s, box-shadow .15s;
}
.btn-secondary:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(64,160,255,.4); }
.input, select.input, textarea.input {
  width: 100%; border: 2px solid var(--line); border-radius: 12px;
  padding: 13px 16px; font-family: inherit; font-size: 16px; color: var(--navy); outline: none; background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.input:focus { border-color: var(--glacier); box-shadow: 0 0 0 4px rgba(64,160,255,.15); }
.label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }

/* ── Bandeau canicule ── */
.bandeau {
  background: linear-gradient(90deg, #F5C800, var(--jaune) 40%, #FFE94D 60%, var(--jaune));
  color: var(--navy); text-align: center; font-weight: 800; font-size: 13.5px; padding: 9px 16px;
  letter-spacing: .1px;
}

/* ── Hero ── */
.hero {
  background:
    radial-gradient(900px 480px at 85% -10%, rgba(64,160,255,.35), transparent 60%),
    radial-gradient(700px 420px at -10% 110%, rgba(64,160,255,.18), transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff; padding: 52px 0 60px; overflow: hidden;
}
.hero-grid { display: grid; gap: 36px; align-items: center; }
@media (min-width: 860px) { .hero-grid { grid-template-columns: 1.1fr .9fr; } }
.hero-eyebrow {
  display: inline-block; background: rgba(255,221,0,.14); border: 1px solid rgba(255,221,0,.4);
  color: var(--jaune); font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.hero h1 { font-size: clamp(30px, 5.4vw, 44px); font-weight: 800; line-height: 1.13; letter-spacing: -1px; margin-bottom: 16px; }
.hero h1 .accent { color: var(--glacier); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.82); margin-bottom: 26px; max-width: 46ch; }
.hero .btn-cta { max-width: 380px; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px; font-size: 13px; color: rgba(255,255,255,.66); }
.hero-media { position: relative; max-width: 420px; margin: 0 auto; width: 100%; }
.hero-media img {
  border-radius: 24px; background: #fff; padding: 24px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.hero-price {
  position: absolute; left: -8px; bottom: 22px;
  background: var(--navy); color: #fff; font-size: 22px; font-weight: 800;
  padding: 10px 18px; border-radius: 14px; box-shadow: var(--shadow-2);
  border: 1px solid rgba(255,255,255,.12);
}
.hero-price small { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.6); }
.hero-stock {
  position: absolute; right: -6px; top: 18px;
  display: flex; align-items: center; gap: 7px;
  background: #fff; color: #15803d; font-size: 13px; font-weight: 800;
  padding: 8px 14px; border-radius: 999px; box-shadow: var(--shadow-2);
}
.pulse { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; animation: pulse 1.8s ease-out infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); }
  70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

/* ── Sections ── */
section { padding: 64px 0; }
section.alt { background: linear-gradient(180deg, #F6F9FD 0%, #EFF5FC 100%); }
h2.section-title { text-align: center; font-size: clamp(24px, 3.6vw, 32px); font-weight: 800; letter-spacing: -.6px; margin-bottom: 10px; }
p.section-sub { text-align: center; color: var(--ink-60); margin-bottom: 40px; }

/* ── Grilles ── */
.grid { display: grid; gap: 22px; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 640px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
/* un seul produit → carte centrée, pas étirée */
.grid-3:has(> :only-child) { grid-template-columns: minmax(0, 420px); justify-content: center; }

/* ── Carte produit ── */
.card-product {
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column; background: #fff; box-shadow: var(--shadow-1);
  transition: transform .2s, box-shadow .2s;
}
.card-product:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.card-product .img-wrap { position: relative; background: linear-gradient(180deg, #F6F9FD, #fff); }
.card-product img { aspect-ratio: 4/3; object-fit: contain; width: 100%; padding: 18px; }
.badge {
  position: absolute; left: 12px; top: 12px;
  background: var(--jaune); color: var(--navy); font-size: 12px; font-weight: 800;
  padding: 6px 14px; border-radius: 999px; box-shadow: 0 3px 10px rgba(0,0,0,.18);
}
.badge.soon { background: var(--glacier); color: #fff; }
.epuise-overlay { position: absolute; inset: 0; background: rgba(11,34,77,.62); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(2px); }
.epuise-overlay span { background: var(--rouge); color: #fff; font-size: 18px; font-weight: 800; padding: 10px 20px; border-radius: 12px; }
.card-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body h3 { font-size: 17px; font-weight: 800; letter-spacing: -.3px; line-height: 1.3; }
.card-body .specs { font-size: 13.5px; color: var(--ink-60); }
.card-body .ref { font-size: 11px; color: var(--ink-40); }
.price-block { margin-top: auto; padding-top: 8px; }
.price-ttc { font-size: 32px; font-weight: 800; letter-spacing: -1px; }
.price-ttc small { font-size: 14px; font-weight: 700; color: var(--ink-60); }
.price-ht { font-size: 13px; color: var(--ink-60); }
.stock-ok { font-size: 14px; font-weight: 700; color: #15803d; display: flex; align-items: center; gap: 7px; }
.stock-ok::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #22c55e; animation: pulse 1.8s ease-out infinite; }
.stock-bas { font-size: 14px; font-weight: 700; color: var(--rouge); }
.stock-soon { font-size: 14px; font-weight: 700; color: var(--glacier); }

/* ── Étapes ── */
.steps { counter-reset: step; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-1); position: relative; }
.step .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px; margin-bottom: 14px;
  background: var(--navy); color: var(--jaune); font-size: 18px; font-weight: 800;
}
.step .titre { font-weight: 800; font-size: 16px; margin-bottom: 6px; }
.step .texte { font-size: 14px; color: var(--ink-60); }

/* ── Zones livraison ── */
.card-zone {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 20px; text-align: center; box-shadow: var(--shadow-1);
  transition: transform .2s, box-shadow .2s;
}
.card-zone:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.card-zone.free { border: 2px solid var(--jaune); background: linear-gradient(180deg, #FFFBE6, #fff); }
.card-zone .prix { font-size: 30px; font-weight: 800; letter-spacing: -1px; color: var(--glacier); }
.card-zone.free .prix { color: var(--navy); }
.card-zone .titre { font-weight: 800; margin: 6px 0 4px; }
.card-zone .detail { font-size: 13px; color: var(--ink-60); }
.notice-especes {
  max-width: 680px; margin: 28px auto 0;
  background: linear-gradient(180deg, #FFFBE6, #FFF6C9);
  border: 1.5px solid rgba(217,180,0,.55); border-radius: var(--r-md);
  padding: 18px 22px; text-align: center; font-size: 14px; font-weight: 700;
}
.zone-help { text-align: center; margin-top: 18px; font-size: 14px; color: var(--ink-60); }

/* ── Confiance ── */
.card-trust {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 20px; text-align: center; box-shadow: var(--shadow-1);
}
.card-trust .icon { font-size: 34px; }
.card-trust .titre { font-weight: 800; margin: 10px 0 5px; }
.card-trust .texte { font-size: 13px; color: var(--ink-60); }

/* ── FAQ ── */
.faq { max-width: 740px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 18px 20px; margin-bottom: 12px; box-shadow: var(--shadow-1);
  transition: box-shadow .2s;
}
.faq details[open] { box-shadow: var(--shadow-2); }
.faq summary { font-weight: 700; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 10px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: '+'; color: var(--glacier); font-size: 22px; font-weight: 800; line-height: 1; transition: transform .2s; }
.faq details[open] summary::before { transform: rotate(45deg); }
.faq details p { margin-top: 12px; font-size: 14.5px; color: var(--ink-60); padding-left: 32px; }

/* ── Bouton Instagram (footer) ── */
.btn-insta {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
  color: #fff; font-weight: 800; font-size: 15px; text-decoration: none;
  padding: 13px 22px; border-radius: 12px; margin: 6px 0 10px;
  box-shadow: 0 4px 16px rgba(204,35,102,.35);
  transition: transform .15s, box-shadow .15s;
}
.btn-insta:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(204,35,102,.45); }
.btn-insta small { font-weight: 600; opacity: .85; }

/* ── Formulaire commande ── */
.form-page { max-width: 560px; margin: 0 auto; padding: 36px 20px; }
.form-page h1 { font-size: 26px; font-weight: 800; letter-spacing: -.5px; margin-bottom: 14px; }
.recap-produit { background: linear-gradient(180deg, #F6F9FD, #fff); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; margin-bottom: 26px; box-shadow: var(--shadow-1); }
.recap-produit .nom { font-weight: 800; font-size: 16px; }
.recap-produit .specs { font-size: 13px; color: var(--ink-60); margin-top: 4px; }
.recap-produit .prix { font-size: 26px; font-weight: 800; letter-spacing: -.5px; margin-top: 10px; }
.recap-produit .prix small { font-size: 13px; font-weight: 400; color: var(--ink-60); }
.form-group { margin-bottom: 20px; }
.qty-row { display: flex; align-items: center; gap: 14px; }
.qty-btn {
  width: 50px; height: 50px; font-size: 24px; font-weight: 700;
  background: var(--navy); color: #fff; border: 0; border-radius: 12px; cursor: pointer;
  transition: transform .12s; box-shadow: var(--shadow-1);
}
.qty-btn:active { transform: scale(.94); }
.qty-val { font-size: 26px; font-weight: 800; width: 44px; text-align: center; }
.mode-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mode-btn {
  border: 2px solid var(--line); border-radius: var(--r-md); background: #fff;
  padding: 16px; text-align: left; cursor: pointer; font-family: inherit; color: var(--navy);
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.mode-btn.active { border-color: var(--glacier); background: var(--glacier-soft); box-shadow: 0 0 0 4px rgba(64,160,255,.12); }
.mode-btn .t { display: block; font-weight: 800; font-size: 15px; }
.mode-btn .s { font-size: 12px; color: var(--ink-60); }
.livraison-box { background: #F6F9FD; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; margin-bottom: 22px; }
.livraison-box .form-group { margin-bottom: 14px; }
.fee-ok { background: linear-gradient(180deg, #FFFBE6, #FFF6C9); border: 1.5px solid rgba(217,180,0,.55); border-radius: 10px; padding: 13px 15px; font-size: 14px; font-weight: 700; margin-top: 10px; }
.fee-ko { background: rgba(200,26,30,.08); border: 1.5px solid rgba(200,26,30,.3); border-radius: 10px; padding: 13px 15px; font-size: 14px; font-weight: 700; color: var(--rouge); margin-top: 10px; }
.check-row { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.check-row input { width: 20px; height: 20px; accent-color: var(--glacier); }
.hint { font-size: 12.5px; color: var(--ink-60); }
.recap-total { border: 2px solid var(--navy); border-radius: var(--r-lg); padding: 20px; margin-bottom: 22px; background: #fff; box-shadow: var(--shadow-1); }
.recap-total .row { display: flex; justify-content: space-between; font-weight: 700; }
.recap-total .row.small { font-size: 13px; font-weight: 400; color: var(--ink-60); margin-top: 6px; }
.recap-total .total { display: flex; justify-content: space-between; font-size: 19px; font-weight: 800; border-top: 1.5px solid var(--line); margin-top: 14px; padding-top: 14px; }
.err-box { background: rgba(200,26,30,.07); border: 1.5px solid rgba(200,26,30,.35); color: var(--rouge); font-weight: 700; font-size: 14px; border-radius: var(--r-md); padding: 16px; margin-bottom: 22px; }
.secure-note { text-align: center; font-size: 12.5px; color: var(--ink-60); margin-top: 14px; }

/* ── Page merci ── */
.merci-page { max-width: 560px; margin: 0 auto; padding: 44px 20px; }
.merci-page .check { text-align: center; font-size: 52px; }
.merci-page h1 { text-align: center; font-size: 26px; font-weight: 800; letter-spacing: -.5px; margin: 10px 0; }
.merci-page .sub { text-align: center; color: var(--ink-60); margin-bottom: 28px; }
.card-next { background: linear-gradient(160deg, var(--navy), var(--navy-deep)); color: #fff; border-radius: var(--r-lg); padding: 24px; margin-top: 16px; box-shadow: var(--shadow-2); }
.card-next .t { font-weight: 800; }
.card-next p { font-size: 14px; color: rgba(255,255,255,.85); margin-top: 8px; }
.card-especes { border: 2px solid var(--jaune); background: linear-gradient(180deg, #FFFBE6, #FFF6C9); border-radius: var(--r-lg); padding: 24px; margin-top: 16px; }
.card-especes .t { font-weight: 800; }
.card-especes p { font-size: 14px; margin-top: 6px; }

/* ── Pages texte ── */
.text-page { max-width: 740px; margin: 0 auto; padding: 44px 20px; }
.text-page h1 { font-size: 26px; font-weight: 800; letter-spacing: -.5px; margin-bottom: 10px; }
.text-page h2 { font-size: 17px; font-weight: 800; margin: 26px 0 8px; }
.text-page p { font-size: 15px; margin-bottom: 8px; color: rgba(11,34,77,.85); }
.text-page .muted { color: var(--ink-60); font-size: 13px; }

/* ── Admin ── */
body.admin { background: #F1F5FA; }
.admin-header { background: var(--navy); color: #fff; }
.admin-header .inner { max-width: 1100px; margin: 0 auto; padding: 10px 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.admin-header nav { display: flex; flex-wrap: wrap; gap: 4px; font-size: 14px; }
.admin-header nav a { color: #fff; text-decoration: none; font-weight: 700; padding: 6px 12px; border-radius: 8px; }
.admin-header nav a:hover { background: rgba(255,255,255,.1); }
.admin-header nav a.csv { color: var(--glacier); }
.admin-header .logout { margin-left: auto; }
.admin-main { max-width: 1100px; margin: 0 auto; padding: 24px 16px; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin-bottom: 24px; }
.stat { background: #fff; border-radius: var(--r-md); padding: 16px; box-shadow: var(--shadow-1); }
.stat .l { font-size: 13px; color: var(--ink-60); }
.stat .v { font-size: 22px; font-weight: 800; }
.admin-table-wrap { background: #fff; border-radius: var(--r-md); box-shadow: var(--shadow-1); overflow-x: auto; }
table.admin { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 860px; }
table.admin th { text-align: left; font-size: 11px; text-transform: uppercase; color: var(--ink-40); padding: 10px; border-bottom: 2px solid var(--line); }
table.admin td { padding: 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.admin .r { text-align: right; }
.pill { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.pill.EN_ATTENTE { background: #e5e7eb; color: #4b5563; }
.pill.PAYEE { background: rgba(64,160,255,.2); color: var(--navy); }
.pill.APPELEE { background: rgba(255,221,0,.4); color: var(--navy); }
.pill.PROGRAMMEE { background: var(--navy); color: #fff; }
.pill.LIVREE, .pill.RETIREE { background: #dcfce7; color: #166534; }
.pill.ANNULEE { background: rgba(200,26,30,.1); color: var(--rouge); }
.especes { color: var(--rouge); font-weight: 800; }
.admin-card { background: #fff; border-radius: var(--r-md); padding: 20px; box-shadow: var(--shadow-1); margin-bottom: 16px; }
.admin-card h2 { font-size: 16px; font-weight: 800; margin-bottom: 12px; }
.admin-grid { display: grid; gap: 16px; }
@media (min-width: 900px) { .admin-grid-3 { grid-template-columns: repeat(3, 1fr); } }
.tour-navy { background: linear-gradient(160deg, var(--navy), var(--navy-deep)); color: #fff; border-radius: var(--r-lg); padding: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 20px; box-shadow: var(--shadow-2); }
.tour-navy .total { font-size: 28px; font-weight: 800; color: var(--jaune); }
.tour-navy .l { font-size: 13px; color: rgba(255,255,255,.7); }
.tour-navy .print { margin-left: auto; }
.tour-order { border: 1px solid var(--line); border-radius: var(--r-md); padding: 12px; margin-bottom: 10px; font-size: 14px; }
.tour-order .top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-weight: 800; }
.slot { background: var(--jaune); padding: 2px 8px; border-radius: 6px; margin-right: 6px; font-size: 12px; }
.login-box { max-width: 380px; margin: 80px auto; background: #fff; border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-2); }
.login-box h1 { font-size: 20px; font-weight: 800; margin-bottom: 16px; }
.msg-ok { background: #dcfce7; color: #166534; font-weight: 700; padding: 12px; border-radius: 10px; margin-bottom: 16px; font-size: 14px; }
.msg-err { background: rgba(200,26,30,.08); color: var(--rouge); font-weight: 700; padding: 12px; border-radius: 10px; margin-bottom: 16px; font-size: 14px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 8px; }
.note-warn { color: var(--rouge); font-weight: 700; font-size: 13px; }
