.household-queue-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7px;margin:7px 0 9px;min-width:0}
.task-strip{min-width:0;padding:5px 7px;border:1px solid #72968a60;border-radius:9px;background:#14372f75;color:#eaf0e5}
.task-strip.selected{border-color:#8bc5af;background:#2d594b88}
.task-strip-current{display:flex;align-items:center;gap:6px;min-width:0;min-height:26px}
.task-strip-person{font-size:11px;font-weight:700;color:#f4e5b9;flex:none;padding:3px 0}
.task-strip-label{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}
.task-strip-stop,.task-strip-chip button{flex:none;display:grid;place-items:center;width:26px;min-height:26px;border-radius:5px;font-size:18px;color:#ffd6c9;background:#89574666}
.task-strip-detail{display:block;font-size:10px;color:#c8dbd0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5}
.task-strip-next{display:flex;align-items:center;gap:5px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#89af98 transparent;min-height:27px;margin-top:3px}
.task-strip-chip{display:flex;align-items:center;gap:3px;flex:none;background:#e0eed31a;border-radius:5px;padding-left:5px;font-size:10px}
.task-strip-chip>span{white-space:nowrap}
.task-strip-empty{font-size:10px;color:#a9c5b6}
.task-strip button:focus-visible{outline:2px solid #f0d994;outline-offset:2px}
.task-strip-chip button:focus-visible{outline-offset:-2px}
.task-strip button:hover{background:#71918166}
@media(pointer:coarse){.task-strip-stop,.task-strip-chip button{width:32px;min-height:32px}}
@media(max-width:760px){.household-queue-summary{gap:5px}.task-strip{padding:4px}.task-strip-current{gap:4px}.task-strip-person,.task-strip-label{font-size:10px}.task-strip-detail{font-size:9px}}
@media(max-width:480px){
 .household-queue-summary{grid-template-columns:1fr;gap:4px;margin:4px 0 6px}
 .task-strip{padding:3px 5px}
 .task-strip-current{min-height:24px}
 .task-strip-person{min-height:24px}
 .task-strip-detail{font-size:10px;line-height:1.3}
 .task-strip-next{margin-top:0;min-height:24px}
 /* Current status already describes an idle person; empty rows need no space. */
 .task-strip-next:has(.task-strip-empty){display:none}
}
