.technician-manager{display:grid;gap:9px}.add-technician-card{display:flex;align-items:center;gap:12px;width:100%;border:1px dashed var(--brand);background:#eef7fc;color:var(--brand);border-radius:12px;padding:14px;text-align:left}.add-technician-card>i{width:38px;height:38px;border-radius:10px;background:#fff;display:grid;place-items:center}.add-technician-card strong,.add-technician-card small{display:block}.add-technician-card small{color:var(--muted);font-size:10px;margin-top:3px}.technician-row{display:grid;grid-template-columns:44px 1fr auto auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.technician-avatar{width:42px;height:42px;border-radius:12px;background:var(--tech);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.technician-row>div:nth-child(2)>strong,.technician-row>div:nth-child(2)>span,.technician-row>div:nth-child(2)>small{display:block}.technician-row>div:nth-child(2)>span{font-size:10px;color:var(--muted);margin-top:2px}.technician-row>div:nth-child(2)>small{font-size:9px;color:var(--muted);margin-top:4px}.availability-pill{font-size:9px;font-weight:700;color:var(--success);background:#e5f7ef;border-radius:999px;padding:6px 9px}.availability-pill.off{color:var(--muted);background:var(--surface2)}.dark .add-technician-card{background:#17364a}.dark .add-technician-card>i{background:var(--surface)}@media(max-width:680px){.dispatch-actions{flex-wrap:wrap}.dispatch-actions .manage-techs{flex-basis:100%}.technician-row{grid-template-columns:42px 1fr auto}.availability-pill{grid-column:2}.technician-row>.row-actions{grid-column:3;grid-row:1/3}}
