:root {
  --vino: #9a1014;
  --vino-oscuro: #7a0c10;
  --crema: #fbeed7;
  --crema-suave: #fff8ec;
  --verde: #25b844;
  --verde-oscuro: #1f9437;
  --cafe: #8b5a3c;
  --cafe-oscuro: #5c3924;
  --arena: #e5dbc6;
  --texto: #332820;
  --muted: #6d5a4d;
  --linea: rgba(92, 57, 36, 0.16);
  --sombra: 0 14px 34px rgba(0,0,0,.10);
  --radio-xl: 30px;
  --radio-lg: 22px;
  --radio-md: 16px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(180deg, #efe8d8 0%, #f8f3e8 100%);
  color: var(--texto);
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  margin: 0;
}

button { font: inherit; }

.game-shell {
  width: min(1400px, 96%);
  margin: 22px auto;
}

.game-hero {
  background: linear-gradient(135deg, var(--crema-suave), var(--crema));
  color: var(--texto);
  padding: 2rem 2.2rem;
  border-radius: var(--radio-xl);
  display: grid;
  grid-template-columns: 1.8fr .8fr;
  gap: 1.5rem;
  box-shadow: var(--sombra);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: .82rem;
  margin-bottom: .45rem;
  opacity: .92;
}

.game-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  line-height: .95;
  margin-bottom: .9rem;
}

.hero-text {
  font-size: 1.04rem;
  line-height: 1.8;
  max-width: 820px;
}

