/* sanscuisiner.fr — charte « sticker »
   Les quatre couleurs sont relevées au compte-gouttes sur le logo :
   encre #271A11, crème #F7E9D7, orange #DA883F, orange foncé #B5560D.
   Le vocabulaire visuel vient du logo lui-même : trait épais, liseré clair,
   coins ronds, ombre franche sans flou. */

:root {
  --creme: #FCF5EB;
  --carte: #FFFFFF;
  --surface: #FDF0DC;
  --jaune: #FDB93D;
  --jaune-clair: #FEE5A3;
  --teal: #0D7877;
  --bord: #271A11;
  --bord-doux: #DCC3A4;
  --creme-sourde: #C3A98A;
  --neutralise: #9C8A76;
  --encre: #271A11;
  --encre-douce: #6B5A4A;
  --orange: #FDA830;
  --orange-fonce: #E2590B;
  --orange-bouton: #C94C09;
  --lien: #A94E0A;
  --canard: #0D7877;
  --ombre: 4px 4px 0 var(--encre);
  --ombre-petite: 3px 3px 0 var(--encre);
  --titre: 'Bricolage Grotesque', 'Trebuchet MS', sans-serif;
  /* Pour les grands titres seulement : elle n'a qu'une graisse et
     ne se prête pas au texte d'interface. */
  --titre-fort: 'Luckiest Guy', 'Bricolage Grotesque', 'Trebuchet MS', sans-serif;
  --texte: Karla, 'Helvetica Neue', Arial, sans-serif;
  --largeur: 1180px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--texte);
  color: var(--encre);
  background: var(--creme);
  font-size: 16px;
  line-height: 1.55;
}

h1, h2 { font-family: var(--titre-fort); font-weight: 400; letter-spacing: 0.005em; margin: 0; }
h1 { font-size: clamp(32px, 5vw, 56px); line-height: 1.04; text-wrap: pretty; }
h2 { font-size: clamp(25px, 3.2vw, 33px); line-height: 1.1; }
/* h3 reste sur la grotesque : c'est du texte d'interface, il doit rester lisible en petit. */
h3 { font-family: var(--titre); font-size: 20px; font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; margin: 0; }
p { margin: 0; }
a { color: var(--lien); }
a:hover { color: var(--encre); }
img { max-width: 100%; }

.conteneur { max-width: var(--largeur); margin: 0 auto; padding: 0 24px; }
.surtitre { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--encre-douce); font-weight: 700; }
.muted { color: var(--encre-douce); }
.nombres { font-variant-numeric: tabular-nums; }

