.cm-pos-client { max-width: 640px; margin: 20px auto; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial; }
.cm-pos-client__card { background:#fff; border:1px solid #e5e5e5; border-radius:12px; padding:16px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.cm-pos-client__header { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-bottom:12px; }
.cm-pos-client__title { margin:0; font-size:20px; }
.cm-pos-client__status { font-size:12px; color:#555; }

.cm-pos-client__section { border-top:1px dashed #e7e7e7; padding-top:12px; margin-top:12px; }
.cm-pos-client__section-title { font-weight:700; margin-bottom:8px; }
.cm-pos-client__label { display:block; font-size:12px; color:#555; margin-bottom:6px; }

.cm-pos-client__row { display:flex; gap:8px; }
.cm-pos-client__row--sub { margin-top:8px; }

.cm-pos-client__input { flex:1; padding:10px 12px; border:1px solid #ddd; border-radius:10px; font-size:14px; }
.cm-pos-client__btn { padding:10px 12px; border:0; border-radius:10px; cursor:pointer; background:#111; color:#fff; font-weight:600; }
.cm-pos-client__btn--secondary { background:#f2f2f2; color:#111; border:1px solid #ddd; }

.cm-pos-client__hint { font-size:12px; color:#666; margin-top:6px; }

.cm-pos-client__sale { display:block; }
.cm-pos-client__sale-items { margin-top:8px; }
.cm-pos-client__item { display:flex; justify-content:space-between; align-items:center; padding:10px; border:1px solid #eee; border-radius:10px; margin-bottom:8px; }
.cm-pos-client__item-label { font-weight:700; }
.cm-pos-client__item-qty { font-size:12px; color:#666; margin-top:2px; }
.cm-pos-client__item-sub { font-weight:800; }
.cm-pos-client__empty { padding:10px; color:#666; }

.cm-pos-client__total { display:flex; justify-content:space-between; align-items:center; padding:10px; border-top:1px solid #eee; margin-top:10px; font-size:16px; }

.cm-pos-client__points-line { display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px dotted #eee; }
.cm-pos-client__check { display:flex; gap:10px; align-items:center; margin-top:10px; font-size:20px; }