.ncom-wrap * { box-sizing: border-box; }

:root{
  /* Brand (Risto Bar) */
  --ncom-navy:#071e3e;
  --ncom-gold:#DAB150;
  --ncom-card:#ffffff;
  --ncom-border:#e7e7ea;
  --ncom-text:#0f172a;
  --ncom-muted:#667085;
  --ncom-radius:16px;
  --ncom-font: system-ui,-apple-system,Segoe UI,Roboto,Arial;
}

.ncom-wrap { max-width: 860px; margin: 20px auto; padding: 0 12px; font-family: var(--ncom-font); color:var(--ncom-text); }
.ncom-card { background:var(--ncom-card); border:1px solid var(--ncom-border); border-radius:var(--ncom-radius); overflow:hidden; box-shadow:0 10px 24px rgba(0,0,0,.06); }
.ncom-head { padding:18px 18px 14px; background: linear-gradient(135deg,rgba(6,29,62,.08),#ffffff); border-bottom:1px solid #eee; }
.ncom-title { font-size:18px; font-weight:700; margin-bottom:6px; }
.ncom-sub { color:var(--ncom-muted); font-size:11px; line-height:1.35; }

.ncom-step { padding:18px; }
.ncom-step-title { font-size:15px; font-weight:700; margin-bottom:12px; }

.ncom-meals { display:flex; flex-direction:column; gap:10px; }
.ncom-meal-btn {
  border:1px solid #dadce0; background:#fff; border-radius:14px; padding:12px 14px;
  cursor:pointer; font-weight:600; font-size:14px;
  display:flex; align-items:center; gap:10px;
}
.ncom-meal-btn.is-active { border-color:var(--ncom-navy); box-shadow:0 0 0 3px rgba(6,29,62,.08); }

.ncom-meal-ico{
  width:34px; height:34px; border-radius:12px;
  background:#f1f2f4;
  border:1px solid #e6e6ea;
  background-size:cover; background-position:center; background-repeat:no-repeat;
  flex:0 0 34px;
}

.ncom-sections{ display:flex; flex-direction:column; gap:10px; }
.ncom-section-btn{
  border:1px solid #dadce0; background:#fff; border-radius:14px; padding:12px 14px;
  cursor:pointer; font-weight:600; font-size:14px;
  display:flex; align-items:center; gap:10px;
}
.ncom-section-btn.is-active{ border-color:var(--ncom-navy); box-shadow:0 0 0 3px rgba(6,29,62,.08); }

.ncom-section-ico{
  width:34px; height:34px; border-radius:12px;
  background:#f1f2f4;
  border:1px solid #e6e6ea;
  background-size:cover; background-position:center; background-repeat:no-repeat;
  flex:0 0 34px;
}

.ncom-section { border:1px solid #efeff2; border-radius:14px; padding:14px; margin:12px 0; background:#fff; }
.ncom-section-title { font-size:14px; font-weight:700; margin-bottom:10px; }

/* ===== Items list (App-like) ===== */
.ncom-items { display:flex; flex-direction:column; gap:10px; }

/* row wrapper (PHP outputs .ncom-item-row) */
.ncom-item-row{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #eef0f4;
  border-radius:14px;
  padding:10px 12px;
  background:#fff;
}

/* ✅ item con miniatura tonda */
.ncom-item {
  display:flex;
  align-items:flex-start;
  gap:10px;
  border:1px solid #eee;
  border-radius:12px;
  padding:10px 12px;
  cursor:pointer;
}
.ncom-item:hover { border-color:#d7d7dd; }
.ncom-item input { margin-top: 4px; }

.ncom-thumb{
  width:42px;
  height:42px;
  border-radius:999px;
  flex:0 0 42px;
  background:#f1f2f4;
  border:1px solid #e6e6ea;
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
}

/* contenuto testo */
.ncom-item-content{ flex:1; min-width:0; }
.ncom-item-main { display:flex; justify-content:space-between; gap:10px; align-items:center; }
.ncom-item-title { font-weight:600; font-size:14px; line-height:1.2; }
.ncom-item-price { font-weight:700; white-space:nowrap; font-size:14px; }
.ncom-item-desc { display:block; margin-top:4px; color:#666; font-size:12px; }

/* ===== Modalità (ritiro/consegna) ===== */
.ncom-radio-stack{ display:flex; flex-direction:column; gap:10px; margin-top:6px; }

/* App-like radio cards */
.ncom-radio-card{ position:relative; display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between; gap:12px; padding:12px 14px; border:1px solid #eef0f4; border-radius:14px; background:#fff; cursor:pointer; }
.ncom-radio-card > input[type="radio"]{ position:absolute; opacity:0; pointer-events:none; }
.ncom-radio-text{ font-weight:700; color:#071e3e; flex:1; min-width:0; }

.ncom-radio-dot{ width:20px; height:20px; border-radius:999px; border:2px solid #cfd6e3; flex:0 0 auto; display:inline-block; box-sizing:border-box; }
.ncom-radio-card > input[type="radio"]:checked ~ .ncom-radio-dot{ border-color:#071e3e; }
.ncom-radio-card > input[type="radio"]:checked ~ .ncom-radio-dot::after{ content:""; display:block; width:10px; height:10px; border-radius:999px; background:#DAB150; margin:3px; }

.ncom-radio-card > input[type="radio"]:checked ~ .ncom-radio-text{ color:#071e3e; }
.ncom-radio-card.is-selected{ border-color:rgba(218,177,80,.6); box-shadow:0 8px 22px rgba(7,30,62,.08); }

/* Inline luogo inside delivery option */
.ncom-luogo-inline{ margin-top:10px; width:100%; flex-basis:100%; }
.ncom-sub-label{ display:block; font-size:12px; font-weight:700; color:#071e3e; margin-bottom:6px; }
.ncom-luogo-inline input{ width:100%; padding:11px 12px; border:1px solid #ddd; border-radius:12px; }

/* Controls (right side) */
.ncom-controls{ display:flex; align-items:center; gap:8px; margin-left:auto; }

/* Add button (qty=0) */
.ncom-add{
  width:38px;
  height:38px;
  border-radius:12px;
  border:0;
  background:var(--ncom-gold);
  color:var(--ncom-navy);
  font-weight:700;
  font-size:20px;
  line-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(7,30,62,.12);
}

/* Stepper (qty>0) */
.ncom-qty, .ncom-vstep{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 8px;
  border:1px solid #e8eaf0;
  border-radius:12px;
  background:#fff;
}

.ncom-qty-btn, .ncom-vstep-btn{
  width:34px;
  height:34px;
  border-radius:10px;
  border:1px solid #e8eaf0;
  background:#fff;
  color:var(--ncom-navy);
  font-weight:900;
  font-size:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.ncom-qty-val, .ncom-vstep-val{
  min-width:18px;
  text-align:center;
  font-weight:900;
  color:var(--ncom-navy);
}

/* Variants button */
.ncom-choose{
  border:0;
  background:var(--ncom-navy);
  color:#fff;
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}

/* Make tap areas comfortable on mobile */
.ncom-add, .ncom-qty-btn, .ncom-vstep-btn, .ncom-choose{ touch-action:manipulation; }

.ncom-empty { padding:10px 12px; background:#fafafa; border:1px dashed #ddd; border-radius:12px; color:#666; }

.ncom-total { display:flex; justify-content:space-between; align-items:center; padding:14px; border-radius:14px; background:var(--ncom-navy); color:#fff; margin-top:14px; }
.ncom-total-label { font-weight:700; opacity:.9; }
.ncom-total-value { font-size:18px; font-weight:900; }

.ncom-actions { display:flex; justify-content:space-between; gap:10px; margin-top:14px; }
.ncom-btn { border:0; background:var(--ncom-navy); color:#fff; padding:12px 14px; border-radius:12px; cursor:pointer; font-weight:600; width:100%; }
.ncom-btn:disabled { opacity:.7; cursor:not-allowed; }
.ncom-btn-ghost { background:#f4f5f7; color:#111; border:1px solid #e2e2e6; }

.ncom-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap:12px; }
.ncom-field label { display:block; font-size:12px; font-weight:800; margin-bottom:6px; color:#333; }
.ncom-field input,
.ncom-field textarea {
  width:100%;
  padding:11px 12px;
  border:1px solid #ddd;
  border-radius:12px;
}
.ncom-field textarea { min-height:82px; resize:vertical; }

.ncom-summary { margin-top:14px; border:1px solid #eee; border-radius:14px; padding:14px; background:#fafafa; }
.ncom-summary-title { font-weight:900; margin-bottom:8px; }
.ncom-summary-ul { margin:0; padding-left:18px; }
.ncom-summary-ul li { margin:6px 0; display:flex; justify-content:space-between; gap:10px; }
.ncom-summary-total { margin-top:10px; font-weight:900; }

.ncom-msg { margin-top:12px; padding:12px 14px; border-radius:12px; font-weight:800; }
.ncom-msg.is-ok { background:#e8fff0; border:1px solid #bfe8cc; color:#0b6b2e; }
.ncom-msg.is-err { background:#fff0f0; border:1px solid #f0c3c3; color:#8b1b1b; }

@media (max-width: 640px) {
  .ncom-grid { grid-template-columns: 1fr; }

  /* App-like sticky total bar */
  .ncom-total{
    position: sticky;
    bottom: 10px;
    z-index: 50;
    box-shadow:0 14px 30px rgba(0,0,0,.18);
  }

  /* Slightly tighter rows on small screens */
  .ncom-item-row{ padding:10px 10px; }
  .ncom-thumb{ width:40px; height:40px; flex-basis:40px; }
}
/* ====== Frontend Admin Orders - TABLE ====== */
.ncom-table-wrap{
  width:100%;
  overflow:auto;
  border:1px solid #eef2f7;
  border-radius:14px;
  background:#fff;
  margin-top:12px;
}

.ncom-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width: 760px; /* evita impilamenti strani */
  font-size:14px;
}

.ncom-table thead th{
  background:#f9fafb;
  color:#6b7280;
  font-size:12px;
  font-weight:800;
  text-align:left;
  padding:12px 12px;
  border-bottom:1px solid #eef2f7;
  position:sticky;
  top:0;
  z-index:1;
}

.ncom-table tbody td{
  padding:12px 12px;
  border-bottom:1px solid #f3f4f6;
  vertical-align:top;
}

.ncom-tr-order{ cursor:pointer; }
.ncom-tr-order:hover td{ background:#fafafa; }

.ncom-td-title{
  font-weight:800;
  color:#111827;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width: 520px;
}

.ncom-link{
  font-weight:800;
  text-decoration:none;
  border:1px solid #e5e7eb;
  padding:6px 10px;
  border-radius:10px;
  display:inline-block;
  background:#fff;
  color:#111827;
}
.ncom-link:hover{ background:#f9fafb; }

.ncom-tr-details td{ background:#fcfcfd; }

.ncom-details-box{
  border:1px dashed #e5e7eb;
  border-radius:12px;
  padding:12px;
  background:#fff;
}

.ncom-details-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:8px 16px;
  font-size:13px;
  color:#374151;
}

.ncom-details-table-wrap{
  margin-top:12px;
  border:1px solid #eef2f7;
  border-radius:12px;
  overflow:auto;
}

.ncom-details-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  min-width: 520px;
}

.ncom-details-table th, .ncom-details-table td{
  padding:10px 12px;
  border-bottom:1px solid #f3f4f6;
}
.ncom-details-table th{
  background:#f9fafb;
  font-size:12px;
  color:#6b7280;
  text-align:left;
}

.ncom-details-total{
  margin-top:10px;
  display:flex;
  justify-content:flex-end;
  font-size:14px;
  color:#111827;
  font-weight:800;
}

/* pagination già definita: se non c'è, la rendiamo decente */
.ncom-admin-pagination{
  margin-top:12px;
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  gap:10px;
  align-items:center;
}
.ncom-pageinfo{ font-size:12px; color:#6b7280; font-weight:800; }

@media (max-width: 900px){
  .ncom-details-grid{ grid-template-columns: 1fr; }
  .ncom-td-title{ max-width: 320px; }
}


/* ===== Modal Varianti ===== */
.ncom-modal{ position:fixed; inset:0; display:none; z-index:99999; }
.ncom-modal.is-open{ display:block; }
.ncom-modal-backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.45); }
.ncom-modal-dialog{
  position:relative;
  max-width:560px;
  width:calc(100% - 24px);
  margin: 10vh auto;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
}
.ncom-modal-head{ display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border-bottom:1px solid #eee; }
.ncom-modal-title{ font-weight:900; font-size:15px; }
.ncom-modal-x{ border:0; background:transparent; font-size:24px; line-height:1; cursor:pointer; padding:2px 8px; }
.ncom-modal-body{ padding:14px 16px; max-height:56vh; overflow:auto; }
.ncom-modal-foot{ display:flex; align-items:center; justify-content:space-between; gap:10px; padding:12px 16px; border-top:1px solid #eee; background:#fafafa; }
.ncom-modal-actions{ display:flex; gap:8px; }
.ncom-modal-total{ font-size:13px; color:#111; }

.ncom-vg{ border:1px solid #eee; border-radius:14px; padding:12px; margin-bottom:10px; background:#fff; }
.ncom-vg-title{ font-weight:900; margin-bottom:8px; }
.ncom-vg-sub{ font-weight:700; color:#666; font-size:12px; margin-left:6px; }
.ncom-vopt{ display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px 10px; border:1px solid #f0f0f2; border-radius:12px; margin-bottom:8px; cursor:pointer; }
.ncom-vopt input{ margin-right:10px; }
.ncom-vopt-label{ flex:1; font-weight:700; }
.ncom-vopt-img{ width:32px; height:32px; border-radius:10px; object-fit:cover; margin-right:10px; vertical-align:middle; }
.ncom-vopt-price{ font-weight:900; white-space:nowrap; }

/* Variante con quantità (solo per il primo gruppo single) */
.ncom-vopt-qty{ cursor:default; }
.ncom-vopt-qty .ncom-vopt-left{ flex:1; min-width:0; }
.ncom-vopt-qty .ncom-vopt-right{ display:flex; align-items:center; gap:12px; }
.ncom-vopt-qtyctrl{ display:flex; align-items:center; gap:10px; }
.ncom-vopt-qtybtn{ width:38px; height:38px; border-radius:12px; border:1px solid #dadce0; background:#fff; font-weight:900; cursor:pointer; }
.ncom-vopt-qtyval{ min-width:18px; text-align:center; font-weight:900; }

@media (max-width:480px){
  .ncom-modal-dialog{ margin: 6vh auto; }
}

/* item row (normale o con varianti) */
.ncom-item-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  border:1px solid #eee;
  border-radius:12px;
  padding:10px 12px;
  background:#fff;
}
.ncom-item-row:hover{ border-color:#d7d7dd; }

.ncom-choose{
  border:1px solid var(--ncom-navy);
  background:var(--ncom-navy);
  color:#fff;
  border-radius:10px;
  padding:8px 10px;
  font-weight:800;
  font-size:13px;
  line-height:1;
  cursor:pointer;
  flex:0 0 auto;
}
.ncom-choose:active{ transform: translateY(1px); }

.ncom-qty{ margin-left:auto; display:flex; align-items:center; gap:8px; }
.ncom-qty-btn{ width:34px; height:34px; border-radius:10px; border:1px solid #dadce0; background:#fff; font-weight:900; cursor:pointer; }
.ncom-qty-val{ min-width:16px; text-align:center; font-weight:800; }

.ncom-variant-count{ margin-left:auto; background:rgba(6,29,62,.08); border:1px solid rgba(6,29,62,.18); color:var(--ncom-navy);
  border-radius:999px; padding:6px 10px; font-weight:900; font-size:12px; }

.ncom-vg-type{ font-weight:700; color:#667085; font-size:12px; margin-left:6px; }
.ncom-vqty{ display:flex; align-items:center; justify-content:space-between; border:1px dashed #d7d7dd; border-radius:14px; padding:12px; margin-top:12px; }
.ncom-vqty-label{ font-weight:900; }
.ncom-vqty-ctrl{ display:flex; align-items:center; gap:10px; }
.ncom-vqty-btn{ width:40px; height:40px; border-radius:12px; border:1px solid #dadce0; background:#fff; font-weight:900; cursor:pointer; }
.ncom-vqty-val{ min-width:20px; text-align:center; font-weight:900; }


/* ===== App-like UX for mobile item list ===== */
.ncom-item-row{
  align-items:center;
  padding:12px 12px;
}
.ncom-item-content{ flex:1 1 auto; min-width:0; }
.ncom-item-title{ font-weight:650; font-size:15px; line-height:1.2; }
.ncom-item-price{ font-weight:700; font-size:14px; }
.ncom-item-desc{ font-size:12px; line-height:1.25; color:var(--ncom-muted); }

.ncom-controls{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}

.ncom-add{
  width:40px; height:40px;
  border-radius:999px;
  border:1px solid #d7d7dd;
  background:#fff;
  font-size:20px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ncom-qty{
  border:1px solid #d7d7dd;
  border-radius:999px;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  height:40px;
  background:#fff;
}
.ncom-qty-btn{
  width:40px; height:40px;
  border:0;
  background:transparent;
  font-size:20px;
  font-weight:800;
  cursor:pointer;
}
.ncom-qty-val{
  min-width:26px;
  text-align:center;
  font-weight:800;
}

.ncom-personalizza{
  height:40px;
  border-radius:999px;
  border:1px solid rgba(6,29,62,.22);
  background:rgba(6,29,62,.06);
  color:var(--ncom-navy);
  font-weight:800;
  padding:0 12px;
  cursor:pointer;
}

.ncom-vstep{
  border:1px solid rgba(6,29,62,.22);
  border-radius:999px;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  height:40px;
  background:#fff;
}
.ncom-vstep-btn{
  width:40px; height:40px;
  border:0; background:transparent;
  font-size:20px;
  font-weight:800;
  cursor:pointer;
}
.ncom-vstep-val{
  min-width:26px;
  text-align:center;
  font-weight:800;
}

/* Sticky bottom total for mobile */
@media (max-width: 640px){
  .ncom-total{
    position:sticky;
    bottom:0;
    z-index:30;
    border-radius:14px;
    margin-top:12px;
  }
}


/* Forza: nessun stepper varianti sul prodotto (qty solo dentro modale) */
.ncom-vstep{display:none!important;}



/* UX: step avanzano al tap, nascondi i bottoni Continua dei primi step */
#ncom_go_sections, #ncom_go_menu { display:none !important; }

/* FIX: mantieni font/stile identico anche dentro il modale variazioni/extra */
.ncom-modal,
.ncom-modal *{
  font-family: inherit !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

/* alcuni browser non fanno inherit su form controls */
.ncom-modal button,
.ncom-modal input,
.ncom-modal select,
.ncom-modal textarea{
  font-family: inherit !important;
  font-weight: 500; /* o 400 se vuoi ancora più leggero */
  letter-spacing: .1px;
}

/* se nel modale ci sono titoli troppo “bold” */
.ncom-modal .title,
.ncom-modal h1,
.ncom-modal h2,
.ncom-modal h3{
  font-weight: 600; /* evita 700/800 */
}

/* FIX FONT MODALE VARIANTI */
.ncom-modal,
.ncom-modal *{
  font-family: var(--ncom-font) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ncom-summary-ul li{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 0;border-bottom:1px solid #eee;}
.ncom-summary-text{flex:1;min-width:0;}
.ncom-summary-right{display:flex;align-items:center;gap:10px;white-space:nowrap;}
.ncom-remove{background:#fff;border:1px solid #e11d48;color:#e11d48;border-radius:8px;padding:4px 8px;font-size:12px;line-height:1.2;cursor:pointer;}
.ncom-remove:hover{background:#e11d48;color:#fff;}
@media (max-width:640px){.ncom-summary-ul li{align-items:flex-start;}.ncom-summary-right{flex-shrink:0;}}

.ncom-meal-btn-poke{background:linear-gradient(135deg,var(--ncom-gold),#f0d27a);color:var(--ncom-navy);border-color:#d1a93e;font-weight:800;}
.ncom-meal-btn-poke.is-active{box-shadow:0 0 0 3px rgba(218,177,80,.28);border-color:#b88912;}
.ncom-poke-grid{display:grid;grid-template-columns:1fr;gap:14px;}
.ncom-poke-col{border:1px solid #ececf0;border-radius:16px;padding:14px;background:#fff;}
.ncom-poke-col-head{display:flex;gap:12px;align-items:center;margin-bottom:12px;}
.ncom-poke-step{width:38px;height:38px;border-radius:999px;background:var(--ncom-gold);color:var(--ncom-navy);display:inline-flex;align-items:center;justify-content:center;font-weight:900;}
.ncom-poke-title{font-size:15px;font-weight:800;color:var(--ncom-navy);}
.ncom-poke-sub{font-size:11px;color:#667085;}
.ncom-poke-items{display:flex;flex-direction:column;gap:8px;}
.ncom-poke-item{width:100%;display:flex;align-items:center;gap:10px;text-align:left;border:1px solid #ececf0;border-radius:14px;background:#fff;padding:10px 12px;cursor:pointer;}
.ncom-poke-item.is-active{border-color:var(--ncom-gold);box-shadow:0 0 0 3px rgba(218,177,80,.18);}
.ncom-poke-item-img{width:42px;height:42px;border-radius:999px;background:#f1f2f4;background-size:cover;background-position:center;background-repeat:no-repeat;flex:0 0 42px;border:1px solid #e6e6ea;}
.ncom-poke-item-name{flex:1;font-weight:700;color:#0f172a;}
.ncom-poke-item-price{white-space:nowrap;font-weight:800;color:var(--ncom-navy);}
.ncom-poke-total{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid #ececf0;flex-wrap:wrap;}
.ncom-poke-note{margin-top:8px;font-size:12px;color:#667085;}
@media (min-width:900px){.ncom-poke-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}

.ncom-help{display:block;margin-top:6px;font-size:11px;color:#667085;}

.ncom-poke-pro{display:flex;flex-direction:column;gap:14px;}
.ncom-poke-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.ncom-poke-progress-item{border:1px solid #e8ebf0;border-radius:14px;padding:10px 8px;background:#fff;display:flex;align-items:center;gap:8px;opacity:.72;}
.ncom-poke-progress-item.is-active,.ncom-poke-progress-item.is-done{opacity:1;}
.ncom-poke-progress-item.is-active{border-color:var(--ncom-gold);box-shadow:0 0 0 3px rgba(218,177,80,.18);}
.ncom-poke-progress-item.is-done{border-color:#cfe3d7;background:#f7fcf8;}
.ncom-poke-progress-num{width:28px;height:28px;border-radius:999px;background:#e9edf2;color:var(--ncom-navy);display:inline-flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 28px;}
.ncom-poke-progress-item.is-active .ncom-poke-progress-num{background:var(--ncom-gold);}
.ncom-poke-progress-item.is-done .ncom-poke-progress-num{background:#d8f0df;}
.ncom-poke-progress-label{font-size:12px;font-weight:800;color:var(--ncom-navy);line-height:1.2;}
.ncom-poke-stage{border:1px solid #ececf0;border-radius:18px;padding:14px;background:#fff;}
.ncom-poke-stage-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px;flex-wrap:wrap;}
.ncom-poke-stage-step{font-size:11px;color:#667085;font-weight:700;text-transform:uppercase;letter-spacing:.04em;}
.ncom-poke-stage-title{font-size:20px;font-weight:900;color:var(--ncom-navy);line-height:1.1;margin-top:3px;}
.ncom-poke-stage-rule{font-size:12px;font-weight:800;color:#7a5d0b;background:#fff7dd;border:1px solid #efdf9d;padding:8px 10px;border-radius:999px;}
.ncom-poke-selected{margin-bottom:12px;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #e9edf2;font-size:12px;color:#334155;}
.ncom-poke-stage-items{display:flex;flex-direction:column;gap:10px;}
.ncom-poke-recap{margin-top:14px;padding-top:14px;border-top:1px solid #ececf0;}
.ncom-poke-recap-title{font-size:13px;font-weight:900;color:var(--ncom-navy);margin-bottom:10px;}
.ncom-poke-recap-grid{display:grid;grid-template-columns:1fr;gap:8px;}
.ncom-poke-recap-card{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #edf0f4;border-radius:12px;background:#fbfcfd;font-size:12px;color:#475467;}
.ncom-poke-recap-num{width:24px;height:24px;border-radius:999px;background:var(--ncom-gold);color:var(--ncom-navy);display:inline-flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 24px;}
.ncom-poke-actions{display:flex;gap:10px;margin-top:14px;}
.ncom-poke-actions .ncom-btn[disabled]{opacity:.45;cursor:not-allowed;}
@media (min-width:768px){
  .ncom-poke-progress{grid-template-columns:repeat(6,minmax(0,1fr));}
  .ncom-poke-recap-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}


/* ===== POKE BUTTON DISTINCTIVE ===== */
.ncom-meal-btn-poke{
  background:linear-gradient(135deg,#0b3a6f 0%, #1358a5 100%);
  border-color:#082c52;
  color:#fff;
  box-shadow:0 8px 22px rgba(7,30,62,.18);
}
.ncom-meal-btn-poke .ncom-meal-label{color:#fff;font-weight:800;}
.ncom-meal-btn-poke .ncom-meal-ico-poke{
  background-color:#ffffff;
  border-color:#d7e6f6;
  border-radius:999px;
  width:38px;
  height:38px;
  flex:0 0 38px;
}
.ncom-meal-btn-poke:hover{filter:brightness(1.03);transform:translateY(-1px);}
.ncom-meal-btn-poke.is-active{
  border-color:#082c52;
  box-shadow:0 0 0 3px rgba(19,88,165,.18), 0 12px 26px rgba(7,30,62,.18);
}
.ncom-poke-item-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#f8f1dc;border:1px solid rgba(218,177,80,.45);color:var(--ncom-navy);font-size:12px;font-weight:800;white-space:nowrap;}
.ncom-poke-conditional-box{margin-top:14px;padding:14px;border:1px solid #ececf0;border-radius:16px;background:#fffaf0;}
.ncom-poke-conditional-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px;color:var(--ncom-navy);}
.ncom-poke-conditional-head span{font-size:13px;font-weight:700;color:#7a6220;}
.ncom-poke-conditional-grid{display:grid;grid-template-columns:1fr;gap:8px;}
.ncom-poke-conditional-item{width:100%;display:flex;align-items:center;gap:10px;text-align:left;border:1px solid #ead9a2;border-radius:14px;background:#fff;padding:10px 12px;cursor:pointer;}
.ncom-poke-conditional-item.is-active{border-color:var(--ncom-gold);box-shadow:0 0 0 3px rgba(218,177,80,.18);background:#fffdf6;}
.ncom-poke-conditional-item[disabled]{opacity:.55;cursor:not-allowed;}
.ncom-poke-conditional-note{margin-top:8px;font-size:12px;font-weight:700;color:#7a6220;}
@media (min-width:768px){.ncom-poke-conditional-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