/* — en-tête ————————————————————————————————— */
.entete { border-bottom: 3px solid var(--encre); background: var(--creme); }
.entete .conteneur { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 16px; padding-bottom: 16px; flex-wrap: wrap; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--encre); }
.logo img { display: block; height: 48px; width: auto; }
.logo-nom { font-family: var(--titre); font-size: 26px; font-weight: 800; letter-spacing: -0.03em; }
.nav { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.nav a { text-decoration: none; color: var(--encre); font-weight: 500; font-size: 15px; }
.nav a.actif { font-weight: 700; box-shadow: inset 0 -8px 0 var(--orange); }

/* — la bande d'aveux ——————————————————————————— */
.bande { background: var(--encre); color: var(--creme); padding: 12px 0; overflow: hidden; }
.bande-piste { display: flex; gap: 24px; align-items: center; white-space: nowrap; font-family: var(--titre); font-size: 14px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; animation: defile 34s linear infinite; }
.bande-piste span.sep { color: var(--orange); }
@keyframes defile { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .bande-piste { animation: none; } }

/* — boutons ————————————————————————————————— */
.bouton, button.bouton { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 14px 24px; border-radius: 10px; font-family: var(--texte); font-weight: 700; font-size: 16px; text-decoration: none; cursor: pointer; border: 2.5px solid var(--encre); background: var(--carte); color: var(--encre); box-shadow: var(--ombre-petite); transition: transform .08s, box-shadow .08s; }
.bouton:active, button.bouton:active { transform: translate(3px, 3px); box-shadow: none; }
.bouton-primaire { background: var(--orange); color: var(--encre); box-shadow: inset 0 0 0 2.5px var(--creme), var(--ombre-petite); }
.bouton-primaire:hover { background: var(--orange-fonce); color: var(--creme); }
.bouton:hover { background: var(--surface); color: var(--encre); }
.bouton-lien { border: none; background: none; box-shadow: none; color: var(--lien); text-decoration: underline; text-underline-offset: 4px; padding: 14px 6px; }

/* — tampons ————————————————————————————————— */
.tampon { display: inline-block; background: var(--orange); border: 2.5px solid var(--encre); color: var(--encre); border-radius: 10px; padding: 9px 16px; font-family: var(--titre); font-size: 15px; font-weight: 800; text-transform: uppercase; box-shadow: inset 0 0 0 2.5px var(--creme), var(--ombre-petite); transform: rotate(-4deg); }

/* — badges ————————————————————————————————— */
.badge { display: inline-flex; align-items: center; gap: 6px; border: 2px solid var(--encre); border-radius: 999px; padding: 5px 11px; font-size: 12px; font-weight: 700; background: var(--carte); }

/* — jauge d'effort ——————————————————————————— */
.effort { display: flex; align-items: center; gap: 9px; }
.effort-barres { display: flex; gap: 4px; align-items: flex-end; }
.effort-barres i { display: block; width: 15px; border-radius: 2px; background: var(--bord); }
.effort-barres i:nth-child(1) { height: 8px; }
.effort-barres i:nth-child(2) { height: 12px; }
.effort-barres i:nth-child(3) { height: 16px; }
.effort-texte { font-size: 12px; color: var(--encre-douce); font-weight: 700; }

/* — cartes ————————————————————————————————— */
.grille { display: grid; gap: 20px; }
.grille-3 { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.carte { background: var(--carte); border: 2.5px solid var(--encre); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: var(--encre); box-shadow: var(--ombre); transition: transform .1s, box-shadow .1s; }
.carte:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--encre); }
.carte-vignette { height: 130px; display: flex; align-items: center; justify-content: center; border-bottom: 2.5px solid var(--encre); }
.carte-corps { padding: 16px; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.carte-titre { font-family: var(--titre); font-size: 19px; font-weight: 700; line-height: 1.2; }
.carte-resume { font-size: 14px; color: var(--encre-douce); }
.carte-tags { display: flex; gap: 8px; flex-wrap: wrap; }

/* — sections ———————————————————————————————— */
.section { padding: 56px 0; }
.section-surface { background-color: var(--surface); background-image: radial-gradient(var(--creme-sourde) 1.6px, transparent 1.6px); background-size: 16px 16px; border-top: 3px solid var(--encre); border-bottom: 3px solid var(--encre); }
.section-sombre { background: var(--encre); color: var(--creme); }
.section-sombre a:not(.bouton) { color: var(--orange); }
.panneau { background: var(--canard); color: var(--creme); border: 2.5px solid var(--encre); border-radius: 14px; padding: 28px; box-shadow: var(--ombre); }

/* — semaine ————————————————————————————————— */
.semaine { display: grid; grid-template-columns: 84px repeat(7, minmax(0, 1fr)); gap: 10px; }
.semaine-jour { display: flex; flex-direction: column; gap: 1px; padding-bottom: 4px; }
.semaine-num { font-family: var(--titre); font-size: 22px; font-weight: 800; line-height: 1; }
.semaine-moment { display: flex; align-items: center; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--encre-douce); font-weight: 700; }
.case { background: var(--carte); border: 2.5px solid var(--encre); border-radius: 10px; box-shadow: var(--ombre-petite); padding: 12px; display: flex; flex-direction: column; gap: 8px; min-height: 132px; text-align: left; font: inherit; color: inherit; cursor: pointer; width: 100%; }
.case-vide { background: var(--surface); border-style: dashed; border-color: var(--creme-sourde); box-shadow: none; align-items: center; justify-content: center; color: var(--neutralise); }
.case-nom { font-size: 14px; font-weight: 700; line-height: 1.25; }
.case-pied { margin-top: auto; display: flex; align-items: center; gap: 6px; color: var(--encre-douce); font-size: 13px; font-weight: 700; }
@media (max-width: 900px) {
  .semaine { grid-template-columns: 1fr; }
  .semaine-entete { display: none; }
  .semaine-moment { padding-top: 10px; }
}

