.pick-count-status{display:grid;grid-template-columns:30px auto;align-items:center;gap:8px;flex:0 0 auto;padding:6px 10px 6px 7px;border:1px solid #cddbc9;border-radius:12px;color:var(--green);background:#f5f9f2;box-shadow:0 2px 6px rgba(35,72,52,.06)}.pick-count-status>strong{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:#fff;background:var(--green);font-size:14px;line-height:1}.pick-count-status>span,.pick-count-status b,.pick-count-status small{display:block}.pick-count-status b{font-size:10px;line-height:1.1}.pick-count-status small{margin-top:2px;color:var(--muted);font-size:9px;font-weight:650;line-height:1}.pick-count-status.is-complete{border-color:var(--green);background:#e9f3e4}.pick-count-status.is-complete>strong:after{content:"✓";font-size:13px}.pick-count-status.is-complete>strong{font-size:0}@media(max-width:500px){.pick-count-status{grid-template-columns:26px auto;padding:5px 8px 5px 6px}.pick-count-status>strong{width:26px;height:26px}}
.dashboard-slate-switcher{display:flex;align-items:center;justify-content:center;gap:10px}.dashboard-slate-switcher label{margin:0;color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap}.dashboard-slate-switcher select{min-width:105px;padding:8px 32px 8px 12px;border:1px solid #c7d4c4;border-radius:10px;color:var(--green);background-color:#fff;font-size:12px;font-weight:800;box-shadow:0 2px 5px rgba(35,72,52,.05);cursor:pointer}.dashboard-slate-switcher select:hover{border-color:var(--green2);background-color:#f8fbf6}.dashboard-slate-switcher select:focus{outline:3px solid rgba(54,109,78,.18);border-color:var(--green)}@media(max-width:500px){.dashboard-slate-switcher{gap:8px}.dashboard-slate-switcher select{min-width:96px}}
