.order-row { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; min-height: 44px; align-items: center; }
.order-row .slot { width: 40px; height: 40px; border-radius: 10px; background: var(--surface-2); display: grid; place-items: center; font-size: 22px; border: 2px solid transparent; }
.order-row .slot.done { border-color: #6bcb77; }
.order-row .slot.next { border-color: var(--grape); box-shadow: 0 0 0 2px rgba(120,130,255,.25); }
.palette { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 340px; margin-left: auto; margin-right: auto; }
.pal-btn { width: 52px; height: 52px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font-size: 26px; cursor: pointer; }
.pal-btn:active { background: var(--grape); }
.hud { text-align: center; font-size: 14px; color: var(--muted); margin: 8px 0; }
.hud b { color: var(--ink); }