/* — liste de courses ————————————————————————— */
.courses-entete { background: var(--canard); color: var(--creme); padding: 18px 0 16px; border-bottom: 3px solid var(--encre); }
.jauge { height: 6px; border-radius: 999px; background: rgba(250, 245, 235, 0.22); overflow: hidden; }
.jauge i { display: block; height: 6px; background: var(--orange); }
.rayon { padding: 18px 0 8px; display: flex; align-items: center; gap: 10px; }
.rayon .trait { flex-grow: 1; height: 2px; background: var(--bord-doux); }
.article { display: flex; align-items: center; gap: 14px; min-height: 52px; border-bottom: 2px solid var(--bord-doux); width: 100%; background: none; border-left: 0; border-right: 0; border-top: 0; font: inherit; color: inherit; text-align: left; cursor: pointer; padding: 4px 0; }
.coche { width: 26px; height: 26px; border: 2.5px solid var(--encre); border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.article.faite .coche { background: #71A255; border-color: #71A255; }
.article.faite .article-nom { color: var(--neutralise); text-decoration: line-through; }
.article.faite .article-qte { color: var(--neutralise); }
.article-nom { flex-grow: 1; font-size: 16px; font-weight: 500; }
.article-note { font-size: 12px; color: var(--encre-douce); display: block; font-weight: 400; }
.article-qte { font-size: 15px; font-weight: 700; color: var(--encre-douce); }

/* — formulaires ————————————————————————————— */
.champ { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.champ label { font-weight: 700; font-size: 14px; }
.champ input, .champ select { min-height: 48px; padding: 12px 14px; border: 2.5px solid var(--encre); border-radius: 10px; background: var(--carte); font: inherit; color: var(--encre); }
.champ input:focus, .champ select:focus { outline: none; box-shadow: var(--ombre-petite); }
.champ .aide { font-size: 13px; color: var(--encre-douce); }
.erreur { color: #A63A26; font-size: 14px; font-weight: 700; }
.alerte { background: var(--carte); border: 2.5px solid var(--encre); border-radius: 10px; padding: 14px 18px; margin-bottom: 20px; box-shadow: var(--ombre-petite); }

/* — pied de page ———————————————————————————— */
.pied { border-top: 3px solid var(--encre); padding: 28px 0; font-size: 13px; color: var(--encre-douce); }
.pied .conteneur { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.pied nav { display: flex; gap: 20px; flex-wrap: wrap; }
.pied a { color: var(--encre-douce); text-decoration: none; }
.pied a:hover { color: var(--encre); text-decoration: underline; }

/* — modale de choix ————————————————————————— */
dialog { border: 3px solid var(--encre); border-radius: 14px; background: var(--creme); color: var(--encre); padding: 0; max-width: 720px; width: calc(100% - 32px); }
dialog::backdrop { background: rgba(43, 32, 24, 0.55); }
.modale-entete { padding: 20px 24px; border-bottom: 2.5px solid var(--encre); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.modale-corps { padding: 16px 24px 24px; max-height: 60vh; overflow-y: auto; }
.choix { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; background: none; border: 0; border-bottom: 2px solid var(--bord-doux); padding: 12px 0; font: inherit; color: inherit; cursor: pointer; min-height: 48px; }
.choix:hover { background: var(--surface); }

/* — erreurs de formulaire : visibles, pas honteuses ——————————— */
.resume-erreurs { background: #FDF0EC; border: 1px solid #DF6A55; border-left: 5px solid #A63A26; border-radius: 6px; padding: 16px 20px; margin-bottom: 26px; }
.resume-erreurs strong { display: block; color: #A63A26; font-size: 17px; margin-bottom: 8px; }
.resume-erreurs ul { margin: 0; padding-left: 20px; }
.resume-erreurs li { margin: 4px 0; }
.resume-erreurs a { color: #A63A26; }
.champ.en-erreur label { color: #A63A26; }
.champ.en-erreur input, .champ.en-erreur select { border: 2px solid #A63A26; background: #FFF8F6; }
.erreur { color: #A63A26; font-size: 14px; font-weight: 700; }


/* — l'accueil, d'après la maquette au chat ————————————— */
.heros { padding: 40px 0 8px; }
.heros > .conteneur { max-width: 1320px; }
.heros-grille { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr); gap: 32px; align-items: center; }
.heros-titre { text-transform: uppercase; font-size: clamp(32px, 4.4vw, 54px); margin: 0 0 18px; }
.heros-titre .suite { color: var(--orange-fonce); display: block; }
.heros-accroche { font-size: 18px; line-height: 1.55; max-width: 460px; margin-bottom: 26px; }
.heros-image { line-height: 0; position: relative; }
/* elle s'arrête à la marge du contenu, comme le reste de la page */
.heros-image img { display: block; width: 100%; height: auto; }
@media (max-width: 880px) {
  .heros-grille { grid-template-columns: 1fr; gap: 20px; }
  .heros-image { margin-right: -24px; margin-left: -24px; }
  .heros-image { order: -1; }
}

/* — les trois étapes ——————————————————————————— */
.etapes { display: grid; gap: 24px; }
.etape { display: flex; align-items: center; gap: 16px; }
.etape-num { font-family: var(--titre); font-size: 42px; font-weight: 800; color: var(--orange-fonce); line-height: 1; }
.etape-texte { font-size: 15px; line-height: 1.35; }
.etape-texte strong { display: block; font-size: 16px; }
.etape svg { flex-shrink: 0; }
@media (max-width: 780px) { .etapes { grid-template-columns: 1fr; gap: 18px; } }

/* — barre de navigation, deux boutons ————————————— */
.nav-boutons { display: flex; align-items: center; gap: 10px; }
.bouton-petit { min-height: 42px; padding: 10px 18px; font-size: 15px; border-radius: 8px; box-shadow: none; }
.bouton-petit:active { transform: none; }
.bouton-inscription { background: var(--orange-bouton); color: #FFFFFF; border-color: var(--encre); }
.bouton-inscription:hover { background: var(--encre); border-color: var(--encre); color: #FFFFFF; }


/* — le titre brossé de l'accueil ————————————————— */
.heros-titre { line-height: 1.02; }
.heros-titre .suite { margin-top: 2px; }
.bouton-heros { font-size: 18px; padding: 17px 30px; background: var(--orange-bouton); color: #FFFFFF; border-color: var(--encre); box-shadow: var(--ombre-petite); }
.bouton-heros:hover { background: var(--encre); color: #FFFFFF; }

/* — la quatrième colonne du bandeau : la promesse ——————— */
.etapes { grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--surface); border: 2.5px solid var(--encre); border-radius: 14px; padding: 22px 26px; box-shadow: var(--ombre); margin: 34px 0 64px; }
.etape + .etape { border-left: 2px solid var(--bord-doux); padding-left: 22px; }
.etape-promesse .etape-texte strong { color: var(--encre); }
@media (max-width: 980px) { .etapes { grid-template-columns: repeat(2, minmax(0, 1fr)); } .etape + .etape { border-left: 0; padding-left: 0; } }
@media (max-width: 620px) { .etapes { grid-template-columns: 1fr; } }

/* — annotations manuscrites ————————————————————— */
.titre-manuscrit { font-family: Caveat, 'Bricolage Grotesque', cursive; font-size: clamp(34px, 5vw, 52px); font-weight: 700; text-align: center; letter-spacing: 0; }
.titre-manuscrit::after { content: ''; display: block; width: 190px; height: 5px; background: var(--orange); border-radius: 3px; margin: 6px auto 0; }

/* — cartes d'étape ——————————————————————————— */
.carte-etape .carte-corps { gap: 12px; }
.pastille { width: 40px; height: 40px; border-radius: 999px; background: var(--jaune); border: 2.5px solid var(--encre); display: flex; align-items: center; justify-content: center; font-family: var(--titre); font-weight: 800; font-size: 19px; }

/* — compteurs dans la section sombre ————————————— */
.panneau-compteurs { display: flex; gap: 26px; flex-wrap: wrap; padding-top: 8px; }
.panneau-compteurs > div { display: flex; flex-direction: column; gap: 2px; max-width: 160px; }
.compteur { font-family: var(--titre); font-size: 40px; font-weight: 800; line-height: 1; color: var(--jaune); }
.panneau-compteurs span:last-child { font-size: 13px; line-height: 1.4; opacity: 0.9; }

.carte-illustration { display: block; width: 100%; height: auto; border-bottom: 2.5px solid var(--encre); }
.carte-etape .carte-corps { padding: 18px; }
.carte-etape h3 { font-size: 21px; }


/* — rubrique « Nécessite » sur une fiche recette ——————— */
.materiels { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.materiels li { display: flex; align-items: flex-start; gap: 14px; padding: 12px 0; border-bottom: 2px solid var(--bord-doux); }
.materiels li:last-child { border-bottom: 0; }
.materiels li > svg { flex-shrink: 0; margin-top: 2px; color: var(--encre); }
.materiels li > span { flex-grow: 1; display: flex; flex-direction: column; gap: 2px; }
.materiel-pourquoi { font-size: 13.5px; color: var(--encre-douce); line-height: 1.45; }
.badge-facultatif { font-size: 11.5px; font-weight: 700; color: var(--encre-douce); text-transform: uppercase; letter-spacing: 0.06em; }
.bouton-materiel { min-height: 40px; padding: 9px 14px; font-size: 13px; white-space: nowrap; align-self: center; box-shadow: none; }
.bouton-materiel:active { transform: none; }


/* — états vides ——————————————————————————————— */
.etat-vide { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 40px 20px 48px; }
.etat-vide img { width: 260px; max-width: 60vw; height: auto; }
.etat-vide-titre { font-family: var(--titre); font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.etat-vide .muted { max-width: 460px; }
.chat-accueil { display: block; width: 190px; height: auto; margin: 0 auto 8px; }


/* — pagination ————————————————————————————————— */
.pagination { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.page-lien { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 12px 20px; border: 2.5px solid var(--encre); border-radius: 10px; background: var(--carte); color: var(--encre); font-weight: 700; text-decoration: none; box-shadow: var(--ombre-petite); }
.page-lien:hover { background: var(--surface); color: var(--encre); }
.page-lien.inactif { opacity: 0.35; box-shadow: none; }
.page-lien svg { flex-shrink: 0; }
.page-position { font-weight: 700; color: var(--encre-douce); }

.entete-page { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 26px; flex-wrap: wrap; }
.chat-page { width: 144px; height: auto; flex-shrink: 0; }
@media (max-width: 620px) { .chat-page { display: none; } }

.chat-titre { width: 92px; height: auto; flex-shrink: 0; }
@media (max-width: 620px) { .chat-titre { display: none; } }

.courses-outils { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.courses-outils .bouton { background: rgba(252, 245, 235, 0.14); border-color: var(--creme); color: var(--creme); box-shadow: none; }
.courses-outils .bouton:hover { background: var(--creme); color: var(--canard); }
.courses-outils form { margin: 0; }

.carte-vignette-photo { height: auto; padding: 0; }
.carte-vignette-photo img { display: block; width: 100%; height: auto; }
.recette-illustration { display: block; width: 100%; height: auto; border: 2.5px solid var(--encre); border-radius: 14px; box-shadow: var(--ombre); margin-bottom: 22px; }

.article-materiel { display: flex; align-items: center; gap: 12px; border-bottom: 2px solid var(--bord-doux); }
.article-materiel form { flex-grow: 1; margin: 0; }
.article-materiel .article { border-bottom: 0; }
.article-materiel.faite .article-nom { color: var(--neutralise); text-decoration: line-through; }
.article-materiel.faite .coche { background: #71A255; border-color: #71A255; }

/* le récapitulatif de la liste, dans le même vocabulaire que les autres cadres */
.panneau-liste { background: var(--surface); border: 2.5px solid var(--encre); border-radius: 14px; padding: 18px 22px; box-shadow: var(--ombre); margin-top: 22px; }
.panneau-liste .jauge { background: rgba(39, 26, 17, 0.14); }
.panneau-liste .courses-outils .bouton { background: var(--carte); border-color: var(--encre); color: var(--encre); box-shadow: var(--ombre-petite); }
.panneau-liste .courses-outils .bouton:hover { background: var(--creme); }


/* — administration ————————————————————————————— */
.admin-nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-bottom: 16px; margin-bottom: 26px; border-bottom: 3px solid var(--encre); }
.admin-nav a { text-decoration: none; color: var(--encre); font-weight: 700; }
.admin-nav a.actif { box-shadow: inset 0 -8px 0 var(--orange); }
.admin-filtres { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 22px; }
.admin-filtres input, .admin-filtres select { min-height: 48px; padding: 10px 14px; border: 2.5px solid var(--encre); border-radius: 10px; background: var(--carte); font: inherit; }
.tableau { width: 100%; border-collapse: collapse; background: var(--carte); border: 2.5px solid var(--encre); border-radius: 12px; overflow: hidden; }
.tableau th { text-align: left; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--encre-douce); padding: 12px 14px; border-bottom: 2.5px solid var(--encre); }
.tableau td { padding: 12px 14px; border-bottom: 2px solid var(--bord-doux); vertical-align: top; font-size: 14px; }
.tableau tr:last-child td { border-bottom: 0; }
.tableau input[type=text], .tableau input[type=number], .tableau select { padding: 8px 10px; border: 2px solid var(--bord-doux); border-radius: 8px; background: var(--creme); font: inherit; font-size: 13px; }
.tableau input:focus, .tableau select:focus { outline: none; border-color: var(--encre); }
.tableau form { margin: 0; }
.admin-colonnes { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
.admin-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.admin-cases { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.case-tag { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.admin-ajout { display: flex; gap: 14px; flex-wrap: wrap; align-items: flex-end; background: var(--surface); border: 2.5px solid var(--encre); border-radius: 12px; padding: 18px 20px; box-shadow: var(--ombre); }
.admin-ajout .champ { margin-bottom: 0; }
@media (max-width: 900px) { .tableau { display: block; overflow-x: auto; } }


/* — plusieurs plats par repas ————————————————— */
.case { gap: 6px; }
.plat { background: var(--creme); border: 2px solid var(--bord-doux); border-radius: 8px; padding: 8px 10px; display: flex; flex-direction: column; gap: 3px; }
.plat-role { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--encre-douce); }
.plat .case-nom { font-size: 13px; }
.plat .case-pied { margin-top: 2px; font-size: 12px; gap: 5px; }
.plat-retirer { margin: 0 0 0 auto; }
.plat-retirer button { border: 0; background: none; color: var(--encre-douce); font-size: 18px; line-height: 1; cursor: pointer; padding: 0 2px; }
.plat-retirer button:hover { color: #A63A26; }
.case-ajouter { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; min-height: 38px; border: 2px dashed var(--creme-sourde); border-radius: 8px; background: none; color: var(--encre-douce); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.case-ajouter:hover { border-color: var(--encre); color: var(--encre); background: var(--surface); }
.case-vide .case-ajouter { min-height: 92px; border: 0; }