.hero-side {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.hero-stat {
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  padding: 1rem 1.2rem;
  min-width: 190px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.hero-stat span {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 800;
}
.hero-stat small { font-size: .95rem; opacity: .9; }

.roadmap-card,
.play-card,
.side-card {
  background: rgba(255,253,250,.92);
  border: 1px solid var(--linea);
  box-shadow: var(--sombra);
}

.roadmap-card {
  margin-top: 1.1rem;
  padding: 1.4rem;
  border-radius: var(--radio-xl);
}
.roadmap-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.roadmap-head h2 { font-size: 1.7rem; }
.roadmap-head p { margin: 0; color: var(--muted); }

.stepper {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: .7rem;
}
.step-pill {
  border: 1px solid var(--linea);
  background: #fff;
  border-radius: 18px;
  padding: .9rem .7rem;
  cursor: pointer;
  transition: .25s ease;
  text-align: center;
}
.step-pill:hover { transform: translateY(-2px); }
.step-pill.active { background: var(--vino); color: #fff; border-color: transparent; }
.step-pill.done { background: #e5f7e9; border-color: rgba(37,184,68,.28); }
.step-pill.locked { opacity: .55; cursor: not-allowed; }
.step-number { display: block; font-weight: 800; margin-bottom: .2rem; }
.step-label { font-size: .9rem; line-height: 1.3; display: block; }

.workspace-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(320px, .85fr);
  gap: 1.2rem;
}

.play-card {
  padding: 1.35rem;
  border-radius: var(--radio-xl);
}

.stage-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.stage-header h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}
.stage-actions { display: flex; gap: .75rem; flex-wrap: wrap; }

.instruction-band {
  margin: 1rem 0 1rem;
  padding: .95rem 1rem;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(37,184,68,.09), rgba(154,16,20,.06));
  border: 1px solid rgba(37,184,68,.15);
  display: grid;
  grid-template-columns: 1.6fr .9fr;
  gap: 1rem;
}
.instruction-text { font-weight: 600; }
.instruction-hint { color: var(--muted); font-size: .96rem; }

.feedback {
  min-height: 56px;
  border-radius: 16px;
  padding: .85rem 1rem;
  border: 1px dashed var(--linea);
  background: var(--crema-suave);
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--cafe-oscuro);
  line-height: 1.6;
}
.feedback.success { background: #e8f8eb; border-color: rgba(37,184,68,.28); color: #1c6b31; }
.feedback.error { background: #fff0f1; border-color: rgba(154,16,20,.18); color: #8d1820; }
.feedback.info { background: #f7f4ed; }

.stage-container { min-height: 720px; }

.side-card {
  border-radius: 24px;
  padding: 1.1rem 1.05rem;
  margin-bottom: 1rem;
}
.side-card h3 { font-size: 1.35rem; margin-bottom: .9rem; }
.bullet-list { margin: 0; padding-left: 1.2rem; line-height: 1.8; }
.progress-bar {
  height: 14px;
  background: #efe8d8;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.05);
}
.progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--verde), #53cd6d);
  border-radius: inherit;
  transition: .35s ease;
}
#progressText { color: var(--muted); margin: .75rem 0 0; }
.badge-area { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .75rem; }
.badge-chip {
  background: #fff3d6;
  color: #7a5d16;
  padding: .45rem .75rem;
  border-radius: 999px;
  font-size: .88rem;
  border: 1px solid rgba(122,93,22,.12);
}
.log-book { display: grid; gap: .65rem; max-height: 540px; overflow: auto; padding-right: .2rem; }
.log-entry {
  background: var(--crema-suave);
  border: 1px solid rgba(92,57,36,.08);
  border-radius: 16px;
  padding: .8rem .85rem;
}
.log-entry strong { display: block; margin-bottom: .25rem; color: var(--vino); }
.log-entry p { margin: 0; font-size: .95rem; color: var(--muted); }

.btn {
  border: none;
  border-radius: 14px;
  padding: .92rem 1.15rem;
  font-weight: 700;
  cursor: pointer;
  transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--verde); color: #fff; }
.btn-primary:hover { background: var(--verde-oscuro); }
.btn-secondary { background: #efe8d8; color: var(--texto); }
.btn-light { background: #fff; color: var(--vino); }
.btn-danger { background: var(--vino); color: #fff; }
.btn-outline { background: transparent; border: 2px solid var(--vino); color: var(--vino); }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }

/* Shared stage UI */
.stage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.station-card,
.station-panel,
.recipe-card,
.final-card,
.quiz-board {
  background: #fff;
  border: 1px solid var(--linea);
  border-radius: 24px;
  padding: 1rem;
}
.section-title {
  display: inline-flex;
  padding: .38rem .82rem;
  background: var(--verde);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  margin-bottom: .8rem;
}
.station-info p,
.help-text,
.small-note { color: var(--muted); line-height: 1.7; }
.counter-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .5rem .8rem;
  background: #fff5dc;
  border-radius: 12px;
  border: 1px solid rgba(92,57,36,.1);
  font-weight: 600;
}

.drag-area {
  min-height: 220px;
  border-radius: 20px;
  border: 2px dashed rgba(92,57,36,.16);
  background: linear-gradient(180deg, #fffaf0 0%, #f7f0df 100%);
  position: relative;
  padding: 1rem;
}
.dropzone {
  border: 2px dashed rgba(92,57,36,.25);
  border-radius: 18px;
  background: #fffdf9;
  transition: .2s ease;
}
.dropzone.over { border-color: var(--verde); background: #f1fff4; }
.dropzone.invalid { border-color: var(--vino); background: #fff4f5; }

.draggable-token {
  user-select: none;
  cursor: grab;
  transition: .25s ease;
}
.draggable-token:active { cursor: grabbing; }
.draggable-token.dragging { opacity: .7; transform: scale(1.04); }

/* Step 1 */
.harvest-layout {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 1rem;
}
.plant-scene {
  position: relative;
  min-height: 520px;
  background: url("cesta.jpeg") center/cover no-repeat;
  overflow: hidden;
}
.ground-strip {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 92px;
  background: linear-gradient(180deg, #8ac26d, #6ea457);
}
.coffee-plant {
  position: absolute;
  right: 70px;
  bottom: 78px;
  width: 300px;
  height: 310px;
}
.trunk {
  position: absolute;
  left: 136px;
  bottom: 0;
  width: 22px;
  height: 220px;
  background: linear-gradient(180deg, #7a532d, #5c3924);
  border-radius: 20px;
}
.branch {
  position: absolute;
  height: 10px;
  background: #6f4a2f;
  border-radius: 20px;
  transform-origin: left center;
}
.branch.one { width: 170px; left: 146px; top: 70px; transform: rotate(-20deg); }
.branch.two { width: 150px; left: 146px; top: 120px; transform: rotate(13deg); }
.branch.three { width: 160px; left: 20px; top: 88px; transform: rotate(198deg); }
.branch.four { width: 140px; left: 20px; top: 142px; transform: rotate(166deg); }
.leaf {
  position: absolute;
  width: 78px;
  height: 36px;
  background: linear-gradient(135deg, #4ca55f, #2c8141);
  border-radius: 100% 0;
}
.leaf.a { top: 36px; left: 188px; transform: rotate(-12deg); }
.leaf.b { top: 98px; left: 222px; transform: rotate(22deg); }
.leaf.c { top: 62px; left: 42px; transform: rotate(152deg); }
.leaf.d { top: 130px; left: 24px; transform: rotate(178deg); }
.leaf.e { top: 176px; left: 178px; transform: rotate(46deg); }
.leaf.f { top: 184px; left: 48px; transform: rotate(150deg); }

.cherry-token {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: #fff;
  border: 2px solid rgba(255,255,255,.75);
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}
.cherry-token.ripe { background: radial-gradient(circle at 30% 30%, #dc4750, #b31219 70%); }
.cherry-token.unripe { background: radial-gradient(circle at 30% 30%, #89d67e, #2b8b36 70%); }
.cherry-token.pale { background: radial-gradient(circle at 30% 30%, #f2c570, #ce8a1d 70%); }
.cherry-token.in-basket {
  position: static;
  width: 28px;
  height: 28px;
  font-size: .85rem;
}

.basket-zone {
  position: absolute;
  left: 34px;
  bottom: 64px;
  width: 188px;
  min-height: 130px;
  padding: .9rem;
  background: linear-gradient(180deg, #c89057, #a46e3a);
  border-radius: 24px 24px 26px 26px;
  border: 5px solid #89592b;
  box-shadow: inset 0 -10px 0 rgba(0,0,0,.08);
}
.basket-zone::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 20px; right: 20px;
  height: 18px;
  border: 5px solid #89592b;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}
.basket-label { font-weight: 700; color: #fff; display: block; margin-bottom: .55rem; }
.basket-content { display: flex; flex-wrap: wrap; gap: .35rem; }

.harvest-checklist { display: grid; gap: .65rem; }
.check-item {
  background: var(--crema-suave);
  border-radius: 16px;
  padding: .8rem .9rem;
  border: 1px solid rgba(92,57,36,.1);
}
.check-item strong { display: block; margin-bottom: .25rem; }

/* Generic tokens */
.inventory-row, .mini-tray, .token-bank, .roast-tray {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.mini-token, .ingredient-token, .grind-token, .method-chip {
  min-width: 92px;
  min-height: 70px;
  padding: .65rem .7rem;
  border-radius: 16px;
  border: 1px solid rgba(92,57,36,.12);
  background: #fffdf8;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0,0,0,.04);
}
.mini-token .emoji, .ingredient-token .emoji, .grind-token .emoji, .method-chip .emoji {
  font-size: 1.4rem;
  display: block;
}
.mini-token small, .ingredient-token small, .grind-token small, .method-chip small {
  color: var(--muted);
  font-size: .82rem;
}
.machine-area {
  min-height: 280px;
  display: grid;
  place-items: center;
  position: relative;
}
.depulpadora, .tank-machine, .roaster, .grinder {
  width: min(100%, 340px);
  min-height: 220px;
  background: linear-gradient(180deg, #a56a3c, #7b4c27);
  border-radius: 28px;
  padding: 1rem;
  color: #3b3011;
  position: relative;
  box-shadow: inset 0 -14px 0 rgba(0,0,0,.12), 0 12px 24px rgba(0,0,0,.12);
}
.depulpadora::before, .tank-machine::before, .roaster::before, .grinder::before {
  content: attr(data-title);
  display: block;
  font-weight: 700;
  margin-bottom: .8rem;
}
.machine-slot {
  min-height: 92px;
  border: 2px dashed rgba(255,255,255,.42);
  border-radius: 18px;
  display: grid;
  place-items: center;
  padding: .8rem;
}
.output-slot {
  margin-top: 1rem;
  background: rgba(255,255,255,.12);
  border-radius: 18px;
  padding: .8rem;
}

/* Step 4 */
.drying-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1rem;
}
.patio-area {
  min-height: 420px;
  background: linear-gradient(180deg, #d6ecff, #fbf5e6);
  position: relative;
  overflow: hidden;
}
.sun {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe37a 0%, #ffc62d 70%);
  box-shadow: 0 0 0 10px rgba(255,198,45,.2);
}
.drying-bed {
  position: absolute;
  left: 36px; right: 36px; bottom: 48px;
  min-height: 170px;
  background: linear-gradient(180deg, #d6b28d, #c38f60);
  border: 10px solid #9d6b42;
  border-radius: 18px;
  padding: 1rem;
}
.bean-bed { display: flex; flex-wrap: wrap; gap: .45rem; min-height: 80px; }
.humidity-card {
  background: #fffefb;
  border-radius: 18px;
  border: 1px solid var(--linea);
  padding: 1rem;
}
.humidity-meter {
  height: 18px;
  background: #efe8d8;
  border-radius: 999px;
  overflow: hidden;
  margin: .8rem 0;
}
.humidity-meter span {
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #2ba3e5, #ffce4a, #25b844);
  transition: .25s ease;
}
.humidity-target {
  background: #f6faf6;
  border-left: 5px solid var(--verde);
  border-radius: 14px;
  padding: .8rem;
  line-height: 1.6;
}
.action-row { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: .8rem; }

/* Step 5 */
.roast-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1rem;
}
.roast-meter-wrap {
  margin-top: 1rem;
  background: #fffdf8;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.22);
  padding: .8rem;
  color: #fff;
}
.roast-meter {
  height: 16px;
  background: rgba(255,255,255,.2);
  border-radius: 999px;
  overflow: hidden;
}
.roast-meter span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #d7c77e 0%, #be7a2a 50%, #5b2d11 100%);
}
.roast-zones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  margin-top: .8rem;
}
.zone { background: rgba(255,255,255,.12); border-radius: 12px; padding: .55rem .6rem; }
.zone strong { display:block; }
.zone.good { outline: 2px solid rgba(89,255,132,.35); }

/* Step 6 */
.grind-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1rem;
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
}
.method-card {
  min-height: 240px;
  padding: 1rem;
  border-radius: 20px;
  background: #fffdf8;
  border: 1px solid var(--linea);
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.method-card h4 { font-size: 1.25rem; }
.method-drop {
  min-height: 90px;
  display: grid;
  place-items: center;
  border: 2px dashed rgba(92,57,36,.2);
  border-radius: 16px;
}
.match-result { font-size: .92rem; color: var(--muted); min-height: 42px; }

/* Step 7 */
.builder-grid {
  display: grid;
  grid-template-columns: .92fr 1.15fr .9fr;
  gap: 1rem;
}
.builder-sidebar, .builder-center, .builder-result {
  background: #fff;
  border-radius: 24px;
  padding: 1rem;
  border: 1px solid var(--linea);
}
.recipe-mission {
  background: linear-gradient(135deg, rgba(37,184,68,.08), rgba(154,16,20,.05));
  border-radius: 18px;
  padding: .9rem;
  margin-bottom: .9rem;
}
.recipe-book { display: grid; gap: .5rem; }
.recipe-book .entry {
  background: #fff8ec;
  border-radius: 14px;
  padding: .65rem .75rem;
  border: 1px solid rgba(92,57,36,.08);
  font-size: .95rem;
}
.recipe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
}
.slot-card {
  background: #fffdf8;
  border: 2px dashed rgba(92,57,36,.18);
  border-radius: 18px;
  min-height: 110px;
  padding: .7rem;
}
.slot-card h4 { font-size: 1.05rem; margin-bottom: .4rem; }
.slot-content {
  min-height: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.cup-preview {
  min-height: 245px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fefbf4 0%, #f6ecdd 100%);
  display: grid;
  place-items: center;
  margin-bottom: .9rem;
  text-align: center;
}
.cup-art {
  font-size: 5rem;
  display: block;
  margin-bottom: .5rem;
}
.builder-actions { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1rem; }
.unlock-list { display: grid; gap: .6rem; }
.unlock-item {
  background: #eef8f0;
  border: 1px solid rgba(37,184,68,.18);
  border-radius: 16px;
  padding: .75rem .8rem;
}
.unlock-item strong { display: block; color: #1c6b31; }
.unlock-placeholder { color: var(--muted); font-style: italic; }

.final-screen {
  display: grid;
  grid-template-columns: 1.1fr .95fr;
  gap: 1rem;
}
.final-card.big {
  background: linear-gradient(180deg, #fffdf8, #f7f0e2);
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 420px;
}
.medal {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffe79d, #c9981d);
  display: grid;
  place-items: center;
  font-size: 3rem;
  margin-bottom: 1rem;
  box-shadow: 0 16px 30px rgba(201,152,29,.25);
}
.summary-list { display: grid; gap: .7rem; }
.summary-list .entry {
  background: var(--crema-suave);
  border-radius: 14px;
  padding: .8rem;
  border: 1px solid rgba(92,57,36,.08);
}

.hidden { display: none !important; }
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: grid;
  place-items: center;
  z-index: 200;
  padding: 1rem;
}
.modal-card {
  width: min(680px, 100%);
  background: #fffdf8;
  border-radius: 28px;
  padding: 1.6rem;
  position: relative;
}
.modal-card h2 { font-size: 2rem; margin-bottom: 1rem; }
.modal-list { line-height: 1.9; color: var(--muted); }
.modal-close {
  position: absolute;
  right: 18px; top: 12px;
  border: none; background: transparent;
  font-size: 2rem; cursor: pointer; color: var(--vino);
}

@media (max-width: 1200px) {
  .workspace-grid, .builder-grid, .harvest-layout, .drying-layout, .roast-layout, .grind-layout, .final-screen {
    grid-template-columns: 1fr;
  }
  .game-hero { grid-template-columns: 1fr; }
  .hero-side { align-items: start; }
  .instruction-band { grid-template-columns: 1fr; }
  .stepper { grid-template-columns: repeat(4, minmax(110px, 1fr)); }
}

@media (max-width: 900px) {
  .stage-header { flex-direction: column; align-items: start; }
  .stage-actions { width: 100%; }
  .stage-actions .btn { flex: 1; }
  .method-grid, .recipe-grid, .stepper { grid-template-columns: repeat(2, minmax(130px, 1fr)); }
}

@media (max-width: 640px) {
  .game-shell { width: min(98%, 100%); }
  .play-card, .roadmap-card, .side-card { padding: 1rem; }
  .game-hero { padding: 1.5rem; }
  .game-hero h1 { font-size: 2.4rem; }
  .stepper, .method-grid, .recipe-grid { grid-template-columns: 1fr; }
  .stage-container { min-height: 540px; }
  .plant-scene { min-height: 350px; }
  .coffee-plant { transform: scale(.8); transform-origin: bottom right; right: 12px; }
  .basket-zone { width: 150px; left: 12px; }
}


.custom-scene {
  position: relative;
  min-height: 520px;
  background: url("cesta.jpeg") center/cover no-repeat;
  overflow: hidden;
}

.custom-scene .basket-zone {
  position: absolute;
  left: 120px;
  bottom: 90px;
  width: 210px;
  min-height: 120px;
  padding: 0.8rem;
  background: transparent;
  border: 2px dashed rgba(255, 255, 255, 0.0);
  box-shadow: none;
}

.custom-scene .basket-zone::before {
  display: none;
}

.custom-scene .basket-label {
  display: none;
}

.custom-scene .basket-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.custom-scene .cherry-token {
  z-index: 5;
}

.custom-scene {
  position: relative;
  min-height: 520px;
  background: url("cesta.jpeg") center/cover no-repeat;
  overflow: hidden;
}

.basket-zone-invisible {
  position: absolute;
  left: 70px;
  bottom: 95px;
  width: 170px;
  height: 120px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

.basket-zone-invisible::before {
  display: none !important;
}

.basket-zone-invisible .basket-label {
  display: none !important;
}

.basket-zone-invisible .basket-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
}


.ground-strip {
  display: none;
}

.mini-token,
.ingredient-token,
.grind-token,
.method-chip {
  color: #332820 !important;
}

.mini-token strong,
.ingredient-token strong,
.grind-token strong,
.method-chip strong {
  color: #332820 !important;
}

.mini-token .emoji,
.ingredient-token .emoji,
.grind-token .emoji,
.method-chip .emoji {
  font-size: 1.5rem;
  display: block;
  color: #332820 !important;
}



.output-slot,
.roast-meter-wrap,
.zone,
.zone strong,
.zone span,
.machine-slot,
.depulpadora,
.tank-machine,
.roaster,
.grinder {
  color: #332820 !important;
}

.output-slot strong,
.roast-meter-wrap strong,
.machine-slot strong,
.zone strong {
  color: #332820 !important;
}

.zone {
  background: rgba(255, 255, 255, 0.92);
}

.machine-slot {
  color: #332820 !important;
}



.roast-meter-wrap {
  background: #fffdf8 !important;
  color: #332820 !important;
}

.roast-zones {
  margin-top: .8rem;
}

.zone {
  color: #332820 !important;
  border: 1px solid rgba(92, 57, 36, 0.10);
}


